/* this is the default css page if no graphic template is used. */

body { background-color: #fff; }
* {
	color: #000;
	background: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
table.vehicletable {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
}
td.leftvehicle {
	border-left: 1px solid #000;
}
td.vehiclead {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background: #fff;
	padding: 8px 6px;
}
img.vehicleimage { border: 1px solid #000; }
.topline { display: none; }
.leftline {	display: none; }
.rightline { display: none; }
.pagename {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.dealername {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.phone {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
}
.footer {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	word-spacing: .25em;
	text-align: center;
}
.siteurl {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .15em;
	text-align: center;
}
.cls_yr {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.cls_desc {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	background-color: #fff;
}
.cls_fineprint {
	padding-left: 2px;
	padding-right: 2px;
	border: 0;
	font-size: 9px;
}
.cls_msrp {
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
}
.cls_adprice {
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.cls_stk {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
