/*
 * Main categories in cars subpage
 */
div.main_categories {
	margin: 10px 0px 20px 0px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
div.main_categories a {
	color: #FF6600;
	font-weight: bold;
}

/*
 * Featured items main container
 */
div.featured {
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
div.featured_extra {
	margin-top: -1px;
}
div.featured_hdr {
	padding: 6px;
	background: url('/inc/img/bg/heading_bg.gif') repeat-x;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
div.featured_btn {
	text-align: right;
	margin-bottom: 6px;
}
div.featured_bottom_l {
	width: 280px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFEEE2;
}
div.featured_bottom_r {
	width: 280px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
div.featured_bottom_link_l {
	width: 280px;
	float: left;
	margin-top: 5px;
	text-align: right;
}
div.featured_bottom_link_r {
	width: 280px;
	float: right;
	margin-top: 5px;
	text-align: right;
}

/*
 * Featured items table
 */
table.featured_items {
	margin: auto;
}
table.featured_items .item {
	padding: 9px 0px;
	width: 20%;
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: top;
}
table.featured_items .item2 {
	padding: 9px;
	width: 50%;
	text-align: center;
	vertical-align: top;
}
table.featured_items .item3 {
	padding: 9px 0px;
	width: 13%;
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: top;
}
table.featured_items .item4 {
	padding: 9px;
	width: 33%;
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: top;
}
table.featured_items .item img, table.featured_items .item2 img {
	border: 1px solid #666666;
}
table.featured_items .item .body, table.featured_items .item2 .body {
	padding-top: 5px;
}
table.featured_items .link {
	background-color: #EBEBEB;
	padding: 0px 15px 10px 0px;
	text-align: right;
}

/*
 * Frontpage containers
 */
div.news_front {
	color: #FF6600;
	font-size: 12px;
	line-height: 20px;
	background-color: #F4F4F4;
	padding: 15px;
}
div.paused {
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	background-color: #F4F4F4;
	padding: 15px;
	font-weight: bold;
}
div.paused a {
	color: #FF0000;
	text-decoration: underline;
}
