/********************************************
*
* Structure 600
*
********************************************/

ol, ul {
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}

/********************************************
*
* special font-size for Bibit
*
********************************************/
body #bibitRedirect {
	font-size:13px;
}

/********************************************
*
* common
*
********************************************/

#keywords {
	display:none;
	position:absolute;
	left:-100em;
}
.price {
	font-size:1.1em;
	white-space: nowrap;
}

.switzerland .price {
	font-size:0.9em;
}
.price-coupon {
	font-size:1.1em;
}
.price-old {
	font-size:0.84em;
	font-weight:bold;
	text-decoration:line-through;
	display:block;
	text-align:left;
	width:100px;
}

/********************************************
*
* icons
*
********************************************/

.button {
	display:block;
	padding:0.35em 1em 0.4em 1em;
	line-height:1em;
	width:auto;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
}
* hmtl .classicCompact .button {
	position:relative;
}
a[class~="button"] {
	height:1em;
}
.button.delete {
	border:0;
	text-indent:-1000em;
	cursor:pointer;
	height:18px;
	width:18px;
	background-position:2px 1px;
}
.button.basket {
	background-position:-1px -2px;
}
.tag,
.delicious,
.recommend {
	display:block;
	text-indent:-100em;
	text-decoration:none;
}
.top {
	display:block;
	text-indent:-100em;
}

/********************************************
*
* popup
*
********************************************/

.popup {
	width:47em;
	padding:0;
	margin:0 auto 0 auto;
}
.popup div {
	margin:0.5em 0 0 0;
}
.popup h3 {
	margin:0.5em 0 0.5em 0;
}
.popup p {
	font-size:0.85em;
}
.popup .button.main {
	float:left;
	width:auto;
	margin:0.5em 0 0 0;
}
.popup table {
	width:100%;
}
.fonts {
	width:20.5em;
	float:left;
}
#infoPrinttypes {
	float:left;
	width:43em;
}
.colors {
	width:13em;
	float:left;
}
#infoFonts {
	float:left;
}
#infoFonts .button {
	margin:1em 0 1em 0;
}
#infoFonts p {
	clear:both;
	width:47em;
}
#shirtomatHowto ul {
	list-style-type:none;
	margin:0.5em 0 0 2.5em !important;
}
#shirtomatHowto,
#shirtomatGetPartner {
	padding:1em 0 3em 0;
}
#shirtomatGetPartner hr {
	height:1px;
	border:0;
	margin:1em 0 1em 0;
}

/********************************************
*
* tooltip
*
********************************************/

#tooltip {
	max-width:264px;
	padding:10px 12px 12px 12px;
	text-align:left;
	font-size:1em;
}
#tooltip .url{
	font-style:italic;
}

/********************************************
*
* headlines
*
********************************************/

h1 {
	font-size:1.1em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.85em;
	font-weight:normal;
}

/********************************************
*
* links
*
********************************************/

a,
a:visited,
a:active {
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/********************************************
*
* form elements
*
********************************************/

label {
	cursor:pointer;
}
select,
input,
textarea {
	font-size:0.8em;
	margin:0;
}
select {
	min-width:5.5em;
	padding:0.3em;
}
option {
	padding:0 0 0.2em 0.6em;
}
input,
textarea {
	padding:0.3em 0.2em 0.4em 0.6em;
}
input[type="hidden"] {
	border:0;
	margin:0;
	padding:0;
}
.require {
	font-weight:bold;
}
fieldset {
	border:0;
}

/********************************************
*
* messages
*
********************************************/

.message {
	display:block;
	margin:0.5em 0.5em 0 0.5em;
	padding:0.2em;
	font-size:0.85em;
	font-weight:bold;

}
.error,
.pending,
.info,
.success {
	padding-left:2.5em;
}
.nojs {
	margin:10px 0 10px 0;
	float:none;
	clear:both;
	overflow:auto;
}

/********************************************
*
* additional elements (left side),
* additional elements (right side)
*
********************************************/

body.oneElement {
	width:63em;
}
body.twoElements {
	width:79.5em;
}
body.twoElements #main {
	margin-right:0.3em;
	float:left;
}
body.oneElement #barLeft,
body.oneElement #barRight,
body.twoElements #barLeft,
body.twoElements #barRight {
	display:block;
	width:16em;
	min-height:1px;
	float:left;
}
.box a.button {
	float:left;
	width:auto;
	margin:0.5em 0 0.5em 0;
}
.box select {
	width:95%;
	margin:0 0.5em 0.5em 0;
}
.box input {
	width:92%;
	margin:0 0.5em 0.5em 0;
}

/* ~~~~ one Element ~~~~ */

	body.oneElement.mvc
	{
		width:820px !important;
		/* width:
			600 = 820px
			650 = 890px
			660 = 900px
			828 = 1130px
		*/
	}
	
	* html body.oneElement
	{
		width:820px !important;
	}
	
	body.oneElement.mvc #main
	{
		width:605px; /* current shop width + 5px */
		/* width:
			600 = 605px
			650 = 655px
			660 = 665px
			828 = 832px
		*/
		margin:0 0 0 0.5% !important;
		float:left;
	}
	
	* html body.oneElement #main
	{
		width:605px !important; /* current shop width + 5px */
		margin:0 3px 0 3px !important;
		float:left;
	}
	
	body.oneElement.mvc #barRight,
	body.oneElement.mvc #barLeft
	{
		width:25% !important;
	}
	
	
	* html body.oneElement #barLeft
	{
		width:25% !important;
	}
	
	* html body.oneElement #barRight {
		width:25% !important;
	}

/* ~~~~ two Elements ~~~~ */

	body.twoElements.mvc
	{
		width:1040px !important;
		/* width:
			600 = 1040px
			650 = 1120px
			660 = 1140px
			828 = 1260px
		*/
	}
	body.twoElements.mvc #main
	{
		width:610px; /* current shop width + 10px */
		/* width:
			600 = 610px
			650 = 660px
			660 = 670px
			828 = 838px
		*/
		margin:0 0 0 0.5% !important;
		float:left;
	}
	
	* html body.twoElements #main {
		margin:0 0 0 0.5% !important;
	}

	body.twoElements.mvc #barRight,
	body.twoElements.mvc #barLeft
	{
		width:20% !important;
	}

/* ~~~~ two Elements ~~~~ ie6 matched all additional settings from line 355 to 422 */	
	
	body.noElements.mvc
	{
		width:600px;
	}
	
/* ~~~~ bar left/right ~~~~ */

	.mvc #barLeft,
	.mvc #barRight
	{
		display:block;
		margin:0 auto 0 auto;
		min-height:1px;
		float:left;

	}
	.mvc #barLeft div,
	.mvc #barRight div
	{
		float:right;
		width:99%;
	}
	.mvc #barLeft h3,
	.mvc #barRight h3
	{
		margin:0;
		padding:0 0 0 3%;
		font-size:1em;
		line-height:1.6em;
	}
	
	.mvc #barLeft .box ul,
	.mvc #barRight .box ul {
		width:94%;
	}

/********************************************
*
* header user information
*
********************************************/

#headerUserInformation {
	width:100%;
	font-size:0.8em;
	overflow:hidden;
	line-height:2em;
}
#headerUserInformation ul {
	display:block;
	height:2.1em;
	margin:0;
	padding:0;
}
#headerUserInformation ul li {
	float:left;
	margin:0;
}
#headerUserInformation ul li strong {
	font-weight:normal;
}
#headerUserInformation ul.left {
	width:auto;
	padding:0;
}
#headerUserInformation ul.right {
	float:right;
	margin-top:-2.1em;
	margin-right:-0.5em;
	padding:0 0.2em 0 0;
	width:auto;
}
* html #headerUserInformation ul.right {
	margin-right:-0.2em; /* fix for ie 6 */
}

*+html #headerUserInformation ul.right {
	margin-top:0 !important; 	/* fix for ie 6 */
}

#headerUserInformation select {
	padding:0.1em 0.4em 0.2em 0.4em;
	width:10em;
	height:1.9em;
	font-size:0.9em;
}
#headerUserInformation ul.left li {
	padding:0 0.5em 0 0.5em;
	float:left;
	height:2.1em;
}
#headerUserInformation ul.right li {
	height:2.1em;
	padding:0 0.5em 0 0.5em;
}
#headerUserInformation #userEnable,
#headerUserInformation #userDisable {
	border-left:0;
}
#headerUserInformation #userChart {
	border-right:0;
}
#headerUserInformation #userLanguages {
	border-right:0;
}

/********************************************
*
* shop information
*
********************************************/

