@import "/xchanger/autorychle/css/reset.css";
@import url("./font-awesome.min.css");

.clearfix::after{
	content: "";
	display:table;
	clear: both;
	font-size: 0px;
}

*{
	box-sizing:border-box;
}
html,body{
	font-family:helvetica;
  font-size:9pt;
	width:100%;
}
body#cardet,body#owncardet{
	font-size:11pt;
	height:100%;
}
html{
  height:100%;
}
body{
  overflow-x:auto;
  margin:5px 0 5px 0;
  background:none #efefef;
}
#wrap{
	height:480px;
	width:320px;
	background:none #fff;
	display:block;
}
a, a img{
	border:none;
}
.fll{
  float:left;
}
.flr{
  float:right;
}
a.crslogo, a.revslogo{
  padding:0;
  display:block;
  width:47.5%;
  height:40px;
  line-height:40px;
  border-style:solid solid none solid;
  border-color:#bcbcbc;
  border-width:1px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius:  8px 8px 0px 0px;
  -ms-border-radius:  8px 8px 0px 0px;
  -o-border-radius:  8px 8px 0px 0px;
   border-radius:  8px 8px 0px 0px;
   z-index:200;
   position:relative;
   box-sizing:border-box;
   text-align:center;
   text-decoration:none;
   background-image:url('/xchanger/m_cars/img/logos.png');
   background-repeat:no-repeat;
}
a.crslogo{
	float:left;
	margin:0px 0 -1px 2%;
	background-color:#fff;
	background-position:center 0px ;
}
a.revslogo{
	float:right;
	display:block;
	margin:0 2% -1px 0;
	background-color:#ddd;
	background-position:center -150px ;
}

.fLogo_mob{
	padding: 3px 0 0 32px;
}
#hp form, #clist,#cflist,#cdet{
	clear:both;
	display:block;
	background:none #fff;
	width:96%;
	border:1px solid #bcbcbc;
	margin:0px 2%;
	padding:0 0 5px 0;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
  box-sizing:border-box;
}
#clist,#cflist{
	background:none #fff;
}
.icoCtype{
	float:left;
	display:block;
	margin:7px .5% 5px .5%;
	width:24%;
	height:59px;
	background-image:url('/xchanger/m_cars/img/ctypeicons.png');
	background-position: -1000px -1000px;
	background-repeat:no-repeat;
	background-color:transparent;
	color:#000;
	line-height:105px;
	font-size:8pt;
	text-transform: lowercase;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background-color: #fff;
	background-repeat:no-repeat;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
   border-radius: 15px;

}
/* a.icoCtype:hover, */a.actIco{
	background-position: -1000px -1000px;
	background-image:url('/xchanger/m_cars/img/ctypeicons.png?ts=1');
}
#icoCtypeO{
	background-position: center -32px;
}
/* #icoCtypeO:hover, */#icoCtypeO.actIco{
  background-position: center -122px;
}
#icoCtypeN{
  background-position: center -226px;
}
/* #icoCtypeN:hover, */#icoCtypeN.actIco{
  background-position: center -316px;
}
#icoCtypeM{
  background-position: center -423px;
}
/* #icoCtypeM:hover, */#icoCtypeM.actIco{
  background-position: center  -513px;
}
#icoCtypeS{
  background-position: center -626px;
}
/* #icoCtypeS:hover, */#icoCtypeS.actIco{
  background-position: center -716px;
}

#icoCtypeP{
  background-position: center -975px;
}
/*#icoCtypeP:hover,*/#icoCtypeP.actIco{
  background-position: center -1065px;
}

#icoCtypeS{
  background-position: center -626px;
}
/* #icoCtypeS:hover, */#icoCtypeS.actIco{
  background-position: center -716px;
}

#icoCtypeW{
  background-position: center -805px;
}
/* #icoCtypeW:hover, */#icoCtypeW.actIco{
  background-position: center -895px;
}


#icoCtypeB{
  background-position: center -1160px;
}
/* #icoCtypeB:hover, */#icoCtypeB.actIco{
  background-position: center -1250px;
}

#icoCtypeL{
  background-position: center -1515px;
}
/* #icoCtypeL:hover, */#icoCtypeL.actIco{
  background-position: center -1595px;
}

