/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 0 0 0;
}
body {
	font-size: 14px;
	background: url(../images/layout/bg_fade.gif) fixed repeat-x #000000;
}
table {
	padding: 0;
	text-align: left;
	/*width: 100%;*/
	/*background: #000000;*/
}
hr {
	color:#006666;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.header {
	border: thin solid #003333;
	background-color: #000000;
	padding: 0;
	width: 900px;
	text-align: left;
	color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.mainTbl {
	width: 780px;
	background-color: #000000;
}
.editTbl {
	border: thin solid #009999;
	padding: 0;
	width: 650px;
	text-align: left;
}
.trTitle {
	background: #000000;
	color: #990000;
	border: thin solid #006666;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 22px;
}
.trHead {
	background: #000000;
	border: thin solid #000000;
	text-align: center;
	font-weight: bold;
}
.trFeat {
	background: #550000;
	border: thin solid #000000;
	color: #9D9D9D;
}
.tdRadio {
	background-color:#000000;
	border: thin solid #000000;
	text-align: center;
	width: 50px;
}
.sold {
	background: #000000;
	color: #990000;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}
.vin {
	text-transform: uppercase;
}
.td1 {
	background-color: #444444;
	border: thin solid #000000;
}
.td2 {
	background-color: #000000;
	color: #666666;
	border: thin solid #000000;
}
.tdEnd {
	background: #000000;
	border: thin solid #000000;
}
.example {
	color: #666666;
	font-size: 12px;
	font-style: italic;
}
.required {
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
}

