* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*background: #000000;*/
	padding: 0px;
	background-image: url(/classifieds/img/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #7D7E7E;
}

td {
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

a {
}

strong {
	
}

form {
}

#outer {
	height: 100%;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	display: table;
	width: 1000px;
	height: 90px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background: url(/classifieds/img/header/header_1000.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #000000;
}

#garage_header {
	display: table;
	width: 1000px;
	height: 90px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background: url(/classifieds/img/header/header_garage_1000.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #000000;
}

#header a {
	color: #FFFFFF;
}

#greeting {
	text-align: right;
	color: #FFFFFF;
	height: 24px;
	font-family: Arial, Verdana;
	margin: 8px 12px 0px 0px; 
}

#greeting a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}

#greeting a:hover {
	text-decoration: underline;
}

#mainnav {
	float: right;
	margin: 6px 0px 0px 0px;
	height: 27px;
	line-height: 27px;
	font-size: 12pt;
	color: #000000;
}

#mainnav .active {
	float: left;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

#mainnav .inactive {
	float: left;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

#mainnav a {
	color: #000000;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}

#mainnav .active a {
	color: #FFFFFF;
	background: url(/classifieds/img/header/nav_button_slice.gif);
}

#mainnav .inactive a:hover {
	/*color: #F60000;*/
}

#subnav {
	clear: right;
	float: right;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	/*background: #EEEEEE;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px;
	color: #000000;*/
}

#subnav a {
	padding-left: 7px;
	padding-right: 7px;
	color: #000000;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav .active {
	/*background: #CCD2DB;*/
	background: url(/classifieds/img/header/nav_button_slice.gif);
	color: #FFFFFF;
	padding: 5px 7px 5px 7px;
	margin: 0px;
}

#main {
	background: #FFFFFF;
	padding: 10px;
	text-align: left;
}

#prefs {
	background: #FFFFFF;
	padding: 10px 0px 0px 0px;
}

#footer {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 1000px;
	height: 22px;
	background: url(/classifieds/img/header/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
}

#footer a {
	color: #000000;
}

.itemlist {
	border-top: 1px solid #5875A7;
	font-weight: normal;
}

.itemlist td {
	padding: 3px 20px 3px 0px;
	border-bottom: 1px solid #5875A7;
}

.itemlist tr {
	background: #FFFFFF;
}

.itemlist th {
	background: #CCD2DB;
	padding: 2px 20px 2px 0px;
	border-bottom: 1px solid #5875A7;
}

#find_form input, select {
	margin: 0px 0px 0px 0px;
}

#find_form span {
	margin: 0px 0px 10px 0px;
}

#find {
}

#find hr {
	margin-bottom: 5px;
}

div.corners_top {
	font-size: 1px;
	line-height: 6px;
	background-image: url(/classifieds/img/corners_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.corners_top div {
	background-image: url(/classifieds/img/corners_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.corners_top_dark {
	font-size: 1px;
	line-height: 6px;
	background-image: url(/classifieds/img/corners_left_dark.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.corners_top_dark div {
	background-image: url(/classifieds/img/corners_right_dark.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#maintabs {
	float: right;
	margin: 4px 0px 0px 0px;
	height: 28px;
	line-height: 14px;
	font-size: 12pt;
	color: #000000;
}

#maintabs .active {
	background: url(/classifieds/img/section_header_slice_silver.gif) left top repeat-x;
	background-color: #000000;
	float: left;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
	height: 28px;
}

#maintabs .inactive {
	background: url(/classifieds/img/section_header_slice_blue.gif) left top repeat-x;
	background-color: #5875A7;
	float: left;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
	height: 27px;
}


#maintabs a {
	clear: both;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#maintabs .active a {
	color: #000000;
}

.tabs {
	height: 27px;
}

.tabs .active {
	background: url(/classifieds/img/section_header_slice_blue.gif) left top repeat-x;
	background-color: #5875A7;
	float: left;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
}

.tabs .inactive {
	background: url(/classifieds/img/section_header_slice_gray.gif) left top repeat-x;
	background-color: #7F7F7F;
	float: left;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
}


.tabs a {
	clear: both;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tabs .dark a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
}

.page_error {
	border: 1px solid;
	border-color: #000000;
	background: #FFDDDD;
	color: #CC0000;
	padding: 5px;
}

.inline_error {
	color: #CC0000;
	font-weight: bold;
}

.message {
	border: 1px solid;
	border-color: #000000;
	background: #DDEEDD;
	border-color: 8888AA;
	padding: 5px;
}

.help {
	border: 1px solid;
	border-color: #000000;
	background: #FFFFDD;
	border-color: 000000;
	padding: 10px;
	margin-left: 20px;
}

hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0px;
}

ul {
	margin-left: 15px;
}

.section {
	background:url(/classifieds/img/section_header_slice_blue.gif) repeat-x left top;
}

.section_alt {
	background:url(/classifieds/img/section_header_slice.gif) repeat-x left top;
}

.section .label, .section_alt .label {
	padding: 4px 0px 1px 8px;
	font-size: 11pt;
	font-weight:bold;
	color: #FFFFFF;
}

.section .label .label_text, .section_alt .label .label_text {
}

.section .content, .section_alt .content {
	background-color: #EEEEEE;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}