/* CSS Document */

body {
	background: #000000 fixed repeat-x url(images/layout/bg_fade.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	color: #CCCCCC;
	list-style-type: square;
}
table, td, th {
	/*background-color: #000000;*/
	border: #000000;
}
hr {
	width: 95%;
	color: #006666;
}
a { 
	color: #009999;
	text-decoration: none;
}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
}
input, textarea, select, file {
	background-color:#000000;
	border-color:#333333;
	border-collapse:collapse;
	border-style:solid;
	border-width:2px;
	color:#009999;
}
.tbl_main {
	border: #006666 thin solid;
	background: #000000;
}
.tbl_view {
	width: 760px;
	background: #000000;
}
.tbl_soldGray {
	background-color: #111111;
}
.tbl_soldBlack {
	background-color: #000000;
}
.table_bar {
	background: #000000 url(images/layout/table/bar_tile.gif) repeat-x;
	font: Arial, Helvetica, sans-serif bold 11px small-caps;
	color: #CCCCCC;
}
.table_bot {
	background: #000000 url(images/layout/table/bottom_tile.gif) repeat-x;
}
.table_side_lt {
	background: #000000 url(images/layout/table/side_tile_left.gif) repeat-y;
}
.table_side_rt {
	background: #000000 url(images/layout/table/side_tile_right.gif) repeat-y;
}
.table_content {
	background: #000000;
	border: thin solid #009999;
}
.table_carTitle {
	background: #000000 url(images/layout/table/carTitle_bg.gif) repeat;
	border: #009999 solid thin;
	color: #CCFFFF;
	font-size: 14px;
}
.table_carPrice {
	background: #000000 url(images/layout/darkDiag_bg.gif) repeat;
	border: #009999 solid thin;
}
.tbl_feature {
	width: 760px;
	background: #000000;
}
.feature_bar {
	background: #000000 url(images/layout/feature/bar_tile.gif) repeat-x;
	font: Arial, Helvetica, sans-serif bold 11px small-caps;
	color: #CCCCCC;
}
.feature_bot {
	background: #000000 url(images/layout/feature/bottom_tile.gif) repeat-x;
}
.feature_side_lt {
	background: #000000 url(images/layout/feature/side_tile_left.gif) repeat-y;
}
.feature_side_rt {
	background: #000000 url(images/layout/feature/side_tile_right.gif) repeat-y;
}
.feature_content {
	background: #000000;
	border: thin solid #990000;
}
.feature_carTitle {
	background: #000000 url(images/layout/feature/carTitle_bg.gif) repeat;
	border: #990000 solid thin;
	color: #CCCCCC;
	font-size: 14px;
}
.feature_carPrice {
	background: #000000 url(images/layout/darkDiag_bg.gif) repeat;
	border: #990000 solid thin;
}
.feature_link {
	color:#990000;
}
.text_red {
	color: #CC0000;
}
.text_red_sml {
	color: #CC0000;
	font-size: 11px;
}
.text_sml {
	font-size: 11px;
}
.text_moreInfo {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.text_featPriceN {
	font-weight: bold;
	font-size: 14px;
	color: #FFCCCC;
}
.text_featPriceW {
	font-size: 12px;
	color: #CCCCCC;
}
.text_tblPriceN {
	font-weight: bold;
	font-size: 14px;
	color: #CCFFFF;
}
.text_tblPriceW {
	font-size: 12px;
	color: #CCCCCC;
}
.text_sold {
	font-size: 18px;
	color: #CC0000;
}
.text_tblTitle {
	font-size: 12px;
	font-weight: bold;
	color: #CCFFFF;
}
.text_featTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFCCCC;
}
.link_fullInv {
	/*color: #CCFFFF;*/
	font-size: 10px;
}