body
{
	background-image: url("../n_images/gr_bg_strip.png");
	background-repeat: repeat-x;

	font-family: arial;
}

.main_logo
{
	width: 318px;
	height: 121px;
	
	float: left;
}

.main_logo img
{
	margin-top: 28px;
}

.logo_and_menu
{
	width: 680px;
	height: 121px;
	
	float: right;
}

.header_strip
{
	width: 1000px;
	height: 1px;

	background-color: #8d8d51;

	margin-bottom: 11px;
}

.footer
{
	width: 1000px;
	height: 30px;
	
	background-color: #030f34;
	
	margin-top: 11px;
}

.footer p
{
	margin: 0px;
	margin-left: 14px;
	margin-right: 14px;

	clear: both;
	
	padding: 0px;
	padding-top: 7px;
	
	font-size: 12px;

	color: #ffffff;
}
.footer p a, .footer p a:visited {
	color: #ffffff;
}

.content
{
	width: 1000px;
}

.logo_area
{
	width: 680px;
	height: 92px;
}

.logo_area img
{
	float: right;
	
	margin-left: 15px;
}



.home_marks
{
	width: 312px;
	height: 128px;

	border-style: solid;
	border-width: 3px;
	border-color: #8d8d51;

	margin-bottom: 9px;

	float: left;
}

.home_marks img
{
	display: block;
}

.home_specials
{
	width: 645px;
	height: 403px;

	border-style: solid;
	border-width: 3px;
	border-color: #8d8d51;

	clear: both;
}

.home_specials img
{
	display: block;
}

.search_box
{
	width: 330px;
	height: 400px;

	border-style: solid;
	border-width: 3px;
	border-color: #8d8d51;

	margin-bottom: 14px;

	background-image: url("/n_images/searchbox_v/search_bg_strip.png");
	background-repeat: repeat-x;
}

.newsletter_box
{
	width: 330px;
	height: 126px;

	border-style: solid;
	border-width: 3px;
	border-color: #8d8d51;

	background-image: url("/n_images/newsbox/news_bg_strip.png");
	background-repeat: repeat-x;
}

.newsletter_box p
{
	margin: 0px;
	padding: 3px 0 0 0;

	font-size: 14px;
	text-align: center;

	color: #030c31;
}

.newsletter_box form
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.newsletter_box table
{
	padding: 0px;
	margin: 0 auto;
	width: 294px;

	text-align: center;
}

.newsletter_box table p
{
	margin: 0px;
	padding: 0px;
}

.newsletter_box table td
{
	text-align: right;
	font-size: 14px;
}

.wide_content_box
{
	width: 972px;

	padding-left: 11px;
	padding-right: 11px;

        border-style: solid;
        border-width: 3px;
        border-color: #8d8d51;

        background-color: #ffffff;
        background-image: url("/n_images/carlist/bg_strip.png");
        background-repeat: repeat-x;
}

.thin_content_box
{
        width: 623px;

	padding-left: 11px;
	padding-right: 11px;

        border-style: solid;
        border-width: 3px;
        border-color: #8d8d51;

        background-color: #ffffff;
        background-image: url("/n_images/carlist/bg_strip.png");
        background-repeat: repeat-x;
}

.results_box
{
        width: 645px;

        border-style: solid;
        border-width: 3px;
        border-color: #8d8d51;

	padding-bottom: 10px;

	background-color: #ffffff;
        background-image: url("/n_images/carlist/bg_strip.png");
	background-repeat: repeat-x;
}

.results_content_box
{
        width: 645px;

        border-style: solid;
        border-width: 3px;
        border-color: #8d8d51;

        padding-bottom: 10px;

        background-color: #ffffff;
        background-image: url("/n_images/cardet/detail_strip.png");
        background-repeat: repeat-x;
}

.results_header
{
	width: 608px;
	height: 86px;

	padding-top: 10px;
	padding-left: 21px;
	padding-right: 16px;
}

