
* {
margin: 0;
padding: 0;
}

html {
overflow-y:scroll;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

p {
margin: 0 0 13px 0;
}

.clear {
	clear: both;
	/*font: 1px/1px monospace;*/
height: 1px;
margin: 0px;
padding: 0px;
}

img {
	outline: none;
	border: none;
}

a:link,
a:visited,
a:active {
color: #333333;
}

a:hover {
	color: #333;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

ul {
margin: 0 0 10px 20px;
padding: 0;
}

li {
margin: 2px 0 3px 0;
padding: 0;
}

.main_banner {
	margin: 0 0 10px 0;
}

#header_shell {
background: #B19F61 url(../images/header_bkg.jpg) repeat-x top center;
}

#header {
background: #B19F61 url(../images/header_bkg.jpg) repeat-x top center;
	width: 1170px;
	margin: 0 auto;
	height: 100px;
}


#logo {
	background: url(../images/logo.jpg) no-repeat top left;
	height: 100px;
	width: 660px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
}

#logo_text {
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	text-decoration: none;
	display: none; 
}

#logo_text:hover {
	border: none;
}

#logo p {
	text-align: left;
	color: #fff;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#top_advertising {
float: right;
width: 468px;
height: 60px;
background: #eeeeee;
margin: 21px 10px 0 0;
}


#nav_shell {
background: #534545 url(../images/nav_bkg.jpg) repeat-x top left;
}

#nav_shell_inside {
background: #534545 url(../images/nav_bkg.jpg) repeat-x top left;
width: 1170px;
overflow: hidden;
margin: 0 auto 8px auto;
text-align: left;
height: 42px;
line-height: 34px;
}

#user_nav {
color: #cccccc;
}

#user_nav_inside {
}

#user_nav a {
color: #FFFFFF;
text-decoration: none;
font-size: 13px;
}

.user_nav_left {
width: 900px;
float: left;
padding: 0 20px;
font-weight: bold;
}

.user_nav_right {
width: 100px;
float: right;
text-align: right;
padding: 0 20px;
}

