﻿*
{
	margin: 0px;
	padding: 0px;
	outline: none;
	-webkit-text-size-adjust: none;
}

html
{
	background: #333333 url("../images/body_background.png") repeat-x scroll center top;
}

body 
{
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,
h2,
h3 
{
	line-height: normal;
	cursor: default;
}

img,
table,
td 
{
	border: none;
	vertical-align: top;
}

input,
textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	resize: none;
}

input.text
{
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	padding: 2px 5px;
	width: 300px;
	height: 16px;
}

input.submit
{
	position: relative;
	border: none;
	width: 110px;
	height: 22px;
	font-weight: bold;
	color: white;
	background: transparent url("../images/buttons.gif") no-repeat scroll left -90px;
}

textarea
{
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	padding: 0px 5px;
	width: 300px;
	height: 200px;
}

a 
{
	color: #000000;
	text-decoration: none;
}

a * 
{
	cursor: pointer;
}

a:hover  
{
	color: #064682;
	text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover 
{
	color: #f78f1e;
	text-decoration: none;
}

ul 
{
	list-style-type: none;
}

.clr 
{
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	zoom: 1;
}

.fl 
{
	float: left;
}

.fr 
{
	float: right;
}

.error,
.error_msg 
{
	color: red;
}

h1,
h1 a 
{
	color: #404044;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

a.print_bttn
{
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	display: block;
	padding-right: 30px;
	background: url(../images/printer.gif) no-repeat 100% 0;
	float: right;
}

h2 
{
	color: #404044;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
}

h2 *,
h2 a 
{
	color: #404044;
}

h3 
{
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
}

h3 *,
h3 a 
{
	color: #676767;
}

p.date 
{
	color: #2588cc;
	font-size: 10px !important;
	line-height: 20px !important;
}

a.lang_bg
{
	display: inline-block;
	display: -moz-inline-box;
	width: 22px;
	height: 11px;
	margin-right: 0px !important;
	overflow: hidden;
	background: white url("../images/lang.gif") no-repeat left center;
	vertical-align: middle;
}

a.lang_en
{
	display: inline-block;
	display: -moz-inline-box;
	width: 22px;
	height: 11px;
	overflow: hidden;
	background: white url("../images/lang.gif") no-repeat right center;
	vertical-align: middle;
}

.crop.at2 
{
	overflow: hidden;
	line-height: 16px;
	height: 32px;
}

.crop.at5 
{
	overflow: hidden;
	line-height: 16px;
	height: 80px;
}

b.sold
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	display: block;
	width: 85px;
	height: 85px;
	overflow: hidden;
	background: transparent url("../images/sold_bg.png") no-repeat scroll right top;
}

.lang_en b.sold
{
	background-image: url("../images/sold_en.png");
}

ul.list_vehicles li h2 b.waranty, 
b.waranty 
{
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	display: block;
	width: 56px;
	height: 52px;
	padding-top: 4px;
	overflow: hidden;
	background: transparent url("../images/waranty.png") no-repeat scroll right top;
	font-size: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.list_vehicles li h2 b.waranty i,
b.waranty i 
{
	color: #ffffff;
	display: block;
	width: 56px; 
	font-weight: bold;
	font-style: normal;
	font-size: 8px;
	line-height: 6px !important;
	letter-spacing: 0px;
}

ul.list_vehicles li h2 a:hover b.waranty,
ul.list_vehicles li h2 a:hover b.waranty i
{
	color: #ffffff;
}

#container 
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.left_column
{
	float: left;
	width: 720px;
}

.right_column
{
	float: right;
	width: 250px;
}

.footer
{
	clear: both;
}

a.h1 
{
	float: left;
	padding-left: 20px;
	padding-top: 24px;
	padding-top: 37px;
	width: 210px;
	height: 70px;
}

.rounded
{
	position: relative;
	background-color: white;
	margin: 20px 0px 30px;
}

.rounded .tc,
.rounded .bc
{
	position: absolute;
	left: 0px;
	display: block;
	width: 100%;
	height: 10px;
	background: transparent url("../images/corners.png") no-repeat;
}

.rounded .tc
{
	top: -10px;
}

.rounded .bc
{
	bottom: -10px;
}

.left_column .rounded
{
	padding: 10px 20px;
	width: 680px;
}

.left_column .rounded .tc
{
	width: 720px;
	background-position: left 0px;
}

.left_column .rounded .bc
{
	width: 720px;
	background-position: left -10px;
}

.right_column .rounded
{
	padding: 0px 10px;
	width: 230px;
}

.right_column .rounded .tc
{
	width: 250px;
	background-position: right 0px;
}

.right_column .rounded .bc
{
	width: 250px;
	background-position: right -10px;
}

.rounded.header .bc
{
	width: 980px;
	background-position: left -40px;
}

.corporate_header
{
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: white;
}

.corporate_header a,
.corporate_header a:hover,
.corporate_header *
{
	margin-right: 20px;
	padding-right: 12px;
	color: #dedede;
	font-size: 12px;
	font-weight: bold;
	background: transparent url("../images/small_elements.gif") no-repeat scroll right -60px;
}

.header
{
	margin-top: 0px !important;
	height: 116px;
	background-color: white;
}

.menu_top
{
/*	padding: 10px 15px 12px 0px;*/
	padding-top: 6px;
	padding-bottom: 9px;
	padding-right: 5px;
	height: 14px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.menu_top a
{
	margin: 5px;
}

.menu_top a.active 
{
	color: #f78f1e;
}

.menu_vehicles
{
	float: right;
	overflow: hidden;
	padding-right: 6px;
	height: 28px;
}

.menu_vehicles a
{
	position: relative;
	float: left;
	margin-right: 4px;
	padding: 0px 6px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: white;
	background: white url("../images/buttons.gif") no-repeat scroll right -120px;
}

.menu_vehicles a b
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	padding: 0px !important;
	width: 2px;
	height: 28px;
	overflow: hidden;
	background: white url("../images/buttons.gif") no-repeat scroll left -120px;
}

.menu_vehicles a:hover
{
	text-decoration: none;
	color: white;
	background-position: right -180px;
}

.menu_vehicles a:hover b
{
	background-position: left -180px;
}

.menu_vehicles a.active
{
	text-decoration: none;
	background-position: right -150px !important;
}

.menu_vehicles a.active b
{
	background-position: left -150px !important;
}

.menu_bottom {
	clear: right;
	text-align: right;
	overflow: hidden;
}
.menu_bottom a {
	display: block;
	float: right;
	margin-top: 8px;
	padding-right: 25px;
	padding-left: 10px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	background: transparent url("../images/small_elements.gif") no-repeat scroll right 12px;
}
.menu_bottom a.top_offers {
	background-position: 100% -176px;
}

.menu_vehicles a.more b
{
	background-image: none;
	background-position: left -210px !important;
}

p.sort_vehicles 
{
	margin-top: -10px;
	padding-bottom: 17px;
}

p.sort_vehicles a.active
{
	color: #f78f1e;
	font-weight: bold;
}

ul.list li,
ul.list_box li
{
	background: transparent url("../images/small_elements.gif") no-repeat scroll left -100px;
	padding-left: 8px;
	margin-bottom: 8px;
	max-height: 48px;
	overflow: hidden;
}

ul.list_box
{
	float: right;
	border: 1px #d8d8d8 solid;
	padding: 9px 5px 5px;
	width: 208px;
	height: 288px;
	overflow: hidden;
	background: white url("../images/list_vehicles_background.gif") repeat-x scroll left bottom;
	line-height: 16px;
}

ul.list_vehicles
{
	margin-right: -10px;
	width: 690px;
	overflow: hidden;
}

ul.list_vehicles li
{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 220px;
	height: 325px;
	overflow: hidden;
}

ul.list_vehicles li h2
{
	position: relative;
}

ul.list_vehicles li h2 *,
ul.list_vehicles li h2 a
{
/*	color: #0a6a85;*/
	color: #f78f1e;
	font-size: 14px;
	line-height: 20px;
}

ul.list_vehicles li h2,
ul.list_vehicles li h2 a
{
	display: block;
	width: 220px;
	height: 215px;
	overflow: hidden;
/*	color: #0a6a85;*/
	color: #f78f1e;
	background-image: url("about:blank");
}

ul.list_vehicles li h2 span
{
	display: block;
	width: 220px;
	height: 165px;
	overflow: hidden;
}

ul.list_vehicles li h2 strong
{
	display: block;
	padding: 0px 5px;
}

ul.list_vehicles li div
{
	margin-top: -55px;
	padding: 50px 5px 10px;
	border: 1px #d8d8d8 solid;
	height: 103px;
	overflow: hidden;
	line-height: 16px;
	background: white url("../images/list_vehicles_background.gif") repeat-x scroll left bottom;
}

table.top_offers_list
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

table.top_offers_list td
{
	border-top: 1px #d8d8d8 solid;
	height: 175px;
	overflow: hidden;
	background: white url("../images/list_vehicles_background.gif") repeat-x scroll left 17px;
}
table.top_offers_list .img_holder
{
	display: block;
}
table.top_offers_list .img_holder span
{
	display: block;
	width: 220px; height:165px;
	position: relative;
}

table.top_offers_list h2,
table.top_offers_list h2 a
{
	color: #f78f1e;
	padding-top: 10px;
	line-height: 20px;
	height: 40px;
}

table.top_offers_list .promo_big
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 130px;
	height: 30px;
	background: transparent url("../images/top_offers.png") no-repeat;
}

table.top_offers_list .promo_01{background-position: center 0px;}
table.top_offers_list .promo_02{background-position: center -160px;}
table.top_offers_list .promo_03{background-position: center -320px;}
table.top_offers_list .promo_04{background-position: center -480px;}
table.top_offers_list .promo_05{background-position: center -640px;}
table.top_offers_list .promo_06{background-position: center -800px;}

table.top_offers_list .promo_big.promo_07,
table.top_offers_list .promo_big.promo_08
{
	height: 160px;
	padding-top:0;
	font-weight: normal;
	line-height: 160px;
	font-size: 48px;
	color: #f7941d;
	text-align: center;
	letter-spacing: -1px;
	background-image: none;
}

dl.vehicle_details
{
	margin-bottom: 3px;
	height: 84px;
	overflow: hidden;
}

dl.vehicle_details dt
{
	float: left;
	clear: left;
	width: 110px;
	font-weight: bold;
}

ul.list_vehicles li a.more,
.top_offers_list a.more
{
	float: right;
	width: 70px;
	height: 20px;
	overflow: hidden;
	color: white;
	text-align: center;
	background: transparent url("../images/buttons.gif") no-repeat scroll left top;
}

.top_offers_list a.more
{
	padding-right: 10px;
}

ul.list_vehicles li a.more:hover,
.top_offers_list a.more:hover
{
	background-position: left -30px;
	text-decoration: none;
}

ul.list_articles
{
	border-top: 1px #cccccc solid;
}

ul.list_articles li
{
	border-bottom: 1px #cccccc solid;
	padding: 10px 0px;
	height: 80px;
	overflow: hidden;
}

ul.list_articles a.thumb
{
	float: left;
	margin-right: 10px;
	border: 1px #cccccc solid;
	padding: 1px;
	width: 100px;
	height: 75px;
	overflow: hidden;
}

ul.list_articles li h3,
ul.list_articles li h3 a
{
	color: #282828;
	font-size: 12px;
	margin: 0px !important;
	padding: 0px !important;
}

ul.list_articles.small
{
	float: left;
	width: 450px;
}

ul.list_extras
{
	width: 320px;
	overflow: hidden;
}

ul.list_extras li
{
	float: left;
	width: 135px;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 10px;
	background: transparent url("../images/small_elements.gif") no-repeat left -160px;
}

div.banner
{
	margin-top: -10px;
}

.right_column div.banner
{
	margin-top: -10px;
	margin-bottom: 20px;
}

.right_column h3
{
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	width: 230px;
	height: 36px;
	line-height: 36px;
}

.right_column select
{
	width: 230px;
	height: 22px;
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282828;
	font-size: 11px;
}

.right_column select.small
{
	width: 110px;
}

.right_column input.text_small
{
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	padding: 2px 5px;
	height: 16px;
	width: 98px;
}

.right_column input.text
{
	border: 1px #cccccc solid;
	margin-bottom: 8px;
	padding: 2px 5px;
	width: 218px;
	height: 16px;
}

.right_column input.submit
{
	position: relative;
	border: none;
	width: 110px;
	height: 22px;
	font-weight: bold;
	color: white;
	background: transparent url("../images/buttons.gif") no-repeat scroll left -90px;
}

#search h3
{
	background: white url("../images/icons.png") no-repeat scroll right -50px;
}

#newsletter h3
{
	background: white url("../images/icons.png") no-repeat scroll right 0px;
}

#newsletter input.submit
{
	margin-top: 10px;
}

.footer
{
	padding: 0px 20px 20px;
	width: 940px;
	color: #d3d3d3;
	line-height: 20px;
}

.footer a
{
	color: #d3d3d3;
}

.footer a:hover
{
	color: white;
}

.footer strong
{
	color: white;
}

.left_column h1
{
	padding-bottom: 24px;
}

.left_column h2
{
	line-height: 30px;
}

.no_banner
{
	background: transparent url("../images/tbi_visual.jpg") no-repeat scroll center 136px;
}

.no_banner .header
{
	margin-bottom: 240px;
}

.page
{
	overflow: hidden;
	padding: 10px;
	background: white url("../images/page_background.gif") no-repeat scroll left top;
}

.page img
{
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px #cccccc solid;
	padding: 1px;
}

.page h2
{
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

.page p
{
	line-height: 16px;
	padding-bottom: 1em;
}

.paging
{
	text-align: center;
	line-height: 30px;
}

.paging a,
.paging span
{
	color: #404044;
	padding: 0px 5px;
}

.paging .prev
{
	padding: 0px 10px;
	background: transparent url("../images/small_elements.gif") no-repeat scroll left -20px;
}

.paging .next
{
	padding: 0px 10px;
	background: transparent url("../images/small_elements.gif") no-repeat scroll right -40px;
}

.paging .active
{
	color: #f78f1e;
	font-weight: bold;
}

.photos
{
	float: left;
	width: 330px;
	margin-right: 12px;
	padding-bottom: 20px;
	overflow: hidden;
}

.photos a.main_photo
{
	position: relative;
	float: left;
	margin-bottom: 5px;
	border: 1px #cccccc solid;
	padding: 10px;
	width: 300px;
	text-align: center;
}

.photos a.thumb
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px #cccccc solid;
	padding: 1px;
	width: 100px;
	height: 75px;
	overflow: hidden;
}

div.left_col
{
	float: left;
	width: 321px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-right: 1px #f78f1e solid;
	padding-right: 10px;
}

div.right_col
{
	float: right;
	width: 338px;
	margin-bottom: 20px;
}

div.left_col h2,
div.right_col h2
{
	line-height: normal;
	padding-bottom: 1em;
	color: #f78f1e;
}


p.price
{
	color: #f78f1e;
	font-size: 26px;
	font-weight: bold;
	margin-top: -4px;
	padding-bottom: 10px;
}
p.price del {font-size:20px; font-weight: normal;}

p.price span
{
	font-size: 12px;
	font-weight: normal;
}

span.phone
{
	padding-left: 20px;
	color: red;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: baseline;
	background: transparent url("../images/small_elements.gif") no-repeat left -80px;
}

table.icons
{
	width: 330px;
	margin-bottom: 10px;
}

table.icons td
{
	margin-right: 10px;
	padding-left: 50px;
	width: 165px;
	height: 50px;
	color: #f78f1e;
	vertical-align: middle;
	font-weight: bold;
}

.icons_legend table td
{
	vertical-align: middle;
}

.icons_legend .top_offer {overflow: hidden; padding-bottom: 0px;}
.icons_legend .promo { width:50px; height: 50px; float: left;}
.icons_legend .top_offer_info {width: 170px; float: left; padding-top:0px;}
.icons_legend .top_offer_info b {display: block; padding-bottom:0px;}
.icons_legend hr {clear: both; height:0px; border-color: #ccc; border-style: solid; border-width: 0 0 0px 0;  }

table.icons td.promo,  .promo	{background: transparent url("../images/icons.gif") no-repeat scroll 0 100px;}
table.icons td.icon_1, .icon_1	{background-position: left -100px;}
table.icons td.icon_2, .icon_2 	{background-position: left -150px;}
table.icons td.icon_3, .icon_3	{background-position: left -200px;}
table.icons td.icon_4, .icon_4	{background-position: left -250px;}
table.icons td.icon_5, .icon_5	{background-position: left -300px;}
table.icons td.icon_6, .icon_6	{background-position: left -350px;}
table.icons td.icon_7, .icon_7	{background-position: left -400px;}
table.icons td.icon_8, .icon_8	{background-position: left -450px;}
table.icons td.icon_9, .icon_9	{background-position: left -500px;}
table.icons td.icon_10, .icon_10	{background-position: left -550px;}
table.icons td.icon_11, .icon_11	{background-position: left -600px;}
table.icons td.icon_12, .icon_12	{background-position: left -650px;}
table.icons td.icon_13, .icon_13	{background-position: left -700px;}
table.icons td.icon_14, .icon_14	{background-position: left -750px;}
table.icons td.icon_15, .icon_15	{background-position: left -800px;}

table.icons td div
{
	position: relative;
}

.tooltip
{
	display: none;
	padding: 10px;
}

table.icons td:hover .tooltip,
table.icons td .hover .tooltip
{
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	width: 180px;
	background-color: white;
	border: 1px #cccccc solid;
	font-weight: normal;
	color: #282828;
}

table.icons td:hover .tooltip a,
table.icons td .hover .tooltip a
{
	color: #f78f1e;
}
.top_offers_list table.icons {width:216px; margin-left: 10px;}
.top_offers_list table.icons tr { position: relative;}
.top_offers_list table.icons td {width:22px; height: 50px; overflow: hidden; border-top: 0px none; }


a.button_red,
a.button_red:hover
{
	display: block;
	margin-bottom: 10px;
	width: 200px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: transparent url("../images/buttons.gif") no-repeat scroll left -240px;
}

table.contact,
div.contact
{
	width: 500px;
	table-layout: fixed;
	margin: 0px auto;
}

table.contact h3
{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #f78f1e;
}

div.contact
{
	padding-bottom: 20px;
}

div.contact h2
{
	color: #f78f1e;
}

table.contact_form
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

table.contact_form label
{
	display: block;
	width: 150px;
	line-height: 20px;
	padding-bottom: 8px;
}

table.contact_form input.text
{
	width: 338px;
}

table.contact_form textarea
{
	width: 338px;
	line-height: 16px;
}

table.contact_form input.submit
{
	background-position: left -120px;
	width: 200px;
	height: 28px;
}

div.pravoagalnik
{
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
	height: 104px;
	margin-bottom: -107px;
	background-color: #f0f0f0;
}

/* Top Offers */
#top_offers_banner
{
	padding-top: 10px;
}

/* end // Top Offers */