/* generic layout styles */
*{
	position: relative;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #2b2b2b url("../img/bodyBg.png") repeat 0px 0px;
	color: #DEDEDE;
}
a {
	color: #60BCFE;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div {
	text-align: left;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	/*display: none;*/
}
h2{
	/*display: none;*/
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #60BCFE;
}
h3{

}
ul{
	list-style: circle;	
}
li{
	position: static;
}
input, button, textarea{
	font-family: Arial, Helvetica, sans-serif;
}
dfn{
	cursor: help;	
}

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

/* specific layout styles */
hr.layoutHiddenLine{
	display: none;
}
div.layoutBody{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #272729;
}
div.layout3C{	
	width: 960px;
	float: left;
	position: static;
	background: #505050 url("../img/layout3CBg.png") repeat-y 0px 0px;
}
div.layout3CTop{
	width: 960px;
	float: left;
	position: static;
	background: transparent url("../img/layout3CTopBg.jpg") no-repeat 0px 0px;
}
div.layoutMain{
	float:left;
	min-height: 700px;
	height: 700px;
	padding-bottom: 5px;
	width: 505px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}	
* > div.layoutMain{
	float: none;
	height: auto;
	margin-left:198px; margin-right:197px;
}
div.layoutMain h3{
	font-size: 1.4em;
	background: transparent url("../img/layoutMainH3E.png") no-repeat 10px 0px;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 22px;
	height: 22px;
}
*>div.layoutMain h3{
	height: auto;
	background: transparent url("../img/layoutMainH3.png") no-repeat 10px 0px;
}
div.layoutMain h4{
	font-size: 1.1em;
	background: transparent url("../img/layoutMainH4.png") no-repeat 10px 2px;
	padding-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}
div.layoutMain ul{
	padding-left: 30px;
	list-style: square;
	color: #60BCFE;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.layoutMain img{
	border: solid 1px #d5d5d5;
}
div.layoutMain p{
	text-indent: 1em;
	margin-top: 5px;
	line-height: 1.5em;
}

div.layoutLeftCol{
	float:left;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 197px;
	padding-bottom: 13px;
	padding-top: 30px;
}
*>div.layoutLeftCol{

}
div.layoutRightCol{
	float:right;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 197px;
	padding-bottom: 13px;
	margin-bottom: 200px;
	padding-top: 30px;
}
*>div.layoutRightCol{

}
a.layoutOut{
	
}
input.layoutButton{
	border: solid 1px #d0d0d0;
	background: #e1e1e1 url("../img/layoutButtonBg.png") repeat-x 0px 0px;
	color: #ca0202;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
}
/* specific layout styles END */

/* module styles */
	/* system modules */
#msMouse{
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #d5d5d5;
	padding: 5px;
	display: none;
	z-index: 1000;
}
	/* system modules END */

	/* main modules */
		/* module mHeader */
div.mHeader{
	clear: both;
	height: 255px;
	background: transparent url("../img/mHeaderBg.jpg") no-repeat 0% 0%;
	width: 960px;
}
div.mHeader h1{
	position: absolute;
	top: 46px;
	left: 139px;
	z-index: 4;	
}
div.mHeader h1 a{
	display: block;
	background: transparent url("../img/mHeaderLogo.png") no-repeat 0% 0%;
	width: 0px;
	height: 100px;
	padding-left: 301px;
	overflow: hidden;
	white-space: nowrap;
	
}
div.mHeader h2{
	position: absolute;
	top: 165px;
	left: 258px;
	z-index: 4;	
	background: transparent url("../img/mHeaderDesc.png") no-repeat 0% 0%;
	width: 0px;
	height: 51px;
	padding-left: 140px;
	overflow: hidden;
	white-space: nowrap;
	
}
div.mHeader-jump{
	display: none;
}
		/* module mHeader END */
		/* module mFooter */
div.mFooter{
	clear:both;
	height: 21px;
	background: #80888f url("../img/mFooterBg.png") no-repeat 0% 0%;
	color: #2b2b2b;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 15px;
}
div.mFooter-goToStart{
	background: transparent url("../img/mFooterStar.png") no-repeat 0% 0%;
	width: 0px;
	padding-left: 197px;
	height: 193px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: -193px;
	right: 0px;
}
div.mFooter-goToContent{
	display: none;
}
div.mFooter-copyRight{
	color: #2b2b2b;
}
div.mFooter-copyRight a{
	color: #2b2b2b;
}
div.mFooter-designMaxweb{
	color: #4a4a4a;
	float: right;
}
div.mFooter-designMaxweb a{
	color: #4a4a4a;
	text-decoration: none;
}
div.mFooter-designMaxweb a:hover{
	color: #4a4a4a;
	
}
		/* module mFooter END */
		/* module mPath */