#shopInformation {
	width:46em;
	float:left;
	margin:0;
	padding:0 0.5em 1em 0.5em;
}
#shopInformation h1 {
	margin:0;
	padding:0;
	line-height:2em;
	vertical-align:bottom;
}
#shopInformation p {
	padding:0 0 0.5em 0;
	margin:0;
	font-size:0.8em;
}

/********************************************
*
* banner
*
********************************************/

#banner {
	padding:0;
	margin:0;
}
#banner img {
	margin:0;
}

/********************************************
*
* header menu



*
********************************************/

#menu {
	float:left;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height:33px;
	font-weight:bold;

}

#menu li {

	display:block;
	float:left;
	margin:0;
	padding:0;
}
#menu li a {
background-color: #FBFBFC; 
	padding:0 1em 0 1em;
	margin:0;
	display:block;
}
/* fix for ie6 */
* html #menu,
* html #frmFilter,
* html #menuCheckout {
	width:610px; /* with + 10px */
}

/********************************************
*
* affiiliate
*
********************************************/

#affiiliate {
	margin:0;
	padding:0;
}
#affiiliate a {
	display:block;
	float:right;
	font-size:0.8em;
	padding:0.5em 0.5em 0 0;
	margin:0;
	float:right;
}

/********************************************
*
* ssl
*
********************************************/

#ssl {
	float:right;
	margin:-3.3em 0 0 0;
	width:24.5em;
	font-size:0.8em;
	overflow:hidden;
}
#ssl a {
	display:block;
	float:right;
	padding:1.1em 0.5em 0 2.5em;
	line-height:1em;
	height:2.2em;
	width:10em;
}


.confomat #ssl {
	margin:2px 0 0 0;
	width:20em;
}
/********************************************
*
* checkout menu
*
********************************************/

#menuCheckout {
	float:left;
	width:47em;
	height:3.2em;
	line-height:2.1em;
	margin:0 0 2em 0;
}
#menuCheckout ol {
	overflow:visible;
	width:47em;
	margin:0 auto;
	text-align:left;
	float:left;
}
#menuCheckout ol li {
	float:left;
	width:10.5em;
}
#menuCheckout ol li#step-3 {
	width:12.5em;
}
#menuCheckout ol li#step-4 {
	width:13em;
}
#menuCheckout ol li a {
	display:block;
	height:2.1em;
	padding:0.8em 0 0.3em 3.5em;
	background-position:1em 1em;
	background-repeat:no-repeat;
}

/********************************************
*
* content
*
********************************************/

#content {
	margin:0;
	padding:0;
	clear:both;
}
#content .important {
	margin-top:1em;
	clear:left;
	width:44.65em;
}

/********************************************
*
* confomat
*
********************************************/

#content embed, /* ff, opera, safari */
#content object /* ie6, ie7 */
{
	margin:0.5em 0 0 2em;
}


.confomat #shopInformation {
	width:30em;
}
/********************************************
*
* login, lost password
*
********************************************/

#login,
#lostPassword,
#lostPasswordSend {
	width:47em;
	padding:0;
}
#frmAuthenticate {
	width:47em;
	margin-top:0.5em;
}
#login h3 {
	clear:both;
	width:30em;
}
#login h3,
#lostPassword h3,
#lostPasswordSend h3 {
	padding:0 0 0 0.5em;
}
#login fieldset,
#lostPassword fieldset,
#lostPasswordSend fieldset,
#frmAuthenticate fieldset {
	width:44em;
	padding:0 0.5em 0.5em;
}
#login fieldset div,
#lostPassword fieldset div,
#lostPasswordSend fieldset div,
#frmAuthenticate div {
	clear:both;
	float:left;
	width:45.5em;
	line-height:2.1em;
	padding:0 0.5em 0 0;
}
#login fieldset label,
#lostPassword fieldset label,
#lostPasswordSend fieldset label,
#frmAuthenticate fieldset label {
	display:block;
	float:left;
	width:13em;
	font-size:0.8em;
}
#login fieldset input,
#lostPassword fieldset input,
#lostPasswordSend fieldset input,
#frmAuthenticate fieldset input {
	display:block;
	float:left;
	width:17em;
}
#login fieldset .button,
#lostPassword fieldset .button,
#lostPasswordSend fieldset .button,
#frmAuthenticate fieldset .button {
	float:left;
	width:auto;
	margin:0 0 0 91px;
}
* html #login fieldset .button,
* html #lostPassword fieldset .button,
* html #lostPasswordSend fieldset .button,
* html #frmAuthenticate fieldset .button {
	margin-left:45px; /* fix for ie 6 */
}
*+html #login fieldset .button,
*+html #lostPassword fieldset .button,
*+html #lostPasswordSend fieldset .button,
*+html #frmAuthenticate fieldset .button {
	margin-left:89px; /* fix for ie 7 */
}
#frmAuthenticate .button {
	width:auto;
	float:left;
	margin:0 0 0 7.6em;
}
* html #frmAuthenticate .button {
	margin:0 0 0 3.6em; /* fix for ie 6 */
}
*+html #frmAuthenticate .button {
	margin:0 0 0 7em; /* fix for ie 7 */
}
#login p,
#lostPassword p {
	font-size:0.8em;
}
#lostPassword p {
	padding:0.5em 0 0.5em 0.5em;
}
#lostPassword fieldset {
	margin-top:0.5em;
}
#login .loginLostpass {
	float:left;
	padding:0 0 0 90px;
	width:30em;
	font-size:0.85em;
}
#lostPassword h2 {
	margin:0 0 0.5em 0;
}
#frmRegister {
	padding:0 0 1em 0;
	margin:0 0 1em 0;
}
#frmRegister .button.main {
	margin:5px 0 0 51%;
}
#frmLogin .button.main {
	margin:5px 0 0 49%;
}
#frmLogin .loginLostpass a {
	margin:0 0 0 -10px;
}

/********************************************
*
* article filter
*
********************************************/

#frmFilter {
	margin:0;
	padding:0;
	float:left;
	width:47em;
}
#frmFilter select { /* fix for Opera v9.23 on Mac */
	background-color:#fff;
}
#frmFilter fieldset {
	margin:0;
	padding:0.4em;
	border:0;
}
#frmFilter h4,
#frmFilter fieldset div {
	margin:0 0.2em 0 0;
	padding:0;
	float:left;
}
#frmFilter h4 {
	line-height:1.9em;
	margin-right:0.5em;
}
#frmFilter fieldset div select {
	width:14em;
	font-size:0.9em;
	font-weight:normal;
	margin-top:0.1em;
	padding:0.1em 0.2em 0.1em 0.2em;
}
* html #frmFilter fieldset div select {
	margin-top:0.3em; /* fix for ie 6 */
}
*+html #frmFilter fieldset div select {
	margin-top:0.3em; /* fix for ie 7 */
}
#frmFilter fieldset div select#filterProductTypeId {
	width:19em;
}

/********************************************
*
* article navigation
*
********************************************/

.navigation {
	float:left;
	width:46em;
	overflow:visible;
	margin:0.5em 0 0 0;
	text-align:left;
	line-height:20px;
	padding:0 0.5em 0 0.5em;
}
* html .navigation {
	margin:5px 0 0 5px;
}
.navigation div {
	margin:0 auto 0 auto;
	text-align:center;
	display:table;
	font-size:0.85em;
}
.navigation div.num1 {
	width:126px;
}
.navigation div.num2 {
	width:68px;
}
.navigation div.num3 {
	width:66px;
}
.navigation div.num4 {
	width:86px;
}
.navigation div.num5 {
	width:206px;
}
.navigation div.num6 {
	width:160px;
}
* html .navigation div.num6 {
	width:170px; /* fix for ie 6 */
}
* html .navigation div.num5 {
	width:209px; /* fix for ie 6 */
}
.navigation div a,
.navigation div span {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0 0 0 4px;
}
.navigation div span {
	font-weight:bold;
}
.navigation small {
	font-size:0.85em;
}
.navigation small.left {
	position:static;
	display:block;
	float:left;
	line-height:25px;
}
.navigation small.right {
	display:block;
	float:right;
	margin:-18px 0 0 0;
}
.navigation a.left {
	margin-right:11px;
}
.navigation a.right {
	margin-left:15px;
}
.navigation div a.left,
.navigation div a.leftend,
.navigation div a.right,
.navigation div a.rightend {
	display:block;
	line-height:18px;
	float:left;
	text-indent:-200em;
}

/* ~~~ classic extended (mvc version) ~~~ */

