@charset "UTF-8";

/* @group Main */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 19px;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

img, div, a, input, span {
	behavior: url(iepngfix.htc)
}

/* @end */

/* @group Clearfix Hack */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* @end */

/* @group Headings */

h2 {	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1a4d60;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	line-height: 25px;
}

h3 {
	font-size: 11px;
	color: #2F171C;
	margin-top: 0px;
	margin-bottom: 5px;
}


h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E1E1E;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 25px;
}

h5 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F171C;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}


/* @end */

/* @group Header */
#wrap {
	width: 960px;
	margin: 0 auto;
}

#splash {
	height: 316px;
	background-image: url(images/header.jpg);
	width: 909px;
	margin: 0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 145px;
	background: url(images/header.jpg) no-repeat top right;
}

.header_left {
	float: left;
	width: 300px;
	padding-top: 20px;
}

.header_right {
	float: right;
	width: 650px;
}

.logo {
	float: left;
	width: 300px;
	font-size: 30px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0px;
}

.sub_logo {
	float: left;
	width: 300px;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
}

#top_navigation {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 11px;
	height: 27px;
}

#navigation {
	float: right;
	margin-top: 35px;
}

#top_navigation p {
	color: #ffffff;
}

#top_navigation a {
	color: #ffffff;
	text-decoration: underline;
}

#search_bar {
	width: 960px;
	margin: 0 auto;
	height: 56px;
}

#search_bar_center {
	width: 400px;
	margin: 0 auto;
	height: 45px;
	padding-top: 11px;
}

#searchform {
	margin: 0;
	padding: 0;
}

.search_input {
	padding: 6px;
	width: 300px;
	border: 1px solid #bababa;
	background: #FFFFFF;
	font-size: 15px;
	color: #CCCCCC;
	float: left;
	margin-right: 10px;
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	font-style: italic;
}

ul#menu {
	margin: 0px;
	padding: 0px;
}

ul#menu li {
	display: inline;
	list-style-type: none;
	float: left;
}

ul#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	padding: 0px 10px 6px 15px;
	font-style: italic;
}

ul#menu li a span {
	display: block;
 	cursor: pointer;
	float: left;
	height: 28px;
	padding-right: 15px;
	padding-top: 5px;
}

ul#menu li a#active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	padding: 0px 10px 6px 15px;
	background: url(images/nav_left.png) no-repeat;
	font-style: italic;
}

ul#menu li a#active span {
	background: url(images/nav_right.png) right;
	display: block;
	float: left;
	height: 28px;
	padding-right: 15px;
	padding-top: 5px;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li a.last {
	padding: 0px 0px 6px 15px;
	font-style: italic;
}

ul#menu li a.last span {
	display: block;
	float: left;
	height: 28px;
	padding-right: 0px;
	padding-top: 5px;
}


/* @end */

/* @group Typography */


a {
	color: #1A4D60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a.button {
	background: #32312f url(images/button_bg.jpg) repeat-x;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 25px;
}

a.button:hover {
	background: #007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color: #007de2;
}

p {
	font-size: 13px;
	line-height: 22px;
}

td {
	font-size: 13px;
	line-height: 1.5em;
}

#newlistings table {
	border: 1px solid #E6E6E6;
}

.listingextras {
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
}

.listingextras,
.listingextras a {
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 13px;
	line-height: 22px;
}

.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
	float: right;
}

.listingextras2 a {
	margin: 5px 0;
	font-size: 1em;
}

.favorites {
	background: url('images/favorites.gif') left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	height: 16px;
}

.delfavorites {
	background: url('images/favorites_delete.gif') left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	height: 16px;
}

.printer {
	background: url('images/printer.gif') left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	height: 16px;
}

.moreads {
	background: url('images/moreads-seller.gif') left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	height: 16px;
}

.friendmail {
	background: url('images/friendmail.gif') left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	height: 16px;
}

.contact {
	background: url('images/contact.gif') left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	height: 16px;
}