div.mPath{
	float: left;
	width: 515px;
	height: 10px;
	min-height: 10px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	color: #929191;
}
* > div.mPath{
	height: auto;
	float: none;
	margin-left: 198px; margin-right: 197px;
}

div.mPath h3{
	display: none;
}
div.mPath div{
	text-align: right;
}
div.mPath div a{
	color: #959393;	
	white-space: nowrap;
	text-decoration: none;
}
div.mPath div a:hover{
	color: #959393;	
}
div.mPath div span{
	color: #EDEBEB;
}
		/* module mPath END */

	/* main modules END */
	
	/* menu modules */
		/* menu mmSearchCarV1 */
div.mmSearchCarV1{
	position: absolute;
	top: 275px;
	left: 630px;
	width: 200px;
	height: 30px;
	color: #0F0F0F;
	font-size: 11px;
}
div.mmSearchCarV1 h3,#mmSearchCarV1-submit,div.mmSearchCarV1 legend{
	display: none;
}
div.mmSearchCarV1 label{
	display: block;
	padding-right: 10px;
	padding-top: 4px;
}
div.mmSearchCarV1 fieldset{
	border: none;
}
div.mmSearchCarV1 div{
	float: left;
}
#mmSearchCarV1-string{
	border: solid 1px #2C86C8;
	background: #BDE0F8;
	width: 122px;
	height: 15px;
	color: #0F0F0F;
	padding-top: 4px;
	padding-left: 2px;
}
#mmSearchCarV1-producerDiv{
	position: absolute;
	top: 0px;
	left: 200px;
}
#mmSearchCarV1-producer{
	background: #BDE0F8;
	border: solid 1px #2C86C8;
	color: #000000;
	font-size: 13px;	
}
		/* menu mmSearchCarV1 END*/
		/* menu mmMainmenu */
div.mmMainmenu{
	background: #2f8ed3 url("../img/mmMainmenuBg.png") repeat-x 0px 0px;
	height: 58px;
	width: 960px;
	overflow: hidden;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
}
div.mmMainmenu h3{
	display: none;
}
div.mmMainmenu ul{
	background: transparent url("../img/mmMainmenuUlBg.png") no-repeat 0px 0px;
	height: 58px;
	width: 931px;
	margin-left: 14px;
	overflow: hidden;	
}
div.mmMainmenu ul li{
	list-style: none;
	float: left;
}
div.mmMainmenu a{
	display: block;
	float: left;
	color: #0F0F0F;	
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 58px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	background: transparent url("../img/mmMainmenuLiBg.png") no-repeat 0% 0%;
}
div.mmMainmenu a:hover{
	color: #FFFFFF;	
}
li.mmMainmenu-1 a{
	background: none;
}
li.mmMainmenu-4{
	display: none;
}
		/* menu mmMainmenu END */
		/* menu mmNabizime */
