﻿#search_tools{
	background: #20558A;
	border-bottom: solid 3px #bababa;
	color: #fff;
	min-height: 35px;
	position: relative;
	margin: 15px 0 35px 0;
}

#search_tools .control label{
		color: #fff;
		margin: 0;
}

* html #search_tools {
	height: 1px;
	}
	
#search_tools:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

#search_tools .control{
	width: auto;
	float: left;
	clear: none;
	margin:5px 0;
}

#search_tools .control label{
	float: left;
	font-size: 11px;
	margin-left:10px;
}

#search_tools .control input{
	width: 100px;
	float: left;
	clear: none;
	margin: 0 5px 0 5px;
	border: 2px solid #B5B7B4;
	background: #fff;
}

#search_tools .control select{
	width: 150px;
	float: left;
	clear: none;
	margin: 0 10px 0 10px;
	border: 2px solid #B5B7B4;
	background: #fff;
	height:25px;
}

.search_link{
	padding: 0;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	text-indent: -500px;
	height: 15px;
	width: 15px;
	background: url(more.gif) no-repeat 0 0;
}

.refine_search{
	padding: 0;
	position: absolute; 
	right: 10px;
	top:5px;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	text-indent: -500px;
	height: 24px;
	width: 24px;
	background: url(go.gif) no-repeat 0 0;
	cursor: pointer;
}

.results{
	border: none;
	text-align: left;
	border-bottom: 3px solid #bababa;
}

.table_head th{
	background: #417630;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	border-bottom: solid 3px #bababa;
}

.results td{
	padding: 5px 10px;
	text-align: left;
}

.results .center{
	text-align: center;
}

.results .alt_row{
	background: #eee;
}

/* [ pagination ] */

.pagination{
	padding: 0 0 10px 0;
	min-height:1px;
}

.pagination .page_buttons{
	margin-top: 5px;
}

.pagination .page_buttons a{
	color: #37393B;
	padding: 2px 6px;
	border: 1px solid #bababa;
	margin: 0 3px;
	min-height:1px;
}

.pagination .page_buttons a:hover{
	color: #4185CF;
	background: none;
	border: 1px solid #4185CF;
	text-decoration: none;
	
}

.pagination span span,
.pagination .nav{
}

.pagination .pageSeparator{
	border: none;
	margin: 0 3px ;
}

#parts_enquiry_button{
	height: 38px;
	width: 158px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	background: url(parts_enquiry_button.gif) no-repeat 0 0;
}

#parts_enquiry_button:hover{
	background: url(parts_enquiry_button.gif) no-repeat 0 bottom;
}

#specials_button{
	height: 38px;
	width: 158px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	background: url(specials_button.gif) no-repeat 0 0;
}

#specials_button:hover{
	background: url(specials_button.gif) no-repeat 0 bottom;
}

#pager{
	position: relative;
	min-height: 15px;
}

* html #pager{
	height: 15px;
}


#contact_details{
	float: left;
	width: 260px;
}


#contact_form{
	float: right;
	width: 310px;
	margin-left: 20px;
}