table#carspecs {
	width: 500px;
	padding: 0px;
    background-color: transparent;
    border: solid #ffcc66 1px;
    text-align: center;
	font-family: Verdana, Arial; 
	font-weight: normal; 
	font-size: 10pt; 
	color: white;
}

.carspecsblank {
	padding: 0px;
    border: solid 0px;
	background-color: transparent;
	width: 100%;
}

.carspecstop {
    height: 22px;
    text-align: center;
    font-family: Verdana, Arial; 
	font-weight: bold; 
	font-size: 12pt; 
	color: black;
    background-color: silver;
	border-bottom: solid #ffcc66 1px;
}

.carspecmiddle {
    height: 22px;
    text-align: center;
    font-family: Verdana, Arial; 
	font-weight: bold; 
	font-size: 12pt; 
	color: black;
    background-color: silver;
	border-top: solid #ffcc66 1px;
	border-bottom: solid #ffcc66 1px;

}

.carspecleft {
	height: 18px;
	width: 35%;
	text-align: left;
	padding-left: 10px; 
	font-family: Verdana, Arial; 
	font-weight: normal; 
	font-size: 10pt; 
	color: white;
	border-right: solid silver 1px;
	border-bottom: solid silver 1px;
}

.carspecleftbottom {
    height: 18px;
	width: 35%;
	text-align: left;
	padding-left: 10px;
	font-family: Verdana, Arial; 
	font-weight: normal; 
	font-size: 10pt; 
	color: white;
	border-right: solid silver 1px;
}

.carspecright {
    height: 18px;
	text-align: right;
	padding-right: 10px;
	font-family: Verdana, Arial; 
	font-weight: normal; 
	font-size: 10pt; 
	color: white;
	border-bottom: solid silver 1px;
}

.carspecrightbottom {
	height: 18px;
	text-align: right;
	padding-right: 10px;
	font-family: Verdana, Arial; 
	font-weight: normal; 
	font-size: 10pt; 
	color: white;
}