div.mmNabizime{
	padding-bottom: 20px;
}
div.mmNabizime h3{
	background: #c51c08 url("../img/mmNabizimeTitle.png") no-repeat 0% 0%;
	color: #FFFFFF;
	width: 0px;
	padding-left: 198px;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
div.mmNabizime ul{
	list-style: none;
}
ul.mmNabizime-0{
	padding-left: 25px;
}
ul.mmNabizime-0 ul{
	padding-left: 10px;
	font-size: 11px;
}

div.mmNabizime li{
	
	padding-bottom: 2px;
}
div.mmNabizime span{
	display: block;
	background: transparent url("../img/layoutLeftLine.png") no-repeat 100% 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 33px;
}
div.mmNabizime a{
	display: block;
	background: transparent url("../img/layoutMenuStar.png") no-repeat 0px 7px;
	color: #EDEBEB;
	font-weight: bold;
	text-decoration: none;
}
div.mmNabizime a:hover{
	color: #60BCFE;
	background: transparent url("../img/layoutMenuStarH.png") no-repeat 0px 7px;
}
ul.mmNabizime-00 span{
	padding-left: 25px;
}
		/* menu mmNabizime END */
		/* menu mmHotinfo */
div.mmHotinfo{
	padding-bottom: 20px;
}
div.mmHotinfo h3{
	background: #c51c08 url("../img/mmHotinfoTitle.png") no-repeat 0% 0%;
	color: #FFFFFF;
	width: 0px;
	padding-left: 198px;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
div.mmHotinfo ul{
	list-style: none;
}
ul.mmHotinfo-0{
	padding-left: 25px;
}
ul.mmHotinfo-0 ul{
	padding-left: 10px;
	font-size: 11px;
}

div.mmHotinfo li{
	
	padding-bottom: 2px;
}
div.mmHotinfo span{
	display: block;
	background: transparent url("../img/layoutLeftLine.png") no-repeat 100% 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 33px;
}
div.mmHotinfo a{
	display: block;
	background: transparent url("../img/layoutMenuStar.png") no-repeat 0px 7px;
	color: #EDEBEB;
	font-weight: bold;
	text-decoration: none;
}
div.mmHotinfo a:hover{
	color: #60BCFE;
	background: transparent url("../img/layoutMenuStarH.png") no-repeat 0px 7px;
}
ul.mmHotinfo-00 span{
	padding-left: 25px;
}
		/* menu mmHotinfo END */
		/* menu mmReklama */
div.mmReklama{
	padding-bottom: 20px;
}
div.mmReklama h3{
	background: #c51c08 url("../img/mmReklamaTitle.png") no-repeat 0% 0%;
	color: #FFFFFF;
	width: 0px;
	padding-left: 198px;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
div.mmReklama ul{
	list-style: none;
}
ul.mmReklama-0{
	padding-left: 25px;
}
ul.mmReklama-0 ul{
	padding-left: 10px;
	font-size: 11px;
}

div.mmReklama li{
	
	padding-bottom: 2px;
}
div.mmReklama span{
	display: block;
	background: transparent url("../img/layoutLeftLine.png") no-repeat 100% 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 33px;
}
div.mmReklama a{
	display: block;
	background: transparent url("../img/layoutMenuStar.png") no-repeat 0px 7px;
	color: #EDEBEB;
	font-weight: bold;
	text-decoration: none;
}
div.mmReklama a:hover{
	color: #60BCFE;
	background: transparent url("../img/layoutMenuStarH.png") no-repeat 0px 7px;
}
ul.mmReklama-00 span{
	padding-left: 25px;
}
		/* menu mmReklama END */
		/* menu mmProvas */
div.mmProvas{
	padding-bottom: 20px;
}
div.mmProvas h3{
	background: #c51c08 url("../img/mmProvasTitle.png") no-repeat 0% 0%;
	color: #FFFFFF;
	width: 0px;
	padding-left: 197px;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
div.mmProvas ul{
	list-style: none;
}
ul.mmProvas-0{
	padding-left: 0px;
}
ul.mmProvas-0 ul{
	font-size: 11px;
}

div.mmProvas li{
	
	padding-bottom: 2px;
}
div.mmProvas span{
	display: block;
	background: transparent url("../img/layoutRightLine.png") no-repeat 0% 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 58px;
}
div.mmProvas a{
	display: block;
	background: transparent url("../img/layoutMenuStar.png") no-repeat 20px 7px;
	color: #EDEBEB;
	font-weight: bold;
	text-decoration: none;
}
div.mmProvas a:hover{
	color: #60BCFE;
	background: transparent url("../img/layoutMenuStarH.png") no-repeat 20px 7px;
}
ul.mmProvas-00 span{
	padding-left: 63px;
}
ul.mmProvas-00 a{
	background: transparent url("../img/layoutMenuStar.png") no-repeat 30px 7px;
}
ul.mmProvas-00 a:hover{
	background: transparent url("../img/layoutMenuStarH.png") no-repeat 30px 7px;
}
		/* menu mmProvas END */

		/* menu mmContact */
div.mmContact{

}
div.mmContact h3{
	background: #c51c08 url("../img/mmContactTitle.png") no-repeat 0% 0%;
	color: #FFFFFF;
	width: 0px;
	padding-left: 197px;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
}
#mmContact-text h4{
	font-size: 1.3em;
}
#mmContact-text{
	padding: 25px;
	line-height: 1.5em;
	color: #edebeb;
}
#mmContact-text strong{
	color: #b4b4b4;
}
		/* menu mmContact END*/
		/* menu mmToplist */
div.mmToplist{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;	
}
div.mmToplist img{
	border: none;	
}
		/* menu mmToplist END */
		/* menu mmSubmenu */
div.mmSubmenu{
	/*background-color: #EEEEEE;*/
	padding: 10px;
}
div.mmSubmenu ul{
	padding-left: 20px;
}
		/* menu mmSubmenu END */			
	/* menu modules END */
	
	/* content modules */
		/* content mcSitemapV2 */
div.mcSitemapV2{

}
		/* content mcSitemapV2 END */
		/* content mcSubmenuV3 */
div.mcSubmenuV3{

}
div.mcSubmenuV3 ul{
	padding-left: 30px;
	list-style: square;
	color: #60BCFE;
	font-weight: bold;
	line-height: 1.5em;
}
		/* content mcSubmenuV3 END */
		/* content mcDBContentV3 */
div.mcDBContentV3{
	margin-bottom: 20px;
}
		/* content mcDBContentV3 END */
		/* content mcCars */
div.mcCars-noCar{
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
div.mcCars-item{
	font-size: 12px;
	width: 474px;
	height: 130px;
	background: #3A3A3A url("../img/mcCarsCarBg.png") no-repeat 0px 0px;
	margin-bottom: 16px;
	padding-top: 15px;
	padding-left: 25px;
}
div.mcCars-item h4{
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: 280px;
}
div.mcCars-parameters{
	color: #F5F5F5;
}
div.mcCars-parameters strong{
	color: #b4b4b4;
	line-height: 1.5em;
}
div.mcCars-email{
	padding-top: 5px;
}
div.mcCars-price{
	position: absolute;
	top: 80px;
	left: 210px;
	color: #ca0202;
	font-size: 16px;
	font-weight: bold;
}
div.mcCars-price strong{
	display: none;
}
div.mcCars-more{
	position: absolute;
	top: 110px;
	left: 240px;
}
div.mcCars-more a{
	color: #000000;
}
div.mcCars-more a:hover{
	color: #000000;
}
div.mcCars-itemImg{
	width: 156px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 313px;
	background: #57565a url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	border: solid 2px #a09f9f;
}
div.mcCars-itemImg img{
	border: none;
	width: 156px;
	height: 116px;
}

div.mcCars-paging{	
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	height: 25px;
}
div.mcCars-goToPage{
	float: left;
}
div.mcCars-buttons{
	float: right;
}

.mcCars-pagingAButt,.mcCars-pagingPage {
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #6f6e71;
	margin-right: 2px;
	color: #f5f5f5;
	background: #3b3b3b;
	height: 17px;
	line-height: 17px;
	float: left;
	
}
a.mcCars-pagingAButt{
	border: solid 1px #d0d0d0;
	color: #ca0202;
	background: #e4e4e4 url("../img/mcCarsPagingABg.png") repeat-x 0px 0px;
}
*>a.mcCars-pagingAButt:hover {
	color: #000000;
}
select.mcCars-pagingSelect{
	border: 1px solid #6f6e71;
	margin: 0px;
	font-size: 13px;
	background: #3b3b3b;
	color: #f5f5f5;
}
select.mcCars-pagingSelect option{
	padding-left: 3px;
	padding-right: 3px;
	background: #3b3b3b;
	color: #f5f5f5;
}
		/* content mcCars END */
		/* content mcCarDetail END */
div.mcCarDetail-item{
	font-size: 12px;
	width: 474px;
	height: 133px;
	background: #3A3A3A url("../img/mcCarsCarBg.png") no-repeat 0px 0px;
	margin-bottom: 16px;
	padding-top: 12px;
	padding-left: 25px;
}
div.mcCarDetail-item h4{
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	
}
div.mcCarDetail-parameters{
	color: #F5F5F5;
}
div.mcCarDetail-parameters strong{
	color: #b4b4b4;
	line-height: 1.5em;
}
div.mcCarDetail-price{
	position: absolute;
	top: 80px;
	left: 210px;
	color: #ca0202;
	font-size: 16px;
	font-weight: bold;
}
div.mcCarDetail-price strong{
	display: none;
}
div.mcCarDetail-itemImg{
	width: 156px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 313px;
	background: #57565a url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	border: solid 2px #a09f9f;
}
div.mcCarDetail-itemImg img{
	border: none;
	width: 156px;
	height: 116px;
}
div.mcCarDetail-equipment,div.mcCarDetail-financing,div.mcCarDetail-note{
	background: transparent url("../img/mcCarDetailLine.png") repeat-x 0% 100%;
	padding-bottom: 20px;
}
		/* content mcCarDetail END */
		/* content mcInsertCar */
div.mcInsertCar fieldset{
	border: none;
}
div.mcInsertCar legend{
	display: none;
}
div.mcInsertCar label{
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #B4B4B4;
	padding-top: 10px;
}
div.mcInsertCar-textinput input,div.mcInsertCar-textinput select{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 122px;
	height: 20px;
	color: #EEEBEB;
	position: absolute;
	top: 5px;
	left: 110px;
}
div.mcInsertCar-textinput textarea{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 480px;
	height: 67px;
	color: #EEEBEB;
}
div.mcInsertCar-textinput2 input{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 372px;
	height: 20px;
	color: #EEEBEB;
	position: absolute;
	top: 5px;
	left: 110px;
}
#mcInsertCar-powerDiv{
	position: absolute;
	top: 0px;
	left: 250px;
}
#mcInsertCar-fuelDiv{
	position: absolute;
	top: 25px;
	left: 250px;
}
#mcInsertCar-najetoDiv{
	position: absolute;
	top: 50px;
	left: 250px;
}
#mcInsertCar-bodyDiv{
	position: absolute;
	top: 75px;
	left: 250px;
}
#mcInsertCar-categoryDiv{
	position: absolute;
	top: 100px;
	left: 250px;
}
#mcInsertCar-photoDiv{
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#mcInsertCar-insertPhoto{
	position: absolute;
	top: -47px;
	left: 300px;
}
#mcInsertCar-photo{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	color: #EEEBEB;
}
#mcInsertCar-insertCarDiv{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 110px;
}
#mcInsertCar-insertCar{
	
}
div.mcInsertCar-required input,div.mcInsertCar-required select{
	border: solid 1px  #E10F0B;
}
div.mcInsertCar-requiredPhoto{
	border: solid 1px  #E10F0B;
	padding-left: 15px;
}
#mcInsertCar-kackaImg{
	padding-top: 10px;
	padding-left: 110px;
}
		/* content mcInsertCar END */
		/* content mcCarParts */