.classicExtended {
	width:47em;
	float:left;
	padding:0;
	margin:0;
}
.classicExtended form label {
	cursor:default;
}
.classicExtended form {
	width:47em;
	padding:0 0 1em 0;
	margin:0.5em 0em 1em 0;
	float:left;
}
.classicExtended form fieldset {
	border:0;
	margin:0;
	padding:0;
	float:left;
}
.classicExtended form fieldset .articleImages {
	margin:0;
	width:15.65em;
	padding:0.3em 0 0 0;
	float:left;
}
.classicExtended form fieldset.with-title .articleImages {
	margin-top:-15px;
}
* html .classicExtended form fieldset .articleImages {
	margin-right:1em;
}
.classicExtended form fieldset a img {
	padding:0;
	height:14.9em;
	width:14.9em;
	margin:0 auto 0 4px;
}
.classicExtended form fieldset ul {
	display:block;
	width:13em;
	overflow:hidden;
	padding:0.3em 0 0.4em 0.6em;
	margin:0;
	float:left;
	visibility:hidden;
}
.classicExtended form fieldset ul li {
	float:left;
	margin:0 0.3em 0 0;
}
.classicExtended form fieldset h5 {
	margin:0 0 0.5em 0;
}
.classicExtended form fieldset p {
	font-size:0.8em;
	padding:0 0 0.5em 0;
}
.classicExtended form fieldset .articleProducttypeTxt {
	width:95%;
}
.classicExtended form fieldset .articleDetailsLink {
	width:auto;
	margin:-1.5em 0 0 0;
	padding:0 0.5em 0 0;
	float:right;
	font-size:0.8em;
}
.classicExtended form fieldset .articleDesc {
	width:30em;
	float:right;
	margin:0 0 0 1.1em;
	padding:0;
}
* html .classicExtended form fieldset .articleDesc {
	float:none;  /* important fix, because of ie 6 crashed */
	margin:0 0 0 2.1em;
	padding:0 0 1em 0;
}
.classicExtended form fieldset .articleDesc div {
	clear:left;
	float:left;
	width:30em;
	line-height:1.9em;
}
.classicExtended form fieldset .articleDesc div label {
	display:block;
	float:left;
	font-weight:bold;
	width:11em;
	font-size:0.9em;
}
.classicExtended form fieldset .articleDesc div input,
.classicExtended form fieldset .articleDesc div select {
	float:left;
	margin:0.2em;
}
.classicExtended form fieldset .articleDesc div select {
	padding-right:0.3em;
	margin-right:0.3em;
	height:2em;
}
.classicExtended form fieldset .articleDesc span {
	font-size:0.8em;
}
.classicExtended form fieldset .articleDesc a.measureTable,
.classicExtended form fieldset .articleDesc .articleLimit {
	display:block;
	float:right;
	width:17.5em;
	margin:-1.9em 0 0 0;
	line-height:1.9em;
	text-align:right;
	font-size:0.8em;
}
* html .classicExtended form fieldset .articleDesc a.measureTable,
* html .classicExtended form fieldset .articleDesc .articleLimit {
	width:19em; /* fix for ie 6 */
}
*+html .classicExtended form fieldset .articleDesc a.measureTable,
*+html .classicExtended form fieldset .articleDesc .articleLimit {
	width:19em; /* fix for ie 7 */
}
.classicExtended form fieldset .articleDesc .articleSizes {
	padding-top:0.5em;
}
.classicExtended form fieldset .articleDesc div span {
	display:block;
	float:left;
	padding:0;
	margin:0;
	width:19em;
	overflow:hidden;
}
.classicExtended form fieldset div.articlePrice {
	margin:0 0 0 1.1em;
	padding:0.5em 0.5em 0.5em 0;
	width:29.5em;
	clear:both;
	float:right;
}

.classicExtended .articlePriceWrapper {
	float:left;
}

* html .classicExtended form fieldset div.articlePrice {
	width:auto; /* important fix, because of ie 6 crashed */
	border:0;
	float:none;
	padding-left:16em;
	line-height:1.9em;
}
.classicExtended form fieldset div.articlePrice label {
	font-weight:bold;
	font-size:0.9em;
	float:left;
}
.classicExtended form fieldset div.articlePrice .priceGroup {
	display:block;
	text-align:right;
}
.classicExtended form fieldset div.articlePrice .button {
	margin-top:0.4em;
	float:right;
}
.classicExtended .tax-shipping {
	position:absolute;
	margin:1.8em 0 0 0.2em;
}
* html .classicExtended .tax-shipping {
	margin:1.8em 0 0 -2.6em;
	line-height:1.8em;
}
*+html .classicExtended .tax-shipping {
	margin:1.8em 0 0 -2.6em;
}
.classicExtended .stock-out p,
.classicExtended .articlePrice p.message.advice {
	text-align:right;
}
.classicExtended fieldset h3
{
	margin:0 0 0 14em;
}
.classicExtended fieldset h5.articleLimit
{
	text-align:right;
	font-weight:bold;
}
.classicExtended .system-alert acronym
{
	display:none;
}

/* ~~~ classic compact (mvc version) ~~~ */

.mvc #index
{
	padding:10px 0 0 0.7%;
}
.mvc #index.classicCompact /* with safari bug */
{
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 0 0 -3px;
        min-height: 500px;
}
.mvc #index.classicCompact form
{
	float:left;
}
.mvc #index.classicCompact fieldset
{
	float:left;
	width:197px;
	height:325px;
	margin:0 2px 0 0;
	padding:0;
}
* html .mvc #index.classicCompact fieldset
{
	margin:0 2px 0 1px;
}

.mvc #index.classicCompact fieldset h3
{
	height:2.7em;
	overflow:hidden;
}
.mvc #index.classicCompact fieldset h3.small-gap-down {
	margin-bottom: 4px;
	height:45px;
	width:197px;
	overflow:hidden;
}
.mvc #index.classicCompact fieldset h5
{
	padding:3px 0 3px 3px;
}
.mvc #index.classicCompact fieldset .articleSizes,
.mvc #index.classicCompact fieldset .articlePrice label,
.mvc #index.classicCompact fieldset .articleDesc.with-limit h5
{
	display:none;
}
.mvc #index.classicCompact fieldset .articleDesc.with-limit h5.articleLimit
{
	display:block;
}
.mvc #index.classicCompact fieldset img
{
	margin:2px 0 0px 2px;
}
* html .mvc #index.classicCompact .priceGroup {
	margin-right:-10px;
}
.mvc #index.classicCompact fieldset .articlePrice
{
	float:left;
	width:100%;
	height:2.5em;
	border-top:0;
	padding:2px 0 2px 0;
}
.mvc #index.classicCompact fieldset .articlePrice p
{
	float:left;
	font-size:0.8em;
	width:54%;
	margin:0;
	padding:0;
}
.mvc #index.classicCompact fieldset .articlePrice p.tax-shipping {
	padding:0 0 0 3px;
	width:102px;
}
.mvc #index.classicCompact fieldset .articlePrice.stock-out p
{
	width:98%;
	font-size:0.9em;
	text-align:right;
	line-height:2.8em;
}
.mvc #index.classicCompact fieldset .articlePrice span
{
	display:block;
	float:left;
	width:29%;
	line-height:2.5em;
	padding:0 4px 0 0;
	text-align:right;
}
.mvc #index.classicCompact fieldset .articlePrice.with-old-price span
{
	margin:-3px 0 0 0;
	line-height:normal;
}
.mvc #index.classicCompact fieldset .articlePrice .basket
{
	float:right;
	width:24px;
	background-position:-1px -1px;
	margin:0.35em 2px 0 0;
	padding:0;
	height:24px;
	text-indent:-10000px;
	font-size:.0%;
}
.mvc #index.classicCompact .articleImages {
	height:196px;
	width:196px;
}
.mvc #index.classicCompact .system-alert
{
	clear:both;
	float:right;
	padding:0;
	margin:0;
	width:100%;
}
.mvc #index.classicCompact .system-alert strong
{
	display:block;
	float:left;
	padding:0;
	margin:0;
	width:82%;
	font-weight:normal;
}
.mvc #index.classicCompact .system-alert acronym
{
	display:block;
	line-height:16px;
	border:1px solid #d8d8d8;
	padding:4px;
	margin:0;
	float:right;
}
* html .mvc #index.classicCompact .system-alert acronym { margin-top:4px; }
*+html .mvc #index.classicCompact .system-alert acronym { margin-top:4px; }

/********************************************
*
* article details
*
********************************************/

