@charset "utf-8";

/* Общие стили для всей страницы  */
html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font:12px "Trebuchet MS", sans-serif;
	}
* {
	margin:0px;
	padding:0px;
	}
div, img, a {
	border:0px;
	}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	}
.img_l {
	float: left;
	padding-top:8px;
	margin-right: 15px;
	}
.img_r {
	float: right;
	padding-top:8px;
	margin-left: 15px;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.center {
	text-align:center;
	}
.clear {
	clear:both;
	font-size:0px;
	overflow:hidden;
	}
#wrap {
	width:100%;
	min-width:1004px;
	min-height:100%;
	font-family:"tahoma", arial, helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#313131 url('../img/wrap_bg.gif') left top repeat;
	}
#wrap_c {
	width:1004px;
	margin:0px auto;
	position:relative;
	padding:295px 0px 0px;
	}
.iepng a {
	position:relative;
	}
/*#############################*/

/* Стили для элементов формы */
.button {
	height:22px;
	padding-top:2px;
	width:60px;
	background:url('../img/basis/button_bg.gif') left top repeat-x;
	font-size:13px;
	}
/*.button input {
	width:100%;
	height:17px;
	vertical-align:top;
	color:#333;
	font-family:tahoma, geneva, sans-serif;
	font-size:15px;
	line-height:17px;
	border:0px;
	background:none;
	position:relative;
	cursor:pointer;
	}   */
.button input {
	width:100%;
	height:17px;
	vertical-align:top;
	color:#333;
	font-family:tahoma, geneva, sans-serif;
	font-size:13px;
	line-height:17px;
	border:0px;
	background:none;
	position:relative;
	cursor:pointer;
	}
	

@-moz-document url-prefix()
{
    .button input { 
			top:-2px;
		}
}
/* Текстовое поле */
.input {
	width:159px;
	border:1px solid #ebebea;
	height:22px;
	float:left;
	}
.input div {
	margin:0px 8px;
	padding:3px 0px 0px;
	}
.input div input {
	width:100%;
	height:16px;
	font-size:13px;
	line-height:15px;
	font-family:tahoma, geneva, sans-serif;
	border:0px;
	background:none;
	color:#666;
	outline:none;
	}
.radio div input {
	/*margin:0px auto;*/
	margin:0px;
	margin-bottom:2px;
	margin-top:3px;
	width:20px;
	height:14px;
	}
.input div input.italic {
	font-style:italic;
	}
/* Для календаря */
.input_datepicker {
	position:relative;
	}
.input_datepicker div {
	margin-right:22px;
	}
/* Select */
div.selectReplace {
	width:160px;
	height:22px;
	background:url('../img/basis/select_button_li.gif') right top no-repeat;
	border:1px solid #ebebea;
	position:relative;
	}
/* Маленький select */
.small_select div.selectReplace {
	width:72px;
	}

div.selectReplace_focus {
	background-color:#ccc;
	}
div.selectReplace div {
	list-style:none;
	padding:0;
	margin-right:30px;
	padding:0px 5px;
	line-height:22px;
	overflow:hidden;
	height:22px;
}

div.selectReplace select {
	width:100%;
	height:24px;
	-moz-opacity: 0; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1000;
	}

/* Checkbox */
.checkbox {
	padding-bottom:4px;
	}
.checkbox dt {
	padding-bottom:4px;
	font-size:11px;
	color:#336699;
	}
.checkbox dt span {
	vertical-align:middle;
	cursor:pointer;
	}
.checkbox dt input {
	margin-right:5px;
	vertical-align:middle;
	}
.checkbox .checkboxImg, .checkbox .checkboxImg_act {
	width:12px;
	height:12px;
	margin-right:5px;
	vertical-align:middle;
	cursor:pointer;
	background:url('../img/basis/checkbox.gif') left top no-repeat;
	}
.checkbox .checkboxImg_act {
	background:url('../img/basis/checkbox_act.gif') left top no-repeat;
	}
/* Textarea */
.textarea {
	width:390px;
	border:1px solid #ebebea;
	height:105px;
	}
