/* generic layout styles */
div,span,a,table,td,th,p,ul,li,fieldset,legend,label,form{
	position: relative;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #000000 url(../img/bodyBg.jpg) no-repeat 50% 100%;
}
a {
	color: #2B2B2B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div {
	text-align: left;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	/*display: none;*/
}
h2{
	/*display: none;*/
}
h1,h2,h3,h4,h5{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h3{
	color: #FF0022;
	font-size: 1.3em;
	margin-bottom: 15px;
}
ul{
	list-style: circle;	
}
li{
	position: static;
}
dfn{
	cursor: help;	
}
button, .layoutButton{
	background: #9F1C2B url("../img/layoutButtonBg.png") repeat-x 0px 0px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0px;
	overflow: hidden;
	height: 22px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.systemMessage-messages{
	margin-bottom: 15px;
	border: dotted 1px #FF0000;
	padding: 5px;
}
.systemMessage-messages h4{
	color: #FF0000;
}
.systemMessage-messages div{
	font-style: italic;
}
/* generic layout styles END */

/* specific layout styles */
hr.layoutHiddenLine{
	display: none;
}
div.layoutBg{
	width: 100%;
	background: transparent url("../img/layoutBg.jpg") no-repeat 50% 0%;
	padding-bottom: 52px;
}
div.layoutBody{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index: 2;
}
div.layout3C{	
	width: 959px;
	float: left;
	position: static;
	background: #FFFFFF url("../img/layoutC3Bg.png") repeat-y 0px 0px;
	padding-bottom: 20px;
	border: solid 1px #FFFFFF;
	padding-right: 1px;
}
div.layoutMain{
	float:left;
	min-height: 800px;
	height: 800px;
	width: 507px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 50px;
	background: #FFFFFF url("../img/layoutBodyBg.png") repeat-x 0px 0px;
	margin-left:2px;
}	
* > div.layoutMain{
	float: none;
	height: auto;
	margin-left:210px; margin-right:210px;
}
div.layoutMain h4{
	font-style: italic;
	color: #E10000;
	font-size: 1.2em;
	font-weight: normal;
}
div.layoutLeftCol{
	float:left;
	width: 208px;
	z-index: 3;
	/*border: solid 1px #FFFF00;*/
	font-size: 12px;
	background: #888893 url("../img/layoutLeftColBg.png") repeat-y 0px 0px;
	
}
div.layoutLeftCol h3{
	background: #2f2f2f url("../img/layoutLeftColTitle.png") repeat-y 0px 0px;
	height: 26px;
	overflow: hidden;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 47px;
	padding-top: 9px;
	font-size: 11px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}

div.layoutRightCol{
	float:right;
	width: 210px;
	z-index: 3;
	font-size: 12px;
	background: #888893 url("../img/layoutRightColBg.png") repeat-y 0px 0px;
}
div.layoutRightCol h3{
	background: #2f2f2f url("../img/layoutRightColTitle.png") repeat-y 0px 0px;
	height: 26px;
	overflow: hidden;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 47px;
	padding-top: 9px;
	font-size: 11px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	text-align: right;
}

a.layoutOut{
	background: transparent url("../img/layoutOut.png") no-repeat 100% 0%;
	padding-right: 11px;
}


/* specific layout styles END */

/* module styles */
	/* system modules */
#msMouse{
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #9FA7AB;
	padding: 5px;
	display: none;
	z-index: 1000;
}
div.mAdminmenu{
	position: absolute;
	top: 10px;
	right: 0px;
	border: solid 1px #9FA7AB;
	background-color: #FFFFFF;	
	color: #000000;
	width: 150px;
	padding: 5px;
	min-height: 50px;
	z-index: 1000;
}
* > div.mAdminmenu{
	position: fixed;	
}
div.mAdminmenu h4{
	font-size: 90%;
}
div.mAdminmenu ul{
	padding-left: 20px;
	list-style: circle;
	margin-top: 5px;
	margin-bottom: 5px;
}
	/* system modules END */

	/* main modules */
		/* module mHeader */
div.mHeader{
	clear: both;
	height: 226px;
	width: 960px;
	z-index: 1;	
}
div.mHeader h1{
	display: none;
}
#mHeader-home a{
	position: absolute;
	top: 75px;
	left: 275px;
	z-index: 5;	
}
#mHeader-home a{
	display: block;
	width: 0px;
	height: 85px;
	padding-left: 370px;
	overflow: hidden;
	white-space: nowrap;
}
div.mHeader-flash{
	display: none;
}
div.mHeader h2{
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 10px;
	color: #FFFFFF;
}
div.mHeader-jump{
	display: none;
}
		/* module mHeader END */
		/* module mFooter */
div.mFooter{
	clear:both;
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 10px;
	background: transparent url("../img/mFooterBg.png") no-repeat 0px 0px;
	color: #cae6de;
}
div.mFooter a{
	color: #cae6de;
	text-decoration: none;
}
div.mFooter a:hover{
	color: #FFFFFF;
}
div.mFooter-design{
	float: left;
}
div.mFooter-copyRight{
	float: right;
}
div.mFooter-powered{
	float: right;
}
div.mFooter-goToStart{
	display: none;
}
div.mFooter-goToContent{
	display: none;
}
div.mFooter-text{
	display: none;
}
		/* module mFooter END */
		
		/* module layoutAdvert */	
div.layoutAdvertTop{
	float:left;
	width: 537px;
	font-size: 12px;
	background: #000000;
	font-weight: bold;
	margin-left:2px;
	border-bottom: solid 7px #dfdfdf; 
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	height: 60px;
}
*>div.layoutAdvertTop{
	float: none;
	margin-left:210px; margin-right:210px;	
}
div.layoutAdvertTop img,div.layoutAdvertBottom img,div.layoutAdvertLeft img{
	border: none;
}
div.layoutAdvertBottom{
	width: 537px;
	font-size: 12px;
	background: #000000;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	height: 60px;
	position: absolute;
	bottom: 36px;
	left: 211px;
}
div.layoutAdvertLeft p{
	text-align: center;
}
div.layoutAdvertLeft{
	padding-bottom: 20px;
}
		/* module layoutAdvert END */	
		/* module mPath */	
