BODY, HTML { padding: 0; margin: 0; text-align: center; }

UL { padding: 0; margin: 0; }

#box01 { margin: auto; text-align: left; width: 950px; position: relative; }

#box02 { background: url(img/bg01.gif) repeat-y; margin: 20px 0 0 0; }
#box03 { background: url(img/bg01.gif) -1000px 0 no-repeat; }
#box04 { background: url(img/bg01.gif) -2000px 100% no-repeat; padding: 30px 0 30px 30px; }
#box05 { background: url(img/bg02.gif) 200px 0 no-repeat; min-height: 500px; }
* HTML #box05 { height: 500px; }

.col { float: left; min-height: 1px; }
.col01 { width: 180px; margin-right: 40px; }
.col02 { width: 670px; background: #fff; }

H1.type01 { margin: 5px 0 5px 10px; }
H1.type01 { font-size: 16px; margin: 0 0 5px 10px; }

#searchContainer { padding: 10px; background: #f2f8eb; text-align: center; border-radius: 10px; }
#searchContainer TABLE { width: auto; margin: 0 auto; }
#searchContainer TABLE TD { vertical-align: middle; line-height: 14px; padding: 0; text-align: left; }
#searchContainer TABLE TD.name { padding: 5px 10px 5px 0; }
#searchContainer TABLE TD.value { padding: 2px 10px 2px 0; }
#searchContainer TABLE TD.submit { padding-right: 10px; }
#searchContainer TABLE INPUT.submit { padding: 0; border: none; width: 75px; height: 21px; color: #fff; font-weight: bold; overflow: visible; cursor: pointer; background: url(img/bg04.gif) no-repeat; float: right; }
#searchContainer SELECT { width: 130px; }
#searchContainer INPUT.text { width: 54px; }
#searchContainer TR.row3 INPUT.text { width: 124px; }

TABLE.naviLinks { background: #e5f1d7; margin: 10px 0 0 0; width: 100%; }
TABLE.naviLinks TD { padding: 5px 10px; }
TABLE.naviLinks A { color: #2d9300; }

#currency_selection { display: block; text-align: right; margin: 2px 0 0 0; background: #f2f8eb; padding: 3px 10px; }

TABLE.vehicles_list { width: 100%; }
TABLE.vehicles_list TD { line-height: 16px; background: #fff; }
TABLE.vehicles_list TR.vehicles_list_row0 TD { background: #f5f5f5; }
TABLE.vehicles_list TD.vehicles_list_img_cell { padding: 10px; }
TABLE.vehicles_list TD.vehicles_list_img_cell A { float: left; border: 1px solid #ddd; padding: 2px; background: #fff; }
TABLE.vehicles_list TD.vehicles_list_img_cell A:hover { border-color: #aaa; }
TABLE.vehicles_list TD.vehicles_list_data_cell { padding: 8px 0; width: 100%; }
TABLE.vehicles_list TD.vehicles_list_data_cell A { font-weight: bold; color: #2d9300; }
TABLE.vehicles_list TD.vehicles_list_data_cell A:hover { color: #8acc37; }
TABLE.vehicles_list TD.vehicles_list_price_cell { padding: 10px; font-size: 14px; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap; color: #2d9300; }
TABLE.vehicles_list SPAN.vehicle_reserved { background: #ffd1d1; font-size: 10px; padding: 0 5px; font-style: italic; margin: -2px 0 0 0; vertical-align: text-top; }
TABLE.vehicles_list SPAN.vehicle_extra { color: #aaa; font-size: 10px; padding: 0 5px; font-style: italic; margin: -2px 0 0 0; vertical-align: text-top; }
TABLE.vehicles_list SPAN.bargain_price { color: #c92886; }

#header {}
#logo { margin: 0; float: left; padding-left: 30px; }

div.lang_select { float: right; padding: 10px 0px 0 0; }
div.lang_select img {display: none;}
div.lang_select LI { padding: 0 0 0 3px; float: left; }
div.lang_select A { display: block; color: #555; background: url(img/bg03.gif) 0 -40px no-repeat; font-size: 11px; height: 20px; width: 36px; text-align: center; overflow: hidden; }
div.lang_select A { display: block; padding: 2px 0 3px 0; }
div.lang_select A:hover,
div.lang_select li.active a { background-position: -200px -40px; color: #fff; text-decoration: none; }

DIV.calc { border: solid 1px #ddd; padding: 5px; }

#menu1 { font-weight: bold; }
#menu1 LI { float: left; width: 100%; clear: both; }
#menu1 A { display: block; background: url(img/bg03.gif) no-repeat; width: 180px; height: 31px; overflow: hidden; color: #333; }
#menu1 A SPAN { display: block; padding: 5px 10px; }
#menu1 A:hover,
#menu1 li.active a { color: #fff; background-position: -200px 0; text-decoration: none; }

#footer { margin: 0; padding: 10px 0 20px 0; text-align: center; font-size: 11px; color: #888; }
#footer SPAN { margin: 0 5px; color: #ddd; }
#footer A { color: #888; }
#footer A:hover { color: #000; text-decoration: none; }

TABLE.detailContainer { width: 100%; margin: 0; }
TABLE.detailContainer TD { padding: 0; vertical-align: top; }
TABLE.detailContainer TD.data { padding: 0 20px 0 0; width: 100%; }

TABLE.vehicle_details { margin: 0; }
TABLE.vehicle_details TH { padding: 5px 10px; font-weight: normal; border-bottom: 1px solid #eee; border-top: 1px solid #eee; background: #f2f8eb; }
TABLE.vehicle_details TH.make_and_model_title {}
TABLE.vehicle_details TH.make_and_model { font-size: 18px; color: #2d9300; font-weight: bold; padding-left: 0; }
TABLE.vehicle_details TD { padding: 3px 10px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; }
TABLE.vehicle_details TD.name { white-space: nowrap; }
TABLE.vehicle_details TD.value { padding: 3px 0; width: 100%; }
TABLE.vehicle_details TD.price, 
TABLE.vehicle_details TD.bargain_price { font-weight: bold; color: #c92886; font-size: 18px; }
TABLE.vehicle_details TD.old_price { font-weight: bold; color: #444444; font-size: 13px; }
TABLE.vehicle_details TD.old_price SMALL,
TABLE.vehicle_details TD.price SMALL,
TABLE.vehicle_details TD.bargain_price SMALL { font-size: 10px; }

#financing {}
#financing LI { float: left; width: 100%; clear: both; padding: 0 0 20px 0; }
#financing TABLE { width: 100%; margin: 0; font-size: 11px;}
#financing TABLE TH { padding: 5px 10px; font-weight: bold; border-bottom: 1px solid #eee; border-top: 1px solid #eee; background: #f2f8eb; font-size: 11px;}
#financing TABLE TD { padding: 1px 0 1px 10px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; width: 50%; font-size: 11px;}
#financing TABLE SELECT { width: 80px; margin: -2px 0; font-size: 11px; height: 20px; margin: 0 1px; }
#financing INPUT.calculate_button { padding: 0; border: none; width: 75px; height: 21px; color: #fff; font-weight: bold; overflow: visible; cursor: pointer; background: url(img/bg04.gif) no-repeat; }
#financing TR.monthly_payment TD { font-weight: bold; }


#metalinks { float: left; font-size: 14px; color: #eee; margin: 0; padding: 57px 0 0 30px; }
#metalinks A { color: #666; font-weight: bold; }
#metalinks A:hover { color: #2d9300; }
#metalinks SPAN { margin: 0 5px; }

#call { margin:55px 0 0; position:absolute; right:0; top:0; width: 72px; height: 18px; background: transparent url('img/et/label07.gif') no-repeat center center;}

body.lang_rus #call {background-image: url('img/ru/label07.gif');}
body.lang_eng #call {background-image: url('img/en/label07.gif');}

#additionals { float:left; margin:0; padding:45px 0 0 30px;}

#additionals a {float:left; margin:0 5px 0 0; }

#additionals a span.link01 {background:transparent url(img/et/label01.gif) no-repeat scroll 0 0; width:154px;}
body.lang_rus #additionals a span.link01 {background-image: url(img/ru/label01.gif); width: 199px;}
body.lang_eng #additionals a span.link01 {background-image: url(img/en/label01.gif); width: 144px;}

#additionals a span.link02 {background:transparent url(img/et/label02.gif) no-repeat scroll 0 0; width:200px;}
body.lang_rus #additionals a span.link02 {background-image: url(img/ru/label02.gif); width: 308px;}
body.lang_eng #additionals a span.link02 {background-image: url(img/en/label02.gif); width: 266px;}

#additionals a span.link03 {background:transparent url(img/et/label06.gif) no-repeat scroll 0 0; width:78px;}
body.lang_rus #additionals a span.link03 {background-image: url(img/ru/label06.gif); width: 112px;}
body.lang_eng #additionals a span.link03 {background-image: url(img/en/label06.gif); width: 101px;}

#additionals a span { cursor:pointer; display:block; height:40px;}

#additionals a:hover span { background-position:0 -50px; }