.textarea div {
	margin:0px 2px 0px 8px;
	padding:2px 0px 0px;
	}
.textarea div textarea {
	width:100%;
	height:103px;
	font-size:13px;
	line-height:15px;
	font-family:tahoma, geneva, sans-serif;
	border:0px;
	background:none;
	color:#666;
	outline:none;
	}
/*###########################*/

/* Стили для меню */
#menu {
	width:100%;
	height:33px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:30;
	background:#fefefe url('../img/menu/menu-center.png') left -5px repeat-x;
	}
#menu-left {
	height:33px;
	background:url('../img/menu/menu-left.png') left -5px no-repeat;
	}
#menu-right {
	height:33px;
	background:url('../img/menu/menu-right.png') right -5px no-repeat;
	padding:0px 11px;
	}
#menu table {
	width:100%;
	height:33px;
	}
#menu table td {
	height:33px;
	vertical-align:top;
	text-align:center;
	}
#menu table td div.m-item{
	height:33px;
	position:relative;
	margin:0px 10px;
	}
#menu table td div.m-item a {
	display:block;
	height:33px;
	overflow:hidden;
	color:#666;
	font-size:14px;
	line-height:33px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-weight:bold;
	}
#menu table td div.m-item a span {
	display:block;
	padding:0px 7px;
	height:33px;
	position:relative;
	z-index:35;
	}
#menu table td.vs-sub div.m-item a span {
	background:url('../img/menu/menu-arrow.gif') center 24px no-repeat;
	}
#menu table td div.m-item a span.m-shadow {
	color:#fff;
	left:-1px;
	top:-32px;
	z-index:30;
	background:none;
	}
#menu table div.m-item a:hover, #menu table div.m-item a.m-act,
#menu table td.vs-sub div.m-item a.actTopMenu {
	color:#956300;
	background:#fecb00 url('../img/menu/menu-item_act.gif') left -7px repeat-x;
	}
#menu table td.vs-sub div.m-item a:hover span, #menu table td.vs-sub div.m-item a.m-act span,
#menu table td.vs-sub div.m-item a.actTopMenu span {
	background:url('../img/menu/menu-arrow_act.gif') center 24px no-repeat;
	}
#menu table div.m-item a:hover span.m-shadow, #menu table div.m-item a.m-act span.m-shadow,
#menu table td.vs-sub div.m-item a.m-act span.m-shadow, #menu table td.vs-sub div.m-item a.actTopMenu span.m-shadow {
	color:#fecb00;
	background:none;
	}
/* Подменю */
.m-submenu {
	display:none;
	width:100%;
	padding:11px 0px 9px;
	background-color:#d49b02;
	text-align:left;
	position:absolute;
	left:0px;
	top:34px;
	}
.m-submenu dt {
	padding:0px 15px 5px 21px;
	background:url('../img/menu/submenu-item.gif') 15px 5px no-repeat;
	}
#menu table td div.m-item .m-submenu a {
	display:inline;
	height:auto;
	overflow:visible;
	color:#fff;
	font-size:13px;
	line-height:14px;
	font-family:"tahoma", arial, helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	}
#menu table td div.m-item .m-submenu a:hover{
	background:none;
	color:#fff;
	text-decoration:none;
	}
/*################*/

/* Стили для шапки */
#head {
	width:100%;
	height:245px;
	position:absolute;
	left:0px;
	top:33px;
	z-index:20;
	}
#head_c {
	height:244px;
	border:1px solid #666;
	border-top:0px;
	background:#383838 url('../img/head/head_bg.jpg') right top no-repeat;
	}
/* Логотип компании */
#logo {
	width:350px;
	height:76px;
	position:absolute;
	left:30px;
	top:79px;
	}
/* Логотип компании */
#logo img {
	width:350px;
	height:76px;
	vertical-align:top;
	background:url('../img/logo.png') left top no-repeat;
	}