.results_header p
{
	margin: 0px;
	padding: 0px;

	font-size: 20px;
	font-weight: normal;
}

.results_header div.sortbys
{
	width: 608px;
	height: 25px;

	padding-top: 3px;
}

.results_header div.sortbys img
{
	display: block;

	float: right;
}

.results_header div.sortbys p
{
	padding-top: 6px;
	font-size: 14px;

	float: left;

	color: #030f32;
}

.results_item_box
{
	width: 604px;

	margin-left: 21px;
	margin-bottom: 4px;

	padding-left: 9px;
	padding-bottom: 7px;

        border-style: solid;
        border-width: 2px;
        border-color: #8d8d51;

	background-color: #ffffff;
	background-image: url("/n_images/carlist/det_bg_strip_mir.png");
	background-repeat: repeat-x;
}

.results_item_box:hover
{
	cursor: pointer;
}

.detail_header
{
	width: 629px;
	height: 51px;

	padding-left: 11px;
	padding-right: 11px;

	background-color: #8d8d51;
}

.detail_header p
{
	margin: 0px;
	padding-top: 12px;
	
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

.detail_header div.desc
{
	width: 500px;
	height: 47px;

	float: left;
	overflow: hidden;
}

.detail_header div.desc p
{
	text-align: left;
}

.detail_header div.price
{
	width: 120px;
	height: 47px;

	float: right;
	overflow: hidden;
}

.detail_header div.price p
{
	text-align: right;
}

.detail_data_box
{
	width: 315px;

	margin-top: 9px;
	padding-right: 10px;

	float: right;
}

.detail_data_box table
{
	margin-bottom: 15px;
}

.detail_data_box table tr
{
	vertical-align: top;
}

.detail_data_box table p
{
	margin: 0px;
width: 220px;
	font-size: 14px;
	font-weight: normal;
}

.detail_data_box table h1
{
	margin: 0px;

	font-size: 14px;
	font-weight: bold;
}

.detail_data_box table h2
{
	margin: 0px;
	margin-top: 8px;
	
	font-size: 18px;
	font-weight: bold;
}

.detail_data_box table h3
{
	margin: 0px;
	margin-top: 8px;
	
	font-size: 20px;
	font-weight: bold;
}

.detail_images_box
{
	width: 300px;

	float: left;
	
	margin: 0px;
	padding-left: 10px;
	margin-top: 9px;
}

.detail_mainpic
{
	width: 284px;

	border-style: solid;
	border-width: 2px;
	border-color: #8d8d51;
}

.detail_mainpic img
{
	display: block;
}

.detail_thumbnail
{
	width: 135px;
	
	float: left;

	margin-top: 12px;
	margin-right: 10px;
	
	border-style: solid;
	border-width: 2px;
	border-color: #8d8d51;
}

.detail_thumbnail img
{
	display: block;
}

.results_photo_box
{
	width: 124px;
	min-height: 93px;

	border-style: solid;
	border-width: 2px;
	border-color: #8d8d51;

	float: left;

	margin-top: 8px;
	margin-bottom: 6px;

	background-color: #000000;
}

.results_photo_box img
{
	display: block;
}

.results_header_box
{
	width: 446px;
	height: 21px;

	margin-top: 8px;
	margin-right: 9px;

	overflow: hidden;

	float: right;
}

.results_header_box p
{
	margin: 0px;
	padding: 0px;

	font-size: 16px;
	font-weight: bold;
}

.results_detail_box
{
	width: 448px;
	min-height: 76px;

	margin-right: 9px;

	float: right;
}

.results_detail_box p
{
	margin: 0px;
	padding: 0px;

	font-size: 10px;
	line-height: 12px;
}

.results_footer_box
{
	clear: both;

	width: 595px;
	height: 30px;
}

a img {
border: 0;
}

a
{
	text-decoration: none;
}
.clickable {
	cursor:pointer;
}
.homebutton {
        position: absolute;
        top: 5px;
        left: 5px;
}

