body, html {
	margin-left: 10px;
	background-color: #b6b6b6;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center top;
	font-size: small;
}
a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
tr .pager {
	color: #888;
}
li {
	color: #333333;
	list-style-type: square;
}
ul {
	color: #333333;
	list-style-type: square;
}
ol {
	color: #333333;
}

#thumbs img {
    margin-bottom:7px;
    float: left;
    margin-right: 10px;
}

td {
	padding: 1px;
	font-size: 12px;
}
tr .detail {
	font-size: 10px;
	color: #eee;
}
.desc {
	font-size: 10px;
	color: #333;
}
table.dgInventory {
	width: 100%;
}
table.dgInventory tr {
}
table.dgInventory tr.head {
	background-color: #cccccc;
}
table.dgInventory tr.item {
}
table.dgInventory tr.itemodd {
}
table.dgInventory td {
	font-size: 75%;
}
table.dgInventory th {
}
table.dgInventory a {
	color: #fff;
}


#VehicleDetail{
 clear: both;
 overflow:auto;
	width: 98%;
	margin: 0px;
	padding: 0px;
	border: 3px solid #fff;
}

/*
table.tblVehiclePricing,
table.tblVehicleDetail {
	border: 3px solid #fff;
	width: 98%;
}
*/
table.tblVehiclePricing,
table.tblVehicleDetail {
	width:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;

}

table.tblVehiclePricing{
	background-color:#999999;
}


table.tblVehicleDetail tr{
	vertical-align: top;
	background-color:#666666;
}
table.tblVehicleDetail tr.odd{
	background-color:#999999;
}

table.tblVehiclePricing th,
table.tblVehiclePricing td,
table.tblVehicleDetail th,
table.tblVehicleDetail td{
	padding: 5px;
	font-size: 12px;
	color: #ffffff;
}

table.tblVehiclePricing th,
table.tblVehicleDetail th{
	width:28%;
}

table.tblVehiclePricing td div.price{
	text-align: right;
	width: 5em;
}


/*
table.tblVehiclePricing{
	margin:0px;
	padding:0px;
	border:0px;
}
*/
.detail, .detailtop {
	color: #fff;
}


.detail-image table {
	margin: 0;
}

.PriceSheetLogo {
	float: left;
}

#heading {
}

.table-bottom {
	margin-bottom: 0;
}