.left {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.right {
	width: 300px;
	margin-left: 10px;
	float: right;
}

blockquote {
	margin: 10px 0;
	padding: 5px;
	color: #666;
	border: 1px inset;
}

.updated {
	background: #E8EFF5 url(images/check.png) no-repeat 1em;
	border: 1px solid #2580B2;
	margin: 1em 5% 10px;
	padding: 0 1em 0 3em;
}

.notes {
	background-color: #FFF5F2;
	border: 1px solid #FFD6CF;
	color: #333333;
	margin-bottom: 2px;
	padding: 1em;
}

/* @end */

/* @group Footer */

.footer_column {
	float: left;
	width: 400px;
}

.footer_column_right {
	float: right;
	width: 400px;
	margin-left: 30px;
	text-align: right;
}
#footer_wrap {
	padding: 35px 0px 10px 0px;
	height: 25px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	width: 960px;
	margin: 0 auto;
	border-top: dotted 1px #ccc;
	padding-top: 15px;
}

#footer_left {
	float: left;
	width: 480px;
}

#footer_right {
	float: right;
	width: 480px;
	text-align: right;
}

#footer p {
	color: #1A4D60;
	font-size: 11px;
}

#footer a {
	color: #1A4D60;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:hover {
	color: #1A4D60;
}
/* @end */

/* @group Content */

#content {
	width: 960px;
}
#content {
	font-size: 11px;
	padding-bottom: 15px;
}
#content_left {
	background-color: #FFFFFF;
	float: left;
	width: 207px;
}

#content_right {
	float: left;
	padding-left: 35px;
	padding-top: 25px;
	background: url(images/sidebar.jpg) repeat-x;
	width: 718px;
}


/* @end */

/* @group Left Side */

#left_nav {
	margin-top: 30px;
}

#left_navigation {
	float: left;
	width: 207px;
	background: url(images/nav_bg.jpg) no-repeat;
	height: 494px;
}

#left_navigation ul {
	margin-left: 0px;
	padding-left: 0px;
}

#left_navigation li {
	border-bottom: solid 1px #eee;
	list-style-type: none;
	margin-left: 15px;
	padding: 8px 0px 8px 15px;
}

#left_navigation a {
	color: #1A4D60;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
}

#left_navigation li.active {
	list-style-type: none;
	margin-left: 0px;
	padding: 5px 25px;
	background: url(images/nav_header.jpg) no-repeat;
	display: block;
	height: 31px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: none;
}


/* @end */

/* @group Forms */

.input, textarea {
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	color: #333333;
	font-size: 11px;
	margin-right: 4px;
	padding: 5px;
}

.input {
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	color: #333333;
	font-size: 11px;
	margin-right: 4px;
	padding: 5px;
}

#form h2 {
	background: url(images/th.jpg) repeat-x;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #D6D5D6;
	text-indent: 5px;
	padding: 5px;
	font-size: 108%;
	text-align: left;
}

#form .fieldgrp {
	margin-bottom: 0.5em;
	width: 100%;
}

#form .field {
	float: left;
	font-size: 95%;
	width: 380px;
}

#form .field input {
	border: 2px solid #CCCCCC;
	margin: 0px;
}

#form .field textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 0px;
}

#form input {
	border: 2px solid #CCCCCC;
	margin: 0 0 5px;
	padding: 2px;
}

#form textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
}

#form select {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 1px;
}

#form label.top {
	display: block;
}

#form label {
	clear: both;
	color: #333333;
	display: block;
	float: left;
	font-size: 102%;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 200px;
}

#form label.onehpx {
	width: 120px;
}

#form input.error {
	background-color: #DEEFFF;
	color: #000000;
	border: 1px SOLID #EA5200;
}

#form label.error {
	background: url("images/cross.png") no-repeat 0px 0px;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
	float: none;
	display: inline;
}

#form label.checked {
	background: url("images/check.png") no-repeat 0px 0px;
	float: none;
	display: inline;
}

fieldset {
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FAFAFA;
}