ul.detailMenuPath {
	width:46.5em;
	float:left;
	margin:0.5em 0 1.5em 0;
	padding:0 0 0.5em 0.5em;
}
ul.detailMenuPath li {
	float:left;
	margin:0 0.3em 0 0;
	font-size:0.8em;
	font-weight:bold;
}
ul.detailMenuPath li a,
ul.detailMenuPath li.mark {
	font-weight:normal;
}
.detailArticleHeadline {
	padding:0 0 0 0.3em;
}
#detailArticlePrint {
	padding:3px 5px 3px 3px;
	margin:1em 0 0 0.5em;
	clear:both;
	float:left;
	width:280px;
}
* html #detailArticlePrint {
	margin-left:0.2em;
}
#detailArticlePrint h4 {
	width:18em;
	float:left;
	margin:0 0 0.5em 0.4em;
}
#detailArticlePrint #detailArticleThumb {
	height:280px;
	width:280px;
	text-align:center;
}
#detailArticlePrint #detailArticleThumb img {
	max-height:280px;
	max-width:280px;
}
#detailArticlePrint #detailArticleThumb.design img {
	height:auto;
	width:auto;
	margin:2.5em auto;
}
* html #detailArticlePrint #detailArticleThumb.design img {
	height:190px;
}
#detailArticlePrint .detailArticleViews {
	width:42px;
	margin:0.3em;
	float:left;
	text-align:center;
}
#detailArticlePrint .detailArticleViews span {
	font-size:0.8em;
}
#detailArticlePrint .detailArticleViews span strong a {
	font-weight:normal;
}
#detailArticlePrint .detailCurrentView {
	clear:both;
	width:42px;
	height:42px;
	padding:0;
	margin:0 0 0 0.3em;
	float:left;
}
#detailArticlePrint .detailCurrentView.text a {
	display:none;
}
#detailArticlePrint .detailCurrentView a img {
	margin-top:0.35em;
	width:42px;
	height:42px;
}
#detailArticlePrint fieldset {
	float:right;
	width:18.5em;
	font-size:0.85em;
	border:0;
}
#detailArticlePrint fieldset div {
	clear:both;
	float:left;
	width:100%;
}
#detailArticlePrint fieldset div label {
	display:none; /* display:block; */
	float:left;
	font-weight:bold;
	width:6.5em;
}
#detailArticlePrint fieldset div span {
	display:block;
	float:left;
	width:9em;
}
#detailArticlePrint fieldset .detailDesignName {
	font-weight:bold;
	width:17em;
	overflow:hidden;
}
#detailArticlePrint fieldset .detailDesignPrinttype {
	width:auto;
}
#detailArticlePrint fieldset .detailDesignPrinttype span {
	width:auto;
}
#detailArticlePrint fieldset .detailDesignSize {
	width:auto;
	clear:none;
}
#detailArticlePrint fieldset div span img {
	height:9px;
	width:9px;
	padding:4px;
}
#frmArticleDetails {
	width:23em;
	float:right;
	margin:1em 0 0 0;
	padding:0 0 0.5em 0;
}
#frmArticleDetails .articleProducttypeDesc {
	display:block;
	width:27.75em;
	padding:0 1em 0.5em 0;
}
#frmArticleDetails p.articleDesc {
	margin:-0.4em 0 0 0;
	padding:0 0.5em 0.5em 0;
	font-size:0.8em;
}
#frmArticleDetails fieldset {
	margin:0.5em 0 0 0;
	border:0;
}
#frmArticleDetails fieldset p.message {
	clear:both;
	float:left;
	margin:0.5em 0 0 0;

	width:20.3em;
}
#frmArticleDetails fieldset div {
	clear:both;
	float:left;
	line-height:1.9em;
}
* html #frmArticleDetails fieldset div {
	float:none; /* fix for ie 6 */
}
*+html #frmArticleDetails fieldset div {
	float:none; /* fix for ie 7 */
}
#frmArticleDetails span,
#articleMeasureLink,
#articleColorLink {
	font-size:0.8em;
}
#frmArticleDetails fieldset div label {
	display:block;
	float:left;
	width:10em;
	font-weight:bold;
	font-size:0.9em;
}
#frmArticleDetails fieldset div select {
	height:2em;
}
#frmArticleDetails fieldset div input,
#frmArticleDetails fieldset div select {
	margin:0.2em 0.3em 0 0;
	display:block;
	float:left;
}
#frmArticleDetails fieldset div#articleLimit {
	width:14em;
	float:left;
	clear:none;
	font-size:0.85em;
}
#frmArticleDetails fieldset div#articleLimit label {
	width:auto;
	font-weight:normal;
	margin-right:0.3em;
}
#frmArticleDetails #articleDeliveryPeriod {
	display:block;
	width:13em;
	float:left;
}
#frmArticleDetails fieldset div#articlePrice {
	padding:0.5em 0.5em 0 0;
	margin:0.5em 0 0 0;
	width:100%;
}
#frmArticleDetails fieldset div#articlePrice a {
	display:block;
	font-size:0.8em;
}
#frmArticleDetails fieldset div#articlePrice div {
	float:right;
	text-align:right;
	width:11em;
	margin:-2em 0 0 0;
}
#frmArticleDetails fieldset div#articlePrice .price-old {
	float:none;
}
#frmArticleDetails fieldset div#articlePrice strong {
	margin:0 0.5em 0 0;
}
#frmArticleDetails div small {
	float:left;
}
#frmArticleDetails .button {
	margin:0 0.5em 0 0;
	float:right;
}
* html #frmArticleDetails fieldset div#articlePrice div {
	margin:0; /* fix for ie 6 */
}
* html #frmArticleDetails .button {
	margin:0 0.3em 0 0; /* fix for ie 6 */
}
*+html #frmArticleDetails fieldset div#articlePrice div {
	margin:0 0.5em 0 0; /* fix for ie 7 */
}
*+html #frmArticleDetails .button {
	margin:0 0.9em 0 0; /* fix for ie 6 */
}
#articleAdditionalLinks {
	float:right;
	width:22.7em;
	padding:0 0 1em 0.3em;
	margin:0.5em 0 0 0;
}
#articleAdditionalLinks h4 {
	float:left;
	display:none;
}
#articleAdditionalLinks ul {
	margin:0.5em 0 1em 0;
	float:left;
	width:21em;
}
#articleAdditionalLinks ul li {
	float:left;
	margin:0 0.3em 0.7em 0;
	width:20em; /* width:10em; */
}
#articleAdditionalLinks ul li a img {
	margin:0 0.5em 0 0;
	float:left;
}
#articleAdditionalLinks ul li a {
	float:left;
	line-height:2em;
	font-size:0.85em;
}
#detailProduct {
	clear:both;
	float:left;
	margin:1em 0 -0.1em 0.7em;
	padding:0;
}
* html #detailProduct {
	float:none; /* fix for ie 6 */
}
*+html #detailProduct {
	float:none; /* fix for ie 7 */
}
#detailProductInformation {
	clear:both;
	float:left;
	width:22em;
	padding:0.3em 0.3em 0.3em 0;
}
#detailProductInformation p {
	margin:0.5em 0 0.5em 0;
	font-size:0.85em;
}
#detailProductInformation p b {
	font-weight:normal;
}
#detailProductInformation p b b {
	font-weight:bold;
}
#detailProductInformation img {
	padding:0.15em;
	height:75px;
	width:280px;
}

/********************************************
*
* article recommend
*
********************************************/

#articleRecommend {
	margin:0 0 0 0.5em;
	padding:0 0 0.5em 0;
	width:46.5em;
}
#articleRecommend .message {
	clear:both;
	float:none;
	width:93.5%;
}
.mvc #articleRecommend
{
    float:left;
	margin:1em 0 0 6px;
}
#articleRecommend h3 {
	margin:0.5em 0 0 0;
	padding:0;
}
#articleRecommend p {
	margin:0.5em 0 0.5em 0;
	font-size:0.85em;
}
#articleRecommend .articleImages {
	padding:0.3em;
	margin:0 2em 0.5em 0;
	width:280px;
	height:auto;
	float:left;
}
#articleRecommend .articleImages a img {
	clear:both;
	width:280px;
	height:auto;
}
#articleRecommend #articleImageProducttype {
	width:280px;
	height:75px;
}
#articleRecommend fieldset {
	float:left;
	width:21em;
}
#articleRecommend fieldset div {
	clear:both;
	float:left;
	width:21.5em;
	margin:0.3em 0;
	line-height:1.9em;
}
#articleRecommend fieldset label {
	display:block;
	font-size:0.85em;
	padding:0.3em 0 0 0;
	width:25em;
	line-height:normal;
}
#articleRecommend #recommendConfirm label {
	float:left;
}
#articleRecommend #recommendConfirm p {
	width:23em;
}
#articleRecommend fieldset input {
	display:block;
	float:left;
	width:25em;
}
#articleRecommend fieldset textarea {
	width:25em;
}
#articleRecommend fieldset #recipientMessage {
	margin:0 0 0.5em 0;
}
#articleRecommend fieldset #recipientMessage label {
	width:25em;
}
#articleRecommend fieldset .button {
	float:left;
	margin:0.5em 0 0 0;
	width:auto;
}
#articleRecommend div strong {
	float:left;
	width:15em;
	padding:0.4em 0 0 0;
}
#articleRecommend div p {
	float:left;
	width:35em;
}