#icoCtypeAll{
  background-position: center -1340px;
  cursor:pointer;
}
#icoCtypeAll:hover{
  background-position: center -1430px;
}

#secTypeRow,#icoCtypeP{
	display:none;
}


form select{
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
   border-radius: 5px;
	padding:7px 5px;
	height:36px;
	/*line-height:36px;*/
	display:block;
	margin:5px 0px 0px 7px;
	float:left;
	border:1px solid #616060;
	background:url('/xchanger/m_cars/img/comboarrow.gif') #fff no-repeat right center;
	vertical-align:top;

	ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  -webkit-appearance: listbox;
}
form select.hlfSz,form select.hlfSz2{
	width:143px;
}
form select.hlfSz2{
	margin-left:4px;
}

form .w12{
  width:47%;
  margin: 3px 1.5%;
  float:left;
}
form .w12l{
  width:49.5%;
  margin: 0 .5% 0 0;
  float:left;
}
form .w12r{
  width:49.5%;
  margin: 0 0 0 .5%;
  float:right;
}



.srchBtn{
	width:70%;
	height:36px;
	margin:0px 1% 0px 0;
	display:block;
	float:left;
	background-color: transparent;
  background-image: url("/xchanger/cars_v2/img/bgsheet.png");
  background-position: 0 -80px;
  background-repeat: repeat-x;
  border: 0 none;
  color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:13pt;
	border:none;
	cursor:pointer;
}
.rstBtn{
	width:29%;
	height:36px;
	margin:0px 0 0px 0;
	display:block;
	float:right;
	background:none #eee top left repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:8pt;
	border:1px outset #333;
	cursor:pointer;
}
#topauta{
	float: left;
    clear: both;
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align:center;
}
#topauta a{
	display: inline-block;
    width: 184px;
    position: relative;
    padding: 0px;
    margin: 0px 5px 17px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#topauta a .cont {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#topauta a img {
    display: block;
  }
  #topauta a .cont img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#topauta a img.carThumb {
    width: 184px;
    height: 138px;
    background: none #666;
}
#topauta a .desc {
    display: none;
    width: 174px;
    padding: 0px 5px;
    background: none #fff;
    border: 1px solid #dadada;
    border-left: 1px solid #fff;
    height: 36px;
    line-height: 18px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    color: #000;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
#topauta a .desc strong {
    font-weight: bold;
}

#topauta a img.fLogo {
    width: 150px;
    height: 35px;
    position: absolute;
    top: -17px;
    left: -5px;
    z-index: 100;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    -ms-border-radius: 5px 0px 0px 0px;
    -o-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

#hpcarsPane {
    width: 100%;
    background: none transparent;
    margin: 0;
    float: left;
    clear: both;
    position: relative;
    text-align:center;
}

#hpcarsPane .carRow {
    width: 160px;
    height: 121px;
    margin: 0px 2px 0px 0px;
    display:inline-block;
}

#hpcarsPane .carRow img {
    display: block;
    width: 100%;
    height:auto;
    border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#hpcarsPane .carRow .carOverlay strong {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 19px;
    height: 19px;
}

#hpcarsPane .carRow .carOverlay {
    background: none #EFEFEF;
    border-color: #dadada;
    margin-left: 21px;
}

#hpcarsPane .carRow .carOverlay {
    background-repeat: no-repeat;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #dadada;
    width: 110px;
    height: 19px;
    display: block;
    float: left;
    clear: both;
    margin-top: -20px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#carsCnt{
	width:97%;
	margin:2px 7px;
	font-size:8pt;
	color:#555;
	text-align:center;
}

#cbarTop, #cbarBot{
	margin:7px 1% 0px 1%;
	width:98%;
	display:block;
}
#cbarTop{
	border-bottom:1px solid #696969;
	padding-bottom:7px;
}
#cbarBot{
	margin-bottom:7px;
}
form select#order{
	float:right;
	width:80px;
	height:22px;
	line-height:22px;
	font-size:8pt;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
}
#cbarTop a, #cbarTop span, #cbarBot a, #cbarBot span{
	float:left;
	margin:0px 2px 0px 0px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#cbarTop a,#cbarBot a{
	width:33px;
	height:21px;
	line-height:21px;
	color:#fff;
	background:none #f58001;
}
#cbarTop a.arrows, #cbarBot a.arrows{
	width:21px;
}
#cbarBot a.home{
	margin-right:24px;
}
#cbarTop span,#cbarBot span{
	width:31px;
	height:21px;
	line-height:21px;
	color:#f58001;
	background:none #fff;
	border:1px solid #f58001;
}