/* Блок с часами */
#clocks {
	width:322px;
	height:42px;
	padding-top:9px;
	font-size:11px;
	line-height:1.3em;
	color:#333;
	position:absolute;
	top:220px;
	right:2px;
	margin-right:-2px;
	background:url('../img/head/clocks_bg.png') left top no-repeat;
	}
#clocks table {
	margin-left:8px;
	}
#clocks table td {
	padding:0px 9px;
	}
/*#################*/

/* Стили для основной части */
#basis {
	border:1px solid #f6f5f5;
	background:#f6f5f5 url('../img/basis/basis_bg.gif') left top repeat-x;
	padding-bottom:30px;
	}
	
/* Левый столбец */
#left_frame {
	margin-right:750px;
	padding-top:32px;
	position:relative;
	}
#left_frame-cont {
	width:209px;
	margin-left:9px;
	}
#left_frame-cont h3, #left_frame-cont .h3 {
	font-size:15px;
	line-height:16px;
	padding:7px 2px;
	font-weight:bold;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	}
#left_frame-cont p {
	font-size:11px;
	line-height:13px;
	padding:9px 0px;
	}
	
/* Меню слева */
#left_menu {
	width:222px;
	background:#363636 url('../img/basis/left_menu/left_menu-center.gif') left top repeat-y;
	margin-left:3px;
	}
#left_menu-top {
	width:222px;
	background:url('../img/basis/left_menu/left_menu-top.gif') left top no-repeat;
	}
#left_menu-top ul {
	width:100%;
	padding:16px 0px;
	list-style:none;
	background:url('../img/basis/left_menu/left_menu-bottom.gif') left bottom no-repeat;
	}
#left_menu-top ul li {
	height:29px;
	background:url('../img/basis/left_menu/left_menu-line.gif') left bottom repeat-x;
	padding:2px 1px 0px;
	position:relative;
	margin:0px 12px;
	}
#left_menu-top ul li.l_m-end {
	background:none;
	}
#left_menu-top ul li a {
	display:block;
	width:100%;
	height:26px;
	color:#fff;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	}
#left_menu-top ul li a span {
	display:block;
	height:12px;
	padding:8px 15px 6px 26px;
	background:url('../img/basis/left_menu/left_menu-item.png') left top no-repeat;
	}
#left_menu-top ul li a:hover, #left_menu-top ul li a.l_m-act,
#left_menu-top ul li a.actTopMenu {
	color:#000;
	background:#fdca00 url('../img/basis/left_menu/left_menu-item_act.gif') left top repeat-x;
	}
	
/* Подменю */
.l_m-submenu {
	display:none;
	width:250px;
	position:absolute;
	left:195px;
	top:-30px;
	}
.l_m-submenu .l_m-s-top_l {
	margin-right:15px;
	height:7px;
	overflow:hidden;
	background:url('../img/basis/left_menu/submenu-top_left.png') left top no-repeat;
	}	
.l_m-submenu .l_m-s-top_r {
	width:15px;
	height:7px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	background:url('../img/basis/left_menu/submenu-top_right.png') left top no-repeat;
	}	
.l_m-submenu table {
	width:auto;
	}
.l_m-submenu .l_m-s-c-left, .l_m-submenu .l_m-s-c-right {
	width:4px;
	overflow:hidden;
	background:url('../img/basis/left_menu/submenu-left.png') left top repeat-y;
	}
.l_m-submenu .l_m-s-c-right {
	background:url('../img/basis/left_menu/submenu-right.png') left top repeat-y;
	}
.l_m-submenu .l_m-s-c-center {
	background:#d49b02;
	padding:9px 13px 0px;
	}
#left_menu-top ul li .l_m-submenu a {
	width:auto;
	height:auto;
	display:block;
	color:#fff;
	font-size:11px;
	line-height:13px;
	padding-left:7px;
	text-transform:none;
	text-decoration:underline;
	margin-bottom:9px;
	background:url('../img/menu/submenu-item.gif') left 5px no-repeat;
	}
#left_menu-top ul li .l_m-submenu a:hover {
	color:#fff;
	text-decoration:none;
	background:url('../img/menu/submenu-item.gif') left 5px no-repeat;
	}
