#results
{
	padding-top: 0px;
}

#results div.top
{
	height: 39px;
	background: transparent url("images/search_bg.gif") repeat-x 0px -309px;
	margin-bottom: 1px;
}

#results a
{
	color: inherit;
}

#results div.scroller
{
	height: 380px;
	overflow: auto;
}

#results div.head_title
{
	height: 29px;
	width: 240px;
	background: #83080A url("images/results_head_red.gif") no-repeat;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	float: left;
}

#results div.head_count
{
	height: 29px;
	background: #F09500 url("images/results_head_orange.gif") no-repeat right;
}

	#results div.head_count a
	{
		color: white;
	}

	#results div.head_title span,
	#results div.head_count span
	{
		display: block;
		padding-top: 5px;
		color: white;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}

#results table
{
	width: 100%;
	margin: 5px auto;
}
	
	#results table th
	{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
	}
	
		#results table th a
		{
			color: black;
		}
	
	#results table td
	{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		height: 52px;
		background: transparent url("images/results_bg_light.gif") repeat-x;
		text-align: center;
		vertical-align: middle;
	}
	
		#results table td.photo
		{
			padding: 0px;
			background: transparent none;
		}
	
		#results table td .mark
		{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
			color: #83080a;
			text-align: left;
			padding-top: auto;
			padding-bottom: auto;
		}
		
		#results table td .model
		{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 13px;
			color: #897b7d;
			text-align: left;
			padding-top: auto;
			padding-bottom: auto;
		}
		
		#results table td .mark a
		{
			color: #83080a;
		}
		
		#results table td .model a
		{
			color: #897b7d;
		}
	
	#results table td.darker
	{
		background: transparent url("images/results_bg_dark.gif") repeat-x;
	}
	
	#results table td.highlight
	{
		background: transparent url("images/results_bg_highlight.gif") repeat-x;
		color: #83080a;
	}


#results ul.paginate {
	text-align: right;
	margin: 5px 15px;
}
	
	#results ul.paginate li {
		display: inline;
		margin: 0px 1px;
		list-style-type: none;
		font-size: 11px;
		font-weight: bold;
	}
	
	#results ul.paginate li.count {
		color: #f09500;
		padding: 2px 4px;
		text-transform: uppercase;
	}
	
	#results ul.paginate li.current {
		border: 1px solid #ecc497;
		padding: 1px 4px;
		background-color: #f09500;
		color: white;
		font-size: 11px;
	}
	
	#results ul.paginate li a {
		color: #000;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	#results ul.paginate li.page a {
		color: #7f7f7f;
		font-weight: bold;
		font-size: 11px;
	}
	
	#results ul.paginate li.previous {
		background: transparent url("images/results_arrow_left.gif") no-repeat right;
		padding-right: 10px;
		margin-right: 10px;
	}
	
	#results ul.paginate li.next {
		background: transparent url("images/results_arrow_right.gif") no-repeat left;
		padding-left: 15px;
		margin-left: 5px;
	}

#results div.contact
{
	height: 48px;
	background-color: #00a5ae;
	color: #fff;
	clear: both;
}
	#results div.contact h1
	{
		font-size: 11px;
		padding: 4px 6px 0px 6px;
		text-transform: uppercase;
	}
	
	#results div.contact p
	{
		padding: 0px 6px;
		font-size: 10px;
	}

	
#results #promo_swf
{
	/*margin-top: -39px;*/
	margin-bottom: 3px;
	z-index: 0;
}

#results ul.nav {
	padding-top: 12px;
	margin-bottom: 1px;
	text-align: center;
	padding-left: 8px;
}

	#results ul.nav li {
		list-style-type: none;
		float: left;
		width: 48%;
		height: 27px;
		background: white url("images/results_tab_right.gif") no-repeat right top;
		margin: 0px 2px;
	}
	
		#results ul.nav li div {
			background: transparent url("images/results_tab_left.gif") no-repeat;
			display: block;
			text-align: center;
		}
	
		#results ul.nav li span {
			display: block;
			padding: 7px 2px 0px 2px;
			text-transform: uppercase;
			font-size: 10px;
			font-weight: bold;
		}
		
		#results ul.nav li select {
			text-align: center;
			text-transform: uppercase;
			font-family: arial; 
			font-size: 10px;
			font-weight: bold;
			border: 1px solid #a4989a;
			padding: 1px;
			color: #000;
			width: 90%;
		}