div.mPath{
	float:left;
	width: 456px;
	font-size: 12px;
	background: #C5C5C5 url(../img/mPathArr.png) no-repeat 0px 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 75px;
	font-weight: bold;
	margin-left:2px;
	border-left: solid 3px #dfdfdf;
	border-right: solid 3px #dfdfdf;
}
*>div.mPath{
	float: none;
	margin-left:210px; margin-right:210px;
}

div.mPath h3{
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 12px;
	color: #C4273D;
}
div.mPath div{

}
div.mPath div a{
	font-size: 11px;
	white-space: nowrap;
	text-decoration: none;
	color: #000000;
}
div.mPath div a:hover{
	color: #000000;
}
div.mPath div span{
	font-size: 11px;
	color: #000000;
	font-style: italic;
}
		/* module mPath END */

	/* main modules END */
/* mmBasketV3 */
div.mmBasketV3 h3{
	margin-bottom: 10px;
	top: -1px;
}
div.mmBasketV3 table{
	width: 170px;
	margin-left: 20px;
	
}
div.mmBasketV3 td{
	font-size: 10px;
	vertical-align: top;
}
div.mmBasketV3 td span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mmBasketV3 ul{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: none;
}

#mmBasketV3 ul a{
	text-decoration: none;
	line-height: 1.5em;
}
#mmBasketV3 ul a:hover{
	color: #FFFFFF;
}
td.mmBasketV3-items div{
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	width: 80px;
}
td.mmBasketV3-items{
	padding-right: 5px;
}
td.mmBasketV3-prices{
	white-space: nowrap;
	width: 65px;
}
#mmBasketV3-more a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#mmBasketV3-more a:hover{
	color: #FFFFFF;
}
#mmBasketV3-totalPrice{
	font-size: 8px;
}
#mmBasketV3-nothing{
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	height: 40px;
	margin-left: 5px;
}

/* mmCrosslinksV1 */
div.mmCrosslinksV1 ul{
	list-style: none;
	padding-left: 55px;
}
div.mmCrosslinksV1 img{
	border: solid 1px #C5C5C5;
}
div.mmCrosslinks-seolista{
	padding: 20px;
}
/* mmSearchV3 */
div.mmSearchV3{
	height: 120px;
}
div.mmSearchV3 fieldset{
	border: none;
}
div.mmSearchV3 fieldset legend{
	display: none;
}
#mmSearchV3-string{
	position: absolute;
	top: 3px;
	left: 20px;	
	border: solid 1px #C5C5C5;
	background: #DFDFDF;
	color: #000000;
	width: 125px;
	height: 18px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
#mmSearchV3-string:focus{

}
#mmSearchV3-submit{
	position: absolute;
	top: 3px;
	left: 153px;
	background: #2D2D2D;
	border: none;
	color: #FFFFFF;
	padding: 0px;
	
	height: 22px;
	width: 35px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
