h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #641517;
	text-align: left;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #641517;
	text-align: center;
	text-indent: 12px;
	line-height: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 4px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #651618;
	font-size: 12px;
	line-height: 18px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #651618;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 4px;
	line-height: 2;
	text-align: center;
}
.leaders {
	font-size: 12px;
	font-weight: bold;
	color: #651518;
	text-indent: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.search-nav {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.leaders-no-indent {
	font-size: 12px;
	font-weight: bold;
	color: #651518;
	font-family: Arial, Helvetica, sans-serif;
}
.results-right {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
}
.results-left {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
}
.e-number {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
}
.speck-left {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.speck-left-bold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.speck-left-bold-red {
	font-size: 12px;
	font-weight: bold;
	color: #651518;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.speck-center-bold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.pump-copy {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.pumpdescription {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #651518;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.text-1 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.Pump-title {
	font-size: 16px;
	font-weight: bold;
	color: #651518;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.textCenter {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}




/*--- Product images ---*/

#product-detail #product-images{
	width:420px;
	float:left;
	overflow:hidden;
	border:0px solid black;
	padding-right:3px;
}

#product-detail #product-images #product-image-main{
	width:420px;
	height:280px;
	overflow:hidden;
	background-color:#000000;
	position:relative;
}

#product-detail #product-images #product-image{
	vertical-align:middle;
}

#product-detail #product-images #product-image-main #sold-image-detail{
	position:absolute;
	left:83px;
	top:120px;
}


#product-detail #product-images .product-image-thumb{
	float:left;
	border:1px solid black;
	width:75px;
	height:60px;
	overflow:hidden;
	margin-right:6px;
	margin-top:4px;
	background-color:#000000;
}

#product-detail #product-images .product-image-thumb:hover,
#product-detail #product-images .product-image-main-sold #product-image{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


#product-detail #product-info{
	padding-top:5px;
	padding-bottom:10px;
}


#product-detail .info-item{ 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#product-detail .info-item .item-title{
	text-transform:uppercase;
	font-weight: normal;
	text-align: left;
	padding-right:5px;
	color: #000000;
}

#truck-info h3{
	text-align:center;
}