/********************************************
*
* new checkout (see checkout.css)
*
********************************************/

.checkout-v2 .content,
.checkout-v2 .content .important,
.checkout-v2 .checkoutStepsTop,
.checkout-v2 .checkoutStepsBottom,
.checkout-v2 .checkoutInformation p,
.checkout-v2 .basketAdditionals #frmProceed div,
.checkout-v2 .basketAdditionals #frmProceed #basketPriceTotal div,
.checkout-v2 .basketAdditionals ul,
.checkout-v2 #basketItems .basketDelete,
.checkout-v2 #basketItems fieldset,
.checkout-v2 #checkoutAddress form fieldset div,
.checkout-v2 #basketAddressSelect,
.checkout-v2 #basketAddressSelect fieldset div,
.checkout-v2 #checkoutPaymentInfo form div.paymentOption,
.checkout-v2 #frmOrderShow #basketItems .basketAdditionals #basketSum,
.checkout-login .section
{
	width:600px;
}

/********************************************
*
* designs
*
********************************************/

#articleDesigns {
	width:50em;
	float:left;
	padding:0;
	margin:0.5em 0 0 0;
	overflow:hidden;
}
#articleDesigns h3 {
	display:block;
	float:left;
	height:14.9em;
	width:12.75em;
	line-height:2em;
	height:2.5em;
	margin:0 0 0 -0.35em;
	padding:0 0 0 0.5em;
}
#articleDesigns div {
	float:left;
	margin:0 0.15em 1em 0;
	padding:0.3em 0 0 0.25em;
	width:15.35em;
}
#articleDesigns div a img {
	height:14.9em;
	width:14.9em;
}
#articleDesigns div ul {
	display:none; /* display:block; */
	float:left;
	margin:0 0.3em 0 0;
}
#articleDesigns div ul li {
	float:left;
	margin:0 0.3em 0 0;
}

/********************************************
*
* producttype/printtype/productcolor details (measure table)
*
********************************************/

#printtypeDetails,
#producttypeDetails,
#productColors {
	margin:0.5em 0;
}
#producttypeDetails h3 {
	margin:0 0 1em 0;
}
#producttypeDetails #measureImage {
	width:200px;
	height:200px;
	float:left;
}
#producttypeDetails #measureImage img {
	margin:0 0 1em 0;
	padding:5px;
}
#producttypeDetails table {
	margin:0 0 0 10px;
	width:390px;
}
#producttypeDetails h4,
#productColors h4 {
	clear:both;
	padding:1em 0;
}
#producttypeDetails table tr td {
	padding:0 0.5em 0 0;
}
#producttypeDetails p,
#printtypeDetails p {
	margin:1em 0 1em 0;
}
#producttypeDetails #productDetailsImage {
	margin:0.5em 0;
	padding:0;
	width:570px;
}
#producttypeDetails #productDetailsImage img {
	width:560px;
	height:150px;
	padding:5px 5px 3px 5px;
}
#producttypeDetails .button,
#printtypeDetails .button,
#productColors .button {
	margin:1em 0;
	float:left;
	width:auto;
}
#productColors div {
	float:left;
	margin:0 1.5em 0 0;
}

/********************************************
*
* impressum,
* privacy,
* copyright, agb
*
********************************************/

#privacy,
#copyright,
#agb,
#help {
	padding:0.5em 0.5em 0 0.5em;
	float:left;
	width:46em;
}
#impressum {
	float:left;
	width:47em;
	margin:0;
	padding:0;
}
#impressum #impressumCustomer {
	padding:1em 0.5em 0.5em 0.5em;
}
#impressum #impressumSpreadshirt {
	padding:0.5em 0.5em 0 0.5em;
}
#impressum #impressumSpreadshirt p {
	font-size:0.85em;
}
#agb ul {
	list-style-type:disc;
	margin:0.5em 0 0.5em 2em;
}
#impressum h2,
#privacy h2
#copyright h2,
#agb h2,
#help h2 {
	margin:0.5em 0 0.5em 0;
}
#impressum p,
#privacy p,
#copyright p,
#agb,
#help p {
	margin:0.5em 0 0.5em 0;
	font-size:0.85em;
	width:98%;
}

/* ~~~ Terms & Conditions (mvc) ~~~ */

.mvc #terms
{
	padding:0.5em;
}
.mvc #terms h2
{
	float:left;
	width:100%;
	margin:0.5em 0 0em 0;
}
.mvc #terms p
{
	font-size:0.8em;
	margin:0.5em 0 1em 0;
	float:none;
}
.mvc #terms ul
{
	list-style-type:disc;
}
.mvc #terms ul li
{
	font-size:0.8em;
	margin:0em 0 1em 1.7em;
}
.mvc #terms ul.term-links
{
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0 0 0.5em 0;
	width:100%;
}
.mvc #terms ul.term-links li
{
	width:50%;
	margin:0 0 0.5em 0;
}
.mvc #terms a.button.top
{
	height:18px;
	width:18px;
	padding:0;
	margin:0 0.5em 0 0;
	float:right;
}

/********************************************
*
* help, faq
*
********************************************/

.faqEmbedded {
	float:left;
	width:47em;
}
.faqEmbedded .faqCategories {
	display:block;
	float:left;
	margin:0 0 1em 0;
	width:22.5em;
	height:13em;
	overflow:hidden;
}
.faqEmbedded div ul li {
	width:21em;
	font-size:0.9em;
}
.faqEmbedded .faqAnswer {
	clear:both;
	width:100%;
}
.faqEmbedded .faqAnswer h5 {
	clear:both;
	padding:1em 0 0 0;
	margin:1em 0 0 0;
	width:100%;
}
.faqAnswer h5 a {
	float:right;
	height:18px;
	width:18px;
	padding:0;
	margin:-1.5em 0 0 0;
}
.faqEmbedded .faqAnswer table {
	width:100%;
}
.faqEmbedded table {
	width:47em;
	margin:0;
}
.rowHL td {
	font-weight:bold;
	width:15em;
	font-size:0.85em;
}
.rowHL td.rowRange {
	text-align:right;
	font-weight:normal;
	width:auto;
	margin:0 0.5em 0 0.5em;
	padding:0 0.2em 0 0;
	font-size:0.85em;
}
.rowData td {
	font-size:0.85em;
}
.rowData td.rowRange {
	text-align:center;
	font-size:0.85em;
}

/* ~~~ mvc shop faq ~~~ */

.mvc #help
{
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}
.mvc #help .detailMenuPath
{
	width:100%;
}
.mvc #help h2
{
	clear:both;
	margin-left:0.3em;
}
.mvc #help .faqCategories
{
	clear:both;
	float:left;
	width:100%;
	padding:0 0 2em 0.5em;
	margin:0 0 2em 0;
}
.mvc #help .faqCategories ul
{
	width:100%;
}
.mvc #help .faqCategories ul li
{
	float:left;
	display:block;
	width:49%;
	padding-right:0.5%;
	font-size:0.85em;
}
.mvc #help .faqCategories h4
{
	padding:0;
	margin:0 0 1em 0;
}
.mvc #help .faqAnswers
{
	clear:both;
	margin:0 0 1em 0.5em;
}
.mvc #help .faqAnswers div
{
	width:100%;
	font-size:0.95em;
	font-weight:normal;
}
.mvc #help .faqAnswers div h2 {
	font-size:0.95em;
	line-height:2em;
	padding:0 0 0 0.3em;
}
.mvc #help .faqAnswers div table
{
	width:100%;
	overflow:hidden;
}
.mvc #help .faqAnswers div table td
{
	text-align:center;
}
.mvc #help .faqAnswers div table .shipping-country
{
	text-align:left
}
.mvc #help a.button.top
{
	height:18px;
	width:18px;
	padding:0;
	margin:0 0.5em 0 0;
	float:right;
}

/********************************************
*
* footer
*
********************************************/

#menuFooter {
	clear:both;
	float:left;
	width:47em;
	margin:1em 0 0 0;
}
* html #menuFooter {
	width:610px /* width + 10px */
}
#menuFooter ul {
	line-height:1.5em;
	font-weight:normal;
	float:left;
}
#menuFooter ul li {
	float:left;
	display:block;
	padding:0 0.4em 0 0.4em;
	margin:0;
}
#menuFooter ul li a {
	font-weight:normal;
	font-size:0.8em;
}
#footer {
	float:left;
	margin:0 0 0.5em 0;
	clear:both;
}
#footer small {
	float:left;
	display:block;
	width:44.5em;
	margin:0.7em 0.5em 0.7em 0.5em;
}
#footer a.powerd-by {
	display:block;
	margin-top:0.6em;
	float:right;
}
#footer a.powerd-by img {
	border:0;
}