.carItem{
	display:block;
	clear:both;
	width:98%;
	margin:5px 1% 0px 1%;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #696969;
	color:#000;
	font-size:10pt;
	line-height:19px;
	text-decoration:none;
}
.carItem img{
	border:1px solid #696969;
	display:block;
	width:100px;
	height:75px;
	float:left;
	margin:0px 5px 0px 0px;
}
.carItem strong{
	/*width:180px;*/
	height:36px;
	display:block;
	/*float:left;*/
	line-height:18px;
	overflow:hidden;
	font-weight:bold;
	color:#ff6600;
	margin:2px 0px 0px 0px;
}
.carItem::after{
	content: "";
	display:table;
	clear: both;
	font-size: 0px;
}

.nF{
	text-align:center;
	width:289px;
	margin:10px 7px 0px 7px;
	float:left;
	display:block;
	clear:both;
	font-size:10pt;
	line-height:18px;
}
.nFLnk{
	text-align:center;
	width:289px;
	margin:10px 7px 10px 7px;
	float:left;
	display:block;
	clear:both;
	font-size:10pt;
	line-height:18px;
	color:#f58001;
	font-weight:bold;
}


/************** detail ******************/

#navi,#carDesc,#accDesc,#usrDesc,#carDescGal,#backPh,#hdr,#contForm{
	display:block;
	clear:both;
	width:98%;
	margin:5px 1% 0px 1%;
	border-bottom:1px solid #696969;
}
#navi{
}
#navi a, #navi span{
	color:#696969;
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
	float:left;
}

#carDescGal h1{
	line-height:16px;
	/*height:22px;*/
	color:#f58001;
	font-weight:bold;
  margin:0 0 5px .5%;
}
#cdWrap h1{
	color:#f58001;
	font-weight:bold;
	font-size:11pt;
	line-height:16px;
	width:98%;
	margin:5px 1%;
	float:left;
	display:block;
	clear:both;
}
#imgWr{
	width:100%;
	max-width:640px;
	float:left;
	display:block;
	margin:0px 0px 5px 0px;
}

#imgWr img{
	width:100%;
	height:auto;
	border:1px solid #696969;
	display:block;
}
#imgWr img.prevImg{
	/*margin-left:-100%;*/
}

#cd{
	font-weight:normal;
	width:100%;
	float:left;
	display:block;
	margin-bottom:5px;
}
#cd span{
	float:none;
	width:80px;
	display:table-cell;
	height:14px;
	line-height:14px;
}
#cd strong{
	display:table-cell;
	height:14px;
	line-height:14px;
	font-weight:bold;
	width:auto;
}

