/* ------------------------------ */
.content {
	padding: 0;
	background: #fff;
}
#auction strong {
	font-weight: bold !important;
}

/* Название тачки */
#auction {
	background: #fff;
}
#auction h2 {
	margin: 0;
	padding: 0 20px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}

/* Фотки */
#auction .photos {
	width: 165px;
	float: right;
	position: relative;
	margin-bottom: 10px;
}
#auction .photos ul, #auction .photos li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#auction .jcarousel-skin-tango .jcarousel-container-vertical {
	margin-top: -20px;
}

/* Основное фото */
#auction .mainphoto {
	width: 400px;
	margin-bottom: 10px;
	position: relative;
}
#auction .mainphoto img {
	margin: 0 0 0 20px;
	vertical-align: top;
}
#auction .mainphoto img.sticker {
	position: absolute;
	top: 0;
	left: 0;
}
#auction .nofoto {
	height: 190px;
	border: 1px dashed #ededed;
	background: #fafafa;
	line-height: 190px;
	color: #ddd;
	text-align: center;
	width: 100%;
}


/* Легенда */
#auction .legend {
	background: #e8e8e8;
	margin-bottom: 10px;
	width: 380px;
	padding: 10px;
	float: left;
	position: relative;
}
#auction .legend p {
	font-size: 11px;
	line-height: 1.3em;
	vertical-align: baseline;
	padding: 0;
}


/* Панель управления полетами */
#auction .panel {
	margin-bottom: 10px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
}
#auction .panel div {
	float: left;
	position: relative;
	text-align: left;
	margin: 0 5px;
}

.panel a {
	display:block;
	background: #ed1c24;
	color: #fff;
	padding: 0 30px;
	margin-top: 45px;

	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
 .panel a:hover {
	background-color: #a70328;
	text-decoration: none;
}
.panel a.frozen, #auction .panel a.frozen:hover {
	background-color: #999999;
	cursor: default;
}

#div_do_bet span {
	display: block;
	position: relative;
	float: right;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}
.panel big {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}
 .panel small {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 2px;
}

 a.notif, #auction a.notif:visited {
	background:#7cbd0d;
}
 a.notif:hover {
	background:#693;
	
}



/* Блок сообщений */
#div_do_bet {
	background: #f7f7f7;
	border: 1px solid #900;
	text-align: left;
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	position: relative;
}

#auction .messbox .close {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: .8em;
}
#div_do_bet h6 {
	font-weight: bold;
	font-size: 14px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	color: #F2172D;
	margin: 0 0 5px 0;
}
#div_do_bet p {
	margin: 0 0 10px 0;
	padding: 0;
}

#auction .alertbox {
	padding: 10px 20px;
	color: #fff;
	background: #f99;
	margin-bottom: 10px;
}



/* Информация о машине, фишка */
.carinfo {
	background:#e8e8e8 url(/img/site/det_info_bg.jpg) repeat-x;
	padding:20px 0px;
	margin-bottom: 10px;
}
.carinfo table {
	width: 100%;
}
.carinfo table td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:3px 20px;
	vertical-align: top;
}
.fishka_cnt {
	padding: 15px 20px 0 10px;
	width: 180px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
}
.fishka_cnt * {
	padding: 0;
	margin: 0;
}


/* Нижняя плашка */
#auction .bottom {
	background: #bdbdbd;
	line-height: 24px;
	height: 24px;
	padding: 0 100px 0 10px;
	position: relative;
}

#auction .bottom a, #auction .bottom a:visited {
	color: #a10327;
	background: url(/img/site/det_link_arrow.gif) no-repeat scroll right center;
	padding-right: 8px;
	margin-right: 10px;
	float: right;
}
#auction .bottom a:hover {
	text-decoration: none;
}

/* Cчетчик */
#auction .counter {
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 108px;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
	_right: -1px;
	text-align: center;
	color: #fff;
}
#auction .counter span {
	display: block;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
	margin-left: 10px;
	line-height: 1em;
}
#auction .counter small {
	font-size: 16px;
}
#auction .counter span.withdays {
	margin-top: 15px;
}

/* Блок сообщений */
 .messbox2 {
	background: #f7f7f7;
	border: 1px solid #900;
	text-align: left;
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	display: none;
	position: relative;
}
 .messbox2 div {
	display: none;
}
 .messbox2 .close {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: .8em;
}
 .messbox2 h6 {
	font-weight: bold;
	font-size: 14px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	color: #F2172D;
	margin: 0 0 5px 0;
}
 .messbox2 p {
	margin: 0 0 10px 0;
	padding: 0;
}

.nicetable_1 {
	padding: 0;
	margin: 10px 0;
	width: 460px;
}
.nicetable_1_td, .nicetable_1_th {
	padding: 5px 10px 5px 5px;
	border-style: solid;
}
.nicetable_1_th {
	font-style: italic;
	color: #666;
	font-size: .9em;
	border-width: 1px 0;
	border-color: #999;
}
.nicetable_1_td {
	border-width: 0 0 1px 0;
	
	border-color: #ddd;
}
.nicetable_1 strong {
	font-weight: bold;
}
.nicetable_1 small {
	font-size: .8em;
}