﻿

.requestaquote {
	display: inline-block;
    color: #000;
    background: #d8d8d8;
    text-transform: uppercase;
    text-align: left;
    width: calc(100% - 40px);
    padding: 16px 20px;
    margin: 0;
    font-size: 11px;
}

.requestaquotetitle {
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
}


/* ----- MINI SEARCH ----- */

form.searchcont{
	display: block;
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px 10px 30px 10px;
	background: #f1f1f1;
	border: 1px #eee;
	font-size: 9pt;
}
form.searchcont .title{
	display: block;
	margin: -10px -10px 10px -10px;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	padding: 16px 10px;
	background: #aaaaaa;
	text-transform: uppercase;
}

form.searchcont .title .advsearch, form.searchcont .title .simplesearch {
	position: absolute;
	right: 10px;
	padding-left: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.requestnow {
	float: right;
	position: relative;
	padding: 6px 0 0 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

form.searchcont .title .advsearch{
	background: transparent url(../images/arrow-down.png) no-repeat scroll left top;
}

form.searchcont .title .simplesearch{
	background: transparent url(../images/arrow-up.png) no-repeat scroll left top;
}

form.searchcont .extra{
	display: none;
	background: transparent;
	margin-top: 10px;
	float: left;
	clear: left
}

form.searchcont .buttons{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

form.searchcont span{
	background: transparent;
}

form.searchcont .filter{
	float: left;
	margin-right: 16px;
	background: transparent; 
}

form.searchcont .filter label{
	display: block;
	font-weight: bold;
	background: transparent;
}

form.searchcont .filter select, form.searchcont .filter input[type=text]{
	border-color: rgb(169,169,169);
	color: inherit;
	font: inherit;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

form.searchcont .filter select{
	margin-left: 0;
	height: 29px;
}

form.searchcont button{
	margin-left: 10px;
}

form.searchcont input[type=text]{
	height: 24px;
	line-height: 24px;
	padding: 2px;
}

form.searchcont #lmiles, form.searchcont #hmiles, form.searchcont #lprice, form.searchcont #hprice{
	width: 60px;
	border-style: solid;
	border-width: 1px;

}

form.searchcont button[type=submit]{
	border: none;
	color: #FFF;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
}

form.searchcont button[type=submit]:hover {
	background: #333;
}













/* BEGIN INVENTORY FOOTER */

.inv-container .inv-footer{
	margin: 15px 0 10px 0;
	overflow: auto;
	zoom: 1;

}

.inv-container .inv-footer .page-summary{
	float: left;
}

.inv-container .inv-footer .pages{
	float: right;
}

.inv-container .inv-footer .pages .page{
	text-decoration: none;
	padding: 0 3px;
}

.inv-container .inv-footer .pages a {
	color: #666;
}

.inv-container .inv-footer .pages .page-current{
	font-weight: bold;
}

.page-summary {
	font-weight: bold;
	font-size: 12px;
}

/* END INVENTORY FOOTER */













.searchcont2{
	display: block;
	position: relative;
	margin: 15px 0 10px 0;
	padding: 0;
	background: #ddd;
	border: 1px #eee;

	font-size: 9pt;
}
.searchcont2 .title{
	display: block;
	margin: -10px 0px 10px 0px;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	
	
	background: #961b36; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0106', endColorstr='#c40003',GradientType=0 ); /* IE6-9 */

}








#clearfilter {
	border: none;
	background: #888;
	color: #FFF;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}


#clearfilter:hover {
	background: #333;
}