div.mmSearchV3 label{
	padding-left: 20px;
	font-size: 11px;
}
div.mmSearchV3-bottom{
	width: 230px;
	height: 5px;
	background: transparent url("../img/mmTreemenuBottom.png") no-repeat 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

div.mmMainmenu{
	width: 960px;
	height: 32px;
	background: #a31e2e url("../img/mmMainmenuBg.png") repeat-x 0px 0px;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}
div.mmMainmenu h3{
	display: none;
}
div.mmMainmenu li{
	float: left;
	height: 32px;
	width: 30px;
}
*>div.mmMainmenu li{
	width: auto;
}
div.mmMainmenu ul{
	list-style: none;
	height: 32px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 290px;
	top: 0px;
}
div.mmMainmenu a{
	overflow: hidden;
	white-space: nowrap;
	display: block;
	color: #FDFDFD;
	padding-left: 13px;
	padding-right: 16px;
	line-height: 32px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;	
	background: transparent url("../img/mmMainmenuLiBg.png") no-repeat 0% 100%;
}
div.mmMainmenu a:hover{
	color: #000000;
}
li.mmMainmenu-05{
	display: none;
}
li.mmMainmenu-01 a{
	background-image: none;
}
		/* menu mmMainmenu END */
		/* menu mmBasketV2 */
div.mmBasketV2{
	height: 183px;
	overflow: hidden;
	font-weight: bold;
	
}
div.mmBasketV2 ul,div.mmBasketV2 div{
	line-height: 1.5em;
}
div.mmBasketV2 h3{
	top: -1px;
}
div.mmBasketV2-in{
	padding-left: 17px;
}
div.mmBasketV2 ul{
	list-style: none;
	margin-top: 20px;
	padding-left: 17px;
}
div.mmBasketV2 ul a{
	text-decoration: none;
	color: #000000;
}
div.mmBasketV2 ul a:hover{
	color: #000000;
}
div.mmBasketV2-vatPrice strong{
	color: #FFFFFF;
	font-size: 14px;
}
		/* menu mmBasketV2 END */
		/* menu mmToplist */
div.mmToplist{
		
}
div.mmToplist img{
	border: none;	
}
		/* menu mmToplist END */
		/* menu mmKatalog */
div.mmKatalog{
	padding-bottom: 15px;
}
div.mmKatalog h3{
	top: -1px;
}

div.mmKatalog ul{
	list-style: none;
	margin-left: 20px;
}
ul.mmKatalog-0{
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.mmKatalog-0 li{
	height: 1.7em;
}
*>ul.mmKatalog-0 li{
	height: auto;
}
ul.mmKatalog-0 a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	border-bottom: dashed 1px #b0b0b0;
	padding-left:30px;
	background: transparent url("../img/mmKatalogLi.png") no-repeat 7px 5px;
	font-weight: bold;
	line-height: 2.2em;
	margin-bottom: 3px;

}
ul.mmKatalog-0 a:hover{
	color: #000000;
	background: transparent url("../img/mmKatalogLiH.png") no-repeat 7px 5px;
}
ul.mmKatalog-00 a{
	color: #202020;
	font-style: italic;
	background: none;
	border:none;
	font-weight: normal;
	line-height: 1.7em;
	margin-bottom: 0px;
}
ul.mmKatalog-00 a:hover{
	color: #FFFFFF;
	background: none;
}
ul.mmKatalog-0 a.active{
	background: transparent url("../img/mmKatalogLiH.png") no-repeat 7px 5px;
}
ul.mmKatalog-00 a.active{
	background: none;
	color: #FFFFFF;
}
div.mmKatalog-bottom{

}
		/* menu mmKatalog END */
		/* menu mmNewieV5 */
div.mmNewieV5-item{
	width: 166px;
	height: 102px;
	background: #000000;
	margin-left: 18px;
	margin-bottom: 16px;
	padding-top: 150px;
	/*overflow: hidden;*/
}
div.mmNewieV5-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
	overflow: hidden;
}
div.mmNewieV5-image img{
	border: none;
	width: 166px;
	height: 150px;
}
h4.mmNewieV5-itemTitle{
	height: 50px;
	line-height: 1.2em;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
h4.mmNewieV5-itemTitle a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
h4.mmNewieV5-itemTitle a span{
	color: #f42a41;
}
div.mmNewieV5-itemName{
	display: none;
}
div.mmNewieV5-decs{
	display: none;	
}
div.mmNewieV5-itemData{
	color: #FFFFFF;
	width: 146px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	/*border: solid 1px #FF00FF;*/
	position: absolute;
	bottom: 15px;
	left: 0px;
}
div.mmNewieV5-vatPrice{
	text-align: center;
}
div.mmNewieV5-retailPrice{
	text-align: center;
	font-size: 11px;
	
}
div.mmNewieV5-retailPrice strong{
	color: #FF0000;
	text-decoration: line-through;
}
div.mmNewieV5-vatPrice{
	white-space: nowrap;
}
div.mmNewieV5-vatPrice span{
	font-size: 10px;
}
div.mmNewieV5-vatPrice strong{
	font-weight: bold;
	padding-left: 0px;
}
		/* menu mmNewbie END */
		/* menu mmLoginV3 */
div.mmLoginV3{
	padding-bottom: 15px;
	
}
div.mmLoginV3-bottom{

}
div.mmLoginV3 fieldset{
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}
div.mmLoginV3 input{
	
	border: solid 1px #C5C5C5;
	background: #DFDFDF;
	color: #000000;
	width: 176px;
	height: 18px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
div.mmLoginV3 legend{
	display: none;
}
div.mmLoginV3 label{
	display: block;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 2px;
}
#mmLoginV3-pass{
	width: 140px;
}
#mmLoginV3-submit{
	position: absolute;
	top: -22px;
	left: 148px;
	background: #2D2D2D;
	border: none;
	color: #FFFFFF;
	padding: 0px;
	
	height: 22px;
	width: 35px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
div.mmLoginV3 ul{
	list-style: none;
	padding-left: 10px;
	line-height: 1.5em;
}
div.mmLoginV3 li a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
div.mmLoginV3 li a:hover{
	color: #FFFFFF;
}
div.mmLoginV3-submit{
	height: 10px;
}
		/* menu mmLoginV3 END*/
		/* menu mmUserV3 */
div.mmUserV3{
	padding-bottom: 15px;
}
div.mmUserV3-bottom{

}
div.mmUserV3-user{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
div.mmUserV3-user span{
	font-size: 11px;
}
div.mmUserV3 ul{
	padding-left: 40px;
	list-style: square;
	line-height: 2em;
}
div.mmUserV3 li{
	
}
div.mmUserV3 li a{
	text-decoration: none;
}
li.mmUserV3-active a{
	color: #ffffff;
}
		/* menu mmUserV3 END*/
		/* menu mmTopV5 */
div.mmTopV5{
	padding-bottom: 10px;
}
#mmTopV5-noTomItem{
	margin-left: 25px;
	margin-right: 25px;
}
div.mmTopV5-item{
	width: 166px;
	height: 72px;
	background: #9F1C2B;
	margin-left: 18px;
	margin-bottom: 16px;
	padding-top: 150px;
	overflow: hidden;
}
div.mmTopV5-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF;
	overflow: hidden;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
}
div.mmTopV5-image img{
	border: none;
	width: 166px;
	height: 150px;
}
h4.mmTopV5-itemTitle{
	height: 30px;
	line-height: 33px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 3px;
}
h4.mmTopV5-itemTitle a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
h4.mmTopV5-itemTitle a span{
	color: #f42a41;
}
div.mmTopV5-itemName{
	display: none;
}
div.mmTopV5-decs{
	display: none;	
}
div.mmTopV5-itemData{
	color: #FFFFFF;
	width: 146px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	/*border: solid 1px #FF00FF;*/
	position: absolute;
	bottom: 15px;
	left: 0px;
}
div.mmTopV5-vatPrice{
	text-align: center;
}
div.mmTopV5-retailPrice{
	text-align: center;
	font-size: 11px;
}
div.mmTopV5-retailPrice strong{
	color: #FF0000;
	text-decoration: line-through;
}
div.mmTopV5-vatPrice strong{
	font-weight: bold;
	padding-left: 10px;
}
		/* menu mmTopV5 END*/
		/* menu mmBestsellerV5 */
div.mmBestsellerV5{

}
#mmBestsellerV5-noTomItem{
	margin-left: 25px;
	margin-right: 25px;
}
div.mmBestsellerV5-item{
	width: 166px;
	height: 102px;
	background: #9F1C2B;
	margin-left: 18px;
	margin-bottom: 16px;
	padding-top: 150px;
	/*overflow: hidden;*/
}
div.mmBestsellerV5-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF;
	overflow: hidden;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
}
div.mmBestsellerV5-image img{
	border: none;
	width: 166px;
	height: 150px;
}
h4.mmBestsellerV5-itemTitle{
	height: 50px;
	line-height: 1.2em;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
h4.mmBestsellerV5-itemTitle a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
h4.mmBestsellerV5-itemTitle a span{
	color: #f42a41;
}
div.mmBestsellerV5-itemName{
	display: none;
}
div.mmBestsellerV5-detail{
	display: none;	
}
div.mmBestsellerV5-itemData{
	color: #FFFFFF;
	width: 146px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	/*border: solid 1px #FF00FF;*/
	position: absolute;
	bottom: 15px;
	left: 0px;
}
div.mmBestsellerV5-vatPrice{
	text-align: center;
}
div.mmBestsellerV5-vatPrice{
	white-space: nowrap;
}
div.mmBestsellerV5-vatPrice span{
	font-size: 10px;
}
div.mmBestsellerV5-retailPrice{
	text-align: center;
	font-size: 11px;
}
div.mmBestsellerV5-retailPrice strong{
	color: #FF0000;
	text-decoration: line-through;
}
div.mmBestsellerV5-vatPrice strong{
	font-weight: bold;
	padding-left: 5px;
}
		/* menu mmBestsellerV5 END*/	
	/* menu modules END */
	
	/* content modules */
		/* content mcSubmenuV3 */
div.mcSubmenuV3 ul{
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
}
div.mcSubmenuV3 li{
	list-style: none;
	padding-left: 20px;
	background-image: url(../img/layoutLi.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-bottom: 3px;
	padding-top: 3px;
}
div.mcSubmenuV3 li a{
	text-decoration: none;
}
		/* content mcSubmenuV3 END */
		/* content mcItemsV3 */
div.mcItemsV3{
	font-size: 12px;
}
div.mcItemsV3-category{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #303030;
}
#mcItemsV3 fieldset{
	border: none;
}
#mcItemsV3 fieldset legend{
	display: none;
}
#mcItemsV3 div.mcItemsV3-filter{
	height: 30px;
	font-size: 11px;
	padding: 5px;
}
#mcItemsV3-search{

}
#mcItemsV3-paging__1{
	border: none;	
}
#mcItemsV3 div.mcItemsV3-order{
	position: absolute;
	top: 3px;
	left: 0px;
}
#mcItemsV3 div.mcItemsV3-orderSelect{
	position: absolute;
	top: 0px;
	left: 70px;
}
#mcItemsV3 div.mcItemsV3-itemsLimitSelect{
	position: absolute;
	top: 0px;
	left:270px;	
}
#mcItemsV3 div.mcItemsV3-itemsLimit{
	position: absolute;
	top: 3px;
	left: 200px;
}