#galBtn, #galBtn2{
	background:url('/xchanger/m_cars/img/galbtn.png') #f58001 top left no-repeat;
	height:25px;
	line-height:24px;
	width:102px;
	margin:8px 0px 0px 0px;
	color:#fff;
	text-indent:35px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	clear:both;
	display:block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#galBtn2{
	background:none #f58001 top left no-repeat;
	/*background:url("/xchanger/m_cars/img/searchBtnBg.gif") #f58001 top left repeat-x;*/
}
#priceDesc{
	border-bottom: 1px solid #696969;
	border-top: 1px solid #696969;
	padding:3px 0 0 0;
	margin:0px 0 5px 0;
	float:left;
	width:100%;
	display:block;
	clear:both;
}
#priceDesc b{
	color:#f58001;
	font-weight:bold;
	font-size:13pt;
}
#priceDesc span{
	font-size:8pt;
	width:100%;
	display:block;
	float:left;
	margin-bottom:5px;
	height:auto;
}
#accDesc, #usrDesc{
	padding-bottom:5px;
}
#accDesc a,#usrDesc a,#accDesc h3,#usrDesc h3{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
	margin-top:5px;

}
#accDesc h3,#usrDesc h3{
	display:block;
}
#accDesc p{
	color:#000;
	text-align: justify;
}
#carDescGal{
	border-bottom:none;
	line-height:16px;
	margin:5px 1%;
}
#usrDesc{
  border-bottom:none;
  line-height:16px;
}
#usrDesc span, #usrDesc b{

}
#usrDesc h2{
	color: #F58001;
  font-weight: bold;
  margin:0 0 10px 0;
  font-size:13pt;
}
#usrDesc .phones .phoneBtn, #usrDesc .phones .phoneInfo{
	display:inline-block;
	line-height: 23px;
    margin: 0;
    font-size: 12pt;
}
#usrDesc .phones .phoneBtn a{
	cursor: pointer;
    border-radius: 5px;
    background: none #ade1ff;
    color: #000;
    height: 37px;
    display: inline-block;
    position: relative;
    line-height: 37px;
    box-shadow: 1px 1px 0px 0px #666;
    padding: 0 30px 0 60px;
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}
#usrDesc .phones .phoneBtn a:before{
	content: '\f095';
    font-family: FontAwesome;
    background: none #fff;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 20px;
    height: 26px;
    line-height: 26px;
    width: 26px;
    border-radius: 50%;

}
#usrDesc .sectTtl{
	clear:both;
	display:block;
	width:90px;
	float:left;
	margin:3px 0px 0px 0px;
}
#usrDesc .fltL{
	float:left;
	width:180px;
	margin:3px 0px 0px 0px;
}
#usrDesc .fltL b{
	float:left;
	clear:left;
	display:block;
}
#usrDesc .fltL .ttl{
	float:left;
	width:50px;
	display:block;
}
#usrDesc .fltL .vl{
	float:left;
	width:120px;
	display:block;
}
#carDescGal{
	display:none;
}
#swipeBox{
	overflow:hidden;
	white-space: nowrap;
	display:block;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	position:relative;
	/*border:1px solid #696969;*/
	line-height:10px;
}
#swipeBox img{
	display: inline-block;
	position:relative;
	pointer-events: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border:1px solid #696969;
}

#bImg{
	margin:0;
	border:1px solid #696969;
	float:left;


}
#phCnt{
	float:none;
	clear:both;
	color:#696969;
	text-align:center;
	width:100px;
	display:block;
	height:26px;
	line-height:26px;
	font-size:10pt;
	font-weight:bold;
	margin:0 auto;
}
#prevPh, #nextPh{
	background:none #f58001 center center no-repeat;
	height:32px;
	line-height:32px;
	width:40px;
	margin:-38px 5px 0 5px;
	z-index:500;
	position:relative;
	color:#fff;
	text-indent:35px;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	float:left;
	cursor:pointer;
	display:block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#prevPh{
	background-image:url('/xchanger/m_cars/img/prevphoto.gif');
	clear:left;
}
#nextPh{
	background-image:url('/xchanger/m_cars/img/nextphoto.gif');
	float: right;
}
#backPh{
	/*border-top:1px solid #696969;*/
	border-bottom:none;
	text-align:center;
	line-height:40px;
	height:40px;
	width:98%;
	margin:5px 1%;
}
#backPh a{
	color:#f58001;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
}

#cdet{
	background:none #fff ;
}
#cardet a.logo{

}


#thWr{
	/*width:282px;
	overflow:scroll;
	overflow-y:hidden;*/
	width:512px;
	height:75px;
	white-space: nowrap;
	clear:both;
}
#thLst{
	/*width:512px;
	height:47px;
	display:block;
	white-space: nowrap;*/
	/*	z-index:1;
	position: absolute;*/
}
#thLst img{
	width:60px;
	height:45px;
	display:block;
	float:left;
	margin:0px 2px 0px 0px;
	border:1px solid #696969;
}
#cdet .fDetLnk{
	height:36px;
	line-height:36px;
	width:90%;
	margin:10px 5% 5px 5%;
	padding:0px;
	text-decoration:none;
	float:left;
	clear:both;
	display:block;

	background-color: transparent;
  background-image: url("/xchanger/cars_v2/img/bgsheet.png");
  background-position: 0 -80px;
  background-repeat: repeat-x;
  border: 0 none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:13pt;
  border:none;
  cursor:pointer;
}
#usrDesc .firmOfferLnk{
	color:#f58001;
	clear:both;
	float:left;
	margin:10px auto 5px auto;
	width:100%;
	display:block;

}