.l_m-submenu .l_m-s-bottom_l {
	margin-right:15px;
	height:7px;
	overflow:hidden;
	background:url('../img/basis/left_menu/submenu-bottom_left.png') left top no-repeat;
	}	
.l_m-submenu .l_m-s-bottom_r {
	width:15px;
	height:7px;
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:0px;
	background:url('../img/basis/left_menu/submenu-bottom_right.png') left top no-repeat;
	}	
	
/* Список валют */
.money {
	width:209px;
	color:#996600;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	}
.money div {
	padding:8px 32px;
	}
	
/* Инофрмационный блок */
#left_info {
	width:100%;
	overflow:hidden;
	}
/* Название блока */
#left_info dt {
	cursor:pointer;
	padding-bottom:7px;
	}
#left_info dt a {
	display:block;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	color:#000;
	background:#d49b02;
	padding:0px 12px 7px;
	}
#left_info dt a span {
	border-bottom:1px dashed #000;
	}
#left_info dt.acc-active a span {
	border-bottom:0px;
	}
#left_info dt a span {
	position:relative;
	top:2px;
	}
#left_info dt a:hover {
	text-indent:0px;
	}
#left_info dt a:hover span, #left_info dt a.l_i-act span {
	border:0px;
	}
/* Информация в блоке */
#left_info dd {
	padding-left:43px;
	}
/*---------------*/

/* Центральная часть */
#center_frame {
	width:750px;
	float:right;
	}
#center_frame-cont {
	padding:26px 15px 8px 0px;
	}
#center_frame-cont .c_f-cont {
	padding-right:20px;
	}
#center_frame-cont h1, #center_frame-cont .h1 {
	font-size:17px;
	line-height:1.2em;
	font-weight:bold;
	color:#cc9900;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	padding:12px 0px;
	letter-spacing:-1px;
	}
#center_frame-cont h1 a, #center_frame-cont .h1 a {
	color:#cc9900;
	text-decoration:underline;
	}
#center_frame-cont h3, #center_frame-cont .h3 {
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	color:#336699;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	padding:9px 0px;
	}
#center_frame-cont h3.gold {
	color:#cc9900;
	font-size:15px;
	}
#center_frame-cont h3 span, #center_frame-cont .h3 span {
	font-size:19px;
	color:#990000;
	padding:0px 27px 0px 15px;
	}
#center_frame-cont p {
	font-size:13px;
	line-height:1.2em;
	padding:9px 0px;
	}
#center_frame-cont a {
	color:#336699;
	text-decoration:underline;
	}
#center_frame-cont a:hover {
	text-decoration:none;
	}
	
/* Золотой цвет ссылок и строчного элемента */
#center_frame-cont a.gold, #center_frame-cont span.gold {
	color:#cc9900;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	}
#center_frame-cont a.gold span {
	color:#336699;
	text-transform:uppercase;
	}
	
/* Список */
#center_frame-cont ul, #center_frame-cont ol {
	padding:9px 0px;
	list-style:none;
	}
#center_frame-cont ul li {
	padding-left:11px;
	background:url('../img/basis/list-dot.gif') 2px 7px no-repeat;
	}
#center_frame-cont ul li.no_bg, #center_frame-cont ul.ul-dashed li.no_bg {
	background:none;
	padding:0px;
	}
#center_frame-cont ol li {
	padding-left:8px;
	}
	
/* Список с черточками */
#center_frame-cont ul.ul-dashed li {
	padding-left:9px;
	background:url('../img/basis/ul-dased-list.gif') left 8px no-repeat;
	}
	
/* Строка с коричневым шрифтом */
#center_frame-cont div.brown, #center_frame-cont span.brown, #center_frame-cont ul li.brown {
	font-size:13px;
	line-height:1.2em;
	display:block;
	color:#996600;
	padding:9px 13px;
	}
#center_frame-cont span.brown {
	padding:0px 13px;
	display:inline;
	}