div.mcCarParts-noCar{
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
div.mcCarParts-item{
	font-size: 12px;
	width: 474px;
	height: 177px;
	background: #3A3A3A url("../img/mcCarpartsPartBg.png") no-repeat 0px 0px;
	margin-bottom: 16px;
	padding-top: 15px;
	padding-left: 25px;
}
div.mcCarParts-item h4{
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	width: 260px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	
}
div.mcCarParts-parameters{
	color: #F5F5F5;
	width: 140px;
}
div.mcCarParts-parameters div{
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
div.mcCarParts-parameters strong{
	color: #b4b4b4;
	line-height: 1.5em;
}
div.mcCarParts-price{
	position: absolute;
	top: 60px;
	left: 210px;
	color: #ca0202;
	font-size: 14px;
	font-weight: bold;
}
div.mcCarParts-price strong{
	display: none;
}
div.mcCarParts-more{
	position: absolute;
	top: 80px;
	left: 210px;
}
div.mcCarParts-more a{
	color: #000000;
}
div.mcCarParts-more a:hover{
	color: #000000;
}
div.mcCarParts-note{
	position: absolute;
	left: 25px;
	bottom: 13px;
	width: 450px;
	height: 43px;
	/*border: solid 1px #FF00FF;*/
	font-size: 11px;
	overflow: hidden;
}
div.mcCarParts-itemImg{
	width: 156px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 313px;
	background: #57565a url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	border: solid 2px #a09f9f;
}
div.mcCarParts-itemImg img{
	border: none;
	width: 156px;
	height: 116px;
}

div.mcCarParts-paging{	
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	height: 25px;
}
div.mcCarParts-goToPage{
	float: left;
}
div.mcCarParts-buttons{
	float: right;
}

.mcCarParts-pagingAButt,.mcCarParts-pagingPage {
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #6f6e71;
	margin-right: 2px;
	color: #f5f5f5;
	background: #3b3b3b;
	height: 17px;
	line-height: 17px;
	float: left;
	
}
a.mcCarParts-pagingAButt{
	border: solid 1px #d0d0d0;
	color: #ca0202;
	background: #e4e4e4 url("../img/mcCarsPagingABg.png") repeat-x 0px 0px;
}
*>a.mcCarParts-pagingAButt:hover {
	color: #000000;
}
select.mcCarParts-pagingSelect{
	border: 1px solid #6f6e71;
	margin: 0px;
	font-size: 13px;
	background: #3b3b3b;
	color: #f5f5f5;
}
select.mcCarParts-pagingSelect option{
	padding-left: 3px;
	padding-right: 3px;
	background: #3b3b3b;
	color: #f5f5f5;
}
		/* content mcCarParts END */
		/* content mcCarPartDetail END */
div.mcCarPartDetail-item{
	font-size: 12px;
	width: 474px;
	height: 130px;
	background: #3A3A3A url("../img/mcCarsCarBg.png") no-repeat 0px 0px;
	margin-bottom: 16px;
	padding-top: 15px;
	padding-left: 25px;
}
div.mcCarPartDetail-item h4{
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	
}
div.mcCarPartDetail-parameters{
	color: #F5F5F5;
	width: 220px;
}
div.mcCarPartDetail-parameters div{
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
div.mcCarPartDetail-parameters strong{
	color: #b4b4b4;
	line-height: 1.5em;
}
div.mcCarPartDetail-price{
	position: absolute;
	top: 80px;
	left: 210px;
	color: #ca0202;
	font-size: 16px;
	font-weight: bold;
}
div.mcCarPartDetail-price strong{
	display: none;
}
div.mcCarPartDetail-itemImg{
	width: 156px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 313px;
	background: #57565a url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	border: solid 2px #a09f9f;
}
div.mcCarPartDetail-itemImg img{
	border: none;
	width: 156px;
	height: 116px;
}
div.mcCarPartDetail-equipment,div.mcCarPartDetail-financing,div.mcCarPartDetail-note{
	background: transparent url("../img/mcCarDetailLine.png") repeat-x 0% 100%;
	padding-bottom: 20px;
}
		/* content mcCarPartDetail END */
		/* content mcInsertCarPart */
div.mcInsertCarPart fieldset{
	border: none;
}
div.mcInsertCarPart legend{
	display: none;
}
div.mcInsertCarPart label{
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #B4B4B4;
	padding-top: 10px;
}
div.mcInsertCarPart-textinput input,div.mcInsertCarPart-textinput select{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 122px;
	height: 20px;
	color: #EEEBEB;
	position: absolute;
	top: 5px;
	left: 110px;
}
div.mcInsertCarPart-textinput textarea{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 480px;
	height: 67px;
	color: #EEEBEB;
}
div.mcInsertCarPart-textinput2 input{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 372px;
	height: 20px;
	color: #EEEBEB;
	position: absolute;
	top: 5px;
	left: 110px;
}
#mcInsertCarPart-powerDiv{
	position: absolute;
	top: 0px;
	left: 250px;
}
#mcInsertCarPart-fuelDiv{
	position: absolute;
	top: 25px;
	left: 250px;
}
#mcInsertCarPart-najetoDiv{
	position: absolute;
	top: 50px;
	left: 250px;
}
#mcInsertCarPart-bodyDiv{
	position: absolute;
	top: 75px;
	left: 250px;
}
#mcInsertCarPart-photoDiv{
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#mcInsertCarPart-insertPhoto{
	position: absolute;
	top: -47px;
	left: 300px;
}
#mcInsertCarPart-photo{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	color: #EEEBEB;
}
#mcInsertCarPart-insertCarDiv{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 110px;
}
#mcInsertCarPart-insertCar{
	
}
div.mcInsertCarPart-required input,div.mcInsertCarPart-required select{
	border: solid 1px  #E10F0B;
}
div.mcInsertCarPart-requiredPhoto{
	border: solid 1px  #E10F0B;
	padding-left: 15px;
}
#mcInsertCarPart-kackaImg{
	padding-top: 10px;
	padding-left: 110px;
}
		/* content mcInsertCarPart END */
		/* content mcCarRenovations */
