* { margin:0; padding: 0; }
option { padding-left: 0.4em; } /* LTR */

input.submit { border: 1px solid #545454; background: #797979; color: #ffb376; line-height: 120%; }
input.input_img { border: 0 !important; vertical-align: middle; height: 24px; }
input[type=text], input[type=password] { vertical-align: middle; border: 1px solid #c4ced9; height: 24px; color: #636567; line-height: 24px; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif; font-size: 1em;}
textarea { border: 1px solid #c4ced9; color: #636567; line-height: 24px; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif; font-size: 1em;}
select.mselect { height: auto !important; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif; font-size: 1em;}
select.mselect:hover { height: auto !important; }
select { vertical-align: middle; border: 1px solid #c4ced9; color: #636567; height: 24px; line-height: 24px; padding-top: 2px; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif; font-size: 1em;}

input[type=text]:hover, input[type=password]:hover { border: 1px solid #b4bec9; height: 24px; color: #535557; background: #fafafa; }
textarea:hover { border: 1px solid #b4bec9; color: #535557; background: #fafafa; }
select:hover { border: 1px solid #b4bec9; color: #535557; background: #fafafa; height: 24px; }

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 select.mselect, select.mselect:hover  { height: auto !important; }
 select, select:hover  { height: 24px; line-height: 18px; padding-bottom: 0 !important;  }
}

.noborder{ border: 0px; }
label { padding-top: 5px; }

* html body * { overflow:visible;  z-index: 1; }
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }
html { height: 100%; margin-bottom: 1px; font-size: 100.01%; }
body {
    font-size: 100.01%;
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
    font-size: 13px;
    background: #dee0e2 url(../images/top-bg.jpg) 0 0 repeat-x;
}
fieldset, img { border: 0 solid;}
h1{
  margin-top: 10px;
  font-size: 1.2em; letter-spacing: 0.2; font-weight: bold; text-transform: uppercase;
  font: 0.625em "Trebuchet MS", verdana, arial, sans-serif;
  font-size: 140%;
  color: #8c0029;
}
h2{ 
  font-size: 1.2em; letter-spacing: 0.2; font-weight: bold; text-transform: uppercase;
  font: 0.625em "Trebuchet MS", verdana, arial, sans-serif;
  font-size: 120%; 
  margin-bottom: 5px; text-align: left;
  color: #8c0029;
}
h3{ 
  font-size: 1.2em; letter-spacing: 0.2; font-weight: bold;
  font: 0.625em "Trebuchet MS", verdana, arial, sans-serif;
  font-size: 120%; 
  margin-bottom: 5px; 
  text-align: left;
  color: #8c0029;
}
h3 a { color: #8c0029; font-weight: bold; }
h4{ font-size: 100%; color: #686a6c; padding-bottom: 7px;}
h4 a { color: #4c4c4c; }
p { line-height: 170%; text-align: justify; }

a { color: #297194; text-decoration: none; }

/* page borders */
.t { background: url(../images/page-top.png) 0 0 repeat-x; background-color:#ffffff; text-align:left; margin: 0 auto;  position: relative; z-index: 2; }
.b { background: url(../images/page-bottom.png) 0 100% repeat-x; }
.l { background: url(../images/page-left.png) -4px 0 repeat-y; }
/* .r { background: url(../images/page-right.png) 100% 0 repeat-y; } */
.bl { background: url(../images/page-corner-bottom-left.png) 0 100% no-repeat; }
.br { background: url(../images/page-corner-bottom-right.png) 100% 100% no-repeat }
.tl { background: url(../images/page-corner-top-left.png) -9px 0 no-repeat; }
/* .tr { background: url(../images/page-corner-top-right.png) 100% 0 no-repeat;  padding:10px;  } */

/* boxes */
.box-top-white { background: url(../images/box-top.png) 0 0 repeat-x; background-color:#ffffff; text-align:left;  margin: 0 auto; margin-left: -4px;
	margin-top: -4px; }
.box-top-gray { background: url(../images/box-top.png) 0 0 repeat-x; background-color:#fafbfc; text-align:left; margin: 0 auto; margin-left: -4px;
	margin-top: -4px; }
.box-top-dark-gray { background: url(../images/box-top.png) 0 0 repeat-x; background-color:#eaebec; text-align:left; margin: 0 auto; margin-left: -4px; margin-top: -4px; }
.box-bottom { background: url(../images/box-bottom.png) 0 100% repeat-x; }
.box-left { background: url(../images/box-left.png) 0 0 repeat-y; }
.box-right { background: url(../images/box-right.png) 100% 0 repeat-y; }
.box-bottom-left { background: url(../images/box-corner-bottom-left.png) 0 100% no-repeat; }
.box-bottom-right { background: url(../images/box-corner-bottom-right.png) 100% 100% no-repeat }
.box-top-left { background: url(../images/box-corner-top-left.png) 0 0 no-repeat; }
.box-top-right { background: url(../images/box-corner-top-right.png) 100% 0 no-repeat; padding:10px; }
.box2-bottom-white { background: url(../images/box-bottom.png) 0 100% repeat-x; background-color:#ffffff; }
.box2-bottom-gray { background: url(../images/box-bottom.png) 0 100% repeat-x; background-color:#fafbfc; }
.box2-bottom-right { background: url(../images/box-corner-bottom-right.png) 100% 100% no-repeat; padding:10px; }

.top-box-text {   font-size: 1.2em; letter-spacing: 0.2; font-weight: bold; text-transform: uppercase;
  font: 0.625em "Trebuchet MS", verdana, arial, sans-serif;  font-size: 140%;  color: #595b5d;  }
.box-heading-left {background: url(../images/box-heading-left.jpg) 0 0 no-repeat; padding-left: 20px; margin-left: -1px;}
.box-heading-right {background: url(../images/box-heading-right.jpg) 100% 0 no-repeat; margin-right: -2px;}
.box-heading { background: url(../images/box-heading-bg.jpg) 0 0 repeat-x; text-align:left; height: 41px; line-height: 41px; }

.box3-top { background: url(../images/box3-top.png) 0 0 repeat-x; background-color:#fcfdfe; }
.box3-bottom { background: url(../images/box3-bottom.png) 0 100% repeat-x; }
.box3-left { background: url(../images/box3-left.png) 0 0 repeat-y; }
.box3-right { background: url(../images/box3-right.png) 100% 0 repeat-y; }
.box3-bottom-left { background: url(../images/box3-corner-bottom-left.png) 0 100% no-repeat; }
.box3-bottom-right { background: url(../images/box3-corner-bottom-right.png) 100% 100% no-repeat; }
.box3-top-left { background: url(../images/box3-corner-top-left.png) 0 0 no-repeat; }
.box3-top-right { background: url(../images/box3-corner-top-right.png) 100% 0 no-repeat; }
.box3-head { background: url(../images/box3-head.png) 0 0 repeat-x; }
.box3-head-left { background: url(../images/box3-head-left.png) 0 0 no-repeat; }
.box3-head-right { background: url(../images/box3-head-right.png) 100% 0 no-repeat; height: 46px; line-height: 46px; padding-left: 20px;
	color: #595b5d;	font-size: 140%; text-transform: uppercase; }
.box3-footer { background: url(../images/box3-footer.png) 0 0 repeat-x; }
.box3-footer-left { background: url(../images/box3-footer-left.png) 0 0 no-repeat; }
.box3-footer-right { background: url(../images/box3-footer-right.png) 100% 0 no-repeat; height: 78px; line-height: 78px; text-align: right;
	padding-right: 20px; }
.box3-footer-right .buttons { padding-top: 18px; }

#header { position:relative; background: #f7f7f7;}
#header .top-logo { font-weight:bold; font-size:2.5em; letter-spacing:-2px; line-height:65px; color:#000; margin: 0; min-height: 50px; height:auto !important; height:50px;     
max-width: 500px;
    float: right;
	width: 45.45%;
	}
#header span { color:#999; }
#topnav { float: right; text-align: right; }
#header #topnav { display: block; position: absolute; top: 10px; right: 10px; /* LTR */ }
#header, #nav, #dmain, #footer { clear:both; }

#left_col { float: left; width: 60%; }
#right_col { float:right; width: 40%; }
#refine_col { float: left; width: 25%; }
#ads_col { float:right; width: 75%; }

#details_left { float: left; width: 70%; overflow: hidden; }
#details_right { float: right; width: 30%; }

#dp_left { float: left; width: 45%; }
#dp_right { float:right; width: 55%; }

#auth_left { float: left; width: 50%; }
#auth_right { float:right; width: 50%; }

#left_content, #right_content { /* position:relative; */ }

#first_left_content { padding: 10px 5px 10px 8px;}
#first_right_content { padding: 10px 0 10px 5px; margin-right: 10px; overflow: hidden; }

#left_content { padding: 10px 10px 10px 20px; }
#right_content { padding: 10px 5px 10px 0; margin-right: 10px; }

#page_content { padding: 10px;display: block; clear: both; }
#page {  }
#page_content h1 {text-align: center;}
#custom_content { padding: 10px;}

#dmain { /*background: #fff;*/ z-index: 1;background: transparent !important;}
div#dmain {
    display: block;
    overflow: hidden;
}

div#dmain>div {
    overflow: hidden;
}
.main_content { width: 100%;}

.clearfix { display: block; }
.clearfix:after { content: "."; display: block; font-size:0; height: 0; clear: both; visibility: hidden; }
.floatbox { overflow:hidden; }
.ie_clearing { display: none; }
.page { padding: 0px;}
.dcenter { display: table; margin: auto; text-align: center;}
#db_error { border: 1px solid #cd0a0a; background: #b81900 url(../images/diagonals-error.png) 50% 50% repeat; color: #ffffff; padding: 10px; margin: 5px 0 5px 0; }

/* navigation */
#nav { background: url("../images/navbar-bg.jpg") 0 0 repeat-x #737d87; height: 41px;  padding: 0 20px 0 20px; /* margin: 0 -5px 0 -5px; */ font-size: 120%;}
#navlinks ul { list-style: none; list-style-type: none; position: absolute; }
* html #navlinks { bottom: -0.3em; bo\ttom: -0.2em; z-index: 1000;}
#navlinks li { list-style-type: none; display: inline; line-height: 41px; float: left; position: relative; /* font-family: sans-serif, "Lucida Grande", Helvetica, Verdana, Geneva, Arial;*/ 
}
#navlinks li a { padding: 3px 10px 3px 10px; margin-right: 5px; color: #fff; text-decoration: none; font-size: 1em;}
#navlinks li a:focus,
#navlinks li a:hover,
#navlinks li a:active { color: #b5c5cd;}
#navlinks a.nav-parent { background: url("../images/navbar-arrow.png") 100% 50% no-repeat; }

/* -------- submenu -------- */
ul.submenu { width: 240px; display: none;  position: absolute; top: 26px; left: 0; margin: 0; padding: 0; float: left; 
background: #fff !important;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border: 1px solid #656565;
z-index: 2000;
}

ul.submenu li { width: 240px; font-weight: normal; margin: 0; padding: 0;  clear: both; 
border-bottom: 1px dotted #d9d9d9;
position:relative;
z-index:1000 /*IE6*/;
}
ul.submenu ul { top: 0 !important; left: 100%;}
ul.submenu li a:hover { background: #96b6cc !important; width: 225px; padding: 0 10px 0 5px !important; display: inline-block;margin: 0 !important; color: #fff !important;}

ul.submenu li a { display: block; float: left; color: #606060 !important; border: 0 !important;/* background: none !important;*/ 
padding: 0 10px 0 5px !important; margin: 0 !important; 
background: #fff !important;
width: 225px;
text-transform: none !important; 
letter-spacing: 0 !important;
font-size: 1em !important;
font-weight: normal !important;
}

ul.submenu li a.nav-parent { background: url("../images/navbar-arrow-gray.png") 92% 50% no-repeat !important;}
ul.submenu li a.nav-parent:hover { background: url("../images/navbar-arrow-gray-on.png") 92% 50% no-repeat #96b6cc !important;}

/* -------- end submenu -------- */

/* footer */
#footer { font-weight: bold; color:#555555; background: #fff; height: 70px; padding: 0 20px 0 20px; border-top: 1px solid #c0c7cb; }
#footer_categories { color: #4d5059; margin-top: 10px; line-height: 17px; }
#footer_categories a { color: #4d5059; }

#footer-share { height: 36px; display: block; width: 150px; float: left; margin-top: 6px; padding-top: 20px;}
#footer-nav { display: block; float: right; margin-top: 16px; line-height: 23px; padding-right: 10px; text-align: right; }
#footer-nav a { color: #555 !important; }
#footer-nav span { color: #777 !important; font-weight: normal; letter-spacing: 0.5px; }

/* top navigation */
#topnav-left { height: 24px; }
#topnav-right { height:24px;}
#topnav { height:24px; line-height: 24px; display:table;  margin: auto;}
#topnav .top-holder { margin: 0 10px 0 10px; color: #aab2bf; white-space:nowrap; width: auto;}
#topnav a { color: #aab2bf; background:transparent; text-decoration:none; }
#topnav a:focus,
#topnav a:hover,
#topnav a:active { text-decoration:underline; background-color: transparent;}
a.em1 { color: #297194 !important; }
#up_arrow { margin: 0 !important; padding: 0; width: 15px; }
#down_arrow { margin: 0 !important; padding: 0; width: 15px; }

#languages-menu { margin: 0px; list-style: none; border: 1px solid #606060; background: white; position: absolute; z-index:10001;
	right: 0; display: inline; padding: 5px; text-align: left; } 
* html #languages-menu li { height: 1%; }
#languages-menu li a { display: block; zoom: 1; padding: 0; line-height: 20px;	text-align: left; color: #444; font-weight: normal;} 
#languages-menu li a:hover { background: white; text-decoration: none; color: #8c0029; } 

/* rss */ 
#rss {float: right;}
#rss a {color: #fff; font-size: 80%; font-weight: bold;}
#rss img { margin-top: 7px !important; }

/* quick search */
#quick_search { /* margin: 0 -5px 0 -5px; */ padding: 10px 80px 10px 80px; background: #f4f3f3 url(../images/quick-search-bg.jpg); background-position: bottom; /*border-bottom: 1px solid #f0efef;*/ color: #7d7d7d; text-align: center; }
#quick_search a { color: #8c0029; font-weight: bold; }
#quick_search hr { border: 0; color: #d4dee9; background-color: #d4dee9; height: 1px; margin: 5px 0 5px 0;}
#quick_search label { font-size: 0.9em; }
#quick_search ul { }
#quick_search li { display: -moz-groupbox; /* FF2 hack */ display: inline-block;  list-style-type: none;  text-align: left;  margin-right: 10px;}


#latest table { text-align: left; line-height: 18px; }
.box { border: 1px solid #e5e5e5; padding: 10px; background: #eff2f5; clear: both; }
.box-image {  }
.left { float: left; margin-right: 10px; }

.hor-box {  }
.hor-box td { padding: 10px; line-height: 15px; text-align: center; color: #444444;}
.vert-box { line-height: 20px; text-align: left; color: #444444; padding: 4px 4px 20px 4px;}
.pic { padding: 2px; border: 1px solid #e0dad7; z-index: 1; }
.pic_over { padding: 2px; border: 1px solid #96b6cc; z-index: 1; }
.location { color: #8f9295;}
.price { color: #76a03a !important;}
.title { color: #8c0029; font-weight: bold; }
.date { color: #898c8f; font-size: 0.8em;}
.heading { text-align: center; }

.hor-separator { border-right: 1px solid #d0d0d0; }
.vert-separator { border-bottom: 1px solid #baccd9;}
.last-image { padding: 15px 15px 15px 5px; width: 30%; }


/* image categories */
#categories { background: #eff5e4; border: 1px solid #cec7b5; }
#categories td { background: #e7e5de; border: 1px solid #cecbce; padding: 10px; }
#categories h2 { text-align: center; font-weight: bold; text-transform: uppercase; font-size: 1em; border-bottom: 1px dotted #597fc9; padding-bottom: 7px; padding-top: 5px; margin-bottom: 5px;}
#categories h2 a {color: #4d5059;}
#categories p { clear: both; padding: 5px 0 5px 0; color: #444; line-height: 18px;}
.categ { text-align: center; }
span.categ_button { margin: 2px; border: 1px solid #222; height: 14px; background: #333; padding: 1px 5px 1px 5px; }
div.categ_button { text-align: right; }
a.view_button:active, a.view_button:link, a.view_button:visited { color: #ffffff; font-weight: bold; font-size: 0.8em; }
.count { color: #36749f !important; } 
a.view_button:hover { color: #ffffff; font-weight: bold; font-size: 0.8em; }

/* tag cloud */
#tagcloud { text-align:justify; text-justify: newspaper; }
#tagcloud a:link, #tagcloud a:visited { color:#777777; text-decoration:none; padding: 3px; }
#tagcloud a:hover, #tagcloud a:active { background: #8c0029; padding: 3px; color: #fff; }
#tagcloud span { padding: 4px; }

.tc_smallest { font-size: 90%; }
.tc_small { font-size: 130%; }
.tc_medium { font-size:150%; }
.tc_large { font-size:180%; }
.tc_largest { font-size:200%; }
.tc_largest a { color: #297194 !important; }
.tc_large a { color: #297194 !important; }
.tc_largest a:hover, .tc_largest a:active, .tc_large a:hover, .tc_large a:active  { background: #8c0029; color: #fff !important; }


/* location box */
#location-box { clear: both; }
#location-box li { line-height: 18px; list-style: none; } 
#location-box a { text-decoration: underline; color: #716f8c; font-size: 0.9em; font-weight: bold; }
#location-box table { text-align: center; }
#location-box h2 { font-size: 140%; margin-bottom: 8px; }

/* browse location */
#location_tabnav { margin: 0; text-align: left; }
#location_tabnav li { height: 25px; margin: 0; padding: 0; display: inline; list-style-type: none;}
#location_tabnav a:link, #location_tabnav a:visited { background: #b9b9b9; line-height: 26px; font-weight: bold; padding: 4px 20px 4px 20px; border: 1px solid #b2b2b2; color: #fff; }
#location_tabnav a:link.active, #location_tabnav a:visited.active {  background: #8c0029; color: #ffffff; border: 1px solid #7c1039; }
#location_tabnav a:hover { background: #c0c0c0; }

/* browse make */
#make_tabnav { margin: 0; text-align: left;}
#make_tabnav li { height: 25px; margin: 0; padding: 0; display: inline; list-style-type: none;}
#make_tabnav a:link, #make_tabnav a:visited { background: #b9b9b9; line-height: 26px; font-weight: bold; padding: 4px 20px 4px 20px; border: 1px solid #b2b2b2; color: #fff; }
#make_tabnav a:link.active, #make_tabnav a:visited.active {  background: #444444; color: #ffffff; border: 1px solid #333333; }
#make_tabnav a:hover { background: #c0c0c0; }

/* makes box */
#makes-box { clear: both; }
#makes-box li { line-height: 18px; list-style: none; } 
#makes-box a { text-decoration: underline; color: #716f8c; font-size: 0.9em; font-weight: bold; }
#makes-box table { text-align: center; }
#makes-box h2 { font-size: 140%; margin-bottom: 8px; }

/* refine */
#refine .vert-separator { margin: 10px 0 10px 0; }
/* .property{ padding-left: 0 15px;} */
.current { color: #8c0029; font-weight: bold; }
.more { color: #888; font-weight: bold; padding-left: 10px; cursor: pointer; }
#more_options { color: #297194 !important; }
#less_options { color: #297194 !important; }
#refine hr { border: 0; color: #dfdfdf; background-color: #dfdfdf; height: 1px; margin: 10px 0 10px 0;}

/* pages */
.paginator { color: #716f8c; }
.paginator a { color: #297194; }
.paginator{ padding: 2px; margin: 10px 0 10px 0; clear: both; z-index: -1;}
.paginator ul{ margin: 0; padding: 0; text-align: right; }
.paginator li{ list-style-type: none; display: inline; padding-bottom: 1px;}
.paginator a.currentpage{ border: 0 !important; color: #4e4e4d !important; font-weight: bold; cursor: default; background: transparent !important; }
.paginator a, .paginator a:visited{ padding: 2px 6px; border: 1px solid #196184; text-decoration: none;  color: #ffffff; background-color: #297194; }
.paginator a:hover, .paginator a:active{ border: 1px solid #767676; color: #8c0029; background-color: #ffffff; }
.paginator a.disablelink, .paginator a.disablelink:hover{ background-color: #ededed; cursor: default; color: #929292; border-color: #929292; 
font-weight: normal !important; }
.paginator a.prevnext{ background-color: white !important; color: #297194 !important; }
/* end pages */

.order { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin: 10px 0 10px 0; padding: 5px 0 5px 0; }

/* email alert */
#email-alert .box-top-right { padding: 20px; }
#email-alert h4 { color: #8c0029; }
#email-alert .info { font-weight: bold; }
#alert_error { border: 1px solid #cd0a0a; background: #b81900 url(../images/diagonals-error.png) 50% 50% repeat; color: #ffffff; padding: 10px; margin: 5px 0 5px 0;}
#alert_error a { color: #333; font-weight: bold; }
#alert_info { border: 1px solid #555; background: #777 url(../images/diagonals-info.png) 50% 50% repeat; color: #ffffff; padding: 10px; margin: 5px 0 5px 0;}
#mailto_error { border: 1px solid #cd0a0a; background: #b81900 url(../images/diagonals-error.png) 50% 50% repeat; color: #ffffff; padding: 10px; margin: 5px 0 5px 0;}
#mailto_info { border: 1px solid #555; background: #777 url(../images/diagonals-info.png) 50% 50% repeat; color: #ffffff; padding: 10px; margin: 5px 0 5px 0;}
.info1 { border: 1px solid #555; background: #777 url(../images/diagonals-info.png) 50% 50% repeat; color: #ffffff; padding: 10px; margin: 5px 0 5px 0;}
.info1 a { color: #77cbe0; }

/* saved searches */
#search_saved { border: 1px solid #555; background: #777 url(../images/diagonals-info.png) 50% 50% repeat; color: #ffffff; padding-left: 10px; margin: 5px 0 5px 0; font-weight: bold; }

/* dealer page */
.dealer { padding: 10px 0 10px 0; line-height: 18px; float: left; width: 100%;}
.dealer_photo { float: left; padding-right: 10px; }
.dealer_details { float: left; }
.dealer_details span { color: #888; display: block; float: left; width: 150px; }
.dealer_more { float: right; }

/* short ad */
.classified { padding: 10px 5px 10px 0; line-height: 18px; float: left; width: 99%;}
#ads_col hr { border: 0; color: #d0d0d0; background-color: #e9e9e9; height: 1px; margin: 5px 0 5px 0; clear: both;}
#page_content hr {border: 0; color: #d0d0d0; background-color: #e9e9e9; height: 1px; margin: 5px 0 5px 0; clear: both;}
.classified_photo {  float: left; display: inline; position: relative; zoom: 1; margin-right: 10px;}
.classified_content { overflow: hidden; }
.classified p { overflow: hidden; text-indent: 0; }
.classified .price { color: #71a714;}
.classified .listing_make { color: #555; font-weight: bold; }
.small { color: #929292; font-size: 0.9em; letter-spacing: 0.2px; text-align: left; }
.classified_links { float: right; }
.classified_links a { font-size: 0.9em; text-decoration: underline; letter-spacing: 0.2px; color: #929292;}
.classified_links img { margin: 1px; }
.classified_links .minus { background: transparent url('../images/minus.gif') no-repeat 0 0; padding-left: 20px; }
.classified_links .plus { background: transparent url('../images/plus.gif') no-repeat 0 0; padding-left: 20px; }


.highlited { border: 1px solid #efefef; margin-top: 5px; }
.featured { border: 3px solid #dfdfdf !important; margin-top: 5px; background: #f2f2f2; }
.featured-icon {background: url("../images/featured-bg.png") no-repeat top right; float: right; margin-top: -23px; margin-right: -18px; padding: 0; height: 98px; width: 98px; position: absolute;z-index: 99;left: -5px}
.classified.featured {
    position: relative;
}
.featured-icon-gallery {background: url("../images/featured-bg.png") no-repeat top right; float: right; margin-top: -18px; margin-right: -18px; padding: 0; height: 98px; width: 98px; position: relative; }

.ad h3 a { color: #333 !important; }


.extra { clear: both; display: block; float: left; line-height: 21px;  }
.extra td { border: 0 !important; }
.details-buttons { line-height: 21px; }
.buttonwrapper{ width: 100%; overflow: hidden; cursor: pointer;}

.priority-left{ background: transparent url('../images/priority-left.gif') no-repeat top left; display: block; float: left; height: 21px; padding-left: 21px; text-decoration: none; color: #333333; font-weight: bold; font-size: 80%;  font-family: sans-serif, Helvetica, Verdana, Geneva, Arial;}
.priority-right{ background: transparent url('../images/priority-right.gif') no-repeat top right; display: block; height: 21px; padding: 1px 10px 0 0px; }

.video-left{ background: transparent url('../images/video-left.gif') no-repeat top left; display: block; float: left; height: 21px; padding-left: 21px; text-decoration: none; color: #333333; font-weight: bold; font-size: 80%;  font-family: sans-serif, Helvetica, Verdana, Geneva, Arial;}
.video-right{ background: transparent url('../images/video-right.gif') no-repeat top right; display: block; height: 21px; padding: 1px 10px 0 0px}

.sold-left{ background: transparent url('../images/sold-left.gif') no-repeat top left; display: block; float: left; height: 21px; padding-left: 21px; text-decoration: none; color: #bb0000; font-weight: bold; font-size: 80%;  font-family: sans-serif, Helvetica, Verdana, Geneva, Arial;}
.sold-right{ background: transparent url('../images/sold-right.gif') no-repeat top right; display: block; height: 21px; padding: 1px 10px 0 0px}

.rented-left{ background: transparent url('../images/rented-left.gif') no-repeat top left; display: block; float: left; height: 21px; padding-left: 21px; text-decoration: none; color: #ae00da; font-weight: bold; font-size: 80%;  font-family: sans-serif, Helvetica, Verdana, Geneva, Arial;}
.rented-right{ background: transparent url('../images/rented-right.gif') no-repeat top right; display: block; height: 21px; padding: 1px 10px 0 0px}

.featured-left{ background: transparent url('../images/featured-left.gif') no-repeat top left; display: block; float: left; height: 21px; padding-left: 21px; text-decoration: none; color: #1377b8; font-weight: bold; font-size: 80%; font-family: sans-serif, Helvetica, Verdana, Geneva, Arial;}
.featured-right{ background: transparent url('../images/featured-right.gif') no-repeat top right; display: block; height: 21px; padding: 1px 10px 0 0px}

/* details */
.category_path a { color: #6b6da0; text-decoration: underline; }
.details_icons { border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; padding: 8px 0 8px 0; width: 400px; max-width: 100%;}
.details_icons a { color: #6b6da0; text-decoration: underline;}
.details_icons .img_href { color: #6b6da0; text-decoration: none; }
.details_icons img { margin-bottom: -3px; }

#details { width: 400px; max-width: 100%;}
#details div { border-bottom: 1px dashed #e9eaeb; padding: 7px 0 7px 0; color: #444; display: table; width: 100%; } 
#details span { color: #297194; display: block; float: left; width: 150px; }
#description { line-height: 170%; text-align: justify; }


#owner_details { width: 400px; margin-bottom: 10px;}
#owner_details div { border-bottom: 1px dashed #e9eaeb; padding: 7px 0 7px 0; color: #444; display: table; width: 100%; } 
#owner_details span { color: #297194; display: block; float: left; width: 150px; font-weight: normal !important;}

#details_left p { line-height: 170%; margin-top: 10px;   text-align: left; }
#details_right p {   text-align: left; }
#details_left table { /*margin-left: 30px;*/ }
#details_left td { height: 30px; }
#details_left h2 { color: #76a03a; font-weight: bold; }

#user_details {  }
#user_details div { border-bottom: 1px dashed #e9eaeb; padding: 7px 0 7px 0; color: #444; display: table; width: 100%; }
#user_details span { color: #297194; display: block; float: left; width: 150px; }

/* .options { padding: 5px 10px 5px 20px;} */

.box_heading { background: #6e7578; border: 1px solid #5e6568; padding: 6px 0 6px 10px; color: #fff; font-weight: bold; margin: 10px 0 10px 0; }
.right_box_heading { background: #297194; border: 1px solid #196184; padding: 6px 0 6px 10px; color: #fff; font-weight: bold; margin: 10px 0 10px 0; }


#gallery { text-align: center; padding: 8px 2px 8px 2px;}
#gallery ul { list-style: none; list-style-type: none; margin-top: 4px;}
#gallery li { list-style: none; list-style-type: none; display: inline; margin: 0; padding: 0;}
#gallery .pic { padding: 1px; width: 100%;height: 80px;}
div#bigImg .pic, #gallery #bigImage.pic {
    width: 100%;
    height: 100%;
}
#gallery .pic_over { padding: 1px; }

div.user_listings { display: block; text-align: center; width: 345px; height: 43px; background: url('../images/user_listings.jpg') no-repeat 0 0; margin: auto; line-height: 43px; margin-top: 10px;}
a.user_listings { color: #fff; cursor: pointer; }
.logo { margin: 10px 0 10px 0; }

/* login */
#login { color: #686a6c; padding: 10px 20px 10px 30px; }
#login label { display: block; line-height: 18px; padding: 10px 0 10px; /*font-weight: bold;*/  }

/* register */
#register { padding: 30px 20px 0 30px; line-height: 30px; color: #686a6c; }

.prereg { padding: 20px; text-align: left; min-height: 60px;color: #686a6c;}
.prereg p {  line-height: 20px; text-indent: 0px; text-align: left; }


#equal td { border: 1px solid #ccc; }
#plans-equal td { border: 1px solid #ccc; background: #fff; }

/* contact */
#contact { padding: 10px; }
#contact label { display: block; line-height: 18px; padding-top: 5px; font-weight: bold; color: #444; }
#contact ul { list-style: none; list-style-type: none;}
#contact li { list-style: none; list-style-type: none; display: block; clear: both; width: auto;}

/* user account */
#welcome { padding: 10px 0 0 20px; font-weight: bold; color: #444; font-size: 1.10em; background: #e0e0e0; line-height: 12px; height: 20px; }
#welcome span { color: #8c0029; }

#useraccount  { border-top: 4px solid #eee; border-bottom: 4px solid #eee; background: #f9f9f9;margin: 10px 5px 20px 5px;}
#useraccount ul { list-style: none; list-style-type: none; display: table; padding-left: 10px; height: 30px;}
#useraccount li { list-style-type: none; display: inline; line-height: 31px; float: left; padding: 10px 0 10px 0; }
#useraccount a { color: #505050; font-weight: bold; }

#account { line-height: 25px; margin-right: 10px; }
#account h2{ background: #555; border: 1px solid #999; padding: 6px 0 6px 0; color: #fff; font-weight: bold; font-size: 1.2em; font-weight: bold; text-align: center;}

.stat { padding: 10px; background: #f4f4f4; }
.stat td { padding-left: 10px; padding-right: 10px; }
.tright { text-align: right; color: #8c0029; }

#browse { clear: both; position: relative; padding: 20px 15px 20px 15px; }
#nicetable { clear: both; border-collapse: collapse;  color: #646464;  text-align: left; margin: 10px 0 10px 0; }
#nicetable td { margin:5px;  padding: 10px 4px 10px 4px; height: 37px; border: 1px solid #e7e7e7; }
tr.nicetablerow_even { background: #FdFeFf; }
tr.nicetablerow_odd { background: #F7F9Fb; }
tr.nicetablerow_pending { background: #fff9ed; }
tr.nicetablerow_over { background: #F5F5F0; color: #e82c2c; }
#tab_header { color: #656565; background: url(../images/table-head.jpg) 0 0 repeat-x; border-left: 1px solid #d2d5d7; border-right: 1px solid #d2d5d7; font-weight: bold; text-align: center; height: 46px; 
}
#tab_header td { border: 0; margin: 0; padding: 0;}
.no_per_page { text-align: center; }
#nicetable h3 { font-weight: normal; }
#nicetable h4 { color: #555; /*font-weight: bold;*/ }

/* buttons */
.button{ background: transparent url('../images/button.gif') no-repeat top right; display: block; padding: 3px 10px 5px 4px; }

.activebutton{ background: transparent url('../images/active.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #2ba000;}
.inactivebutton{ background: transparent url('../images/inactive.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #777777;}
.expiredbutton{ background: transparent url('../images/expired.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #ff2810;}
.pendingbutton{ background: transparent url('../images/pending.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #f87704;}
.featuredbutton{ background: transparent url('../images/featured.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #268bc2;}
.soldbutton{ background: transparent url('../images/sold.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #ff2810;}
.rentedbutton{ background: transparent url('../images/rented.gif') no-repeat top left; display: block; float: left; line-height: 13px; height: 21px; padding-left: 20px; text-decoration: none; color: #ae00da;}

#tooltip { position: absolute; max-width: 150px; border: 1px solid #8eb9cf; z-index: 10000; color: #333333; padding:4px; background: #d9e0e4; margin: 5px; }

#help { background:url(../images/help.png) no-repeat 3px 3px #f0ffcf; min-height: 37px; border: 1px solid #fff5cf; padding: 10px;
	padding-left: 70px; text-align: left; }
#help a { font-weight: bold; font-size: 1.2em; }
.help { line-height: 36px; }

#crumbs { border:1px solid #dedede; height:2.3em; background: #fff; }
#crumbs li { float:left !important; line-height:2.3em; padding-left:.75em; color:#777; display: block !important; padding:0 20px 0 7px;
	background:url(../images/crumbs.gif) no-repeat right center; clear: none !important; }
#crumbs .current { color: #45a93a; }


/* forms */
#form_container { width: 80%; margin: auto; background: #f7f8f9; border: 1px solid #f2e8ef; margin-top: 10px; margin-bottom: 10px; text-align: left; clear: both; }
#form_container h1 { background: #797a7b; padding: 6px 0 6px 10px; color: #fff;  margin-bottom: 10px;}
#form_container h2 { font-size: 1.2em; font-weight: bold; margin-top: 20px; border-bottom: 1px dotted #ccc; color: #8c0029;padding-bottom: 5px; }
#form_container label { display: block; line-height: 18px; padding-top: 5px; font-weight: bold; color: #444; }
.mandatory { color: #ee0000; }
#form_container .title { border-bottom:1px dotted #ccc; clear:both; display:inline-block; margin: 0 0 1em; width: 100%; }
.form_content { padding: 10px 30px 20px 40px; color: #555; }
.newad-details { padding: 10px 20px 20px 20px }

#form_container ul { list-style: none; list-style-type: none;}
#form_container li { list-style: none; list-style-type: none; display: block; clear: both; width: auto;}
#form_container span { display: inline;}
#form_container select { float: left; display: inline;}
#form_container fieldset { border: 1px solid #ccc; padding: 10px 20px 10px 20px;}
#form_container legend { font-weight: bold; padding: 5px; color: #444;}
.info_message { color: #555; }

#status { background: #f4f4f4; border:5px solid #dddddf; margin: 10px; margin-left: auto; margin-right: auto; width: 60%; padding: 10px;
	font-size: 1.2em; line-height: 20px; color: #777f77; text-align: left; }

#table_options { border-collapse: collapse; color: #888888; margin: auto;}
#table_options td { border: 1px solid #8baac0; padding: 10px; line-height: 20px; }

td.left_form { width: 25%; height: 40px; padding-right: 10px; color: #495a63; padding-left: 10px; background: #dee6ea; border: 1px solid #d3dce1;
	border-bottom: 1px solid #d9e4e8; border-right: 0; text-align: left; }
td.right_form { height: 30px; background: #f5f6f7; color: #495a63 !important; padding-left: 10px; border: 1px solid #dee5e9; 
	border-bottom: 1px solid #eef5f9; text-align: left; }

.alert { background: #f0f0f0; border: 1px dotted #ccc; margin: 10px; padding: 10px; display: block; }
.alert p { font-weight: bold; color : #444; line-height: 22px; }
.alert .small { float: left;  }

.plan { padding: 10px; }
.plan h2 { color: #444 !important; }
.plan ul { margin-left: 10px; }
.plan li { background: url("../images/list.png") 0 6px no-repeat; line-height: 22px; padding-left: 15px; }
.plan span { color: #777; font-weight: bold; }
.plan p { margin-top: 10px; color: #555; line-height: 20px; text-indent: 10px; }
.plan .choose { text-align: center; height: 100%; bottom: 0; }
.plan li.feature { background: url("../images/star.png") 20px 3px no-repeat; line-height: 22px; padding-left: 40px; font-weight: bold; }
.plan .price { text-align: center !important; font-size: 1.2em; }


#nologin { }
#nologin h2 { background: #555; color: #fff; line-height: 30px; height: 30px; padding-left: 20px; font-size: 120%; }
#nologin p { margin: 60px 30px 50px 30px; }
#nologin a { background: #555; border: 1px solid #444; color: #fff; padding: 5px 10px 5px 10px; margin: 5px; }


.error { border: 1px solid #9e0505; background: url('../images/error.png') 3px 5px no-repeat #ff4848; color: #ffffff;}
.error p { line-height: 20px; margin: 7px 7px 7px 35px; }
.info { border: 1px solid #ffde2e; background: url('../images/warning.png') 3px 5px no-repeat #ffeb80; color: #363636; }
.info p { line-height: 20px; margin: 7px 7px 7px 35px; }

/* ---------- banners ------------- */
.vert_banners { margin: 5px 0 5px 0; padding: 0; }
.hor_banners { margin: 2px; padding: 0; float: left; display: inline;  position: relative;} 
.left_banners { padding-left: 5px; }
.right_banners { padding-right: 5px; }

/* ---------- comments ------------- */
#comments_list { padding: 10px; }
#comments_list label { display: block; line-height: 18px; padding-top: 5px; font-weight: bold; color: #444; }
#comments_list ul { list-style: none; list-style-type: none;}
#comments_list li { list-style: none; list-style-type: none; display: block; clear: both; width: auto;}
#comments_list p { text-indent: 0; }
.comments { width:100%; /*font-size:12px;*/ font-weight:normal; color:#272727; text-align: left;}
.comments .cname { font-family: "Trebuchet MS"; padding-bottom:5px; font-size:110%; font-weight:bold; }
.comments .cdate { padding-bottom:5px; font-size:80%; color: #28739D; }
.comments .clogo { float: left; text-align:center; padding: 5px;}
.comments .ccontent { padding-bottom:5px; line-height:18px; font-size:90%; text-indent: 0;}
.comment_odd { padding: 5px; border: 1px solid #dddddd; background: #f0f0f0; margin-bottom: 10px; }
.comment_even { padding: 5px; border: 1px solid #e4e4e4; background: #fdfdfd; margin-bottom: 10px; }

option.opt_parent { font-weight: bold !important; font-style: italic; }
select.levels { display: block !important; float: none !important; margin: 10px; }

iframe ul { list-style: disc outside none !important; list-style-type: circle !important; }

#search_box { background: #f5f6f7; border: 1px solid #dee5e9; padding: 10px 5px 10px 5px; margin-bottom: 10px; text-align: left; }
#search_box input, select { margin: 3px; }

.gray-button-left{ background: transparent url('../images/gray_button_left.png') no-repeat top left; display: block; float: left; height: 24px; padding-left: 10px; text-decoration: none; color: #e8500d; line-height: 24px;}
.gray-button-right{ background: transparent url('../images/gray_button_right.png') no-repeat top right; display: block; height: 24px; padding-right: 10px; }

.received { background-color: #e8ffb8 }

.msg_received { border: 1px solid #e0e0e0; padding: 10px 0 0 30px; margin: 10px 0 10px 0; line-height: 22px; background: #e8ffb8 url('../images/received.png') no-repeat center left; }
.msg_sent { border: 1px solid #e0e0e0; padding: 10px 0 0 30px; margin: 10px 0 10px 0; line-height: 22px; background: transparent url('../images/sent.png') no-repeat center left; }

#listings_gm p { background: #fff; display: block; border: 1px solid #777; font-weight: bold; padding: 0 10px 0 10px; }
#hideMap, #showMap { float: right; color: #777; line-height: 32px; cursor: pointer;}
#hideMap { background: transparent url('../images/minus.gif') no-repeat 0 6px; padding-left: 20px; }
#showMap { background: transparent url('../images/plus.gif') no-repeat 0 6px; padding-left: 20px; }
#show { float: right; color: #333; line-height: 32px; margin-right: 10px; font-weight: bold;}
.gmaps_title { background-color: #f0f0f0 !important; line-height: 40px; border-bottom: #c0c0c0 !important; text-align: left !important; padding-left: 10px; }

#table_gallery { border: 0; }
#table_gallery td { border: 1px solid #e0e0e0; padding: 5px; }
.gallery_classified { padding: 0; line-height: 18px; text-align: center;}
.gallery_div {  width:160px; overflow:hidden; margin: 0 auto;}
.gallery_classified h3 { text-align: center; }
.gallery_classified h3 a { color: #8c0029; }
.gallery_classified .price { color: #444; }


#featured { padding: 15px 3px 0 3px; clear:both;}
#featured img { margin-bottom: 5px;}
#featured h1 { margin-bottom: 5px;}
#featured h3 { margin-top: 5px; }
#featured .box-top-white { margin: 0; }

/* tree categories */
#tree_categories img { position: absolute; margin: 4px 0 0 6px }
.catwrapper{ width: 100%; /*overflow: hidden;*/ margin-top: 10px; margin-bottom: 5px; display: block;}
.parent-left{ background: transparent url('../images/categ-bg-left.png') no-repeat top left; display: block; height: 41px; padding-left: 4px; display: block; margin-left: 2px;}
.parent-right{ background: transparent url('../images/categ-bg-right.png') no-repeat top right; display: block; height: 41px; color: #333644; font-weight: bold; line-height: 41px;  display: block; margin-right: 2px;}

#tree_categories li { color: #535664; font-size: 1em; list-style: none; letter-spacing: 0.2px; line-height: 23px; /* background: url("../images/categ-arrow.png") 0 6px no-repeat; padding-left: 8px;*/ }
#tree_categories li a { color: #535664;}

#tree_categories .level1 { margin-left: 10px !important; }
#tree_categories .level2 { margin-left: 20px !important; }
#tree_categories .level3 { margin-left: 30px !important; }
#tree_categories .level4 { margin-left: 40px !important; }


.scrollable { position:relative; overflow:hidden;  height:180px; margin-top: -36px; margin-right: 10px; margin-left /*\**/: 10px\9; }
.scrollable .items { width:20000em; position:absolute; clear:both; }
.item { float: left; text-align: center;  min-height:180px;	/* change this to change the featured window height */

	line-height: 18px;  padding-right: 7px; margin-top: 10px; }
.similar .item {
    min-height: 10px;
}

.item-nosep {float: left; text-align: center;  height:180px;	/* change this to change the featured window height */
	line-height: 18px; padding-right: 7px; margin-top: 10px;}
.item h3 { text-align: center !important; }
.item-nosep h3 { text-align: center !important; }
a.browse { background:url(../images/arrows.png) no-repeat; position: relative; display:block; width:18px; height:40px;
	cursor:pointer;	font-size:1px; }
/* right */
a.right 	{ background-position: 0 -40px; top: 70px; z-index:3;}
a.right:hover 	{ background-position:-18px -40px; }
a.right:active 	{ background-position:-36px -40px; } 

/* left */
a.left		{ margin-left: -18px; top: 70px; left: 12px; z-index:3; } 
a.left:hover  	{ background-position:-18px 0; }
a.left:active  	{ background-position:-36px 0; }

/* disabled navigational button */
a.disabled { visibility:hidden !important; } 	

.separator { display: block; float: left; width: 13px; height: 187px; background: url(../images/featured-middle.jpg) 0 0 no-repeat; }

#similar { padding: 15px 3px 0 3px; clear:both;}
#similar img { margin-bottom: 5px;}
#similar h2 { margin-bottom: 5px; font-size: 140%;}
#similar h3 { margin-top: 5px;display: flex;}
#similar .box-top-white { margin: 0; }
.similar { position:relative; height:180px; }


.search-button { line-height: 1; margin: 0 0 1em; }
.search-button input { line-height: 1; font-size: 1em; font-weight: bold; margin: 0; padding: 0; border: 0;}
.search-button strong { background: url(../images/search-button.jpg) no-repeat left; background /*\**/: url(../images/search-button.png) no-repeat left\9; padding: 1em 0 1em 5px; margin-right: 10px; cursor: pointer; }
.search-button strong input { color: #fff; background: url(../images/search-button.jpg) no-repeat right; background /*\**/: url(../images/search-button.png) no-repeat right\9; margin: 0 -5px 0 0; padding: 1em 10px 1em 5px; border: 0; cursor: pointer; }


.buttons { line-height: 1; margin: 0 0 1em; display: inline-block; margin: auto; }
.buttons input { line-height: 1; font-size: 1em; font-weight: bold; margin: 0; padding: 0; border: 0; }
.buttons strong, span.negative, span.positive { background: url(../images/button.jpg) no-repeat left; background /*\**/: url(../images/button.png) no-repeat left\9; padding: 1em 0 1em 5px; margin-right: 10px; cursor: pointer; }
.buttons strong input, span.negative input, span.positive input { color: #095174; background: url(../images/button.jpg) no-repeat right; background /*\**/: url(../images/button.png) no-repeat right\9; margin: 0 -5px 0 0; padding: 1em 10px 1em 5px; border: 0; cursor: pointer; }

span.negative input{ color: #d12f19 !important; }
span.positive input { color: #529214 !important; }

a.negative { color: #d12f19 !important; }
a.positive  { color: #529214 !important; }
a.gray  { color: #8292a2 !important; }


.form_button { line-height: 30px; margin: 0 0 1em; display: inline-block; margin: auto; }
.form_button a { line-height: 30px; font-size: 1em; font-weight: bold; margin: 0; padding: 0; border: 0; }
.form_button strong, span.negative, span.positive { background: url(../images/button.jpg) no-repeat left; padding: 1em 0 1em 5px; margin-right: 10px; cursor: pointer; }
.form_button strong a, span.negative a, span.positive a { color: #095174; background: url(../images/button.jpg) no-repeat right; margin: 0 -5px 0 0; padding: 1em 10px 1em 5px; border: 0; cursor: pointer; }


.logged { color: #8c0029 !important; }

#mynav {background: url("../images/mybkg.jpg") 0 0 repeat-x; height: 26px; /* margin: 0 -5px 0 -5px; */ }
#mynav ul { list-style: none; list-style-type: none; position: absolute; }
* html #mynav { bottom: -0.3em; bo\ttom: -0.2em; z-index: 1000;}
#mynav li { list-style-type: none; display: inline; line-height: 26px; float: left; position: relative;}
#mynav li a { padding: 0 0 0 10px; margin-right: 5px; color: #787a7c; text-decoration: none; font-size: 1em;}
#mynav li a:focus,
#mynav li a:hover,
#mynav li a:active { color: #297194;}



.back { margin: 30px 0 20px 0; }
.remove { cursor: pointer !important; }
.map { width: 450px; height: 400px; } 
.bordered_map { width: 450px; height: 400px; border: 1px solid #aaaaaa; margin: auto;} 
.small_map { width: 200px; height: 180px; border: 1px solid #aaaaaa; margin: auto; }

.rented { background: url("../images/rented-bg.png") no-repeat top right; height: 71px; width: 71px; position: absolute;}
.sold { background: url("../images/sold-bg.png") no-repeat top right; height: 71px; width: 71px; position: absolute; }

.rented_featured { background: url("../images/rented-bg.png") no-repeat top right; height: 71px; width: 71px; padding-left: 83px; margin-top: -10px; position: absolute;}
.sold_featured { background: url("../images/sold-bg.png") no-repeat top right; height: 71px; width: 71px; padding-left: 83px; margin-top: -10px; position: absolute; }


/* news module */
#news{ text-align: left; color: #0066ff; }
.article {  font-size: 120%; font-weight: bold; color: #444; }
.article p {  line-height: 20px; font-size: 90% !important; font-weight: normal; }
.article img { float: left; margin-top: 0; }
.article_date { font-size: 80%; font-style: italic; text-align: right; font-weight: normal; color: #28739D; }
.read_more { text-align: right; padding-top: 5px; font-size: 90%; }
.artborder { border-bottom: 1px dotted #d0d0d0; margin-bottom: 10px !important; padding-bottom: 10px; }
.article_title { font-size: 120%; color: #444; background: #f9f9f9; padding: 7px; border-top: 1px dashed #e5e5e5; border-bottom: 1px dashed #e5e5e5; font-weight: bold;}
.article_content { background: #fcfcfc; padding: 10px; border: 1px solid #f5f5f5; border-top: 0; }

.post_category { border-bottom: 1px solid #f2e8ef; padding: 10px 0 10px 5px; color: #777; }
.post_category span { color: #297194; text-decoration: underline; }

#choose_location {  display: block; position: absolute; bottom: 8px; right: 20px; font-weight: bold; color: #297194;}
#location_div { display: block; position: absolute; background: #fff; padding: 10px 20px 10px 20px; border: 1px solid #abd1f4; z-index: 10; min-width: 120px;}
#location_div ul { list-style: none; list-style-type: none; float: left; }
#location_div li { line-height: 25px; }
#location_div a .gray { color: #b0b0b0; }
#location_div a .crt_loc { color: #76a03a !important; text-decoration:underline; font-weight: bold;}

.crt_location { font-size: 130%; color: #8c0029 !important; }
#small_loc { font-size: 0.9em; letter-spacing: 0.2px;  }
#location_page { position: relative; font-size: 120%;}
#location_page ul { list-style: none; list-style-type: none;float: left; width: 220px; }
#location_page li { line-height: 25px; }
#location_page h1 { text-align: center !important; color: #444; }
#location_page h2 { font-weight: bold; float: left; }
#location_page .delete_location { float: right; }
#location_page hr { clear: both; }

#location_page .clearfix { clear: both; }
.hr1 { border: 0 !important; color: #e4eef9 !important; background-color: #e4eef9 !important; height: 1px; margin: 5px 0 5px 0; }
.crt_loc a { color: #76a03a !important; text-decoration:underline; font-weight: bold;}

.search { font-weight: bold; }

#user_left { float: left; width: 52%; }
#user_right { float:right; width: 46%; }
.comments .cdetails { padding-bottom:5px; font-size:80%; font-weight: bold; }

.buttonwrapper { width: 100%; overflow: hidden; margin-top: 0px; margin-bottom: 5px; display: block;}
.button-left{ background: transparent url('../images/button-left.png') no-repeat top left; display: block; height: 31px; padding-left: 4px; display: block; margin-left: 2px; }
.button-right{ background: transparent url('../images/button-right.png') no-repeat top right; display: block; height: 31px; color: #fff; font-weight: bold; line-height: 31px;  display: block; margin-right: 2px; padding-left: 10px; padding-right: 14px; }

#username_available { background: transparent url('../images/ok.png') no-repeat left; color: #7eb340; font-weight: bold; padding-left: 20px; }
#username_error { background: transparent url('../images/notok.png') no-repeat left; color: #cd2e26; font-weight: bold;padding-left: 20px; }


.dep_selector { color: #297194; text-decoration: none; }
.dep_selector:hover { color: #297194; text-decoration: underline; }
.crt_loc {font-weight: bold; text-decoration: underline; }

#newad_button { position: absolute; top: 5px; right: 5px; }
#newad_button div { background: url("../images/newad.png"); width: 111px; height: 31px; line-height: 31px; text-align: center; }
#newad_button a {  color: #fff; }


.newad-button-left{ background: transparent url('../images/newad_button_left.png') no-repeat top left; display: block; float: left; height: 37px; padding-left: 10px; text-decoration: none; color: #fff; line-height: 37px;}
.newad-button-right{ background: transparent url('../images/newad_button_right.png') no-repeat top right; display: block; height: 37px; padding-right: 10px; }
.newad_button {float: right; margin: 8px 10px 0 0 ;}

.form_section { margin-top: 40px; }


.err { border: 2px solid #f77777 !important; background: #FAF2F2!important;}

.err:hover { background: #ffffff!important;}

.err_label { font-weight: normal !important; color: #f77777 !important;  }

label.inline { display: inline !important; padding-right: 10px; }
.tag { color: #8abdac; font-weight: bold; line-height: 40px; padding-right: 10px; }

/*#form_container label { display: block; line-height: 18px; padding-top: 5px; font-weight: bold; color: #444240; }*/

.eop { color: #888684; margin: auto; border: 1px solid #c7dfd1; padding: 10px; line-height: 20px; width: 70%; clear: both;}
.eop .left_div { width: 50%; float: left; text-align: left; color: #b1a8a1 !important; line-height: 25px; }
.eop .right_div {  float: left; text-align: left; line-height: 25px;}
.topnoborder { border-top: 0 !important; }
.total { color: #8cae6a !important; }
.details { font-size: 0.9em; color: #999; }

.inline {  float: left; display: inline; }
.categories_list li { border: 1px solid #bfdbd1; padding: 8px 20px 8px 25px; border-top: 0; min-width: 150px; background: url("../images/right-arrow.png") 3px 50% no-repeat; color: #777; cursor: pointer; }
.categories_list .first { border-top: 1px solid #bfdbd1; }
.categories_list .sel { background-color: #edeceb; }


.wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .wait {
    display: block;
}


/* contact */
.small_form { padding: 10px; }
.small_form label { display: block; line-height: 18px; padding-top: 5px; font-weight: bold; color: #444240; }
.small_form ul { list-style: none; list-style-type: none;}
.small_form li { list-style: none; list-style-type: none; display: block; clear: both; width: auto;}
.small_form p { text-indent: 0; }

#tabnav { height: 35px; margin: -35px 15px 0 10px; padding-right: 10px; background: url(../images/tab_bottom.gif) repeat-x bottom; text-align: right; }
#tabnav li { margin: 0; padding: 0; display: inline; list-style-type: none; }
#tabnav a:link, #tabnav a:visited { background: #f3f3f3; line-height: 36px; font-weight: bold; 	padding: 9px 10px 8px 10px; margin-right: 4px; border: 1px solid #ccc; color: #666; }
#tabnav a:link.active, #tabnav a:visited.active { border-bottom: 1px solid #fff; background: #fff; color: #000;	}
#tabnav a:hover { background: #fff; }

.featured-box { margin: 5px; /*padding: 30px 30px 25px 30px;*/ }

.lfloat { float: left; }
.rfloat { float: right; }

.search { padding-bottom: 10px; margin-top: 20px; margin-bottom: 20px; border-bottom: 1px solid #e0e0e0;}
.search li { display: -moz-groupbox; /* FF2 hack */ display: inline-block;  list-style-type: none;  text-align: left; margin-right: 10px;}

 #klarna-checkout-container { width: 80%; margin: auto; background: #f7f8f9; border: 1px solid #f2e8ef;} 

.top_notice { background-color: #8cc0dd; line-height: 50px; color: #222; margin-top: -10px !important;}
.top_notice a { color: #222; font-weight: bold; } 

.btn5 { display: inline-block; margin: auto;padding: 10px 0 10px 15px; margin-right: 10px; background: url(../images/btn5.png) no-repeat left;}
.btn5 strong { color: #fff; margin: 0 -5px 0 0; padding: 1em 25px 1em 5px; border: 0;  font-weight: normal; background: url(../images/btn5.png) no-repeat right;}

.btn6 { display: inline-block; margin: auto;padding: 10px 0 10px 15px; margin-right: 10px; background: url(../images/btn6.png) no-repeat left; }
.btn6 strong { color: #fff; margin: 0 -5px 0 0; padding: 1em 25px 1em 5px; border: 0; font-weight: normal; background: url(../images/btn6.png) no-repeat right; color: #222;}

.heavy { font-size: 110%; font-weight: bold;  }
.hidden { display: none; }
.dark-bg {  background: url(../images/bg1.jpg); color: #fff;  border: 1px solid #999; }
.dark-bg input { border: 0; }
.dark-bg textarea { border: 0; }
.dark-bg .err_label { color: #c43636 !important; }

.small1 { font-size: 0.9em;}
.bid { background-color: #999; /*opacity: .3;*/  border: 1px solid #888; margin-bottom: 20px; padding: 10px; }
.even_bid { margin-left: 20px;  }
.ma20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mt10 { margin-top: 10px !important; }
.pdiv6 { padding: 0 20px 20px 20px; }
.mr10 { margin-right: 10px !important; }

.form2 li { list-style-type: none; padding-bottom: 7px; }
.form2 label { display: block; }
.form2 input[type=text] { width: 400px; }
.form2 textarea { width: 400px; }

.auction-btn {width: 68px; height: 14px; line-height: 12px; text-align: center; font-size: 0.9em; margin: 2px;  cursor: pointer; background: url("../images/auction-icon.png"); color: #443e31;}
.bid_price { font-size: 120%; font-weight: bold; color: #444;}

.search { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #e0e0e0;}
.search li { display: -moz-groupbox; /* FF2 hack */ display: inline-block;  list-style-type: none;  text-align: left; margin-right: 10px;}
#location-box ul {
    display: inline-block;
    margin: 10px 0px 10px 20px;
}
.makes-box ul {
    width: 33%;
    display: block;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}
.top-holder .hidden-mobile {
    float: left;
}
div#form_container input, div#form_container textarea {
    max-width: 100%;
}
.menu-bar {
	display: none;
}
#makes-box, #makes-box div {
    overflow: hidden;
}
.redd {
    color: #8c0029;
}
div#nav {
    position: relative;
}
.details_icons.view_all_auto a {
    font-size: 14px;
    line-height: 26px;
}
.details_icons.view_all_auto a span {
    color: #8c0029;
}
.button-group label.radiobutton {
    display: block;
}
.checklist-group .checklist input {
	float: left;
    margin: 5px;
}
select {
    background: #fff;
}
select:disabled {
    background: #ebebe4;
}

div#bigImg img {
    max-width: 100%;
}

#right_detail_info {
    margin-right: 10px;
    max-width: 100%;
    overflow: hidden;
}


#right_detail_info, #left_detail_info {
    width: 49%;
    float: left;
}

div#description p {
    padding: 7px;
    border: 1px dashed #6e7578;
    border-top: 0;
}

div#description .box_heading {
    margin: 0;
}
#description {

    border-bottom: 1px dashed #6e7578;
    margin: 15px 0;

}
/* .user_listings {
    background: url(http://automalinovka.com/templates/automalinovka/images/user_listings.jpg) !important;
} */

a.check_auto_podbor {
    display: flex;
    width: auto;
    background: #6e7578;
    color: #fff;
    font-weight: bold;
    border: 1px solid #5e6568;
    padding: 7px;
    margin: 10px 0 0;
    align-items: center;
    justify-content: center;
}

a.check_auto_podbor:before {content: '';background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAARCAQAAAD0iX0OAAABWElEQVR4Aa3SIYziUBCA4cpVm/UOhWmCxOGxVagN2QSBF2hMDXIlDoXD4lDYChyytqYJAoH5rplLuSyELCT3/6rvzUw6byb5h56RuaWNrZ29beNBYW9na2NtbmKQPIMJ7jldrRth7vP3YimodL17C99R3ET1MTSw8JY8xpsaF50fpxzvIodIdSx8PC73DTY3pxfVXWTHCl0fJo+KZQKVY2M8fgyDWhbN9fV0dYwwsybGttTzcd9o5RXOjuBy/VqbSpMWpf/B0Sz+TsvZxetUjS1F+3KVInarUHue0kHdeFAKolWlQmllFQHVC8VKi8bIxymxQeloGtObxXyfIrKymHimbMstcfKtEwvRtXRx9ju1s1xPvzGNLM6JCVgYSPUM5J5nIb2WC2LTrTG8Lmru0/jOrx9OjOUYR9YXclOj5C8KYhTskqexxr6R5e1VHhez5CVkNo1Z+/0He1dUVJ7mvtgAAAAASUVORK5CYII=');width: 39px;height: 17px;display: flex;margin-right: 10px;}

a.check_auto_podbor span {
    display: flex;
}

a.check_auto_podbor .cap_inner {
    display: block;
    width: 100%;
}

a.cap_inner {
    padding: 7px;
    border: 1px dashed #6e7578;
    border-top: 0;
    width: auto;
    display: block;
   margin-bottom: 10px;
   text-align: center;
}
.box-image {
    float: left;
}

.similar .item {
    width: 100%;
    height: auto;
	background: none;
}
#similar .box-top-white,#similar .box-bottom,#similar .box-left,#similar .box-right {
    background: none;
}
.similar .item h3 a, .similar .item .price {
    text-align: left !important;
    padding-left: 10px;
    display: flex;
}

.hide-pc {
	display: none;
}
.small-visible {
	display:none;
	}
.pic {
	max-width: 100%;
}
.detail-icons {
	padding-left: 10px;
    margin-top: 10px;
    width: 100%;
	display: inline-block;
}
.detail-icons div {
    float: left;
}
.detail-icons span {
    line-height: 30px;
    padding: 0 15px 0 5px;
	    vertical-align: top;
}
.detail-icons img {
    height: 25px;
}
.classifield_left, .classifield_right {
    float: left;
    padding: 0 10px;
}
.classifield_right {
    width: 22%;
	float: right;
}
.classifield_left {
    width: 70%;
}
span.price span {
    display: block;
    line-height: 25px;
}
.location {
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
}
.cp {
    width: 200px;
}

/* start fast link */
.section.wrap-list-cars {
    position: relative;
}
.section {
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.wrap-list-cars {
    overflow: hidden;
    /* background: #F7F7F7; */
}
.list-auto-without-logo, .list-categ-auto {
    overflow: hidden;
    margin: 10px 0 20px 15px;
}
.list-auto-without-logo li, .list-categ-auto li ul li {
    margin-bottom: 7px;
    border-bottom: 1px dotted #ccc;
    height: 15px;
}
.list-auto-without-logo li {
    float: left;
    width: calc(25% - 15px);
    margin-bottom: 5px;
    box-sizing: border-box;
    margin-right: 15px;
    border-bottom: 1px dotted #ccc;
    height: 17px;
	list-style: none;
}
.list-auto-without-logo li a, .list-categ-auto li li a {
    color: #000;
    font-size: 14px;
    background: #ffffff;
}
.list-auto-without-logo li span, .list-categ-auto li li span {
    color: #757677;
    float: right;
    font-size: 14px;
    background: #ffffff;
}
.section.wrap-list-cars h2 {
    margin: 10px 0 20px 15px;
}
.padding {
    margin: 7px 15px;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 0px;
}

.padding a {
    margin-left: 10px;
}
.padding a.active {
    border-bottom: 1px #716464 dashed;
}
#refine span.select2.select2-container {
    width: 100% !important;
	margin: 0 3px 3px;
}
a.bt-advanced-search {
    margin-top: 5px;
    color: #000000;
    border-color: #000000;
    margin-right: 5px;
    font-size: 14px;
}
#refine select {
	padding: 0 4px;
	line-height: 18px;
    padding-bottom: 0 !important;
    background-color: #fff;
    border: 1px solid #aaaaaa61;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
	
}
.btn {
    padding: 10px 20px;
    cursor: pointer;
}
.btn-info {
    color: #297194;
    border: 1px solid #297194;
	background: #297194;
}
.btn-transparent {
    background-color: transparent;
}

#refine .select2-results__option img {
	max-width: 35px;
}
.select2-results__option {
	text-align: left;
}
span.close-refine {
    position: absolute;
    right: 20px;
    top: 7px;
    text-transform: lowercase;
    display: none;
    font-size: 22px;
    line-height: 41px;
}
.filter-container {
    padding: 10px;
	display: none;
}
#refine .box-heading,#latest .box-heading {
    background: #297194;
    color: #fff;
    text-align: center;
}
#refine .vert-box {
    padding: 10px;
}
#refine .select2-container--default .select2-selection--single {
    height: 41px;
    line-height: 41px;
    border-radius: 10px;
    padding: 3px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    height: 28px;
	font-weight: normal;
}
#refine .select2-container--default .select2-selection--single {
    height: 28px;
    border-radius: 0;
    padding: 0;
	border-color: #aaaaaa61;
}
#refine input[type=text] {
    border-color: #aaaaaa61;
    height: 28px;
    line-height: 28px;
	padding: 0 4px;
}
.featured-box .box-top-right , .featured-box #featured {
    padding-top: 0;
}
.caroufredsel_wrapper {
    margin-top: -40px !important;
}
.select2-results__option img {
    max-width: 30px;
}
div#range_modal {
    position: fixed;
    left: 1%;
    right: 0;
    top: 1%;
    background: #fff;
    z-index: 99999;
    width: 25%;
   /*  margin: 0 auto; */
    height: auto;
    padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);

}
#range_modal .clearfix.lineclear {
    padding-top: 5px;
}
#range_modal .property.current {
    overflow: hidden;
}
span.close-mrange {
    position: absolute;
    right: 20px;
    top: 7px;
    text-transform: lowercase;
    font-size: 22px;
    line-height: 41px;
	cursor: pointer;
}
.close-mrange i {
	color: #000;
}
div#range_modal h4 {
    padding: 0;
}
div#range_modal select {
    width: 150px;
    float: left;
}
#range_modal input, #range_modal a {
    margin: 3px;
    float: left;
  
}
#range_modal input {
    width: 140px;

}
.input-group {
    /* margin: 3px; */
	overflow: hidden;
}
.checklist-group .checklist {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #297194;
    border-radius: 0;
    display: inline-block;
    position: relative;
    width: 284px;
    margin: 3px;
}
.checklist-group .checklist input{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.checklist-group .checklist span{
	
	display: inline-block;
	margin: 0 calc(var(--checkbox-size) * 0.25);
	width: 20px;

	border-radius: 12.5%;
	-webkit-transition: 400ms 100ms ease-out;
	-o-transition: 400ms 100ms ease-out;
	transition: 400ms 100ms ease-out;
}
.tick {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid rgba(115, 125, 135, 0.3);
	cursor: pointer;
}

.tick:before {
	display: inline-block;
	content: '';
	height: 15px;
}
.checklist-group .checklist input:checked ~ span .tick:before {
	content: '\2713';
	display: inline-block;
	color: #297194;
	font-size: 20px;
	line-height: 20px;
	-webkit-transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checklist-group .checklist label {
	padding-left: 5px;
	color: #297194
}
#range_modal input[name=with_pic] {
    width: 100%;
	cursor: pointer;
	z-index: 9999
}
.searchkey-input {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #297194;
    border-radius: 0;
    display: inline-block;
    position: relative;
    width: 284px;
    margin: 3px;
	height: 23px;
	overflow: hidden;
}
#range_modal .searchkey-input input {
    position: absolute;
    left: 0;
    width: 100% !important;
    margin: 0;
    top: 0;
    padding: 0 4px;
    height: 100%;
    border: 0;
}
#range_modal .searchkey-input span.input_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border-left: 1px solid #297194;
    color: #297194;
    text-align: center;
    line-height: 33px;
    height: 100%;
    padding-top: 10px;
    cursor: pointer;
}

#range_modal .searchkey-input span.input_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border-left: 1px solid #297194;
    color: #297194;
    text-align: center;
    line-height: 33px;
    height: 100%;
    padding-top: 10px;
    cursor: pointer;
    transition: 0.3s linear 0.1s;
}
#range_modal .searchkey-input span.input_img:hover {
    color: #fff;
    background: #297194;
    transition: 0.3s linear 0.1s;
}
div#refine .btn {
    margin: 3px;
    width: 100%;
}
div#save-search {
    padding: 0 10px;
}
#refine .vert-box {
    padding-bottom: 0;
}
div#save-search .dcenter {
    display: block;
}
#range_modal .searchkey-input input:focus {
    outline: none;
}
.close-filter {
	display: none;
	}
#range_modal button.btn.btn-info.btn-transparent {
    width: 306px;
}

.breadcrumb {
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 30px;
}
.paginator div {
    display: inline-block;
}
.paginator-left div {
    display: block;
}

.paginator .paginator-left, .paginator ul {
    width: 50%;
}
.paginator ul {
    float: right;
	line-height: 40px;
}
ul.list-gorod * {
    list-style: none;
	/* line-height: 30px; */
}
ul.list-gorod {
    padding: 20px;
	padding-top: 0;
}
ul.list-gorod ul {
    padding-left: 15px;
	margin-bottom: 20px;
}
ul.list-gorod>li {
    width: 32%;
    display: inline-block;
}
ul.list-gorod a {
    color: #000;
    font-size: 14px;
    background: #ffffff;
  /*   border-bottom: 1px dashed #ccc; */
}
.category-list * {transition: .4s linear;}
.category-list {
  background: white;
  list-style-type: circle;
  list-style-position: inside;
  padding: 0 10px;
  margin: 0;
}
.category-list li {
  font-family: "Trebuchet MS", "Lucida Sans";
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.category-list a {
  text-decoration: none;
  color: #555;
}
.category-list li span {
  float: right;
  display: inline-block;
  border: 1px solid #efefef;
  padding: 0 5px;
  font-size: 13px;
  color: #999;
}
.category-list li:hover a {color: #c93961;}
.category-list li:hover span {
  color: #c93961;
  border: 1px solid #c93961;
}
#latest .vert-separator {
    border-color: #e9e9e9;
}
div#latest.section {
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.latest_container {
    padding: 5px;
}
.latest_container>span {
    display: block;
    overflow: hidden;
    padding: 5px 0;
}
#latest .box-image img {
    max-width: 170px;
    margin-right: 10px;
}
#dmain #left_col {
	overflow:hidden
}
.latest_container p {
    display: flex;
    text-align: left;
}
.latest_container .btn.btn-info {
    text-align: center;
    display: flex;
    margin-top: 5px;
    width: 134px;
    margin-right: 10px;
}
#latest .box-heading a {
    color: #fff;
}
.price_usd {
    color: #297194;
}
.color_white {
    color: #fff;
}
.fullwidth {
	width: 100%;
}
.latest_container .btn.btn-info i.fa.fa-image {
    font-size: 16px;
}
.latest_container .fullwidth.btn.btn-info {
    width: 90%;
    text-align: center !important;
    display: block;
}

div#recommend {
    display: block;
    overflow: hidden;
    width: 100%;
}
.item-recommend {
    width: 23%;
    overflow: hidden;
    float: left;
    
    margin: 5px;
}
.item-recommend .image{
	border: 1px solid #ccccccad;
    padding: 3px;
}
.item-recommend img {
    max-width: 100%;
}
.item-recommend .inner {
    padding: 5px;
}
div#plan_selected {
    display: none !important;
}
#newad span.select2.select2-container, #newad span.select2.select2-container .selection, #newad span.select2.select2-container .selection .select2-selection {
    width: 150px !important;
    display: block;
}
.bodystyle_container .bodystyle {
   width: 17.4%;
    float: left;
    padding: 3px;
    margin: 3px;
}
.bodystyle_container .bodystyle img {
    max-width: 100%;
}
span.body_caption {
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
}
.bodystyle a {
    display: block;
}
.bodystyle a {
    border: 1px solid transparent;
    display: block;
    transition: all 0.3s linear 0.1s;
	text-align: center;
}
.bodystyle a:hover {
    border: 1px solid #29719421;
    transition: all 0.3s linear 0.1s;
}
div#ads_col h1 {
    padding-left: 10px;
}
.section.wrap-list-cars ul li a.active {
    color: #8c0029;
	text-decoration: underline;
}
.featured-box .section {
    padding: 10px 5px 10px 8px;
}
div#featured {
    display: block;
    overflow: hidden;
}
.header_plus {
    max-width: 600px;
    float: left;
    display: flex;
    overflow: hidden;
	width: 54.5%;
    align-items: center;
    justify-content: center;
}
.header_plus * {
    overflow: hidden;
    max-width: 100%;
}
.top-holder>div:first-child {
	float: left;
}
/* start в шапке */
.header_plus {
    width: 546px;
    height: 173px
}
#featured img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
#featured .item .box-image {
    padding: 5px;
	position: relative;
}
#featured .item .pic {
    border: 0;
    padding: 0;
    width: 100%;
	margin: 0;
}
#featured .item .box-image>a {
    border: 1px solid #e0dad7;
    padding: 10px;
    display: block;
}
#featured .item {
    width: 20%;
    padding: 0;
}
.related-more {
    padding: 30px 0 10px;
    font-size: 15px;
    text-align: center;
    clear: both;
}
@media (max-width: 900px) {
	#featured .item {
		width: 50%;
	}
	#featured .item:nth-child(5) {
		display: none;
	}
	#featured .item:nth-child(3) {
		clear: both;
	}
}
@media (max-width: 600px) {
	#featured .item {
		width: 100%;
	}
	#featured .item .pic {
		height: 250px;
	}
}
@media (max-width: 1000px) {
    .header_plus {
        width: 491px;
        height: 156px
    }
}

@media (max-width: 900px) {
    .header_plus {
        width: 436px;
        height: 138px
    }
}

@media (max-width: 800px) {
    .header_plus {
        width: 382px;
        height: 132px
    }
}

@media (max-width: 700px) {
    .header_plus {
        width: 327px;
        height: 132px
    }
}

@media (max-width: 600px) {
    .header_plus {
        width: 272px;
        height: 132px
    }
}

@media (max-width: 500px) {
    .header_plus {
        width: 196px;
        height: 100px;
    }
}

@media (max-width: 360px) {
    .header_plus {
        width: 174px;
        height: 100px;
    }
}
/* end в шапке */				   
/* end fast link */
@media (max-width: 1250px) {
	div#range_modal {
		width: 40%;
	}
}
@media (max-width: 1100px) {
	.t {
		width: 100% !important;
		min-width: auto !important;
		overflow: hidden;
	}
	.top-logo img {
		width: 100%;
	}
	#gallery .pic {
		height: 60px;
	}
	#details_left td.options {
		display: block;
		width: 100%;
	}
	#header #topnav {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #c4ced9;
	}
}
@media (max-width: 1024px) {
	div#details_right img {
		max-width: 100%;
	}
}
@media (max-width: 975px) {
	.classifield_left {
		width: 67%;
	}
	.list-auto-without-logo {
		margin-left: 15px;
	}
	.list-auto-without-logo li {
		width: calc(33.3% - 15px);
	}
}
@media (max-width: 850px) {
	.similar .item,.similar .item-nosep {
		width: 49% !important;
	}
	#similar h3 {
		left: 10px;
		position: relative;
	}
}
@media (min-width: 801px) {
	#refine {
		display:block !important;
	}
	.footer-mobile-banner {
		display: none;
	}
}
@media (max-width: 800px) {
	#range_modal button.btn.btn-info.btn-transparent {
		width: 96%;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 35px;
	}
	#left_col {
		width: 100%;
	}
	#right_col {
		width: 100%;
	}
	div.user_listings {
		width: auto;
	}
	#refine_col {
		width: 100%;
	}
	#ads_col {
		width: 99%;
	}
	.button-group label.radiobutton {
		display: block;
		float: left;
		position: relative;
	}

	.button-group label.radiobutton span {
		   background: #f4f3f3;
			padding: 10px 20px;
			border: 1px solid #737d874d;
	}
	.button-group label.radiobutton:first-child  span{
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
	}
	.button-group label.radiobutton:last-child span{
		border-bottom-right-radius: 10px;
		border-top-right-radius: 10px;
	}
	.button-group label.radiobutton input[type="radio"] {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	.button-group label.radiobutton input[type="radio"]:checked~span {
		background: #737d87;
		 color: #fff;
	}

	
	.lineclear {
		clear: both;
		height: 10px;
	}
	#refine .property.current select {
		height: 35px;
	}
	#refine .select2-container--default .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 35px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 35px;
	}
	
	#refine input[type=text] {
		float: left;
		height: 35px;
		width: 45%;
	}
	.checklist-group .checklist, .searchkey-input {
		width: 90%;
	}

	.property.current.keysearch input
	{
		height: 40px;
		padding: 3px 10px;
		font-size: 18px;
		
	}
	#refine {
		position: fixed;
		top: 1px;
		right: 0;
		left: 0;
		bottom: -10px;
		z-index: 9999;
		overflow-y: scroll;
		display: none;
	}
	span.close-refine {
		display: block;
	}
	.close-filter {
		display: block;
	}
	.filter-container {
		display:block;
		text-align: center;
	}
	a.breadcrumb-link:after {
		display: none;
	}
	.breadcrumb {
		text-align: center;
	}
	.section.filter-container .btn {
		padding: 15px 30px;
	}
	div#range_modal {
		width: 50%;
		bottom: 0;
		overflow-y: scroll;
	}
	#refine div#range_modal select {
		width: 48%;
	}
	.footer-mobile-banner {
		display: block;
	}
	.refine-banner {
		display: none;
	}
	.item-recommend {
		width: 48%;
	}
	.item-recommend:nth-child(3n) {
		clear: both;
	}
#first_left_content {
		padding: 0;
	}
	div#ads_col h1 {
		margin-top: 0;
  
}

@media (max-width: 755px) {
	#right_detail_info, #left_detail_info {
		width: 100%;
	}
	div.user_listings {
		width: 345px;
	}	
	/* #gallery .pic {
		height: 80px;
	} */
	.hide-pc {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	#details_right, #details_left {
		width: 50%;
	}
	.similar .item, .similar .item-nosep {
		width: 100% !important;
	}
	
	#similar h3 {
		left: 0px;
		position: relative;
	}
}
	
@media (max-width: 750px) {
	#table_gallery td {
		width: 46%;
		display: block;
		float: left;
	}
	#table_gallery td:nth-child(2n+1) {
		clear: both;
	}

}
@media (max-width: 680px) {
	.menu-bar {
		display: inline;
		line-height: 41px;
		float: left;
		position: relative;
		color: #fff;
		cursor: pointer;
	}
	.menu-bar:hover {
	    color: #b5c5cd;
	}
	ul#navlinks {
		display: none;
		position: absolute;
		background: #6b7a81;
		top: 40px;
		left: 0;
		z-index: 99999;
	}
	
	#navlinks li {
		float: none;
		display: block;
	}
	#navlinks li:hover {
		background: #777f8a;
	}
	div#form_container {
		width: 100%;
	}

	body {
		padding-top: 0;
	}
}
@media (max-width: 650px) {
	.paginator li {
		line-height: 40px;
	}
	.login-table td {
		width: 100%;
		display: block;
	}
	table.newads-wrap td {
		display: block;
		width: 100%;
	}
	.paginator .paginator-left, .paginator ul {
		width: 100%;
		display: block;
	}
	.paginator ul {
		float: none;
		text-align: center;
	}
	
}
@media (max-width: 640px) {
	#refine input[type=text] {
		width: 44.4%;
	}
}
@media (max-width: 620px) {
	.detail-icons div {

		width: 33%;
		padding-top: 5px;
	}
}

@media (max-width: 600px) {
	div#details_left, #details_right {
		width: 100%;
	}
	#register_form input {
		max-width: 100%;
	}
	#register_form input~span {
		display: block;
	}
	.similar .item, .similar .item-nosep {
		width: 100% !important;
	}
	#gallery .pic {
		height: 80px;
	}
	.small-hidden {
		display:none;
	}
	.small-visible {
		display:block;
	}
		.class-content {
		margin-left: 0px !important
	}
	.classified_photo.cp {
		width: 100%;
		margin: 0;
	}
	.classified_content {
		padding-left: 10px;
		display: block;
		padding-top: 10px;
	}
	.classified_photo.cp .pic, .classified_photo.cp a {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.classifield_left {
		width: 100%;
	}
	#right_content {
		padding-right: 0;
	}
	.classified {
		padding-left: 3px;
	}
	.classified p {
		text-align: left;
	}
	.classifield_left, .classifield_right {
		padding-left: 0;
	}
	#refine div#range_modal select {
		width: 47.9%;
	}
	#range_modal button.btn.btn-info.btn-transparent {
		width: 97%;
	}
}
@media (max-width: 570px) {
	#refine input[type=text] {
		width: 44%;
	}
	#refine div#range_modal select {
		width: 47.8%;
	}
	#range_modal button.btn.btn-info.btn-transparent {
		width: 98%;
	}
	.item-recommend {
		width: 100%;
	}
	#form_container fieldset td {
		width: 100%;
		display: block;
	}
						   
					
  
								   
							   
  
}
@media (max-width: 550px) {
	div#range_modal {
		width: 90%;
	}
	#refine div#range_modal select {
		width: 46.5%;
	}
	#range_modal button.btn.btn-info.btn-transparent {
		width: 95%;
	}
	#mynav {
		height: 50px;
		background: #dddee0;
	}
	ul.list-gorod>li {
		width: 49%;
	}
	.bodystyle_container .bodystyle {
		width: 46%;
	}
}

@media (max-width: 480px) {
	#categories td {
		display: block;
		width: 95%;
	}
	#quick_search {
		padding: 10px;
	}
	.options-list .options {
		width: 100%;
		display: block;
	}
	.class-content {
		margin-left: 0px !important
	}
	.classified_photo.cp {
		width: 100%;
		margin: 0;
	}
	.classified_content {
		padding-left: 10px;
		display: block;
		overflow: visible;
	}
	#latest .box-image img {
		max-width: 100%;
	}
	#latest .box-image {
		margin-bottom: 10px;
	}
}
@media (max-width: 460px) {
	.top-holder .hidden-mobile {
		display: none;
	}
	.list-auto-without-logo {
		margin-left: 8px;
	}
	.list-auto-without-logo li {
		width: calc(50% - 15px);
	}
}
@media (max-width: 400px) {
	#categories td {
		width: 94%;
	}
	#makes-box ul {
		width: 100%;
	}
	#gallery .pic {
		height: 60px;
	}

	.detail-icons div {
		width: 50%;
	}
	#refine div#range_modal select {
		width: 47%;
	}
	#range_modal button.btn.btn-info.btn-transparent {
		width: 96%;
	}
}
@media (max-width: 360px) {
	#categories td {
		width: 94%;
	}
	.login-wrap {
		width: 95% !important;
	}
	#table_gallery td {
		width: 100%;
	}
	label.radiobutton {
		width: auto;
		min-width: 250px;
	}
	.button-group label.radiobutton span {
		border-radius: 10px !important;
		width: 100%;
		display: block;
	}
	a.year_submit, a.mileage_submit {
		margin: 10px auto 0 auto;
		display: block;
		width: 100px;
		text-align: center;
		padding: 5px 10px !important;
	}
	.checklist-group .checklist, .searchkey-input {
		width: 260px;
	}
	#refine div#range_modal select {
		width: 47.5%;
	}
	ul.list-gorod>li {
		width: 100%;
	}
}
@media (max-width: 330px) {
	#range_modal button.btn.btn-info.btn-transparent {
		width: 97%;
	}					   
}