#center_frame-cont ul li.brown {
	padding:0px;
	background:none;
	}
#center_frame-cont div.brown ul {
	color:#666;
	margin-left:8px;
	padding:2px 0px 0px;
	}

#center_frame-cont .list p {
	padding:9px 0px 0px;
	}
#center_frame-cont .list .search_form {
	padding-bottom:10px;
	}
	
/* Серый блок */
.gray-box {
	background-color:#ebebea;
	padding:10px 15px;
	margin-bottom:16px;
	}
	
/* Ссылки на марки автомобилей */
#center_frame-cont .autos-links ul, .autos-links ul {
	width:110px;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:18px;
	}
#center_frame-cont .autos-links ul li, .autos-links ul li {
	padding:0px;
	background:none;
	}
	
/* Таблица результатов поиска авто или нестандартное офрмление таблицы */
.table {
	width:100%;
	margin-bottom:7px;
	}
.table th {
	padding:4px 14px 4px;
	font-size:11px;
	line-height:1.2em;
	font-weight:normal;
	color:#333;
	text-align:left;
	vertical-align:top;
	background:#d49b02 url('../img/basis/table-header-line_v.gif') right top repeat-y;
	border-top:1px solid #d49b02;
	border-bottom:1px solid #d49b02;
	}
.table th.th-end {
	background-image:none;
	}
.table th.center, .table .center th {
	text-align:center;
	padding:4px 12px 4px;
	}
/* Вторая линия заголовков */
.table .t-two-line th {
	border-top:0px;
	}
.table .t-line-h th {
	height:2px;
	overflow:hidden;
	line-height:0px;
	font-size:0px;
	padding:0px;
	border:0px;
	}
.table .t-line-h th div {
	height:2px;
	margin-right:2px;
	background:#d49b02 url('../img/basis/table-header-line_h.gif') left top repeat-x;
	}
/* Размеры полей таблицы */
.table .t-td1 {width:20%;}
.table .t-td2 {width:34%;}
.table .t-td3 {width:30%;}
.table .t-td4 {width:16%;}

.table td {
	border-right:1px solid #ebebea;
	border-top:1px solid #ebebea;
	padding:14px 8px 14px 12px;
	vertical-align:top;
	font-size:13px;
	line-height:1.2em;
	}
.table td img {
	vertical-align:middle;
	}
/* Данные поиска по IAAI */
#center_frame-cont .table td p, .table td p {
	padding:7px 0px;
	}
.table td.t-first {
	border-left:1px solid #ebebea;
	vertical-align:middle;
	padding:15px 12px 17px;
	}
.table .t-end td {
	border-bottom:1px solid #ebebea;
	padding-bottom:22px;
	}
table.t-end {
	border-bottom:1px solid #ebebea;
	}
.table .t-border-left {
	border-left:1px solid #ebebea;
	}
/* Небольшие padding в ячейках */
.t-small-padding td {
	padding:2px 8px 2px 8px;
	}
.t-small-padding td.t-first {
	padding:2px 8px 2px 8px;
	}
.t-small-padding td.t-first div{
	margin-left:20px;
	text-align:left;
	}
.t-small-padding .t-end td {
	padding-bottom:2px;
	}
/* Наведение на строки */
.t-hover tr:hover, .t-hover tr.tr_hover {
	background:#ebebea;
	}
/* Центрирование по вертикали всех ячеек */
.t-valign td {
	vertical-align:middle;
	}

/* Пустая линия */
.table .t-line td {
	border:0px;
	height:1px;
	overflow:hidden;
	padding:0px;
	}

/* Данные поиска по Copart */
.copart .table .t-td3 {width:19%;}
.copart .table .t-td4 {width:27%;}
/* Данные поиска по IAAI */
.iaai .table th {
	padding:4px 10px 4px;
	}
.iaai .table .t-td1 {width:17%;}
.iaai .table .t-td2 {width:14%;}
.iaai .table .t-td3 {width:13%;}
.iaai .table .t-td4 {width:15%;}
.iaai .table .t-td5 {width:12%;}
.iaai .table .t-td6 {width:13%;}
.iaai .table .t-td7 {width:16%;}
.iaai .table td {
	padding:0px 14px;
	}