/*
* End Spreadshop style *
*/




/* my order seite */

.MyOrder table.one-line-row-table {
	margin-bottom:16px;	
}

.MyOrder table {
	border-collapse:collapse;
	border-spacing:0pt;
}

.MyOrder table {
	line-height:1.42em;
	text-align:left;
	width:100%;
}

.MyOrder table#my-order tr {
	cursor:pointer;
}

.MyOrder table.one-line-row-table th {
	padding:4px 20px 6px 0;
}

.MyOrder table th {
	border:none;
	font-weight:bold;
	padding:4px 20px 4px 4px;
	vertical-align:middle;
}


.MyOrder table td {
border-bottom:1px solid #CAC3BF;
border-width:1px 0pt;
font-size:0.9em;
padding:14px 20px 14px 4px;
vertical-align:top;
}

.MyOrder table.one-line-row-table td {
border:medium none;
padding:3px 10px 3px 0pt;
vertical-align:middle;
}

.MyOrder .triple-col-box {
	padding:16px 8px 8px 8px;
	width:582px;
	float:left;
	clear:both;
}

.MyOrder .three-separated-elements {
padding:1em 0 1em 0;
}

.MyOrder .stat-canceled {
background:url(../../../Images/Icons/orders/bullet_stat-canceled.png) no-repeat 0 50%;
padding-left:12px;
}


.MyOrder .stat-shipped-n-paid {
background:url(../../../Images/Icons/orders/bullet_stat-shipped-n-paid.png) no-repeat 0 50%;
padding-left:12px;
}

.MyOrder .stat-new {
background:url(../../../Images/Icons/orders/bullet_stat-new.png) no-repeat 0pt 50%;
padding-left:12px;
}

.MyOrder .stat-all,
.MyOrder .stat-in-process {
background:transparent url(../../../Images/Icons/orders/bullet_stat-in-process.png) no-repeat 0pt 50%;
padding-left:12px;
}

.MyOrder .stat-waiting {
background:transparent url(../../../Images/Icons/orders/bullet_stat-waiting.png) no-repeat 0pt 50%;
padding-left:12px;
}

.MyOrder .stat-shipped {
background:transparent url(../../../Images/Icons/orders/bullet_stat-shipped.png) no-repeat 0pt 50%;
padding-left:12px;
}

.MyOrder .stat-commission-cred {
background:transparent url(../../../Images/Icons/orders/bullet_stat-commission-cred.png) no-repeat 0pt 50%;
height:16px;
padding-left:12px;
}


.MyOrder .stat-returned {
background:transparent url(../../../Images/Icons/orders/bullet_stat-returned.png) no-repeat 0pt 50%;
padding-left:12px;
}


.MyOrder .stat-non-payment {
background:transparent url(../../../Images/Icons/orders/bullet_stat-non-payment.png) no-repeat 0pt 50%;
padding-left:12px;
}

.MyOrder dl dd {
	margin-bottom:1em;
}

.MyOrder .triple-col-box dl dd {
	font-size:0.9em;
}


.MyOrder .triple-col-box .full-width-col-box,
.MyOrder .triple-col-box .triple-col-box {
padding:12px 0 0 0;
}

.MyOrder .triple-col-box h2 {
	font-size:1.3em;
	margin:0.6em 0 0.6em 0;
}

.MyOrder .filter {
border-bottom:1px solid #CAC3BF;
margin-bottom:0.6em;
}

/* my orders menu border */ 
#myorders-menu-border {
	width:100%;
	border-top:1px solid #898989;
	height:auto;
}

/* fix for ie6 for the floating of paragraph in minibasket */

#barRight #cart p,
#barLeft #cart p {
	float:left;
	position:relative;
}

/* end fix for ie6 for the floating of paragraph in minibasket */

/* IE6 checkout bug - IE6 hanging start */

* html .cbaPhone-wrapper {
	width:588px !important; 
	position:relative !important; 
	display:block !important;
	clear:none !important;
	float:left;
}

* html .company-tax-elements {
	width:588px !important; 
	position:relative !important; 
	clear:none !important;
	float:left;
}


* html #personalVatId input,
* html #personalTaxId input,
* html .cbaPhone-wrapper input {
	margin-left:2px !important; 
}

/* IE6 checkout bug - IE6 hanging end */

dl.shipping-costs {
	float:left;
	width:600px;
	font-size:12px;
}

/* shipping costs table */

.shippingInfoAdvice {
	color:#ff0000;	
}
dl.shipping-costs dt {
	float:left;
	clear:left;
	display:block;
}

dl.shipping-costs dd {
	float:left;
	display:block;
	
}

dl.shipping-costs dd,
dl.shipping-costs dt {
	width:116px;
	padding:10px 0 10px 4px;
	font-weight:normal;
}

dl.shipping-costs .header-row {
	background-color:#f2f2f2;
	border-bottom:1px dashed #cac3bf;
	border-top:1px dashed #cac3bf;
	margin-top:4px;
	font-weight:bold;
}

dl.shipping-costs .row-separator {
	clear:both; 
	float:left; 
	width:100%
}

.isPopup #help .button {
	float:left;
}