.page {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

.shape {
	/*background: transparent url(../images/layout_shape_bg.gif) repeat;*/
}

.shape .top {
	/*background: transparent url(../images/layout_shape.gif) no-repeat top;
	height: 10px;
	font: 1px/1px monospace;*/
}

.shape .btm {
	/*background: transparent url(../images/layout_shape.gif) no-repeat bottom;
	height: 10px;
	clear: both;
	font: 1px/1px monospace;
	margin: 0 0 10px 0;*/
}

.col_shape {
	border: 1px solid #cccccc;
}

.col_left_content .col_shape .top {
	background: transparent url(../images/layout_col_content.gif) no-repeat top;
	height: 10px;
	font: 1px/1px monospace;
}

.col_right_sidebar .col_shape span {
	float: right;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.col_right_sidebar .top,
.col_right_sidebar a.top:link,
.col_right_sidebar a.top:active,
.col_right_sidebar a.top:hover,
.col_right_sidebar a.top:visited,
.col_right_sidebar a.mid:link,
.col_right_sidebar a.mid:active,
.col_right_sidebar a.mid:hover,
.col_right_sidebar a.mid:visited,
.col_right_sidebar a.btm:link,
.col_right_sidebar a.btm:active,
.col_right_sidebar a.btm:hover,
.col_right_sidebar a.btm:visited {
	/*background: transparent url(../images/layout_col_sidebar_top.gif) no-repeat top;*/
	background: #C0A96B;
	color: #000000;
	padding: 6px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.col_right_sidebar a.mid:link,
.col_right_sidebar a.mid:active,
.col_right_sidebar a.mid:hover,
.col_right_sidebar a.mid:visited {
	/*background: transparent url(../images/layout_col_sidebar_top.gif) no-repeat left center;*/
	background: #BC8950;
}

.col_right_sidebar a.btm:link,
.col_right_sidebar a.btm:active,
.col_right_sidebar a.btm:hover,
.col_right_sidebar a.btm:visited {
	/*background: transparent url(../images/layout_col_sidebar_top.gif) no-repeat left bottom;*/
	background: #BC8950;
}

.col_right_sidebar .col_shape .btm {
/*	background: transparent url(../images/layout_col_sidebar_btm.gif) no-repeat left bottom;
	height: 10px;
	clear: both;
	margin: 0;
	font: 1px/1px monospace;
	display: block;*/
	height: 5px;
}

.col_left_content .col_shape .btm {
	background: transparent url(../images/layout_col_content.gif) no-repeat bottom;
	height: 10px;
	margin: 0;
	clear: both;
	font: 1px/1px monospace;
}

.col_right_sidebar {
	float: right;
	width: 200px;
	position: relative;
	right: 10px;
	margin-bottom: 20px;
}

.col_left_content {
	float: left;
	width: 730px;
	position: relative;
	left: 20px;
	margin-bottom: 20px;
}

.block {
	padding: 0 10px;
}

.col_left_content .block {
padding: 15px 20px;
width: 690px;
}

/* List Styles */
.toggle {
	cursor: pointer;
}

ul.sidebar_nav {
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #e3e3e3;
}

ul.sidebar_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
}

ul.sidebar_nav a {
	display: block;
	margin: 0;
	padding: 6px 10px 6px 20px;
	line-height: 16px;
	font-weight: bold;
	background: #fff url(../images/icons/bullet_orange.gif) no-repeat left center;
	text-decoration: none;
}

ul.sidebar_nav a:hover {
	text-decoration: none;
}

ul.sidebar_nav a.browse {
	background: url(../images/icons/table_go.gif) no-repeat left center;
}

ul.sidebar_nav a.account {
	background: url(../images/icons/user_gray.gif) no-repeat left center;
}
ul.sidebar_nav a.home {
	background: url(../images/icons/house.gif) no-repeat left center;
}

ul.sidebar_nav a.listing_add {
	background: url(../images/icons/layout_add.gif) no-repeat left center;
}

ul.sidebar_nav a.favs {
	background: url(../images/icons/heart.gif) no-repeat left center;
}

ul.sidebar_nav a.listing_edit {
	background: url(../images/icons/layout_edit.gif) no-repeat left center;
}

ul.sidebar_nav a.logout {
	background: url(../images/icons/lock_go.gif) no-repeat left center;
}

ul.sidebar_nav a.login {
	background: url(../images/icons/lock_open.gif) no-repeat left center;
}

ul.sidebar_nav a.popular {
	background: url(../images/icons/yellowfolder.gif) no-repeat left center;
}

ul.sidebar_nav a.new {
	background: url(../images/icons/yellowfolder.gif) no-repeat left center;
}

ul.sidebar_nav a.special {
	background: url(../images/icons/yellowfolder.gif) no-repeat left center;
}

ul.sidebar_nav a.page {
	background: url(../images/icons/page.gif) no-repeat left center;
}

ul.sidebar_nav a.pricing {
	background: url(../images/icons/creditcards.gif) no-repeat left center;
}

a.icon_rss {
	background: url(../images/icons/feed.gif) no-repeat 0 center;
	margin: 0 0 0 5px;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

a.icon_login {
	background: url(../images/icons/lock_open.gif) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

a.icon_logout {
	background: url(../images/icons/lock_go.gif) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

a.icon_register {
	background: url(../images/icons/key_add.gif) no-repeat left center;
}

a.icon_contact {
	background: transparent url(../images/icons/email_go.gif) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	display: block;
}

/* Footer */
#footer {
clear: both;
padding: 0;
margin: 0;
background: #B19F61 url(../images/header_bkg.jpg) repeat-x top center;
overflow: hidden;
text-align: left;
border-top: 3px solid #534545;
font-weight: bold;
color: #000000;
}

#footer a {
color: #000000;
}

#footer_inside {
width: 1170px;
margin: 0 auto;
padding: 0
}

.footer_left {
float: left;
padding: 8px 15px 20px 15px;
line-height: 2.1;
}

.footer_right {
}


/* Footer Link Styles */
#footer a:link,
#footer a:visited {
}

#footer a:visited {
}

#footer a:hover {
}
#footer a:active {
}