div.mcCarRenovations-noCar{
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
div.mcCarRenovations-item{
	font-size: 12px;
	width: 474px;
	height: 177px;
	background: #3A3A3A url("../img/mcCarpartsPartBg.png") no-repeat 0px 0px;
	margin-bottom: 16px;
	padding-top: 15px;
	padding-left: 25px;
}
div.mcCarRenovations-item h4{
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	width: 260px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	
}
div.mcCarRenovations-parameters{
	color: #F5F5F5;
	width: 140px;
}
div.mcCarRenovations-parameters div{
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
div.mcCarRenovations-parameters strong{
	color: #b4b4b4;
	line-height: 1.5em;
}
div.mcCarRenovations-price{
	position: absolute;
	top: 60px;
	left: 210px;
	color: #ca0202;
	font-size: 14px;
	font-weight: bold;
}
div.mcCarRenovations-price strong{
	display: none;
}
div.mcCarRenovations-more{
	position: absolute;
	top: 80px;
	left: 210px;
}
div.mcCarRenovations-more a{
	color: #000000;
}
div.mcCarRenovations-more a:hover{
	color: #000000;
}
div.mcCarRenovations-note{
	position: absolute;
	left: 25px;
	bottom: 13px;
	width: 450px;
	height: 43px;
	/*border: solid 1px #FF00FF;*/
	font-size: 11px;
	overflow: hidden;
}
div.mcCarRenovations-itemImg{
	width: 156px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 313px;
	background: #57565a url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	border: solid 2px #a09f9f;
}
div.mcCarRenovations-itemImg img{
	border: none;
	width: 156px;
	height: 116px;
}

div.mcCarRenovations-paging{	
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	height: 25px;
}
div.mcCarRenovations-goToPage{
	float: left;
}
div.mcCarRenovations-buttons{
	float: right;
}

.mcCarRenovations-pagingAButt,.mcCarRenovations-pagingPage {
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #6f6e71;
	margin-right: 2px;
	color: #f5f5f5;
	background: #3b3b3b;
	height: 17px;
	line-height: 17px;
	float: left;
	
}
a.mcCarRenovations-pagingAButt{
	border: solid 1px #d0d0d0;
	color: #ca0202;
	background: #e4e4e4 url("../img/mcCarsPagingABg.png") repeat-x 0px 0px;
}
*>a.mcCarRenovations-pagingAButt:hover {
	color: #000000;
}
select.mcCarRenovations-pagingSelect{
	border: 1px solid #6f6e71;
	margin: 0px;
	font-size: 13px;
	background: #3b3b3b;
	color: #f5f5f5;
}
select.mcCarRenovations-pagingSelect option{
	padding-left: 3px;
	padding-right: 3px;
	background: #3b3b3b;
	color: #f5f5f5;
}
		/* content mcCarRenovations END */
		/* content mcCarRenovationDetail END */
div.mcCarRenovationDetail-item{
	font-size: 12px;
	width: 474px;
	height: 130px;
	background: #3A3A3A url("../img/mcCarsCarBg.png") no-repeat 0px 0px;
	margin-bottom: 16px;
	padding-top: 15px;
	padding-left: 25px;
}
div.mcCarRenovationDetail-item h4{
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	
}
div.mcCarRenovationDetail-parameters{
	color: #F5F5F5;
	width: 220px;
}
div.mcCarRenovationDetail-parameters div{
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
div.mcCarRenovationDetail-parameters strong{
	color: #b4b4b4;
	line-height: 1.5em;
}
div.mcCarRenovationDetail-price{
	position: absolute;
	top: 80px;
	left: 210px;
	color: #ca0202;
	font-size: 16px;
	font-weight: bold;
}
div.mcCarRenovationDetail-price strong{
	display: none;
}
div.mcCarRenovationDetail-itemImg{
	width: 156px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 313px;
	background: #57565a url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	border: solid 2px #a09f9f;
}
div.mcCarRenovationDetail-itemImg img{
	border: none;
	width: 156px;
	height: 116px;
}
div.mcCarRenovationDetail-equipment,div.mcCarRenovationDetail-financing,div.mcCarRenovationDetail-note{
	background: transparent url("../img/mcCarDetailLine.png") repeat-x 0% 100%;
	padding-bottom: 20px;
}
		/* content mcCarRenovationDetail END */
		/* content mcInsertCarRenovation */
div.mcInsertCarRenovation fieldset{
	border: none;
}
div.mcInsertCarRenovation legend{
	display: none;
}
div.mcInsertCarRenovation label{
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #B4B4B4;
	padding-top: 10px;
}
div.mcInsertCarRenovation-textinput input,div.mcInsertCarRenovation-textinput select{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 122px;
	height: 20px;
	color: #EEEBEB;
	position: absolute;
	top: 5px;
	left: 110px;
}
div.mcInsertCarRenovation-textinput textarea{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 480px;
	height: 67px;
	color: #EEEBEB;
}
div.mcInsertCarRenovation-textinput2 input{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	width: 372px;
	height: 20px;
	color: #EEEBEB;
	position: absolute;
	top: 5px;
	left: 110px;
}
#mcInsertCarRenovation-powerDiv{
	position: absolute;
	top: 0px;
	left: 250px;
}
#mcInsertCarRenovation-fuelDiv{
	position: absolute;
	top: 25px;
	left: 250px;
}
#mcInsertCarRenovation-najetoDiv{
	position: absolute;
	top: 50px;
	left: 250px;
}
#mcInsertCarRenovation-bodyDiv{
	position: absolute;
	top: 75px;
	left: 250px;
}
#mcInsertCarRenovation-photoDiv{
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#mcInsertCarRenovation-insertPhoto{
	position: absolute;
	top: -47px;
	left: 300px;
}
#mcInsertCarRenovation-photo{
	border: solid 1px #6F6E71;
	background: #3C3C3C;
	color: #EEEBEB;
}
#mcInsertCarRenovation-insertCarDiv{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 110px;
}
#mcInsertCarRenovation-insertCar{
	
}
div.mcInsertCarRenovation-required input,div.mcInsertCarRenovation-required select{
	border: solid 1px  #E10F0B;
}
div.mcInsertCarRenovation-requiredPhoto{
	border: solid 1px  #E10F0B;
	padding-left: 15px;
}
#mcInsertCarRenovation-kackaImg{
	padding-top: 10px;
	padding-left: 110px;
}
		/* content mcInsertCarRenovation END */
		/* content mcGalleryV3 */