.iaai .table .t-line td {
	padding:0px;
	}
.iaai .table td p, #center_frame-cont .iaai .table td p {
	font-size:11px;
	line-height:1.2em;
	}
.iaai .table td.t-first {
	padding:8px 12px 8px;
	}
/* Календарь аукционов */
.auction_calendar .table th {
	font-weight:bold;
	}
.auction_calendar .table td {
	padding:0px 8px;
	}
.auction_calendar .table .t-first {
	padding:0px 8px;
	vertical-align:top;
	}
.auction_calendar .table td p,
#center_frame-cont .auction_calendar .table td p {
	font-size:11px;
	line-height:18px;
	}
	
/* Кранный цвет шрифта */
.red, #center_frame-cont .red {
	color:#990000;
	}
	
/* Блок страниц */
.page {
	width:100%;
	text-align:center;
	padding:8px 0px;
	}
.page img {
	vertical-align:middle;
	padding:0px;
	margin:0px;
	}
.page span {
	padding:2px 0px 4px;
	margin:0px 1px;
	}
#center_frame-cont .page a, .page a {
	padding:2px;
	margin:0px 1px;
	color:#666;
	text-decoration:none;
	}
#center_frame-cont .page a.p-arrow, .page a.p-arrow,
#center_frame-cont .page a.p-arrow:hover, .page a.p-arrow:hover {
	padding:0px;
	margin:0px;
	background:none;
	}
#center_frame-cont .page a:hover, .page a:hover, #center_frame-cont .page a.p-act, .page a.p-act {
	background-color:#d49b02;
	color:#000;
	}
	


/* Блок с желтой шапкой и серой границей */
.block {
	margin-bottom:10px;
	}
.block .b-head {
	padding:4px 15px 4px;	
	font-size:13px;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
	text-align:left;
	vertical-align:middle;
	background:#d49b02;
	margin-bottom:1px;
	}
.block .b-body {
	border:1px solid #ebebea;
	position:relative;
	}
/* Контент блока */
.block .b-cont {
	padding:7px 14px;
	}
.block .b-cont h3, #center_frame-cont .block .b-cont h3,
.block .b-cont .field_info a, #center_frame-cont .block .b-cont .field_info a {
	display:block;
	font-size:15px;
	line-height:1.2em;
	font-weight:bold;
	color:#cc9900;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	padding:0px 0px 9px;
	letter-spacing:-1px;
	}
.block .b-cont .field_info a, #center_frame-cont .block .b-cont .field_info a {
	text-decoration:none;
	}
.block .b-cont .field_info a i, #center_frame-cont .block .b-cont .field_info a i {
	border-bottom:1px dashed #cc9900;
	text-decoration:none;
	position:relative;
	top:-2px;
	}
.block .b-cont .field_info a:hover, #center_frame-cont .block .b-cont .field_info a:hover {
	text-indent:0px;
	}
.block .b-cont .field_info a:hover i, #center_frame-cont .block .b-cont .field_info a:hover i,
.block .b-cont .field_info dt.acc-active a i, #center_frame-cont .block .b-cont .field_info dt.acc-active a i{
	border:0px;
	}
.block .b-cont p, #center_frame-cont .block .b-cont p {
	font-size:13px;
	line-height:1.2em;
	padding:0px 0px 9px;
	}
/* Серый блок */
.block .b-cont .gray-box {
	background-color:#ebebea;
	padding:10px 13px;
	margin-bottom:7px;
	margin-right:307px;
	}
	
/* Ссылки на марки автомобилей */
#center_frame-cont .block .b-cont .autos-links ul, .block .b-cont .autos-links ul {
	padding-right:47px;
	width:auto;
	position:relative;
	}
#center_frame-cont .block .b-cont .autos-links ul.end, .block .b-cont .autos-links ul.end {
	padding-right:15px;
	}