#mcItemsV3 div.mcItemsV3-submits{
	position: absolute;
	top: 0px;
	left: 350px;
}

#mcItemsV3 div.mcItemsV3-paging{
	font-size: 11px;
	background: transparent url("../img/layoutLine.png") no-repeat 50% 100%;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #505050;
}
#mcItemsV3 span.mcItemsV3-page{
	margin-right: 20px;

}
#mcItemsV3 div.mcItemsV3-goToPage{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
}
#mcItemsV3 div.mcItemsV3-buttons{
	font-weight: bold;
}
#mcItemsV3 div.mcItemsV3-buttons a{
	padding-left: 3px;
	padding-right: 3px;
}
#mcItemsV3 div.mcItemsV3-buttons a{
	text-decoration: none;
}
#mcItemsV3 .mcItemsV3-pagingAButt{

	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
#mcItemsV3 span.mcItemsV3-pagingAButt{
	color: #DEDDDD;	
}
#mcItemsV3-noItem{
	padding: 10px;
}
div.mcItemsV3-items{
	padding-bottom: 10px;
	background: transparent url("../img/layoutLine.png") repeat-x 0% 100%;
	margin-bottom: 15px;
}
div.mcItemsV3-itemRow{
	height: 252px;
	margin-bottom: 8px;
}
div.mcItemsV3-item{
	width: 166px;
	height: 102px;
	background: #000000;
	margin-bottom: 16px;
	padding-top: 150px;
	/*overflow: hidden;*/
}
/*
div.mcItemsV3-itemBargain{
	background: #9F1C2B;
}
*/
div.mcItemsV3-item1{
	position: absolute;
	top: 0px;
	left: -10px;
}
div.mcItemsV3-item2{
	position: absolute;
	top: 0px;
	left: 170px;
}
div.mcItemsV3-item3{
	position: absolute;
	top: 0px;
	left: 350px;
}

div.mcItemsV3-itemRow{
	margin-bottom: 20px;
}
div.mcItemsV3-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
	overflow: hidden;
}
div.mcItemsV3-image img{
	border: none;
	width: 166px;
	height: 150px;
}

div.mcItemsV3-itemData{
	color: #FFFFFF;
	width: 146px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	left: 0px;
	
}

div.mcItemsV3-itemName{
	display: none;
}
div.mcItemsV3-vatPrice{
	text-align: center;
}
div.mcItemsV3-vatPrice{
	white-space: nowrap;
}
div.mcItemsV3-vatPrice span{
	font-size: 10px;
}
div.mcItemsV3-retailPrice{
	text-align: center;
	font-size: 11px;
	
}
div.mcItemsV3-retailPrice strong{
	color: #FF0000;
	text-decoration: line-through;
}
div.mcItemsV3-vatPrice strong{
	font-weight: bold;
	padding-left: 5px;
}

div.mcItemsV3-detail{
	display: none;
}
div.mcItemsV3-buy{
	display: none;
}

h4.mcItemsV3-itemTitle{
	height: 50px;
	line-height: 1em;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
h4.mcItemsV3-itemTitle a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}
h4.mcItemsV3-itemTitle a span{
	color: #f42a41;
}
div.mcItemsV3-bargainIcon{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 95px;
	height: 89px;
	background: transparent url("../img/layoutTipIcon.png") no-repeat;
	z-index: 15;
}
div.mcItemsV3-bargainIconSK{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 95px;
	height: 89px;
	background: transparent url("../img/layoutTipIconSK.png") no-repeat;
	z-index: 15;
}
		/* content mcItemsV3 END */
		/* content mcBargainV3 */
div.mcBargainV3{
	font-size: 12px;
}
div.mcBargainV3 h3{
	display: none;
}
div.mcBargainV3 fieldset{
	border: none;
}
#mcBargainV3-noItem{
	padding: 10px;

}
div.mcBargainV3-items{

}
div.mcBargainV3-itemRow{
	height: 252px;
	margin-bottom: 8px;
}
div.mcBargainV3-item{
	width: 166px;
	height: 102px;
	background: #000000;
	margin-bottom: 16px;
	padding-top: 150px;
	overflow: hidden;
}
div.mcBargainV3-itemBargain{
	background: #9F1C2B;
}
div.mcBargainV3-item1{
	position: absolute;
	top: 0px;
	left: -10px;
}
div.mcBargainV3-item2{
	position: absolute;
	top: 0px;
	left: 170px;
}
div.mcBargainV3-item3{
	position: absolute;
	top: 0px;
	left: 350px;
}

div.mcBargainV3-itemRow{
	margin-bottom: 20px;
}
div.mcBargainV3-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
	overflow: hidden;
}
div.mcBargainV3-image img{
	border: none;
	width: 166px;
	height: 150px;
}