.alert {
	color: #444;
	padding: 8px 12px 8px 30px;
	text-decoration: none;
	margin: 10px 10px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	background: #fcf4ed url(../images/icons/exclamation.gif) no-repeat 8px 8px;
	border: 1px solid #ebc0a9;
	clear: both;
	text-align: left;
}

.alert a {
	text-decoration: none;
}

.alert em,
	.alert p {
	color: #444;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 4px 0 0 0;
}

.beta {
	background-color: #fdf7e2;
	background-image: url(../images/icons/wrench.gif);
	border: 1px solid #d7cd90;

}

.info {
	background-color: #fdf7e2;
	background-image: url(../images/icons/asterisk_yellow.gif);
	border: 1px solid #d7cd90;
}

/* 68 Classifieds Styles */
#stats {
	float: right;
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.0em;
}

h1 {
font-size: 180%;
}

h2 {
font-size: 160%;
}

h3 {
font-size: 150%;
}

h4 {
font-size: 140%;
}

h5 {
font-size: 130%;
}

h6 {
font-size: 120%;
}

/* TH
 * This class handles the appearence of the
 * the first row in all tables. With the default
 * template this is the blue row.
 *
*/

th {
	border-bottom: 2px solid #ddd;
	padding: 0;
}

th a:link,
th a:visited {
	color: #222;
	text-decoration: none;
}

th a:hover {
	color: #006699;
	text-decoration: underline;
}

a.sortheader, th {
	color: #222;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table,
table.main {
	border: none;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

table.norm tr td {
vertical-align: top;
padding: 4px 0;
}
/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.tableborder th {
}

.listing_title {
font-size: 190%;
font-weight: bold;
border-bottom: 2px solid #ddd;
padding-bottom: 4px;
margin: 0 0 15px 0;
*margin: 5px 0 15px 0;
width: 633px;
}

table.main tr td {
	padding: 5px;
}
table.main a {
	font-size: 13px;
	text-decoration: none;
}

table.main a img {
	vertical-align: middle;
}
#newlistings table tbody tr td {
	text-align: center;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured {
	background: url("../images/featured_bg.gif") repeat-x left -30px;
}

td.bold {
	font-weight: bold;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted {

	background: url("../images/highlight_bg.gif") repeat-x left -30px;
}

/* Checkout Steps */
.error {
	background: #E8EFF5;
	border: 1px solid #2580B2;
}

.total {
	background-color: #F5F5DC;
}

.step {
	background-color: #EAEAEA;
	color: #000;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

span.completed {
	color: green;
}

span.pending {
	color: black;
}

span.pendingpayment {
	background: #FFFF99;
	color: #000;
	padding: 3px;
	display: block;
}
span.notcompleted {
	color: #CACACA;
}

/* Form */
div.blueerror {
	color: #444;
	padding: 8px 12px 8px 30px;
	text-decoration: none;
	margin: 0 0 15px 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	background: #fbf6d7 url(../images/icons/asterisk_yellow.gif) no-repeat 8px center;
	border: 1px solid #ead19b;
	clear: both;
	text-align: left;
}

form {
	margin: 0;
}

form p {
	margin: 0;
	padding: 5px 0 10px 0;
}

form h2 {
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
	margin: 0 10px;
}

.block form .fieldgrp {
	margin-bottom: 0.5em;
	width: 100%;
}

.block form .field {
	float: left;
	width: 380px;
	margin: 0 0 10px 0;
}

.block form .field input {
	border: 2px solid #CCCCCC;
	margin: 0px;
}

.block form .field textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 0px;
}

.block form input {
	border: 2px solid #CCCCCC;
	margin: 0 0 5px;
	padding: 2px;
}

.block form textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
}
.block form select {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 1px;
}
.block form label.top {
	display: block;
}
#form label {
	clear: both;
	color: #333333;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 200px;
}

td.formleft {
	width: 210px;
	padding: 4px 20px 4px 0;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

td.formright {
padding: 4px 0;
vertical-align: top;
}



/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1 {
	background-color: #d0d0d0;
	background-color: #F1F1F1;
}

.row2 {
	background-color: #FFF;
}

#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;
	border: none;

}

#form label.checked {
	background: url("../images/check.png") no-repeat 0px 0px;
	float: none;
	display: inline;
	border: none;
}