/* infonimpho

.checkout-partner-info-box {
	float:left;
	width:160px;
	padding:10px;
}

.checkout-partner-info-box ul li {
	clear:both;
	list-style-position:inside;
	list-style-type:disc;
}

.checkout-v2 .content .checkout-partner-info-box h2 {
	padding-left:0;
	padding-bottom:4px;
}

.checkoutInformation {
	float:left;
}

.checkout-v2 #basketCheck .checkout-partner-info-box,
.checkout-partner-info-box {
	margin:0 12px 12px 12px;
	width:160px;
	padding:10px;
	float:right;
	border:1px dashed;
	background:#FFFFFF;
}

.checkout-v2 .content .checkout-partner-info-box h2 {
	padding-left:0;
	padding-bottom:12px;
}


#user-login a.button {
    float:right !important;
    }

input.error, .mvc input.system-error {
	padding:4px !important; 
}

#ShippingDeliveryId7,
#ShippingDeliveryId8,
#ShippingDeliveryId6 {
	margin-top:-4px !important;
}

*+html .checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset {
	padding-bottom:20px !important;
	float:left;
}


#frmCheckoutAddress {
	float:left;
	clear:both;
	width:600px;
}

#registerMail p {
	float:left;
	clear:both;
	padding-left:119px;
	padding-top:12px;
	width:370px; 
}

#registerMail p small {
	font-size:12px;
}

.checkoutUserRegister #registerMail #user-login {
	width:570px;
}

.checkout-v2 #basketCheck div.checkoutInformationBox,
.checkout-v2 #basketCheck .checkoutInformation,
.checkoutInformationBox {
	float:left;
	width:370px;
}

.checkoutInformationBox p {
	padding-left:8px;
}

.info-wrapper {
	float:left;
	clear:both;
}

.checkoutInfoProceed {
	margin-bottom:12px;
	float:left;
}

.checkout-partner-info-box ul li {
	float:left;
	clear:both;
}

#ligthbox-form-login {
    margin-left:16px;
}

* html #ligthbox-form-login {
    margin-left:22px;
    padding-left:0;
}

#ligthbox-form-login p {
    font-size:0.85em;
    float:left;
    clear:both;
    margin-bottom:0.5em;
}

#ligthbox-form-login #frmLogin #loginvalue,
#ligthbox-form-login #frmLogin #password {
    width:20em !important;
    padding:0.3em 0.2em 0.4em 0.6em !important;
    float:left;
    clear:both;
    font-size:1em;
}

#ligthbox-form-login #frmLogin label {
    font-weight:bold;
    padding:1em 0 0.5em 0;
    float:left;
}

#ligthbox-form-login #frmLogin {
    float:left;
    height:350px !important;
}

#ligthbox-form-login #frmLogin .large-prio-1-button {
    float:left;
	font-weight:bold;
	padding:1px 12px;
}

/* Begin Spreadshop style */
/********************************************
*
* Colours and fonts
*
*/
select,
input,
textarea
{
color:#798185;
}
/*
* ~~~ Font family  ~~~
*/
select,
input,
textarea,
body
{
font-family:Trebuchet MS, Arial, sans-serif;
}
/*
* ~~~ Link color, hover color  ~~~
*/
.mark,
.navigation div span,
#detailArticlePrint .detailArticleViews span strong a
{
color:#FF0000;
}
/*
* ~~~ Font color 1  ~~~
*/
body,
h1,
h4,
.navigation,
.basketAdditionals #frmProceed #basketPriceTotal div label,
#frmOrderShow #basketItems .basketAdditionals #basketPriceTotal label,
#footer small
{
color:#333333;
}
/*
* ~~~ Font color 2  ~~~
*/
h2,
.content #basketItems h1
{
color:#51443b;
}
#ibox_content p {
color:#51443b !important;
}
/*
* ~~~ Font color 3  ~~~
*/
h3,
.checkout-login .section h1,
.checkout-lost-password .section h1
{
color:#009fe1;
}
/*
* ~~~ Font color 4  ~~~
*/
/*
* ~~~ Font color 5  ~~~
*/
h5,
.price-old,
#checkoutAddress form fieldset label,
#frmOrderShow #basketItems .basketAdditionals #basketPriceTax,
#frmOrderShow #basketItems .basketAdditionals #basketPriceTax .price,
.checkout .basketAdditionals #frmProceed #basketPriceTotal div#basketTax,
.checkout-login .section p.metatext,
.checkout-lost-password .section p.metatext,
.checkout-v2 #basketItems fieldset .basketItemViewConfig dl dt,
.checkout-v2 #basketItems fieldset .basketItemViewConfig dl dd,
.checkout-v2 .content input.error,
.checkout-v2 .content select.error,
.checkout-v2 #checkoutAddress form fieldset label,
.checkout-v2 #basketAddressSelect fieldset label,
.checkout-v2 #checkoutPaymentInfo form label,
.checkout-v2 #checkoutPaymentInfo div.paymentOption fieldset div label,
.checkout-v2 #checkoutAddress #ShippingDeliveryType2 label a,
.checkout-v2 #checkoutAddress #ShippingDeliveryType2 label a:hover
{
color:#666666;
}
/*
* ~~~ Font color 6  ~~~
*/
#detailArticlePrint h4,
#basketItems fieldset ul.basketColumn span,
.basketAdditionals #frmProceed div label,
.basketAdditionals #frmProceed #basketHandlingPrice span,
.basketAdditionals #frmProceed #basketShippingCoupon span,
.basketAdditionals #frmProceed #basketShippingPrice span strong,
.basketAdditionals #frmProceed #basketBonusPayment span,
.basketAdditionals #frmProceed #basketCoupon span,
.basketAdditionals #frmProceed #basketDiscount span,
#checkoutAddress form h3,
#checkoutAddress form .checkoutAdditionals fieldset div .price,
#checkoutPaymentInfo form div.paymentOption h3,
#checkoutPaymentInfo form div span strong,
#frmOrderShow #basketItems .basketAdditionals #basketCharging .price,
.checkout-v2 .basketAdditionals #frmProceed div label,
.checkout-v2 .basketAdditionals #frmProceed #basketHandlingPrice span,
.checkout-v2 .basketAdditionals #frmProceed #basketShippingCoupon span,
.checkout-v2 .basketAdditionals #frmProceed #basketShippingPrice span strong,
.checkout-v2 .basketAdditionals #frmProceed #basketBonusPayment span,
.checkout-v2 .basketAdditionals #frmProceed #basketCoupon span,
.checkout-v2 #checkoutAddress form h3,
.checkout-v2 #checkoutAddress form h3 a,
.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset div .price,
.checkout-v2 #checkoutPaymentInfo form div.paymentOption h3,
.checkout-v2 #checkoutPaymentInfo form div span strong,
.checkout-v2 #frmOrderShow #basketItems .basketAdditionals #basketCharging .price,
.checkout-v2 #frmOrderShow #basketItems .basketAdditionals #basketPriceTotal label,
.checkout-v2 #ShippingDeliveryType2 label a
{
color:#333333;
}
/*
* ~~~ Font color 7  ~~~
*/
#headerUserInformation ul li,
#detailArticlePrint fieldset,
#basketItems fieldset ul.basketColumn,
#checkoutAddress form .checkoutAdditionals fieldset div label,
#checkoutAddress form .checkoutAdditionals fieldset div p,
#checkoutPaymentInfo form label,
#checkoutPaymentInfo form fieldset,
#checkoutPaymentInfo div.paymentOption fieldset div label,
#checkoutPaymentInfo div.paymentOption fieldset p,
#frmOrderShow #basketItems .basketAdditionals #basketCharging,
.rowData td,
.rowData td.rowRange,
.basketAdditionals #frmProceed div span,
.checkout-v2 .basketAdditionals #frmProceed div span,
.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset div label,
.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset div p,
.checkout-v2 #checkoutPaymentInfo form fieldset,
.checkout-v2 #checkoutPaymentInfo div.paymentOption fieldset p,
.checkout-v2 #frmOrderShow #basketItems .basketAdditionals #basketCharging
{
color:#666666;
}
/*
* ~~~ Background color 2 ~~~
*/
#main,
#tooltip,
#banner,
.popup,
.classicCompact form fieldset div.articleDesc,
.classicCompact form fieldset div.articlePrice,
#frmArticleDetails p.articleDesc,
#checkoutPaymentInfo ul.checkoutStepsTop,
#articleDesigns h3,
#producttypeDetails #productDetailsImage,
.faqPopup
{
background-color:#ffffff;
}
body.popup
{
background:#ffffff;
}
/*
* ~~~ Background color 3 ~~~
*/
.classicCompact form fieldset div.articleImages,
.classicCompact form fieldset ul,
.classicExtended form fieldset .articleImages,
.classicExtended form fieldset ul,
.basketAdditionals #frmProceed div div,
.rowData td,
#headerUserInformation,
#detailArticlePrint,
#articleRecommend .articleImages,
#basketItems fieldset ul.basketColumn,
#checkoutAddress form .checkoutAdditionals fieldset,
#checkoutPaymentInfo form div.paymentOption div,
#checkoutPaymentInfo form fieldset,
#frmOrderShow #basketItems .basketAdditionals #basketCharging,
#articleDesigns div,
#producttypeDetails #measureImage,
#menuFooter,
.mvc #help .faqAnswers div table th
{
background-color:#f2f1ef;
}
/*
* ~~~ Background color 4 ~~~
*/
#frmFilter,
#menuCheckout,
#menu li#menuItemShop.current a,
#menu li.current a,
#menu li a:hover,
form.topArticle fieldset .articleImages ul,
form.topArticle fieldset .articleImages,
h3.navi-level-4-header
{
background-color:#027AC1;
}
#menu li a
{
color:#027AC1;
}
/*
* ~~~ Background color 5 ~~~
*/
#menuCheckout a:hover
{
background-color:#0177a5;
}
/*
* ~~~ Background color 6 ~~~
*/
#menuCheckout ol li.current
{
background-color:#005c81;
}
/*
* ~~~ Background color 7 ~~~
*/
#menu,
#menu li
{
background-color:#ffffff;
}
#menu li a:hover,
#menu li.current a,
#menuCheckout ol li a,
#frmFilter h4,
h3.navi-level-4-header
{
color:#ffffff;
}
/*
* ~~~ Border colours (all) ~~~
*/
select,
input,
textarea,
.button.delete,
.tag,
.delicious,
.recommend,
.message a img,
.classicCompact form fieldset a img,
.classicExtended form fieldset a img,
.classicCompact .button.basket,
#tooltip,
#detailArticlePrint #detailArticleThumb,
#detailArticlePrint .detailArticleViews a img,
#detailArticlePrint .detailCurrentView a img,
#detailArticlePrint fieldset div span img,
#articleAdditionalLinks ul li a img,
#detailProductInformation img,
#articleRecommend .articleImages a img,
#basketItems a.thumb,
#basketItems fieldset .basketArticleImages a,
#basketItems li.basketColor img,
#articleDesigns div a img,
#producttypeDetails #measureImage img,
#producttypeDetails #productDetailsImage,
.checkout-v2 #basketAddressSelect fieldset ul li a.del,
.mvc .box,
.checkout-v2 #basketItems fieldset .thumb,
.checkout-v2 #basketItems fieldset .basketArticleImages a,
.checkout-v2 #basketItems .thumb,
.checkout-v2 .content select,
.checkout-v2 .content fieldset input,
.checkout-v2 .content textarea,
.checkout-v2 #basketItems a.button.delete,
.mvc #help .faqAnswers div table th
.checkout-v2 #basketItems li.basketColor span img
{
border:1px solid #FFFFFF;
}
.checkout-v2 .content img,
.checkout-v2 .content .button.delete
{
border:0 solid #FFFFFF;
}
.checkout-v2 #basketItems li.basketColor img
{
border:1px solid #FFFFFF;
}
/*
* ~~~ Border colours (top) ~~~
*/
.classicCompact form fieldset div.articlePrice,
.classicExtended form fieldset .articleDesc .articleSizes,
.classicExtended form fieldset div.articlePrice,
.checkoutStepsTop,
.checkoutStepsBottom,
.faqEmbedded .faqAnswer h5,
.basketAdditionals #frmProceed div,
#frmArticleDetails fieldset div#articlePrice,
#detailProduct,
#checkoutAddress #checkoutDeliveryAddress,
#checkoutAddress form .checkoutAdditionals,
#checkoutPaymentInfo form div.paymentOption,
#basketCheck div#listBasketCheck,
#frmOrderShow #basketItems,
#frmOrderShow #basketItems .basketAdditionals,
#frmOrderShow #basketItems .basketAdditionals #basketSum,
#impressum #impressumSpreadshirt,
#myorders-menu-border,
#cart .total,
.checkout-v2 #frmOrderShow #basketItems .basketAdditionals #basketSum,
.checkout-v2 #frmOrderShow #basketItems .basketAdditionals,
.checkout-v2 #frmOrderShow #basketItems,
.checkout-v2 #checkoutPaymentInfo form div.paymentOption,
.checkout-v2 #checkoutAddress #checkoutDeliveryAddress,
.checkout-v2 #basketCheck div#listBasketCheck,
.checkout-v2 #basketItems .basketDelete,
.checkout-v2 .basketAdditionals #frmProceed div
.checkout-v2 .basketAdditionals #frmProceed div,
.checkout-v2 .checkoutStepsBottom,
.mvc #copyright,
.mvc #help,
.mvc #privacy,
.mvc #impressum
{
border-top:1px solid #FFFFFF;
}
/*
* ~~~ Border colours (bottom) ~~~
*/
.detailMenuPath,
.classicCompact form fieldset div.articlePrice,
.classicExtended form fieldset div.articlePrice,
* html .classicExtended form,
* html .classicExtended form fieldset .articleDesc,
#frmRegister,
#frmArticleDetails,
#frmArticleDetails .articleProducttypeDesc,
#frmArticleDetails p.articleDesc,
#basketItems .updateBasketItem:hover,
#basketItems .updateBasketItem,
#basketAddressSelect fieldset,
#basketAddressSelect .checkoutInformation,
.checkout-v2 #basketAddressSelect fieldset,
.checkout-v2 .checkoutStepsTop,
.checkout-login .section form,
.checkout-lost-password .section form,
.mvc #help .faqCategories,
.mvc #terms ul.term-links
{
border-bottom:1px solid #FFFFFF;
}
.filter
{
border-bottom:1px solid #FFFFFF !important;
}
/*
* ~~~ Border colours (left) ~~~
*/
#ssl a,
#headerUserInformation ul.left li,
#headerUserInformation ul.right li
{
border-left:1px solid #FFFFFF;
}
/*
* ~~~ Border colours (right) ~~~
*/
.rowHL td,
#menu li,
#menuFooter ul li,
#headerUserInformation ul.right
{
border-right:1px solid #FFFFFF;
}
/*
* ~~~ Border colours (hover) ~~~
*/
.tag:hover,
.delicious:hover,
.recommend:hover,
.message a:hover img,
.classicCompact form fieldset a:hover img,
.classicCompact .button:hover.basket,
.classicExtended form fieldset a:hover img,
#detailArticlePrint .detailArticleViews a:hover img,
#detailArticlePrint .detailCurrentView a:hover img,
#articleAdditionalLinks ul li a:hover img,
#articleRecommend .articleImages a:hover img,
.content #basketItems fieldset .basketArticleImages a:hover,
#articleDesigns div a:hover img,
.checkout-v2 #basketItems fieldset .basketArticleImages a:hover,
.borderCurrent
{
border:1px solid #FFFFFF;
}
.mvc input:focus,
.mvc input:active,
.mvc input:hover,
.mvc select:hover,
.mvc select:focus,
.mvc textarea:hover,
.mvc textarea:focus
{
border-color:#FFFFFF;
}
/*
* ~~~ Messages ~~~
*/
.error,
.mvc .system-error
{
border:1px solid #bf4500;
color:#bf4500;

}
.mvc .system-error a
{
color:#bf4500;
text-decoration:underline;
}
.checkout-v2 #span-error
{
border:1px solid #bf4500 !important;
}
.checkout-v2 .content select.error,
.checkout-v2 .content input.error
{
border-color:#bf4500;
}
.pending
{
border:1px solid #cc9933;
color:#cc9933;
}
.info
{
border:1px solid #0060a1;
color:#0060a1;
}
.success,
.mvc .system-message
{
border:1px solid #009933;
color:#009933;
}
/*
* ~~~ Article images (background, hardcoded) ~~~
*/
.button.delete,
#detailArticlePrint #detailArticleThumb,
#detailArticlePrint fieldset div span img,
#basketItems li.basketColor img,
#articleDesigns div a img
{
background-color:#fff;
}
/* End Spreadshop style */