div.mcBargainV3-itemData{
	color: #FFFFFF;
	width: 146px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	left: 0px;
	
}
div.mcBargainV3-vatPrice{
	text-align: center;
}
div.mcBargainV3-retailPrice{
	text-align: center;
	font-size: 11px;
}
div.mcBargainV3-retailPrice strong{
	color: #FF0000;
}
div.mcBargainV3-vatPrice strong{
	font-weight: bold;
	padding-left: 10px;
}
div.mcBargainV3-itemName{
	display: none;
}

div.mcBargainV3-decs{
	display: none;
}
div.mcBargainV3-buy{
	display: none;
}

h4.mcBargainV3-itemTitle{
	height: 50px;
	line-height: 1em;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
h4.mcBargainV3-itemTitle a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
h4.mcBargainV3-itemTitle a span{
	color: #f42a41;
}
		/* content mcBargainV3 END */
		/* content mcItemDescV3 */
div.mcItemDescV3{
}
div.mcItemDescV3 h3{
	font-size: 1.2em;
}
div.mcItemDescV3 h4{
	font-weight: normal;
	color: #24060A;	
	font-style: italic;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: transparent url("../img/layoutLine.png") repeat-x 0% 100%;
}
h4.mcItemDescV3-producertype{
	margin-top: 5px;
	margin-bottom: 5px;	
}
span.mcItemDescV3-producertype{
	color: #313131;	
}
#mcItemDescV3-producertype{
	color: #FF0000;	
	font-weight: bold;
}
div.mcItemDescV3-sumary{
	margin-top: 20px;
	padding-bottom: 10px;
	padding-left: 200px;	

}
div.mcItemDescV3-itemData{
	width: 270px;
	min-height: 160px;
	height: 160px;
}
*>div.mcItemDescV3-itemData{
	height: auto;
}
div.mcItemDescV3-sumary strong{
	padding-right: 10px;
}
div.mcItemDescV3-sumary legend{
	display: none;	

}
div.mcItemDescV3-sumary label{
	height: 20px;
	display: block;	
}
div.mcItemDescV3-shortDescription{
	
	background: transparent url("../img/layoutLine2.png") repeat-x 0% 100%;
	padding-bottom: 10px;
	padding-top: 5px;
}
div.mcItemDescV3-shortDescription span{
	display: none;
}
div.mcItemDescV3-itemData div{
	white-space: nowrap;
	overflow: hidden;
	height: 19px;
}
div.mcItemDescV3-image{
	background-image: url(../img/layoutNoImage.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 166px;
	height: 150px;
	position: absolute;
	top: 0px; 
	left: -200px;
	border: none;
	overflow: hidden;
}
*>div.mcItemDescV3-image{
	position: absolute;
	top: 0px; 
	left: 0px;
}
div.mcItemDescV3-image img{
	width: 166px;
	height: 150px;
	border: none;
}
div.mcItemDescV3-otherImg{
	padding-bottom: 10px;
}
div.mcItemDescV3-otherImg img{
	height: 72px;
	margin-bottom: 3px;
	margin-right: 3px;	
	/*border: solid 1px #FE0C0C;*/
	border: none;
}
div.mcItemDescV3-description{
	padding-bottom: 15px;
}

div.mcItemDescV3-description ul{
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.mcItemDescV3-description li{
	padding-bottom: 3px;
}
div.mcItemDescV3-description h4{
	padding-bottom: 5px;
	padding-top: 10px;
	color: #56ABFA;
	font-weight: bold;
}
#mcItemDescV3-description{
	margin-top: 10px;
	margin-bottom: 5px;		
}
div.mcItemDescV3-vatPrice{
	color: #DD0000;	
}
div.mcItemDescV3-retailPrice span{
	text-decoration: line-through;
}
div.mcItemDescV3-itemData div span{
	position: absolute;
	top: 0px;
	right: 0px;
}
div.mcItemDescV3-category{
	padding-bottom: 10px;	
	margin-top: 10px;
	margin-bottom: 5px;	
}

div.mcItemDescV3-variants{
	padding-bottom: 20px;
}
fieldset.mcItemDescV3-variants{
	border: none;
}
div.mcItemDescV3-variants legend{
	display: none;
}
div.mcItemDescV3-variantTitle{
	/*float: left;*/
	
}
div.mcItemDescV3-variantSet{
	min-height: 50px;
	width: 500px;
	margin-bottom: 25px;
}

div.mcItemDescV3-variantTitle{
	padding-right: 10px; 

}
div.mcItemDescV3-variantTitle label{
	cursor: pointer;
}
span.mcItemDescV3-variantPrice{
	display: block;
}
div.mcItemDescV3-selectedVatriant{

}
div.mcItemDescV3-toBasket{
	height: 70px;
	margin-left: 300px;
}
div.mcItemDescV3-toBasket label{
	display: none;
}
#mcItemDescV3-number{
	border: solid 1px #D1D1D1;
	background: #FFFFFF;
	width: 40px;
	position: absolute;
	top: 0px;
	left: 0px;	
	height: 25px;
	padding: 0px;
	padding-left: 2px;
}
#mcItemDescV3-toBasket{
	position: absolute;
	top: 0px;
	left: 45px;
	background: #9F1C2B url("../img/layoutButtonBg.png") repeat-x 0px 0px;
	color: #FFFFFF;
	padding: 0px;
	width: 120px;
	height: 27px;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	line-height: 27px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}
fieldset.mcItemDescV3-toBasketSimple{
	border: none;
}
div.mcItemDescV3-toBasketSimple label{
	display: none;	
}
div.mcItemDescV3-toBasketSimple{
	height: 30px;
}
div.mcItemDescV3-bargainIcon{
	position: absolute;
	top: -15px;
	left: 90px;
	width: 95px;
	height: 89px;
	background: transparent url("../img/layoutTipIcon.png") no-repeat;
	z-index: 15;
}
div.mcItemDescV3-bargainIconSK{
	position: absolute;
	top: -15px;
	left: 90px;
	width: 95px;
	height: 89px;
	background: transparent url("../img/layoutTipIconSK.png") no-repeat;
	z-index: 15;
}
div.mcItemDescV3-itemName{
	display: none;
}
		/* content mcItemDescV3 END */
		/* content mcItemRelatedV3 */
