/* CSS Document */

/* html tags */
body {
	margin: 10px; 
	padding: 0px; 
	background: url(images/tiles/page_tile.gif) repeat;
	text-align: center;
}
a {
	color: #2F4B90;
}
a:hover {
	color: #1194C1;
}
h3, h5 {
	background: #266980;
	font: bold 75% Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 5px;
	margin: 0px;
	height: 18px;
}
h5 {
	font: bold 95% Arial, Helvetica, sans-serif;
}
h4 {
	background: #EAF1F3 ;
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #3A6979;
	padding-left: 5px;
	width: 150px;
	margin: 0px 0px 5px 0px;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
}
form {
	margin: 0px 0px 1px 0px;
}




/* page structure */

#container {
	background: #fff;
	border: 1px solid #919899;
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
}
#header {
	width: 738px;
	height: 77px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background: url(images/header/fit_guide_header.jpg) no-repeat top left;
}
#footer {
	height: 25px;
	width: 726px;
	border: 1px solid #266980;
	background: #EAF1F3;
	padding: 5px;
	clear: both;
}
#selectVehicle, #selectProduct, #manufacturerDetails, #productDetails {
	border: 2px solid #266980;
	background: #C9D9DF;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#selectVehicle {
	width: 446px;
	margin-right: 10px;
	float: left;	
}
#selectnav ul
{
	list-style: none;
	margin: 8px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#selectProduct {
	width: 446px;
	margin-right: 10px;
	float: left;
}
#manufacturerDetails {
	width: 270px;
	float: right;
}
#productDetails {
	width: 270px;
	float: right;	
}



/* content boxes */

#selectVehicleContent {
	padding: 10px 10px 5px 10px;
	margin: 12px 12px 0 12px;
	background: #fff;
	border: 1px solid #266980;
	font: 80% Arial, Helvetica, sans-serif;
}
#manufacturerDetailsContent {
	margin: 12px 12px 0 12px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #266980;
	font: 80% Arial, Helvetica, sans-serif;
}
#selectProductContent1 {
	background: url(images/icons/ico_1.gif) no-repeat top left;
	margin: 12px 12px 0 12px;
	padding: 5px 0px 0px 25px;
	font: 80% Arial, Helvetica, sans-serif;
}
#selectProductContent2 {
	background: url(images/icons/ico_2.gif) no-repeat top left;
	margin: 6px 12px 0 12px;
	padding: 5px 0px 10px 25px;
	font: 80% Arial, Helvetica, sans-serif;
}
#productDetailsContent {
	background: #fff;
	border: 1px solid #266980;
	margin: 12px 12px 0 12px;
	padding: 10px 10px 10px 10px;
	font: 80% Arial, Helvetica, sans-serif;
}



/* Product Details */
#productListing {
	background: #fff;
	border: 1px solid #266980;
	padding: 3px;
	height: 150px;
	overflow: auto;
}
.productModel {
	padding: 0px 5px;
}
.productDescription {
	padding: 0px 5px;
}
#productImage {
	text-align: center;
	margin-bottom: 10px;
}
.productListingOdd {
	padding-top: 3px; padding-bottom: 3px; background-color: #F4F4F4;
}
.productListingEven {
	padding-top: 3px; padding-bottom: 3px;
}
.productListingEven:Hover, .productListingOdd:Hover {
	background-color: #A6CFDD;
	color: #174C5E;
}
#notes {
	background: #ECF7FA;
	border: 1px solid #266980;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
}





/* misc. */
#powered {
	font: 75% Arial, Helvetica, sans-serif;
	width: 250px;
	float: left;
}
#manufacturer {
	margin-left: auto;
	margin-right: 15px;
	border: 1px solid #919899;
	background: #fff;
	width: 130px;
	height: 55px;
	right: 15px;
	text-align: center;
	padding-top:5px;
}
#copyright {
	font: 70% Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 5px;
}
#mera {
	margin-top: 25px;
	text-align: right;
}
.select {
	margin-bottom: 8px;
	width: 85%;	
}
.selCategory {
	margin-top: 6px;
	margin-right: 5px;
}
#productLink ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
