tr {
	
}

/* Common */
.content {
	padding: 0;
	height:auto;
}
.gobet {
	color:#fff;
	line-height:16px;
	white-space: nowrap;
}
span.gobet {
	color: #fff;
	background:url(/img/site/why_link_bg_grey.gif) no-repeat left top;
	border:solid 1px #9e9e9e;
}
a.gobet {
	color: #fff;
	text-decoration:none;
	background:url(/img/site/why_link_bg.gif) no-repeat left top;
	border: solid 1px #7b0c26;
}
a.gobet:hover {
	color: #fff;
	text-decoration:none;
	background:url(/img/site/why_link_bg_.gif) no-repeat left top;
	border: solid 1px #bc1239;
}


/* full.tpl */
.auc {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px dotted #d3d3d3;
}
.auc img { vertical-align: middle;}

.auc tr { background: #f3f3f4; }
.auc tr.odd { background: #fff; }

.auc td, .auc th {
	padding: 3px 5px;
	text-align: left;
	height: 70px;
	vertical-align: middle;
	font-size: 11px;
}
.auc th {
	height: 40px;
	background: #fff;
	border-top: 1px dotted #d3d3d3;
	border-bottom: 1px dotted #d3d3d3;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.auc small {
	font-size: .8em;
	font-weight: normal;
	color: #000;
}


/* short.tpl */
.aucs {
	width: 100%;
}
.aucs img { vertical-align: middle;}
.aucs td, .aucs th {
	padding: 3px 5px;
	text-align: left;
	height: 30px;
	vertical-align: middle;
	font-size: 11px;
}
.aucs th {
	height: 30px;
	background: #fff;
	font-weight: bold;
	white-space: nowrap;
}
.aucs small {
	font-size: .8em;
	font-weight: normal;
	color: #000;
}

/* block.tpl */
.bracket {
	background: url(/img/site/bracket_bg.gif) no-repeat left bottom;
	float: left;
	margin: 5px;
	_margin-left: 2px;
	width: 185px;
	height: 130px;
	position: relative;
}
/*.bracket div { 	overflow: hidden;}*/
.bracket img.car {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
}
.bracket a, .bracket a:visited {
	color: #fff;
	text-decoration: none;
}
.bracket a:hover {
	text-decoration: underline;
}
.bracket small {
	font-size: .8em;
	font-weight: normal;
	margin-left: 2px;
	color: #000;
}
.bracket strong {
	color: #ed1c24 !important;
	font-weight: bold;
	line-height: 2em;
}
.bracket img { vertical-align: middle;}



/* Cells */
.c_id {
	text-align: center!important;
}
.c_icons {
	text-align: center!important;
	white-space: nowrap;
}
.c_blitz {
	color: #dd1e25;
	white-space: nowrap;
}
.c_year {
	font-style: italic;
}
.c_price {
	font-weight: bold;
	white-space: nowrap;
}
.c_done {
	color: #ccc;
	font-weight: bold;
}
.c_model a, .c_model a:visited, .c_model a:hover {
	color: #8b0015;
}

/* Stuff */
.c_img div { position: relative }
.stick1, .stick2, .stick3, .stick4 {position: absolute!important;}
.stick1 {
	/*top: 50%;
	left: 50%;
	margin-top: -32px;*/
	margin-left: -90px;
}
.stick2 {
	top: 0;
	left: 0;
}
.stick3 {
	bottom: 0;
	_bottom: 6px;
	left: 0;
}
.stick4 {
	top: 2px;
	left: 115px;
}

.bubble_wrap {
	display: inline;
	position: relative;
}
.bubble_wrap img {
	cursor: help;
}
.bubble {
	background-image: url(/img/bubble.png);
	background-repeat: no-repeat;
	background-position: top left;
	_behavior:url("/js/iepngfix.htc");

	position: absolute;
	z-index: 999;
	overflow: hidden;
	margin-left: -15px;
	margin-top: -130px;
	//margin-left: -45px;
	//margin-top: -100px;
	display: none;

	width: 221px;
	height: 100px;
}
.c_icons .bubble {
	margin-top: -105px;
	//margin-top: -75px;
}

.bubble div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 8px 15px 37px 10px;
	text-align: left;
	height: 65px;
	width: 195px;
	white-space: normal;
}


.listlink {
	padding: 5px 10px 5px 0;
	text-align: right;
}
.listlink a {
	color: #8b0015;
}
.smaller td {
	height: 40px;
}
.smaller .c_img img.car {
	width: 61px;
	height: 34px;
}


