/*
Description: iqestores main structural elements
Version: 1.0
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	/*font: 75% verdana;*/
	font: 75% arial, verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, img, ul, li, form, div {
	margin: 0;
	padding: 0;
}
a {
	color: #00376D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**

 *	Abbreviations

 *-----------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.leftBorder {
	border-left: 1px solid #ccc;
}
.clear {
	clear: both;
}
.border {
	padding: 5px;
	margin: 10px;
	border: 1px solid #ccc;
}
.hide {
	width: 0;
	overflow: hidden;
}
.centered {
	text-align: center;
}

/**

 *	Content wrapper

 *-----------------------------*/
#content-wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
	padding-bottom: 10px;
	background: #fff;
	position: relative;
}
/**

 *	Header

 *------------------------------*/
#header {
	width: 100%;
	height: 119px;
	background: url(/img/usa-header.gif) 0 0 no-repeat;
	position: relative;
}
#header-upper-right {
	top: 10px;
	right: 35px;
	position: absolute;
	color: #FFF;
}
#header-upper-right a {
	color: #fff;
	text-decoration: none;
}
#header-upper-right img {
	border: none;
	padding-right: 10px;
}
#header-logo {
	width:650px;
	height: 70px;
	margin: 0 8px;
	position: relative;
}
#header-logo a  {
	height: 62px;
	width: 583px;
	text-decoration: none;
	display: block;
}
#header-contact {
	/*background: #1C1C1C url(/img/call-now-03.gif) 0 0 no-repeat;*/
	position: absolute;
	height: 45px ;
	width: 201px;
	top: 0;
	right: 5px;
}
#header-contact ul {
	list-style: none;
}
#header-contact li {
	float: left;
	padding-right: 5px;
}
#header-searchbox {
	position: absolute;
	top: 55px;
	right: 8px;
}
#header-searchbox form input{
	font-size: 11px;
	color:#333;
}
#header-disclaimer {
	color: #fff;
	clear: left;
	font-size: .9em;
	text-align: center;
}

#header-links {
	position: absolute;
	top: 52px;
	right: 5px;
	font-size: 11px;
	color:#032AB5;
}

#header-links ul {
	float: left;
	list-style-type: none;
}

#header-links ul li {
	float: left;
	padding-left: 5px;
}

#header-links ul li a {
	color: #032AB5;
	text-decoration: none;
}

#header-links ul li a:hover {
	color:#000; 
	text-decoration: underline;
}
/*

 *	top bar

 *----------------------------*/
#topbar {
position: absolute;
top: 80px;
right: 6px;
}

#topbar #searchbox {
	float: left;
	/*margin-right: 25px;*/
	/*padding: 6px 0 0 5px;*/
}

#topbar h1 {
	font-size: 16px;
	padding: 2px 0 0 0;
	margin: 0;
	color: #fff;
}

#topbar .default {
	list-style: none;
	padding: 0;
	margin: 0 0 0 35px;
}
#topbar .default a {
	background: url(/img/topNavBkg.gif) no-repeat;
	color: #000;
	display: block;
	float: left;
	width: 135px;
	height: 27px;
	margin: 0 15px 0 0;
	padding-top: 2px;
}
#topNav .default a:hover {
	background: url(/img/topNavBkgOver.gif) no-repeat;
}

#search-bar {
background:#003355 url(/img/search-bg.gif) no-repeat scroll left bottom;
color:#FFFFFF;
display:block;
font-weight:bold;
margin-top:0pt;
padding:2px 2px 2px 10px;
}

#tagline {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 80px;
	left: 5px;
font-family: arial;
/*letter-spacing: -1px;*/
}

/*

 *	Center Column

 *------------------------------*/
#center-column {
	width: 590px;
	
	float: left;
	min-height: 1px;
	/*padding: 5px 5px;*/
	padding: 0 0 5px 5px;
}



/*

 *	Right Column

 *------------------------------*/
#right-column {
	float: right;
	width: 182px;
	padding: 0 0 5px;
}

/*

 *	Footer

 *------------------------------*/

#footer {
	display: block;
	clear: both;
	width: 955px;
	border-right: 1px solid #ddd;
	border-bottom: 10px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0 auto 5px;
	padding: 5px 2px;
	background: #fff;
}


/*	Vehicle search

 *-------------------------------*/

#vehiclesearch {
	position: relative;
}	

.vehiclesearch-form {
	padding: 7px 0 0 5px;
}	

#vehiclesearch form select, #vehiclesearch form input, #vehiclefilter form input{
	font-size: 11px;
}

#vehiclesearch .vehicle-details {
	width: 360px;
	/*padding: 3px 0 1px 3px;*/
	margin-bottom: 3px;
}

#vehiclefilter .vehicle-details { /* vehicle filter page */
	width: 400px;
	padding: 3px 0 1px 3px;
	float: right;
}

#vehiclefilter .vehicle-details th { /* vehicle filter page */
	color: #000;
	padding: 3px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	width: 125px;
	font-size:12px;
	font-family:arial, sans-serif;
}

#vehiclesearch .vehicle-details th { /* year, make , model, style */
	color: #000;
	padding: 3px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	width: 60px;
	font-size:12px;
	font-family:arial, sans-serif;
}

#vehiclesearch .section-header {
	background: #046;
	color: #000;
	margin: 5px;
	padding: 2px;
}
.vehiclesearch-title {
	text-align: center;
	margin: 20px 0 10px;
	clear: both;
}


/*.vehicle-hot-link */
#vehiclesearch a.vehicle-hot-link { /* jacked up in ie. Will not display with height */
	position: absolute;
	left:320px;
	top: 5px;
	/*right: 5px;*/
	border: none;
	width: 260px;
	height: 60px;
	min-height: 60px;
}	

.vehicle-hot-link:hover {
	text-decoration: none;
}	
/**

 *	unsorted

 *-------------------------------*/
.odd {
	background: #ddd;
} 

/**********FLOATS and CLEARS - for any pages**********/
.floatleft {
float: left;
margin: 0 5px 0 0;
}
.floatright {
float: right;
margin: 0 0 0 5px;
}
.clearleft {
clear: left;
clear: both;
}
.clearright {
clear: right;
}
.clearboth {
clear:both;
}
/**********CUST SERV - for towing faqs page (definitions)**********/
#custServ {  /*makes the light box around the entire div*/
width: 98%;
margin: 6px 0 0 0;
padding: 6px 6px 6px 6px;
background: #e9e9e9;
}
#custServ li {
margin: 0 0 0 17px;
}
.item {  /*makes the darker color on each definition*/
padding: 2px 5px;
background: #c7c7c7;
margin: 10px 0;
list-style-type: none;
clear: both;
border: 1px dashed #999;
}
.top-head {  /*bolds each definition title*/
font-weight:bold;
}
/**********SHOP BY BRAND - not sure if used or where**********/
.logoImage {
margin:0 30px 0 0;
width: 70%;
}
.branding {
margin:10px 0 0 0;
}
.brandName {
width: 30%;
}


/**** Vehicle Specific Product Page ****/

#top-level-product {
	width: 100%;
}

#top-level-product th {
	vertical-align: top;
	font-size:20px;
	text-align: left;
}

#top-level-product .top-level-product-vehicle th {
	font-weight: normal;
	font-size:12px;
}

.top-level-product-vehicle th {
	width: 100px;
}

.btn {
	font-size:11px;
}

#pagination,#pagination select{font-size:11px;text-align:center;}
#pagination option{height:15px;}