#mcItemRelatedV3-relatedItems{
	font-weight: normal;
	color: #24060A;	
	font-style: italic;
	background: transparent url("../img/layoutLine.png") repeat-x 0% 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.mcItemRelatedV3-itemRow{
	height: 222px;
	margin-bottom: 8px;
}
div.mcItemRelatedV3-item{
	width: 166px;
	height: 72px;
	background: #000000;
	margin-bottom: 16px;
	padding-top: 150px;
	overflow: hidden;
}
div.mcItemRelatedV3-itemBargain{
	background: #9F1C2B;
}
div.mcItemRelatedV3-item1{
	position: absolute;
	top: 0px;
	left: -10px;
}
div.mcItemRelatedV3-item2{
	position: absolute;
	top: 0px;
	left: 170px;
}
div.mcItemRelatedV3-item3{
	position: absolute;
	top: 0px;
	left: 350px;
}

div.mcItemRelatedV3-itemRow{
	margin-bottom: 20px;
}
div.mcItemRelatedV3-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
	overflow: hidden;
}
div.mcItemRelatedV3-image img{
	border: none;
	width: 166px;
	height: 150px;
}

div.mcItemRelatedV3-itemData{
	color: #FFFFFF;
	width: 146px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	left: 0px;
	
}

div.mcItemRelatedV3-vatPrice{
	text-align: center;
}
div.mcItemRelatedV3-retailPrice{
	text-align: center;
	font-size: 11px;
}
div.mcItemRelatedV3-retailPrice strong{
	color: #FF0000;
}
div.mcItemRelatedV3-vatPrice strong{
	font-weight: bold;
	padding-left: 10px;
}

div.mcItemRelatedV3-decs{
	display: none;
}
div.mcItemRelatedV3-buy{
	display: none;
}

h4.mcItemRelatedV3-itemTitle{
	height: 30px;
	line-height: 33px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 3px;
}
h4.mcItemRelatedV3-itemTitle a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
h4.mcItemRelatedV3-itemTitle a span{
	color: #f42a41;
}
		/* content mcItemRelatedV3 END */
		/* content mcSitemapV2 */