.crsLnk{
	display:block;
	width:96%;
	margin:5px 2%;
	color: #F58001;
  font-size: 10pt;
  font-weight: bold;
  line-height:18px;
  text-align:right;
}

#cflist .cap{
	/*font-weight:bold;*/
	width:100%;
}

#cflist h1{
	color: #F58001;
  font-size: 11pt;
  font-weight: bold;
  line-height: 16px;
  margin: 2px 0 0px 0px;
}
#cflist #hdr p{
	margin-bottom:5px;
}

#clos{
	width:80px;
	height:24px;
	line-height:24px;
	margin:8px 0px 0px 65px;
	display:block;
	float:left;
	background:none #F58001 top left repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
	border:none;
	cursor:pointer;
}
.firmLogo{
	margin:0px 0px 0px 8px;
}





.rec_news{
/*  border:none;
  margin:5px 1% 5px 1%;
  width:98%*/

  float:left;
  display:block;
  clear:both;
  background:none #fff;
  width:96%;
  border:1px solid #bcbcbc;
  margin:5px 2%;
  padding:0 0 5px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
   border-radius: 8px;
  box-sizing:border-box;

}
.rec_news h2{
  margin:5px 0 0 1%;
  width:49%;
  float:left;
  font-weight:bold;
  font-size:10pt;
  padding:0px 0px 0px 0px;

}
.rec_news h2.top18{
	width:98%;
	border-bottom:1px solid #bcbcbc;
	padding-bottom:3px;
	margin-bottom:5px;
}
.rec_news .allrev{
  margin:5px 1% 0 0;
  width:49%;
  float:right;
  text-align:right;
  color:#f58001;
  font-size:10pt;
}


.rec_news .listitem{
  float:left;
  display:block;
  clear:both;
  width:98%;
  margin:5px 1% 0px 1%;
  padding:5px 0px 0px 0px;
  border-top:1px solid #696969;
  color:#000;
  font-size:10pt;
  line-height:19px;
  text-decoration:none;
}
.rec_news .listitem img{
  border:1px solid #696969;
  display:block;
  width:100px;
  height:75px;
  float:left;
  margin:0px 5px 0px 0px;
}
.rec_news .listitem strong{
  height:36px;
  display:block;
  line-height:18px;
  overflow:hidden;
  font-weight:bold;
  color:#ff6600;
  margin:2px 0px 0px 0px;
}
.rec_news .listitem .secrow{
  font-size:10px;
}
.rec_news .listitem .carclass{
  font-size:10px;
}

#owncardet{
  height:100%;
  position:fixed;
  overflow:hidden;
  overflow-x:hidden;
}
#owncardet #cdet{
  position:absolute;
  top:40px;
  bottom:15px;
  border-top:0px;
  padding:0 0 5px 0;
}
#ownframe{
  height: 100%;
}
#sendToPropriator {
	display:block;
	width:100%;
}
#cdet{
	padding-bottom:0;
}
#cdet.splus{
	height:100%;
	float:left;
}
#cdWrap.splus{
	height:100%;
	float:left;
	width:100%;
}
#contForm{
	background:none #ddd;
	border-top:1px solid #000;
	border-bottom:none;
	margin:0;
	width:100%;
	-moz-border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  -ms-border-radius: 0px 0px 7px 7px;
  -o-border-radius: 0px 0px 7px 7px;
   border-radius: 0px 0px 7px 7px;
}
#contForm input[type=text]{
	height:30px;
}
#contForm h2,#contForm input[type=text],#contForm textarea,#contForm label{
	width:96%;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
	font-size:12pt;
}
#contForm textarea{
	font-size:11pt;
}
#contForm h2{
	font-weight:bold;
	font-size:9pt;
	margin:5px auto;
}
#contForm label{
	font-size:9pt;
}
#contForm .sentMsg{
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	display:block;
}
#captchaAnswerWrap{
	width:96%;
	clear:both;
	display:block;
	margin:5px auto;
}
#captchaAnswerWrap label{
	width:85px;
	line-height:20px;
}
#captchaAnswerWrap input#captchaAnswer{
	width:70px;
	height:40px;
	margin:0 5px 0 0;
}
#captchaAnswerWrap *{
	float:left;
}
#cdet #sendToPropriatorBtn{
	font-size:12pt;
}