/* Блок описания авто */
.car {
	margin:16px 9px 0px 10px;
	padding-bottom:60px;
	}
.car h3, .car .h3, 
#center_frame-cont .car h3, #center_frame-cont .car .h3 {
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	color:#336699;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	padding:7px 0px 0px;
	}
.car p, #center_frame-cont .car p {
	font-size:13px;
	line-height:1.2em;
	padding:4px 1px;
	}
.car .brown, #center_frame-cont .car .brown {
	display:block;
	font-size:13px;
	line-height:1.2em;
	color:#996600;
	padding:4px 13px;
	}
.car ul, #center_frame-cont .car ul {
	font-size:13px;
	line-height:1.2em;
	padding:4px 0px;
	list-style:none;
	}
.car ul li, #center_frame-cont .car ul li {
	padding-left:11px;
	background:url('../img/basis/list-dot.gif') 2px 7px no-repeat;
	}
.car .c-modul {
	float:left;
	width:232px;
	}
.car .red, #center_frame-cont .car .red {
	color:#660000;
	}
.car .c-cost {
	color:#660000;
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
	font-style:italic;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	letter-spacing:-1px;
	}
.car .c-left {
	width:450px;
	float:left;
	padding-bottom:28px;
	}
.car .c-left_cont, .car .c-cont {
	padding:0px 9px;
	}
.car .c-right {
	width:257px;
	float:right;
	padding-bottom:28px;
	}
	
.car .c-right1 {
	width:237px;
	float:right;
	padding-bottom:28px;
	}
	
/* Большое фото авто */
.car .big_car {
	vertical-align:top;
	border:1px solid #1a1917;
	margin-bottom:8px;
	}
	
/* Маленькие фото авто */
.car .small_cars {
	width:257px;
	background:#ebebea;
	overflow:hidden;
	}
.car .s_c-body {
	padding:4px 3px 9px 4px;
	position:relative;
	}
.car .s_c-body a, #center_frame-cont .car .s_c-body a {
	display:inline;
	padding:2px;
	margin-right:1px;
	float:left;
	text-decoration:none;
	}
.car .s_c-body a img {
	vertical-align:top;
	}
.car .s_c-body a:hover, .car .s_c-body a.act, 
#center_frame-cont .car .s_c-body a:hover, #center_frame-cont .car .s_c-body a.act {
	padding:1px;
	border:1px solid #d49b02;
	}
/* Навигация по маленьким фото авто */
.car .s_c-footer {
	margin:0px 1px;
	padding:2px 2px 0px 15px;
	height:34px;
	background:url('../img/basis/small_cars-line.gif') left top repeat-x;
	}
.car .s_c-footer .s_c-navig {
	width:105px;
	float:left;
	padding-top:8px;
	color:#336699;
	}
.car .s_c-footer .s_c-navig a {
	float:left;
	margin-right:11px;
	}
.car .s_c-footer .s_c-navig img {
	vertical-align:middle;
	}
.car .s_c-footer .s_c-info {
	margin-left:105px;
	padding-top:5px;
	font-size:10px;
	line-height:11px;
	color:#999;
	}
	
/* ����� ������ */
.search_form {
	width:100%;
	position:relative;
	padding-bottom:27px;
	}
form.search_form {
	padding-bottom:0px;
	}
.search_form .s_f-left {
	float:left;
	}
.search_form .s_f-right {
	float:left;
	padding-left:35px;
	}
.search_form .mark {
	margin-right:307px;
	}
.search_form .form_table {
	width:292px;
	position:relative;
	float:left;
	}
.search_form .f_t-left {
	width:120px;
	padding-bottom:4px;
	float:left;
	}
.search_form .f_t-right {
	width:172px;
	padding-bottom:4px;
	float:left;
	}
.search_form .button-div {
	padding-top:9px;
	padding-right:13px;
	}
.search_form .button-div .button {
	position:static;
	float:right;
	}
	
/* ����� ������ ��� IAAI */
.iaai .search_form .form_table {
	width:352px;
	position:relative;
	float:left;
	}
