/* this is the default css page if no graphic template is used. */

body { background-color: #000; }
a {
	color: #fff;
	text-decoration: none;
}
table.vehicletable {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-top: 1px solid #fff;
	background-color: #fff;
}
td.leftvehicle {
	border-left: 1px solid #000;
}
td.vehiclead {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background: url(foot.jpg) #fff repeat-x;
	padding: 8px 6px;
}
img.vehicleimage { border: 1px solid #000; }
.topline {
	text-transform: lowercase;
	text-align: center;
	padding: 8px;
	color: #fff;
	background: #000;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}
.leftline {
	writing-mode: tb-rl;
	filter: flipv fliph;
	text-transform: lowercase;
	text-align: right;
	padding: 8px;
	color: #fff;
	background: #000;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}
.rightline {
	writing-mode: tb-rl;
	text-transform: lowercase;
	text-align: left;
	padding: 8px;
	color: #fff;
	background: #000;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}
.pagename {
	font-size: 32px;
	font-weight: bold;
	background: #000;
	text-transform: uppercase;
}
.dealername {
	font-size: 70px;
	font-weight: bold;
	background: #000;
	text-transform: uppercase;
}
.phone {
	font-size: 32px;
	font-weight: bold;
	background: #000;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
}
.footer {
	font-size: 22px;
	font-weight: bold;
	background: #000;
	text-transform: uppercase;
	color: #fff;
	padding-top: 20px;
	word-spacing: .25em;
	text-align: center;
}
.siteurl {
	font-size: 26px;
	font-weight: bold;
	background: #000;
	color: #fff;
	letter-spacing: .15em;
	text-align: center;
}
.cls_yr {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	background-color: #fff;
}
.cls_desc {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	background-color: #fff;
}
.cls_fineprint {
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	background-color: #000;
	border: 0;
	font-size: 9px;
}
.cls_msrp {
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	background-color: #000;
}

.cls_adprice {
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	background-color: #000;
}
.cls_stk {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	background-color: #fff;
}
div#printbutton {
	position: absolute;
	top: 26px;
	left: 712px;
}
