@charset "UTF-8";
/* CSS Document */
#Header {
	position: relative;
}
#Login {
	position: absolute;
	left: 784px;
	top: 18px;
	height: 97px;
	width: 183px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #111111;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#Nav {
	background-image: url(images/modifiedcartrader_02.jpg);
	padding: 2px;
	background-color: #121212;
	background-repeat: no-repeat;
}
#Nav ul {
	width: auto;
	margin: 3px;
	padding: 0px;
	list-style-type: none;
}
.MainPadding {
	padding: 5px;
	margin: 5px;
	border: 1px dotted #131313;
	background-image: url(images/modifiedcartrader_03.jpg);
	background-repeat: repeat-x;
}
#Footer {
	background-image: url(images/modifiedcartrader_05.jpg);
	background-repeat: no-repeat;
	padding: 22px;
	margin: 5px;
	font-size: 10px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
}
#Site {
	margin: auto;
	width: 1000px;
}
#Nav li {
	float: left;
	padding: 4px;
}
#Nav li a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #474747;
	border-right-color: #252525;
	border-bottom-color: #000000;
	border-left-color: #373737;
	margin-right: 1px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 1px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
#Nav li a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #474747;
	border-right-color: #252525;
	border-bottom-color: #000000;
	border-left-color: #373737;
	margin-right: 1px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2477D7;
	background-image: url(images/navroll.jpg);
}
body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.clear {
	clear: both;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.block_table_first_td{
   color: #006fe3;
   font-size: 14px;
}
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#ffffff;
}

/* Bold Listings
 * td.bold handles the display of bold listings
 *
*/
td.bold{
	font-weight: bold;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	background-color:#48BEFC;
}