div.mcSitemapV2 ul{
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
}
div.mcSitemapV2 li{
	list-style: none;
	padding-left: 20px;
	background-image: url(../img/layoutLi.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-bottom: 3px;
	padding-top: 3px;
}
div.mcSitemapV2 li a{
	text-decoration: none;
}
		/* content mcSitemapV2 END */
		/* content mcDBContentV3 */
div.mcDBContentV3 h3{
	color: #FF0022;
	font-size: 1.3em;
}
div.mcDBContentV3 h4{
	margin-bottom: 5px;
	margin-top: 10px;
	color: #000000;
	text-transform: uppercase;
}
div.mcDBContentV3{
	padding-bottom: 20px;
	line-height: 1.45em;
	
}
div.mcDBContentV3 ul{
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
}
div.mcDBContentV3 li{
	list-style: none;
	padding-left: 20px;
	background-image: url(../img/layoutLi.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-bottom: 3px;
	padding-top: 3px;
}
div.mcDBContentV3 li a{
	text-decoration: none;
}

div.mcDBContentV3 p{
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	text-align: justify;
	text-indent: 0em;
}
div.mcDBContentV3 a img{
	border: none;
}
		/* content mcDBContentV3 END */
		/* content mcProfileV3 */
div.mcProfileV3 h3{

}
div.mcProfileV3 fieldset{
	border: none;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
div.mcProfileV3 h4{
	color: #FF0000;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: transparent url("../img/layoutLine2.png") repeat-x 0% 100%;
	margin-top: 15px;
}

div.mcProfileV3-inputs input{
	width: 120px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 30px;
	border: solid 1px #98A0A3;
}
div.mcProfileV3-inputs input:focus{
	border: solid 1px #FF0000;
}
div.mcProfileV3-inputs div{
	min-width: 80px;
	width: 80px;
	float: left;
	height: 25px;
	
}
* > div.mcProfileV3-inputs div{
	width: auto;
}
div.mcProfileV3-inputs label{
	display: block;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;	
}
fieldset.mcProfileV3-login label{
	width: 170px;	
}
fieldset.mcProfileV3-login input{
	width: 210px;	
}
div.mcProfileV3-userName{
	height: 25px;	
}
div.mcProfileV3-loginData strong{
	position: absolute;
	top: -25px;
	left: 170px;
}
fieldset.mcProfileV3-info div{
	float: left;
	padding-right: 10px;
}

div.mcProfileV3-submit{
	text-align: center;
	padding-top: 10px;
	height: 20px;
	width: 460px;
	
}
div.mcProfileV3-submit2{
	padding-top: 10px;
	height: 20px;
	width: 460px;
	text-align: center;
}
div.mcProfileV3-format{
	height: 20px;	
}
#mcProfileV3-submit,#mcProfileV3-change, #mcProfileV3-change__1, #mcProfileV3-change__2,#mcProfileV3-insert{
	background: #9F1C2B url("../img/layoutButtonBg.png") repeat-x 0px 0px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0px;
	overflow: hidden;
	height: 27px;
	width: 120px;
	border: none;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
}
ul.mcProfileV3-ListRow{
	list-style: none;
}
li.mcProfileV3-ListEditAddress{
	position: absolute;
	top: -20px;
	left: 150px;
}
li.mcProfileV3-ListDeleteAddress{
	position: absolute;
	top: -20px;
	left: 220px;	
}
div.mcProfileV3-addressList h5{
	padding-bottom: 5px;	
	padding-top: 10px;
	font-weight: normal;
}
div.mcProfileV3-addressList a{
	text-decoration: none;
	font-weight: bold;	
}
div.mcProfileV3-addressList a:hover{

}
div.mcProfileV3-addressList{
	padding-bottom: 20px;	
}
#mcProfileV3-addressName{
	width: 355px;
}
form.mcProfileV3-addressForm{
	border: solid 1px #E9E9E9;
	padding:10px;
	background: #FFFFFF;
	
}
		/* content mcProfile END */
		/* content mcRegistrationV3 */
div.mcRegistrationV3{

}
div.mcRegistrationV3 fieldset{
	border: none;
}
div.mcRegistrationV3 h4{
	color: #FF0000;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
	background: transparent url("../img/layoutLine2.png") repeat-x 0% 100%;
	margin-top: 15px;
}
div.mcRegistrationV3-inputs input{
	width: 110px;
	height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 30px;
	position: static;
	border: solid 1px #9FA7AB;
}
div.mcRegistrationV3-inputs input:focus{
	border: solid 1px #FF0000;
}
div.mcRegistrationV3-inputs div{
	min-width: 70px;
	width: 70px;
	/*border: solid 1px #FF00FF;*/
	float: left;
	height: 25px;
	position: static;
	
}
* > div.mcRegistrationV3-inputs div{
	width: auto;
}
div.mcRegistrationV3-inputs label{
	display: block;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	position: static;	
}
fieldset.mcRegistrationV3-login label{
	width: 180px;	
}
fieldset.mcRegistrationV3-login input{
	width: 260px;	
	border: solid 1px #9FA7AB;
}
fieldset.mcRegistrationV3-login input:focus{
	border: solid 1px #FF0000;
}
fieldset.mcRegistrationV3-info div{
	float: left;
	padding-right: 10px;
}
div.mcRegistrationV3-submit{
	margin-top: 20px;
	text-align: center;
}
#mcRegistrationV3-submit{
	background: #9F1C2B url("../img/layoutButtonBg.png") repeat-x 0px 0px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0px;
	overflow: hidden;
	height: 27px;
	width: 120px;
	border: none;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
}
#mcRegistrationV3-titleText{
	font-style: italic;	
	padding-bottom: 15px;
}
#mcRegistrationV3-kackaCode{
	border: solid 1px #9FA7AB;
	width: 200px;
}
div.mcRegistrationV3-kackaCode label{
	margin-right: 100px;
}
div.mcRegistrationV3-kackaCode div{
	float: left;
}
div.mcRegistrationV3-kackaCode img{
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
fieldset.mcRegistrationV3-kacka{
	margin-bottom: 20px;
}
		/* content mcRegistrationV3 END */
		/* content mcLostpassV3 */
div.mcLostpassV3 h4{
	color: #FF0000;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: transparent url("../img/layoutLine2.png") repeat-x 0% 100%;

}
div.mcLostpassV3 fieldset{
	border: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
div.mcLostpassV3 legend span{
	color: #E01A00;	
	font-size: 1.2em;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mcLostpassV3-lostPassText{
	padding-bottom: 20px;	
}
div.mcLostpassV3-inputs input{
	width: 240px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 30px;
	border: solid 1px #9FA6AA;
}
div.mcLostpassV3-inputs input:focus{
	border: solid 1px #FF0000;
}
div.mcLostpassV3-inputs div{
	min-width: 150px;
	width: 150px;
	float: left;
	height: 25px;
}
* > div.mcLostpassV3-inputs div{
	width: auto;
}
div.mcLostpassV3-inputs label{
	display: block;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;	
}
div.mcLostpassV3-submit{
	
	height: 30px;
	width: 420px;
	text-align: center;	
}
#mcLostpassV3-submit{
	background: #9F1C2B url("../img/layoutButtonBg.png") repeat-x 0px 0px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0px;
	overflow: hidden;
	height: 27px;
	width: 120px;
	border: none;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;

}
		/* content mcLostpassV3 END */
		/* content mcOrdersV3 */
div.mcOrdersV3{

}
div.mcOrdersV3 h3{
	padding-bottom: 10px;
}
div.mcOrdersV3 div{
	padding-left: 5px;
	padding-right: 5px;
}

div.mcOrdersV3 table{
	margin-bottom: 20px;
	/*width: 560px;*/
	width: 100%;
}
div.mcOrdersV3 table td{
	padding: 5px;
	vertical-align:top;
}
td.mcOrdersV3-nowrap{
	white-space: nowrap;	
}
tr.mcOrdersV3-item td{
	/*border-bottom: dotted 1px #C8C8C8;*/
}
tr.mcOrdersV3-ordersRow td{
	border-bottom: dotted 1px #C8C8C8;	
}

div.mcOrdersV3-order{
	border: solid 1px #C8C8C8;
}
div.mcOrdersV3-order th{
	border-bottom: solid 1px #C8C8C8;
}
div.mcOrdersV3 p{
	padding-left: 20px;
}
div.mcOrdersV3 div{
	margin-bottom: 5px;	
}
div.mcOrdersV3 h4{
	font-size: 120%;
	padding-top: 8px;
	padding-bottom: 5px;
}

table.mcOrdersV3-itemList{
	border-bottom: solid 1px #C8C8C8;	
}
th.mcOrdersV3-alignRight{
	text-align: right;
}
th.mcOrdersV3-alignLeft{
	text-align: left;
}

		/* content mcOrdersV3 END */

		/* content mcSubcatItemsV1 */
div.mcSubcatItemsV1-category{
	width: 166px;
	height: 283px;
	overflow: hidden;
	background: #ffffff;
}
div.mcSubcatItemsV1-categoryRow{
	padding-bottom: 17px;
	height: 283px;
}
div.mcSubcatItemsV1-category1{
	position: absolute;
	top: 0px;
	left: -10px;
}
div.mcSubcatItemsV1-category2{
	position: absolute;
	top: 0px;
	left: 170px;
}
div.mcSubcatItemsV1-category3{
	position: absolute;
	top: 0px;
	left: 350px;
}
div.mcSubcatItemsV1-category h4{
	height: 31px;
	background: #c8283f url("../img/mcSubcatItemsTitle.png") repeat-x 0px 0px;
	color: #ffffff;
	font-size: 13px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
div.mcSubcatItemsV1-more{
	background: #000000;
	position: absolute;
	width: 166px;
	height: 36px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	line-height: 36px;
}
div.mcSubcatItemsV1-more a{
	color: #f42a41;
	text-decoration: none;
	font-weight: bold;
}
div.mcSubcatItemsV1-more a:hover{
	color: #ffffff;
}
div.mcSubcatItemsV1-none{
	width: 166px;
	height: 170px;
	background: #000000;
	text-align: center;
	padding-top: 16px;
	color: #FFFFFF;
}
div.mcSubcatItemsV1-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 150px;
	background: #FFFFFF url("../img/layoutNoImage.png") no-repeat 0px 0px;
	overflow: hidden;
}
div.mcSubcatItemsV1-image img{
	border: none;
	width: 166px;
	height: 150px;
}
div.mcSubcatItemsV1-itemData{
	background: #000000;
	height: 66px;
	text-align: center;
	padding-top: 150px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
div.mcSubcatItemsV1-itemName{
	height: 50px;
	line-height: 1.2em;
	overflow: hidden;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	
}
div.mcSubcatItemsV1-itemName span{
	display: none;
}


/* mcBasketV4 */
#mcBasketV4 h3{
	top: -1px;
}
#mcBasketV4-title{
	display: none;
}

#mcBasketV4-step{
	height: 25px;
	border-bottom: solid 1px #C5C5C5;
	margin-bottom: 15px;
}
#mcBasketV4-step h4{
	display: none;
}
#mcBasketV4-step span{
	display: block;
	float: left;
	margin-right: 40px;
	color: #bbbbbb;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background: transparent url("../img/layoutH4Grey.png") no-repeat 0px 0px;
	padding-left: 25px;
	line-height: 19px;
}
#mcBasketV4-step span.mcBasketV4-stepActive{
	color: #505050;
	background: transparent url("../img/layoutH4.png") no-repeat 0px 0px;
	
}
div.mcBasketV4 fieldset{
	border: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.mcBasketV4 table{
	width: 100%;
}
div.mcBasketV4 table td{
	padding: 2px;
	padding-right: 10px;
	font-size: 0.9em;
}
td.mcBasketV4-alignRight,th.mcBasketV4-alignRight{
	text-align: right;
	white-space: nowrap;

}
th.mcBasketV4-alignLeft{
	text-align: left;
}
tr.mcBasketV4-item td{
	border-bottom: solid 1px #d5d5d5;
}
div.mcBasketV4 table th{
	padding: 8px;
	padding-left: 0px;
	padding-right: 10px;
	border-bottom: solid 1px #d5d5d5;
	white-space: nowrap;
}
div.mcBasketV4 table td.mcBasketV4-alignRight input{
	width: 38px;
	border: solid 1px #A9A9A8;
	background: #FAFAFA;
	color: #505050;
	text-align: center;
}
div.mcBasketV4 table a{
	
}
div.mcBasketV4 table a:hover{
	
}
div.mcBasketV4 table strong{
	color: #DD0000;
	font-weight: bold;	
	font-size: 1.2em;	
}
td.mcBasketV4-sd{
	border-top: solid 1px #EDEDED;
	text-align: right;
	vertical-align: bottom;
}
td.mcBasketV4-summaryLine{

}
td.mcBasketV4-nowrap{
	white-space: nowrap;	
}
#mcBasketV4-vatSum{

}
td.mcBasketV4-vatSum{
	white-space: nowrap;	
}
td.mcBasketV4-summaryLine{
	white-space: nowrap;	
}
div.mcBasketV4 label{
	font-weight: bold;
	display: block;
	height: 25px;
}
div.mcBasketV4 select{
	position: absolute;
	top: -25px;
	left: 150px;
	width: 300px;
	color: #505050;
	border: solid 1px #A9A9A8;
}
div.mcBasketV4-notes textarea{
	width: 480px;
	padding: 10px;
	height: 100px;
	border: solid 1px #A9A9A8;
	color: #505050;
}
div.mcBasketV4-submits{
	margin-top: 15px;
	padding-top: 15px;
	text-align: right;
	height: 30px;
	background: transparent url("../img/layoutLine.png") no-repeat 50% 0%;
		
}
div.mcBasketV4-submits a{
	float: left;
	display: block;
	border: solid 1px #cacaca;
	background: #b7b7b7 url("../img/layoutButtonBg2.png") repeat-x 0px 0px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
div.mcBasketV4-submits a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
td.mcBasketV4-recountTop{
	text-align: right;
}

#mcBasketV4-continue{

}