body {
margin:0px; padding:0px;
text-align:center;
font:76% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
}

a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
}

#toptabs{
margin: 20px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p{
text-align:right;
color:#808080;
}

.toptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(/users/1700000/1699809/380112/img/380112_corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover{
background:#fafafa url(/users/1700000/1699809/380112/img/380112_corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
color:#017ac1;
text-decoration:none;
background:#ffffff url(/users/1700000/1699809/380112/img/380112_corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover{
text-decoration:none;
}

#container{
margin:auto !important;
width: 940px;
margin-left: 40px;
margin-right: 10px;
padding:5px 30px 20px 40px;
background:#fff;
text-align:left;
}


#logo{
margin:15px 0 0 0;
}

#logo h1 a{
color:#303030;
}

#logo h1 a:hover{
text-decoration:none;
}

#navitabs{
padding-top: 20px;
clear:both;
_margin:0 0 20px 0;
}

.navitab{
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
letter-spacing:1px;
background:#e0e0e0 url(/users/1700000/1699809/380112/img/380112_corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover{
text-decoration:none;
background:#f00 url(/users/1700000/1699809/380112/img/380112_corner.gif) top right no-repeat;
color: #fff;
}

.activenavitab{
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
text-decoration:none;
background:#017ac1 url(/users/1700000/1699809/380112/img/380112_corner.gif) top right no-repeat;
}

.activenavitab:hover{
text-decoration:none;
}

#desc{
height:207px;
color:#ffffff;
padding:0;
background:#fff url(/users/1700000/1699809/380112/img/380112_header.png) top left no-repeat;
clear:both;
margin:-15px 0 0 0;
}

#desc p{
width:290px;
font-size:1em;
line-height:1.3em;
padding:20px 0 0 15px;
}

#desc h2{
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a{
color:#ffffff;
text-decoration:underline;
}

#main{
width: 600px;
float:left;
margin-top: 15px;
padding: 0px 15px 30px 20px;
background-color: #FBFBFC;
border-right:1px solid #d0d0d0;
}

#main .main{
width: 560px;
float:left;
padding: 0px 15px 30px;
background-color: #FFF;
border: none;
font-size: 1.2em;
}

#main div{
border:0px solid #fff;
}

.block{
background:#f0f0f0;
padding:15px;
}

#sidebar{
width:240px;
float:right;
padding-left: 20px;
}

#sidebar p{
font-size:0.9em;
line-height:1.3em;
margin:12px 0;
}

#sidebar a{
text-align:left;
display:block;
width:220px;
background:#f0f0f0 url(/users/1700000/1699809/380112/img/380112_corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:2px 0px;
}

#sidebar a:hover{
background:#0A0 url(/users/1700000/1699809/380112/img/380112_corner.gif) top right no-repeat;
text-decoration:none;
color: #fff;
}

#sidebar ul{
margin:2px 0;
padding:0;
list-style:none;
}

#sidebar li,{
margin:2px 0px 2px 0px;
padding:0;
list-style:none;
}

#sidebar div div{
margin:20px 0 0;
}

#sidebar h2{
background:#fff;
margin:5px 0;
padding-left: 0px;
}

#footer{

clear:both;
background:#fafafa;
color:#808080;
font-size:0.9em;
padding:8px 0 8px 0;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:center;
}

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight: normal;
color: #6D7A87;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
background: url('/users/1700000/1699809/380112/img/380112_minifig_white.png') no-repeat;
font-weight:normal;
padding-left: 45px;
min-height: 45px;
margin-bottom: 30px;
color: #6D7A87;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}

.clear{
clear:both;
}


.entrydate {
font-size: 0.6em;
}

#main .button {
background-color: #EEF;
width: 100px;
}



blockquote{margin:20px 0;padding:0 20px 0 50px;background:url(/users/1700000/1699809/380112/img/380112_quote.jpg') 10px top no-repeat;border:none}