div.mcGalleryV3{

}
div.mcGalleryV3 h3{

}
div.mcGalleryV3-item img{
	border: none;
	width: 156px;
	height: 116px;
	border: none;
}
div.mcGalleryV3-thumb{
	border: solid 1px #D5D5D5;
	background: #F4E5C9 url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	width: 156px;
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
}
div.mcGalleryV3-item{
	float: left;
	width: 160px;
	height: 170px;
	margin-left: 5px;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
div.mcGalleryV3-item strong{
	font-weight: normal;
	color: #60BCFE;
}
div.mcGalleryV3-item a{
	text-decoration: none;
}
ul.mcGalleryV3-subcat-0{
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 30px;
}
ul.mcGalleryV3-subcat-0 li{
	list-style: none;
	padding-left: 30px;
	background-image: url(../img/mcDBContentV2Li.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 1.6em;	
}
ul.mcGalleryV3-subcat-0 a{
	color: #3E2D23;
	text-decoration: none;
}
ul.mcGalleryV3-subcat-0 a:hover{
	color: #880301;
}
div.mcGalleryV3-triptrack{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 118px;
	left: 141px;
}
div.mcGalleryV3-triptrack a{
	display: block;
	width: 0px;
	height: 25px;
	padding-left: 25px;
	background: transparent url("../img/mcGalleryV3TT.png") no-repeat 0px 0px;
	overflow: hidden;
	white-space: nowrap;
}
		/* content mcGalleryV3 END */
		/* content mcGalleryDetailV3 */
div.mcGalleryDetailV3{

}
div.mcGalleryDetailV3 h3{

}
div.mcGalleryDetailV3-item img{
	border: none;
	width: 156px;
	height: 116px;
	border: none;
}
div.mcGalleryDetailV3-thumb{
	border: solid 1px #D5D5D5;
	background: #F4E5C9 url("../img/mcCarsNoImage.png") no-repeat 0px 0px;
	width: 156px;
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
}
div.mcGalleryDetailV3-item{
	float: left;
	width: 160px;
	height: 140px;
	margin-left: 5px;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
div.mcGalleryDetailV3-description{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
div.mcGalleryDetailV3-description p{
	text-indent: 1em;
}
div.mcGalleryDetailV3-data{
	line-height: 1.5em;
}
div.mcGalleryDetailV3-data strong{
	font-weight: normal;
	color: #60BCFE;
	padding-right: 5px;
}
div.mcGalleryDetailV3-data a{
	text-decoration: none;
}
ul.mcGalleryDetailV3-subcat-0{
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 30px;
}
ul.mcGalleryDetailV3-subcat-0 li{
	list-style: none;
	padding-left: 30px;
	background-image: url(../img/mcDBContentV2Li.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 1.6em;
}
ul.mcGalleryDetailV3-subcat-0 a{
	text-decoration: none;
	/*font-weight: bold;*/
}
ul.mcGalleryDetailV3-subcat-0 a:hover{

}
div.mcGalleryDetailV3-triptrack{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 124px;
	left: 147px;
}
div.mcGalleryDetailV3-triptrack a{
	display: block;
	width: 0px;
	height: 25px;
	padding-left: 25px;
	background: transparent url("../img/mcGalleryV3TT.png") no-repeat 0px 0px;
	overflow: hidden;
	white-space: nowrap;
}
div.mcGalleryDetailV3-back{
	padding-bottom: 15px;
}
div.mcGalleryDetailV3-back a{
	text-decoration: none;

}
		/* content mcGalleryV3 END */
		/* content mcNewsV2 */
div.mcNewsV2{
}
div.mcNewsV2-news{
	padding-top: 10px;
}
h4.mcNewsV2-title{
}
div.mcNewsV2-leader{
	background: transparent url("../img/mcCarDetailLine.png") repeat-x 0% 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
div.mcNewsV2-date{
	position: absolute;
	top: 5px;
	right: 0px;
	color: #60BCFE;
}
div.mcNewsV2-paging{	
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	height: 25px;
}
div.mcNewsV2-goToPage{
	float: left;
}
div.mcNewsV2-buttons{
	float: right;
}

.mcNewsV2-pagingAButt,.mcNewsV2-pagingPage {
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #6f6e71;
	margin-right: 2px;
	color: #f5f5f5;
	background: #3b3b3b;
	height: 17px;
	line-height: 17px;
	float: left;
	
}
a.mcNewsV2-pagingAButt{
	border: solid 1px #d0d0d0;
	color: #ca0202;
	background: #e4e4e4 url("../img/mcCarsPagingABg.png") repeat-x 0px 0px;
}
*>a.mcNewsV2-pagingAButt:hover {
	color: #000000;
}
select.mcNewsV2-pagingSelect{
	border: 1px solid #6f6e71;
	margin: 0px;
	font-size: 13px;
	background: #3b3b3b;
	color: #f5f5f5;
}
select.mcNewsV2-pagingSelect option{
	padding-left: 3px;
	padding-right: 3px;
	background: #3b3b3b;
	color: #f5f5f5;
}
		/* content mcNewsV2 END */
		/* content mcNewsDetailV2 */
div.mcNewsDetailV2{

}

div.mcNewsDetailV2-leader{
	font-weight: bold;
	font-style: italic;
	background: transparent url("../img/mcCarDetailLine.png") repeat-x 0% 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
div.mcNewsDetailV2-date{

	color: #60BCFE;
}
		/* content mcNewsV2 END */
	/* content modules END */
		
/* module styles END */