div.mcBasketV4-deliveryAddress{
	padding-top: 15px;
}
#mcBasketV4-deliveryCountry,#mcBasketV4-paymentCountry{
	top: 0px;
}
div.mcBasketV4-paymentAddress label,div.mcBasketV4-deliveryAddress label{
	display: block;
	float:left;
	width: 150px;
}
div.mcBasketV4-paymentAddress input,div.mcBasketV4-deliveryAddress input{
	border: solid 1px #A9A9A8;
	background: #FAFAFA;
	color: #505050;
	width: 300px;
}
div.mcBasketV4-paymentAddress input:focus,div.mcBasketV4-deliveryAddress input:focus,div.mcBasketV4-notes textarea:focus{
	border: solid 1px #FF0000;
	background: #FAFAFA;
}
div.mcBasketV4-paymentAddress div,div.mcBasketV4-deliveryAddress div{
	height: 25px;
}
#mcBasketV4-info{

}
#mcBasketV4 em{
	font-style: italic;
	font-size: 0.85em;
}
div.mcBasketV4-conditionsText{
	height: 150px;
	padding: 15px;
	overflow: auto;
	border: solid 1px #EDEDED;
	margin-bottom: 10px;
}
div.mcBasketV4-deliverySummary{
	position: absolute;
	top: 0px;
	left: 250px;
}
div.mcBasketV4-conditions label{
	display: inline;
	padding-right: 20px;
}
div.mcBasketV4-conditions{
	margin-bottom: 20px;
}
#mcBasketV4-orderConfirmText{
	background: transparent url("../img/layoutBigCheck.png") no-repeat 50% 100%;
	padding-bottom: 100px;
}
#mcBasketV4-deliveryEmailDiv,#mcBasketV4-paymentEmailDiv{
	padding-bottom: 15px;
}
#mmLinks{
	position: absolute;
	top: 226px;
	right: -2px;
}
#mmLinks h3{
	display: none;
}
#mmLinks ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mmLinks li{
	float: left;
	margin: 0px;
	padding: 0px;
}
#mmLinks li.sk a{
	display: block;
	background: transparent url("../img/skflag.png") no-repeat 0% 0%;
	width: 57px;
	padding-top: 32px;
	height: 0px;
	overflow: hidden;
	border: solid 1px #fff;
}
#mmLinks li.cz a{
	display: block;
	background: transparent url("../img/czflag.png") no-repeat 0% 0%;
	width: 57px;
	padding-top: 32px;
	height: 0px;
	overflow: hidden;
	border: solid 1px #fff;
}
#mmLinks li.facebook a{
	display: block;
	background: transparent url("../img/facebook.png") no-repeat 0% 0%;
	width: 118px;
	padding-top: 32px;
	height: 0px;
	overflow: hidden;
	border: solid 1px #fff;
}