.iaai .search_form .f_t-left {
	width:180px;
	padding-bottom:4px;
	float:left;
	}
.iaai .search_form .f_t-right {
	width:172px;
	padding-bottom:4px;
	float:left;
	}
.search_form .mark ul.srList, #center_frame-cont .search_form .mark ul.srList {
	float:right;
	}
.search_form label {
	font-size:13px;
	line-height:1.2em;
	font-style:italic;
	color:#996600;
	padding-right:9px;
	position:relative;
	top:3px;
	}
.search_form label.paddingLeft {
	padding-left:32px;
	}
.search_form label.rlab{
    margin:0px;
	padding:0px;
    font-size:13px;
	font-style:italic;
	color:#666;
	width:50px;
	position:relative;
	top:-2px;
	}
.search_form .form_line {
	margin-bottom:9px;
	}
.search_form i {
	padding:0px 5px;
	position:relative;
	top:3px;
	}
.search_form .button {
	position:relative;
	right:-10px;
	bottom:-4px;
	float:right;
	}
#center_frame-cont .search_form-links, .search_form-links {
	padding:9px 0px;
	}
#center_frame-cont .search_form-links a, .search_form-links a{
	padding-right:18px;
	}
/* Фолрма для коментария */
.coment {
	width:505px;
	}
.coment .gray-box {
	padding-right:5px;
	}
.coment .search_form {
	padding-bottom:0px;
	}
.coment .search_form .form_table {
	width:485px;
	}
.coment .search_form .f_t-left {
	width:95px;
	}
.coment .search_form .f_t-right {
	width:390px;
	}
.coment .search_form .button {
	right:0px;
	}
.gray-box .input, .gray-box .textarea {
	background:#fff;
	}
	
/* Меню управления аукционом */
.auction_menu, .auction_menu_2 {
	float:right;
	padding-top:18px;
	font-size:11px;
	line-height:13px;
	}
.auction_menu a, #center_frame-cont .auction_menu a {
	padding-left:20px;
}
.auction_menu_2 a, #center_frame-cont .auction_menu_2 a {
	padding-right:38px;
}

/* Выравнивание ячеек в таблице по верхнему краю */
.verticalTop td {
	vertical-align:top;
	}
/*-------------------*/

/* Центральный блок информации */
.hor_info {
	width:100%;
	}
.hor_info dt {
	float:left;
	margin-right:16px;
	height:21px;
	}
#center_frame-cont .hor_info dt a, .hor_info dt a {
	float:left;
	height:21px;
	padding:0px 7px 0px 7px;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cc9900;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
	}
#center_frame-cont .hor_info dt a span, .hor_info dt a span{
	border-bottom:1px dashed #cc9900;
	}
#center_frame-cont .hor_info dt a:hover, .hor_info dt a:hover, 
#center_frame-cont .hor_info dt.h_i-act a, .hor_info dt.h_i-act a{
	text-indent:0px;
	background:url('../img/basis/button_bg.gif') left top repeat-x;
	color:#333;
	}
#center_frame-cont .hor_info dt a:hover span, .hor_info dt a:hover span,
#center_frame-cont .hor_info dt.h_i-act a span, .hor_info dt.h_i-act a span{
	border-bottom:0px;
	}
.hor_info dd {
	display:none;
	padding:0px 0px 25px 10px;
	overflow:hidden;
	clear:both;
	}
/*##########################*/

/* Стили для низа сайта */
#footer {
	width:100%;
	height:84px;
	}
#footer-cont {
	width:1004px;
	margin:0px auto;
	height:69px;
	color:#fff;
	font-size:11px;
	line-height:1.2em;
	text-align:center;
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	}
#footer-cont p {
	padding:13px 0px 15px;
	}
#footer-cont div img {
	vertical-align:top;
	padding:0px 1px;
	}
/*######################*/

/* Картинка загрузки */	
.img_loader {
	width:257px;
	height:120px;
	background:#ebebea url('../img/ajax-loader.gif') center center no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	}