@media screen and (min-width:688px){
	#carDesc{
		display:table;
	}
	#imgWr{
		width:auto;
		display:block;
		float:left;
	}

}
@media screen and (min-width:895px){
	#imgWr{
		width:640px;
		display:table-cell;
		float:none;
	}
	#priceDesc{
		border-top: 0px none;
		padding:0;
	}
	#cd{
		display:table-cell;
		float:none;
		vertical-align:top;
		padding-left:5px;
		width:auto;
	}
}

.cdBan{
	clear:both;
	float:left;
	margin: 5px 1% 0;
  width: 98%;
	text-align:center;
	padding:5px 0;
	border-bottom:1px solid #000;

}
.ban_cntr{
	text-align:center;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	clear:both;
}
.ban_cntr.sasAdF{
	border-bottom: 1px solid #696969;
}
.ban_cntr div{
	display:inline-block;
}


.banLabel {
    display: block;
    font-family: arial,sans-serif;
    font-size: 7pt;
    height: 10px;
    line-height: 10px;
    right: 0;
    text-align: right;
    width: 300px;
	margin:0px auto;
	padding:0px;
}

.hdrMessage{
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	background: #fff none repeat scroll 0 0;
  border-color: #dfdfdf #dfdfdf #cbcbcb;
  border-style: solid;
  border-width: 1px 1px 2px;
  margin: 0 2% 10px 2%;
  width: 96%;
}
.hdrMessage	p{
	text-align:center;
	font-size:11pt;
	padding:5px;
	font-weight:bold;
}

.showReklama{
	position:relative;
	text-align:center;
	margin:13px 0 3px 0;
	display:block;
	width:100%;
}
.showReklama::before{
		content:'reklama';
		position:absolute;
		top:-10px;
		right:0;
		height:10px;
		line-height:10px;
		width:auto;
		display:block;
		font-family:arial,sans-serif;
		font-size:7pt;
		text-align:right;
}

#sumHdr{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	z-index:1000;
  	transition: all 0.5s;
  	overflow:hidden;
  	padding:0 2%;
  	background:#fff;
  	text-align:center;
}

#sumHdr.sumHdrAct{
	height:55px;
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.4);
}

#sumHdr strong{
	font-weight:bold;
	line-height:25px;
}
#sumHdr .sumHdrBtnWrap{
	width:200px;
	padding:0 10px;
	margin:0 auto;
}
#sumHdr #sumHdrBtn{
	display:block;
	height:25px;
	width:100%;
	text-align:center;
	padding-top:4px;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	line-height:15px;
	background: #F58001;
	border: none;
  	color: #fff;
	border-radius: 5px;
	cursor:pointer;
	box-shadow:0 0 2px #666;
}
#sumHdr #sumHdrBtn:hover{
	background:#FEA43F;
}
@media (max-width:493px) {
 #hpcarsPane {
 	margin-top:5px;
 }

 #hpcarsPane .carRow{
	 width:30%;
	 height:auto;
}
#hpcarsPane .carRow .carOverlay{
	 width:100%;
	 margin-left:0;
	 margin-top:-14px;
	 height:13px;
	 line-height:13px;
	 border-radius: 0 0 5px 5px;

}
#hpcarsPane .carRow .carOverlay strong{
	font-size:9px;
	height:100%;
	line-height:100%;
}


}
@media (max-width:387px) {
#topauta a{
	width:45%;
}
#topauta a img.carThumb{
	width:100%;
	height:auto;
}

}
@media (max-width:300px) {
	#topauta a{
		width:184px;
	}
	 #hpcarsPane .carRow{
	 width:48%;

}
}
