/*@import url('css/AdvancedSearch.css');*/
@import url('css/CarLanding.css');
/*
@import url('css/Contact.css');
@import url('css/HomePage.css');
@import url('css/InsuranceLanding.css');
@import url('css/Listings.css');
@import url('css/LoanStart.css');
@import url('css/SearchDetail.css');
*/


/*
AutoSales.com StyleSheet
Kevin Hannan
*/


/***GLOBALS***/
*
{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #f6f6ff url('images/body_bg_grad.gif') repeat-x center top;
	padding-top: 5px; 
}

img 
{
	border: 0px;
}
a {text-decoration: none;}
a:link {color: #0509cb;}
a:visited{color: #0509cb;}
a:hover{color: orange;}
a:active{color: black;}


/***USEFUL CLASSES***/
.clear_spacer
{
	height: 10px;
	width: 100%;
	clear: both;
}
.clear_spacer_1px
{
	height: 1px;
	width: 100%;
	clear: both;
}
.clear_left_spacer
{
	height: 10px;
	width: 500px;
	clear: left;
}
.clear_right_spacer
{
	height: 10px;
	width: 500px;
	clear: right;
}
.float_left{float: left;}
.float_right{float: right;}
.text_center {text-align: center;}
.orange {color: orange;}

/***SPECIFIC***/
#body_wrapper
{
	width: 980px;
	/*background: white;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
	height: 63px;
	position: relative;
}
	#logo
	{
		height: 57px;
		width: 300px;
		margin-top: 5px;
		margin-left: 15px;
		float: left;
		overflow: hidden;
	}
	#login_box
	{
		height: 28px;
		width: 400px;
		float: right;
		text-align: right;
		display: none;
	}
	#login_box form
	{
		font-size: 70%;
	}
	#login_box form *
	{
		font-size: 90%;
		border: 1px solid gray;
	}
	#quicklinks
	{
		height: 22px;
		width: 430px;
		float: right;
		background: url('images/quicklinks_bg.png') no-repeat right;
		text-align: right;
		margin-right: 10px;
	}
	#quicklinks a
	{
		margin-right: 20px;
		font-size: 60%;
		text-transform: uppercase;
		font-weight: bold;
		color: white;
		text-decoration: none;
		vertical-align: middle;
	}
	#quicklinks img
	{
		vertical-align: middle;
	}
	.header_links {
			float: right;
			width: 500px;
			margin-top: 0px;
			margin-right: 30px;
			color: #1841b4;
			font-size: 15px;
			line-height: 20px;
			text-align: center;
		}
		.header_links a {
			color: #1841b4;
		}
		.header_links a.orange {
			color: #ff7816
		}
		.header_links a:hover {
			font-weight: bold;
		}
		.header_links .break {
			font-size: 20px;
			padding: 0px 6px;
			color: #ccc;
		}
	.header_tabs {
		position: absolute;
		bottom: 0px;
		right: 20px;
		height: 28px;
		width: 290px;
	}
		.header_tabs .tab {
			width: 145px;
			height: 28px;
			float: left;
			margin: 0px;
			background: url('images/orange_tab.gif') no-repeat;
			text-align: center;
		}
		.header_tabs .tab a {
			display: block;
			width: 145px;
			height: 28px;
			line-height: 28px;
			color: white;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}
		.header_tabs .tab a:hover {
			text-decoration: underline;
		}

#navigation
{
	width: 960px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #252aea url('images/nav_bg.gif') no-repeat;
	text-align: left;
}
ul.main_nav {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 30px;
	width: 960px;
	float: left;
	position: relative;
	z-index: 600;
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}
ul.main_nav li {
	height: 30px;
	width: 137px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.main_nav li a {
	display: block;
	height: 30px;
	width: 135px;
	border-left: 1px solid #6464FF;
	border-right: 1px solid #4545ea;
	color: white;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
ul.main_nav li a:hover {
	color: white;
	background: #FFB323;
}
#top
{
	background: url('images/content_bg.gif') repeat-y center top;
	width: 980px;
	text-align: center;
}
#main
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 190px;
	background: white url('images/main_bg2.gif') repeat-x;
	text-align: left;
}
		#main_image .caption {
			font-size: 11px;
			color: #999;
			font-style: italic;
			position: absolute;
		}
		#cap1 {top: 135px; left: 15px;}
		#cap2 {top: 170px; left: 240px;}
		#cap3 {top: 115px; left: 440px;}
		#main_actions {
			display: none;
		}
	#main_image
	{
		width: 550px;
		height: 189px;
		background: url('images/main_image.jpg') no-repeat;
		float: right;
		margin: 0px 15px 0px 0px;
		position: relative;
	}
	#main_image .caption {
			font-size: 11px;
			color: #999;
			font-style: italic;
			position: absolute;
		}
		#cap1 {top: 135px; left: 15px;}
		#cap2 {top: 170px; left: 240px;}
		#cap3 {top: 115px; left: 440px;}
		#main_actions {
			display: none;
		}
	#main_actions
	{
		width: 430px;
		height: 44px;
		float: right;
	}
	#main_actions img
	{
		margin-left: 40px;
		margin-right: 15px;
	}
	
	
#search_box
{
	height: 190px;
	width: 360px;
	margin: 0px;
	background: url('images/search_box_bg.gif') no-repeat;
	float: left;
}
	#search_box_head
	{
		width: 322px;
		height: 26px;
		margin-top: 5px;
		margin-left: 25px;
		text-align:center;
		position: relative;
	}
	#search_box_head h1
	{
		display: block;
		margin-top: 2px;
		/*color: #FFB323;*/
		font-variant: normal;
		font-family: 'Yanone Kaffeesatz'; 
		font-size: 20px; color: #a7b1ff;
	}
	#search_box_bottom
	{
		width: 322px;
		height: 135px;
		margin-left: 25px;
	}
	#search_box_left
	{
		width: 140px;
		height: 120px;
		margin-left: 10px;
		/*border: 1px solid blue;*/
		float: left;
	}
	#search_box_left h2
	{
	  padding-left:5px;
	  font-size:medium;
	  color:#383BB3;
	  font-weight: normal;
	  letter-spacing: -.2px;
	}
	#search_box_right
	{
		width: 140px;
		height: 120px;
		margin-right: 10px;
		/*border: 1px solid blue;*/
		float: right;
	}
	#search_box_right h2
	{
	  padding-right:10px;
	  text-align:right;	
	  font-size:medium;
	  color:#383BB3;
	  font-weight: normal;
	  letter-spacing: -.2px;
	}
#search_box select, #search_box input
{
	width: 130px;
	border: 1px solid #ffdb98;
	color: rgb(80,80,80);
	margin-bottom: 1px;
	background: #fcfcff;
}
#search_box .sub_img
{
	width: 117px;
	height: 32px;
	border: 0px;
	background: transparent;
	margin-top: 0px;
	margin-left: 8px;
}
#content
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/content_bg.gif') repeat-y center top;
	text-align: left;
}

h3 {font-family: 'Yanone Kaffeesatz'; font-size: 26px; color: #a7b1ff; font-weight: 700; text-align: left;}
h3.mans {text-align: center;}

#content_left
{
	width: 775px;
	float: left;
}
	#content_left .left_col {
		width: 500px;
		margin-left: 15px;
		margin-top: 15px;
		float: left;
	}
	
	#advanced_search
	{
		width: 500px;
		margin: 0px;
		text-align: left;
	}
	
	#advanced_search_container, .offers_box .offers
	{
		width: 500px;
		height: 180px;
		background: url('images/adv_search_bg2.png') no-repeat;
		border: 0px;
		text-align: center;
		
	}
		.adv_search_options {
			width: 350px;
			padding-top: 15px;
			font-size: 10px;
			text-align: center;
			margin: 0px auto;
			border-bottom: 1px solid #eee;
		}
		.adv_search_options a
		{
			padding: 0px 20px;
			text-decoration: none;
			color: #252aea;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
		}
		.adv_search_options a.inactive {color: #999;}
		.adv_search_options a.active, .adv_search_options a:hover {color: #252aea;}
		
		#adv_search_content
		{
			text-align: left;
			width: 340px;
			height: 110px;
			margin-left: 5px;
			margin-top: 3px;
			float: left;
		}
		#adv_search_mans{display: none;}
		#choose_mans
		{
			width: 100%;
			font-size: 90%;
			text-align: center;
		}
		#mans_a {display: block;}
		#mans_b {display: none;}
		#adv_search_mans .column
		{
			float: left;
			margin-left: 5px;
			margin-right: 10px;
			font-size: 80%;
			color: rgb(40,40,40)
		}
		#adv_search_style .column
		{
			float: left;
			margin-left: 5px;
			margin-right: 10px;
			margin-top: 5px;
			font-size: 90%;
			color: rgb(40,40,40);
			text-align: center;
		}
		#adv_search_price{display: none;}
		.price_box_left
		{
			height: 85px;
			width: 130px;
			float: left;
			font-size: 90%;
			line-height: 21px;
			border-right: 1px solid rgb(200,200,200);
		}
		.price_box_left input
		{
			width: 55px;
			border: 1px solid #bbbce2;
			height: 15px;
			margin-top: 1px;
			margin-bottom: 1px;
		}
		.price_box_right
		{
			height: 85px;
			width: 190px;
			float: right;
			font-size: 90%;
			line-height: 21px;
		}
		.price_box_right input
		{
			width: 100px;
			border: 1px solid #bbbce2;
			height: 15px;
			margin-top: 1px;
			margin-bottom: 1px;
		}
		#purchasing_power
		{
			clear: both;
			width: 100%;
			font-size: 125%;
		}
		#purchasing_power input
		{
			font-size: 120%;
			border: 1px solid orange;
		}
		#adv_search_summary
		{
			width: 115px;
			height: 110px;
			margin-top: 20px;
			margin-right: 10px;
			float: right;
			border-left: 1px solid rgb(180,180,180);
			padding-left: 15px;
			font-size: 100%;
		}
		#adv_search_summary .reset
		{
			width: 100%;
			font-size: 70%;
			text-align: right;
		}
		#adv_search_summary input.adv_search_sub
		{
			font-size: 90%;
		}
		#adv_search_summary input.adv_search_chosen 
		{
			width: 100px;
			font-size: inherit;
			color: gray;
			border: 1px solid transparent;
			background: transparent;
			cursor: default;
		}
		#adv_search_summary input.adv_search_zip
		{
			width: 50px;
			font-size: inherit;
			border: 1px solid orange;
			background: white;
		}
	
	.offers_box {
		width: 500px;
		margin-top: 15px;
	}
	.offers_box .offers {
		padding-top: 15px;
		text-align: right;
	}
	.offer_titles {
		width: 460px;
		height: 20px;
		margin: 0px 20px;
		background: url('images/offer_titles.gif') no-repeat;
	}
	.offer {
		width: 460px;
		height: 55px;
		background: #eee;
		margin: 0px 20px 5px 20px;
	}
	.offer.last {margin-bottom: 2px;}
	.offers_box .see_all {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #ff7200;
	}

	.buying_tools {
		margin: 15px 0px 0px 20px;
		width: 210px;
		height: 425px;
		background: url('images/buying_tools_bg.png') no-repeat;
		float: left;
	}
		.buying_tools .list {margin: 5px 10px 0px; padding-top: 8px;}
		.buying_tools .list h4 {font-size: 14px; letter-spacing: -.5px; font-family: 'Droid Sans'; font-weight: bold; color: black; 
			text-transform: uppercase; padding-left: 5px;}
		.buying_tools .list h4 a.orange, .buying_tools .list h4 a.blue:hover {color: #ff7200;}
		.buying_tools .list h4 a.blue, .buying_tools .list h4 a.orange:hover {color: #252aea;}
		.buying_tools .list p {font-size: 11px; color: #333; line-height: 16px; margin-left: 8px;}
		
		.buying_tools .list .list_spacer {height: 1px; background: url('images/buying_tools_spacer.png'); margin: 10px 0px;}

#content_right
{
	width: 170px;
	height: 600px;
	margin-right: 15px;
	margin-top: 25px;
	float: right;
}
	
	#buying_tips
	{
		margin-top: 13px;
		width: 215px;
		height: 425px;
		/*margin-right: 15px;*/
		float: right;
		background: url('images/buying_tips_bg.gif') no-repeat;
	}
	#buying_tips_container
	{
		width: 215px;
		margin-top: 35px;
		text-align: center;
	}
	#buying_tips_container a:hover
	{
		width: 20px;
		/*border-top: 1px solid rgb(200,200,200);*/
		background: url('images/buying_tips_hover.png') no-repeat top center;
	}
	#buying_tips_autocheck
	{
		width: 182;
		height: 41px;
	}

#content_bottom
{
	width: 530px;
	height: 100px;
	margin-left: 20px;
	/*background: url('images/auto_loan_head.png') no-repeat;*/
}
	#auto_loan_options
	{
		width: 530px;
		height: 50px;
		/*border: 1px solid orange;*/
		margin: 5px 0px 0px 0px;
		color: rgb(50,50,50);
	}
	#auto_loan_options ul
	{
		margin-right: 15px;
		list-style-image: url('images/icons/arrow_go_blue.png');
		list-style-type: none;
		list-style-position: inside;
		font-size: 80%;
		/*font-weight: bold;*/
		letter-spacing: .5px;
		line-height: 150%;
		float: left;
	}
	#financing_box
	{
		width: 255px;
		height: 204px;
		float: left;
		background: url('images/financing_box.png') no-repeat;
		margin-top: 6px;
	}
	#bottom_middle_box
	{
		width: 340px;
		height: 216px;
		float: left;
		margin-left: 50px;
	}
	.bottom_ad
	{
		width: 300px;
		height: 100px;
		border: 1px solid red;
		margin-top: 6px;
	}
	#insurance_box
	{
		width: 255px;
		height: 204px;
		float: right;
		background: url('images/insurance_box.png') no-repeat;
		margin-top: 6px;
	}
	#google_ads
	{
		width: 750px;
		height: 190px;
		margin-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px dashed rgb(230,230,230);
	}
#main_bottom_cap
{
	width: 980px;
	height: 20px;
	clear: both;
	background: url('images/bottom_cap.png') no-repeat;
}

#footer
{
	font-size: 60%;
	width: 940px;
	text-align: center;
	clear: both;
	border-top: 1px solid gray;
	margin: 20px auto 25px auto;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 25px;
	letter-spacing: .5px;
}
#footer a
{
	letter-spacing: 1.5px;
	color: black;
	text-decoration: none;
}
#footer a:hover {color: rgb(100,100,100);}

/******* ADS *******/
.ad
{
	/*border: 1px solid red;*/
	/*background: rgb(255,250,250);*/
}
.skyscraper
{
	width: 162px;
	height: 600px;
	/*background: url('images/ads/skyscraper.png') no-repeat;*/
}
.leaderboard
{
	width: 728px;
	height: 90px;
	background: url('images/ads/leaderboard.png') no-repeat;
}
.centered
{
	margin-left: auto;
	margin-right: auto;
}
.results
{
	margin: 10px auto 10px auto;
}

/*******Results Pages********/
#filter_bar
{
	width: 940px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/filter_bg.png') no-repeat;
	font-size: 75%;
	line-height: 200%;
}

.filter_box
{
	width: 200px;
	height: 55px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	/*border: 1px solid gray;*/
	font-weight: bold;
	color: rgb(100,100,100);
}
.filter_credit_image
{
	margin-top:10px; 
	margin-left:15px;
}
.filter_box select, .filter_box input
{
	color: rgb(80,80,80);
}
.filt_make select
{
	width: 150px;
}
.filt_search input
{
	height: 30px;
	width: 100px;
	border: 1px solid gray;
	color: 1px solid gray;
	/*background: 1px solid rgb(230,230,230);*/
	font-size: 125%;
	text-transform: uppercase;
	letter-spacing: -.5px;
}
.filt_search
{
	width: 100px;
	text-align: center;
}
.filt_search a
{
	font-size: 85%;
	color: orange;
	text-decoration: none;
}

#adv_filter_bar
{
	width: 920px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid rgb(190,190,240);
	background: rgb(250,250,255);
	font-size: 75%;
	display: none;
}
#adv_filter_head
{
	width: 900px;
	height: 12px;
	margin-left: 5px;
	font-size: 90%;
	color: orange;
}
.adv_filter_box
{
	width: 280px;
	height: 40px;
	margin-left: 20px;
	margin-top: 1px;
	float: left;
	line-height: 200%;
	color: rgb(110,110,110);
}
#results
{
	border: 1px solid rgb(200,200,200);
	width: 750px;
	min-height: 700px;
	margin-left: 15px;
	float: left;
}
#results_ad
{
	float: right;
	margin-right: 15px;
	width: 160px;
	/*height: 600px;*/
}
#results_browser
{	
	margin-left: 15px;
	height: 15px;
	font-size: 70%;
	color: #284A29;
	width: 750px;
}
/*#results_browser .float_left {width: 300px;}*/
#results_browser .float_right {width: 400px; text-align: right;}
#results_browser a
{
	text-decoration: none;
	color: blue;
}
#results_browser a.current
{
	color: gray;
}
#results_browser_bottom
{	
	text-align: right;
	height: 15px;
	font-size: 70%;
	color: #284A29;
	width: 750px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
#results_browser_bottom a
{
	text-decoration: none;
	color: blue;
}
#results_browser_bottom a.current
{
	color: gray;
}
#results_navigation
{
	width: 100%;
	height: 16px;
	background: rgb(230,230,230);
	font-size: 70%;
}
#results_navigation a
{
	margin-left: 10px;
	text-decoration: none;
	color: black;
}
#results_navigation a.nav_year {margin-left: 125px; }
#results_navigation a.nav_make {margin-left: 10px; }
#results_navigation a.nav_model {margin-left: 10px; }
#results_navigation a.nav_price{margin-left: 115px; }
#results_navigation a.nav_mileage{margin-left: 50px; }
#results_navigation a.nav_distance {margin-left: 160px; }

#results ul
{
	background: white;
	padding-left: 0px;
}
#results li
{
	list-style-type: none;
	width: 100%;
	height: 87px;
	border-bottom: 1px solid rgb(180,180,180);
	background: url('images/details_bg_normal.png') no-repeat;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
}

#results .trade_link
{
	position: absolute;
	right: 215px;
	bottom: 1px;
}

#results li .li_link
{
	height: 100%;
	width: 100%;
	display: block;
	color: black;
	text-decoration: none;
}
#results .default
{
	display: block;
	height: 75px;
	border: 0px;
	margin-top: 5px;
	float: left;
}
#results img.pic
{
	height: 75px;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid rgb(220,220,200);
}
#results .details
{
	width: 230px;
	background: url('images/details_spacer.png') no-repeat;
	background-position: right;
}
.results_details_title
{
	font-size: 100%;
	font-weight: bold;
	color: #0509cb;
}
.small_text
{
	font-size: 80%;
}

#results .price
{
	width: 90px;
	color: orange;
	font-size: 110%;
	font-weight: bold;
	background: url('images/details_spacer.png') no-repeat;
	background-position: right;
	text-align: center;
}
#results .result_na
{
	color: gray;
}
#results .mileage
{
	width: 100px;
	color: gray;
	font-size: 100%;
	font-weight: bold;
	background: url('images/details_spacer.png') no-repeat;
	background-position: right;
	text-align: center;
}
#results .location
{
	margin-left: 10px;
	width: 180px;
	font-size: 90%;
	text-align: right;
}
#results .dealer_loc
{
	color: #0509cb;
}
#results .dealer
{
	color: #0509cb;
	font-weight: bold;
	font-variant: small-caps;
}
#results .details_spacer
{
	display: block;
	height: 20px;
}
#results li:hover
{
	background: rgb(240,245,240) url('images/details_bg.png') no-repeat;
	background-position: bottom right;
}
h1.darkclassified
{
	color: #070DD8;
	font-size: 115%;
	margin: 10px 0px 0px 15px;
}
/*****Details_Page*********/
#main_detail
{
	width: 690px;
	float: left;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: rgb(50,50,50);
}

#detail_left
{
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 15px;
}

#specs
{
	font-size: 11px;
}
.specs_table
{
	width: 300px;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
}
.specs_table .left_spec {font-weight: bold;}
.specs_table tr {border-bottom: 1px dotted #ccc;}
.specs_table .even {background: #eee;}

#specs_bottom
{
	font-size: 12px;
	clear: both;
}
.nophone
{
	font-size: 90%;
	color: #999;
	font-style: italic;
	display: inline;
}
.phone
{
	color: black;
	font-weight: bold;
	display: none;
}

#main_right
{
	float: right;
	width: 375px;
	text-align: center;
}
#main_bottom
{
	clear: both;
	margin-left: 15px;
}
#main_bottom p
{
	font-size: 90%;
	margin-left: 15px;
}
#main_bottom ul
{
	list-style-type: none;
	font-size: 11px;
	float: left;
}
#main_bottom li
{
	width: 200px;
	color: rgb(100,100,100);
	margin-left: 5px;
	margin-right: 5px;
}

#right_side_container
{
	width: 270px;
	/*height: 600px;*/
	float: left;
}

.right_box
{
	width: 270px;
	min-height: 150px;
	float: left;
	margin-bottom: 5px;
	background: url('images/detail_right.gif') no-repeat;
	line-height: 120%;
}
.contact
{
	background: url('images/detail_right_contact.gif') no-repeat;
}
.nextstep
{
	background: url('images/detail_right_next.gif') no-repeat;
}
.similar
{
	background: url('images/detail_right_cars.gif') no-repeat;
}
.findnew
{
	background: url('images/detail_right_alert.gif') no-repeat;
}
.right_box .title
{
	margin: 20px 0px 10px 20px;
	font-size: 18px;
	color: white;
}
/*
#bottom_boxes
{
	width: 100%;
}
.bottom_box
{
	width: 270px;
	min-height: 217px;
	float: left;
	margin-bottom: 5px;
	background: url('images/detail_context_box.png') no-repeat;
}
*/
.right_box ul
{
	margin-left: 0px;
	font-size: 90%;
	color: gray;
	list-style-type: none;
	list-style-image: url('images/icons/arrow_go_orange.png');
	list-style-position: inside;
}

.right_box .content
{
	margin-left: 5px;
	width: 265px;
}

.details_title
{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	font-variant: small-caps;
	color: #0800b4;
}
.details_cost
{
	width: 200px;
	height: 55px;
	margin: 0px auto 10px auto;
	line-height: 20px;
	color: orange;
	font-size: 18px;
	text-align: center;
	border: 1px solid orange;
	background: #fffdfa;
	font-weight: bold;
}
.details_cost_quote
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.details_cost_quote img
{
	vertical-align: middle;
}
.details_navigate
{
	font-size: 70%;
	font-weight: bold;
}
.details_pic {width: 350px; margin: 4px auto 0px; text-align: center;}
.details_pic img
{
	width: 350px;
	height: 260px;
	border: 1px solid gray;
}
#detail_pic_loader {margin: 0px auto; display: none; width: 350px; height: 260px; position: relative; background: white; border: 1px solid gray;}
#detail_pic_loader img{position: absolute; left: 160px; top: 120px; width: 16px; height: 16px; border: 0px;}
		#detail_pic {position: relative;}
		#zoomdiv {display: none;position: absolute; top: 0px; right: 0px; background: white; color: gray; font-size: 14px;}
		#detail_pic a:hover #zoomdiv{
			display: block;
		}
.details_save
{
	border:1px solid gray;
	font-size: 80%;
	font-variant: small-caps;
	background: rgb(240,240,240);
	width: 350px;
	padding: 5px 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
}
.details_browse
{
	width: 350px;
	height: 100px;
	border: 1px solid gray;
	background: rgb(250,250,250);
	margin-left: auto;
	margin-right: auto;
}
.browse_left 
{
	float:left;
}
.browse_middle p
{
	margin-left: auto;
	margin-right: auto;
	width: 310px;
}
.browse_middle img
{
	height: 90px;
	margin-top: 3px;
}
.browse_right 
{
	float: right;
}
.thumbNormal {
border:1px solid #000000;
}
.thumbSelected {
border:1px solid #ff0000;
}
.inp
{
	border: 1px solid gray;
	font-size: 100%;
	color: rgb(200,200,200);
	margin: 5px;
}
.sub
{
	border: 1px solid gray;
	font-size: 100%;
	background: rgb(240,240,240);
	color: gray;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	margin-left:10px;
}
#breadcrumb li
{
    display:inline;
    font-size:12px;
}
#breadcrumb  li a
{
    padding: 5px;
}

/*****************Make Tag Map**************/
		#make_map
		{
			text-align: center;
			font-family: Verdana, Arial, sans-serif;
		}
		#make_map_head
		{
			height: 30px;
			text-align: left;
			margin-left: 30px;
		}
		#make_map_filter
		{
			height: 25px;
			width: 500px;
			margin: 15px auto 0px;
			background: rgb(252,252,255);
			border: 1px solid #6868cb;
			color: #a8a8be;
		}
		.make_map_filter_title
		{
			font-size: 10px;
			color: #999;
			text-align: right;
		}
		#make_map_filter a, #make_map_filter a:visited
		{
			font-size: 18px;
			text-decoration: none;
			color: #a8a8be;
		}
		#make_map_filter a:hover
		{
			color: orange;
		}
		#make_map_cars
		{
			width: 920px;
			color: #333;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
		#make_map_cars a
		{
			color: #333;
			text-decoration: none;
		}
		#make_map_cars a:hover
		{
			text-decoration: underline;
		}

		/*************** INFO BOXES *************/
.info_boxes {
	margin: 40px 10px 0px;
	width: 940px;
	height: 360px;
	position: relative;
}
.info_boxes.thankyou {height: 600px;}
.info_box {
	width: 270px;
	height: 350px;
	position: absolute;
	top: 0px;
	background: #f6f6f6;
	border: 1px solid transparent;
	text-align: left;
}
.info_box.thankyou {
	background: white;
}
#info_box_1 {left: 10px;}
#info_box_2 {left: 340px;}
#info_box_2rss {left: 310px; width: 330px;}
#info_box_3 {left: 670px; }
.info_box h3 {
	margin: 18px 15px 0px;
	padding-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	color: black;
	text-transform: uppercase;
	/*font-style: italic;*/
	border-bottom: 1px solid black;
}
/*.info_box h3 a {color: black;}*/
.info_box p {
	margin: 10px 15px 0px;
	color: #444;
	font-size: 11px;
	line-height: 15px;
}
.info_box_rss_container {
	width: 350px;
	height: 250px;
	margin: 20px 15px;
}
.info_box.thankyou p {
	margin: 0px;
	text-align: left;
}
.info_box.thankyou .description {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background: #f9f9f9;
	border-top: 1px dotted #030092;
	border-left: 0px solid #030092;
	border-right: 0px solid #030092;
	border-bottom: 1px dotted #030092;
	text-align: center;
}
.info_box.thankyou img {margin: 5px;}

.info_box p b {
	color: black;
	font-weight: normal;
}
.info_box ul {
	margin: 10px 15px;
	list-style-type: none;
}
.info_box li {
	border: 1px dotted #eee;
	margin: 3px 0px 0px;
	padding: 2px 0px;
	font-size: 12px;
}