@charset "utf-8";
/* CSS Document */

.photosLeft
{
	margin:0px;
	padding:0px;
	float:left;
	width:360px;
	background-color:#72848d;
}

.optionsMiddle
{
	margin:0px;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	float:left;
	width:325px;
	background-color:#FFF;
}

.quoteRight
{
	float:left;
	margin:0px;
	padding:0px;
	width:275px;
	background-color:#FFF;
	
}
.photoMain
{
	width:310px;
	border:0;
	margin-left:auto;
	margin-right:auto;
}
.thumbPhotos
{
	width:360px;
	border:0;
	
}

div.img
{
 margin: 2px;
 border: 0;
 height: auto;
 width: auto;
 float: left;
 text-align: center;
}
div.img img
{
 display: inline;
 margin: 2px;
 border: 1px solid #ffffff;
}
div.img a:hover img 
{
	border: 1px solid #0000ff;
}
div.desc
{
 text-align: center;
 font-weight: normal;
 width: 120px;
 margin: 2px;
}
.photosTopper
{
	padding:0px;
	margin:0px;
	border:0px;
	width:360px;
	height:30px;
	background-image:url(../images/photo-topper.jpg);
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:30px;
	
}

.thumbTopper
{
	padding:0px;
	margin:0px;
	border:0px;
	width:360px;
	height:30px;
	background-image:url(../images/thumb-topper.jpg);
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:30px;
	
}
.optionsTopper
{
	padding:0px;
	margin:0px;
	border:0px;
	width:325px;
	height:30px;
	background-image:url(../images/options-topper.png);
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:30px;
	
}
.contactUsTopper
{
	padding:0px;
	margin:0px;
	border:0px;
	width:275px;
	height:30px;
	background-image:url(../images/contact-us-topper.png);
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:30px;
}
.sendToFriend
{
	width:275px;
	height:40px;
	background-image:url(../images/send-to-friend.png);
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:40px;
	border:0px;
	display:block;
	text-decoration:none;
}
.printVehicle
{
	width:275px;
	height:40px;
	background-image:url(../images/print-vehicle.png);
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:40px;
	border:0px;
	display:block;
	text-decoration:none;
}
.tableBorder
{
	width:100%;
	border-right: thin solid #333;
	border-bottom: thin solid #333;
	border-left: thin solid #333;
}
.tableBorderNoBottom
{
	width:100%;
	border-right: thin solid #333;
	border-left: thin solid #333;
}
.asteriskRequired
{
	color:#F00;
}
#productTable
{
	background-color:#FFF;
}
#productSpacer
{
	background-color:#FFF;
}
.calcText
{
   color:#000;
}
.calcPayment
{
   color:#000;
   background-color:#CCC;
} 