table.main tbody tr td input,
input.button,
p.submit input,
p.continue input {
	border: 1px outset #ccc;
	color: #333;
	font-weight: normal;
	background-color: #ddd;
	padding: 4px 8px;
	margin: 10px 0 0 0;
	text-align: center;
}

p.continue input {
	float: right;
}

#submit {
	margin: 5px 0 0 0;
	padding: 4px;
}

.block fieldset p {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.block fieldset p label {
	float: left;
}

.block fieldset {
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
}

.block fieldset legend {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 5px 0 5px;
	margin-left: -5px;
}

span.characters {
	color: #666666;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}
span.characters span {
	display: inline;
}

/*		.page fieldset p select, .page fieldset p input { float: right; }*/
input,select,textarea {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
}

div#step2 table td {
	width: 50%;
	padding: 10px 0;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumbs:link,
.breadcrumbs:visited,
.breadcrumbs:active,
.breadcrumbs:hover {
	font-weight: bold;
	text-decoration: none;
}

.page p.breadcrumb {
	color: #666;
	font-size: 12px;
	margin: 0 0 10px 0;
}

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav a {
	text-decoration: none;
}

table.pagination {
	text-align: right;
	background-color: #ccc;
	color: #333333;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border: 1px solid #ccc;
}

.paginationNum {
	background-color: #FFFFFF;
	color: #333333;
}

.navigationBack {
	background-color: #eaeaea;
	color: #000;
	white-space: nowrap;
}

.pageNav td {
	padding: 4px;
}

.navigation {
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.listingextras {
	margin: 20px 0;
	padding: 10px;
	width: 530px;
	border: 1px solid #CCCCCC;
	background: #f4f4f4;
	overflow: hidden;
}

.listingextras span {
margin-right: 10px;
}

.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
}

.listingextras2 a {
	margin: 5px 0;
	font-size: 1em;
}

.favorites,
.printer,
.moreads,
.friendmail,
.contact,
.delfavorites {
	padding: 4px 0 4px 20px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.favorites {
	background: url('../images/favorites.gif') no-repeat left center;
}

.printer {
	background: url('../images/printer.gif') no-repeat left center;
}

.moreads {
	background: url('../images/moreads-seller.gif') no-repeat left center;
}

.friendmail {
	background: url('../images/friendmail.gif') no-repeat left center;
}

.contact {
	background: url('../images/contact.gif') no-repeat left center;
}

.delfavorites {
	background: url('../images/favorites_delete.gif') no-repeat left center;
}

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;
}

#step2 fieldset table tr td form { padding: 5px;}. 
#templateSw {
margin:4px 0 4px 0;
}

.home_content {
padding: 0;
margin: 0 0 25px 0;
}

.home_featured {
background: #f4f4f4;
border: 1px solid #CCCCCC;
overflow: hidden;
margin: 0 0 30px 0;
padding: 10px 10px 8px 10px;
}

.home_newest,
.home_most_viewed {
margin: 0 0 25px 65px;
}

.home_most_viewed {
margin-bottom: 15px;
}

.home_shell .feat_price {
display: none;
}

.home_featured h2,
.home_newest h2,
.home_most_viewed h2 {
padding-left: 5px;
font-size: 14px;
text-transform: uppercase;
}

.home_featured h2 {
padding-left: 60px;
}

.home_shell .feat {
height: 146px;
}

.desc_shell {
width: 570px;
}

#listingMain {
border: 1px solid #CCCCCC;
margin-bottom: 15px;
}

#listingPics td {
background: #f4f4f4;
padding: 15px;
vertical-align: top;
}

#desc {
text-align: center;
margin: -10px 0 0 0;
padding: 0;
}

.imageborder {
border: 1px solid #666666;
margin-bottom: 5px;
}

.bottom_banner_shell {
padding: 20px 0 15px 0;
}

.bottom_banner {
margin: 0 auto;
width: 469px;
height: 61px;
line-height: 61px;
text-align: center;
}


#message {
width: 230px;
}

#freecap {
width: 232px;
}

#form fieldset p {
margin: 0 0 7px 0;
}

fieldset .breadcrumb {
display: none;
} 