fieldset legend {
	padding: .1em .3em;
	font-size: 12pt;
	font-weight: bold;
	color: #2b2b2b;
}

.continue input {
	float: right;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

fieldset p {
	clear: both;
	padding: 0px;
	margin: 0px;
}

fieldset p label {
	float: left;
}

/* @end */

/* @group Headline */

#headline {
	margin-bottom: 20px;
}

#headline ul {
	margin: 5px 0px;
	padding: 0px;
}

#headline li {
	background: url(images/list.jpg) no-repeat;
	margin-left: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #1E1E1E;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 25px;
}

/* @end */

/* @group Tables */

table.main {
	border: 1px solid #D6D5D6;
	background-color: #FFFFFF;
}

.tableborder {
	border: 1px solid #D6D5D6;
	width: 100%;
	padding: 4px;
}

th {
	background: url(images/th.jpg) repeat-x;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #D6D5D6;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
	text-align: left;
}

th a:link, th a:visited {
	color: #FFF;
	text-decoration: none;
}

th a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* @end */

/* @group Checkout */

.step {
	background-color: #EAEAEA;
	color: #000;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

.breadcrumbs:link, .breadcrumbs:visited, .breadcrumbs:active, .breadcrumbs:hover {
	color: #3b67d2;
	font-weight: bold;
	text-decoration: none;
}

span.completed {
	color: green;
}

span.pending {
	color: black;
}

span.pendingpayment {
	background: #FFFF99;
	color: #000;
	padding: 3px;
	display: block;
}

span.notcompleted {
	color: #CACACA;
}

span.notcompletedred {
	color: red;
}

/* Characters
 * This class is used when a user is placing an ad
 * It formats the characters remaining
*/

.characters {
	color: #666666;
	display: inline;
	float: none;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	width: auto;
}

.characters {
	color: #666666;
	font-size: 9px;
	text-align: right;
}

/* @end */

/* @group Breadcrumb */

.breadcrumb {
	color: #666666;
}

.breadcrumb a {
	color: ##666666;
	text-decoration: none;
}

a.breadcrumb:hover {
	color: #1A4D60;
	text-decoration: underline;
}

/* @end */

/* @group Pagination */

.pageNav td {
	padding: 2px 4px 2px 4px;
}

.pageNav a {
	text-decoration: none;
}

.pagination {
	text-align: right;
	background-color: #7088b0;
	color: #333333;
}

.paginationNum {
	background-color: #FFFFFF;
	color: #333333;
}

.navigationBack {
	background-color: #809ac5;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}

.navigation {
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* @end */

/* @group Featured,Bold,Highlighted */

td.featured {
	background-color: #F1F1F1;
}

td.bold {
	font-weight: bold;
}

td.highlighted {
	background-color: #FFF7D2;
}

/* @end */

/* @group Alternating Rows */

.row1 {
	background-color: #d0d0d0;
	background-color: #F1F1F1;
}

.row2 {
	background-color: #FFF;
}

/* @end */

/* @group impromptu */

.cleanbluewarning .cleanblue {
	background-color: #acb4c4;
}

.cleanbluefade {
	position: absolute;
	background-color: #aaaaaa;
}

div.cleanblue {
	font-family: Georgia,"Times New Roman",serif;
	position: absolute;
	background-color: #ffffff;
	width: 300px;
	font-size: 12px;
	text-align: left;
	border: solid 1px #213e80;
}

div.cleanblue .cleanbluecontainer {
	background-color: #ffffff;
	padding: 0px;
	font-weight: bold;
}

div.cleanblue .cleanblueclose {
	background: url('images/th.jpg');
	text-align: right;
	width: 90%;
	cursor: default;
	padding: 1px 15px;
	color: #ffffff;
	font-weight: bold;
}

div.cleanblue .cleanbluemessage {
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	color: #333333;
}

div.cleanblue .cleanbluebuttons {
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}

div.cleanblue button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #567ebb;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

div.cleanblue button:hover {
	border: solid 1px #d4d4d4;
}

/* @end */