/* Standard 68 Classifieds Style Sheet */
/* Standard 68 Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ede7e5;
	text-align: center;
padding-top:0px;
margin-top:0px;
	font-size: 0.75em;
}
#wrapper {
	text-align: left;
	width: 90%;
	background-color: #f5f0ec;
	border: 1px solid #EAE0C4;
	padding: 0px;
	margin: 10px auto;
margin-top:0px;
}
#header {
	text-align: left;
	background-color: #ede7e5;
	background-image:  url("images/header.jpg");
	background-repeat: no-repeat;
height: 81px;	
margin-top:0px;
	border-bottom: #BDA36C solid 1px;
}
#header h1 {
	padding: 10px 0;
	position:absolute;
	top:38px;
	left:183px;
	font-size:0.9em;
	color: #C60063;
	font-weight:normal;
	letter-spacing: 0em;
}



.topbar {
	background-image:  url("images/bar.gif");
	background-repeat: repeat-x;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: right;
	padding: 5px;
}

/* Navigation Styles */
.navigation{
	border-right: 1px solid #EAE0C4;
	padding-bottom: 5px;
	width: 175px;
}
.navTitle {
	font-weight: normal;
	color: #000000;
	background: #DFBBB3 url("images/bg_line_vertical.gif");
	border-bottom: 1px solid #EAE0C4;
	border-right: 1px solid #EAE0C4;
	text-indent: 5px;
	padding: 2px;
	margin: 5px;
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
}
.navlist{
	font-weight: normal;
	background-color:transparent;
	text-indent: 5px;
	padding: 3px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	/*border-top: 1px solid #5A89C0;
	display: block;
	margin: 3px;
	*/
}
.navlast {padding-bottom:20px;}
a.navlist:link { color: #5C604D; text-decoration: none;}
a.navlist:visited{ color: #5C604D; text-decoration: none;}
a.navlist:hover {color: #000;}

.navlist a:link { color: #000000; text-decoration: none;}
.navlist a:visited { color: #000000; text-decoration: none;}
.navlist a:hover, .navlist a:active {color: #bb0461; text-decoration: underline;}
/* Subcategories display */
.subcats
{font-size: 0.95em;}

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

/* TH
 * This class handles the appearence of the
 * the first row in all tables. With the default
 * template this is the blue row.
 *
*/
th {
	font-weight: bold;
	color: #000000;
	background: #DFBBB3 url("images/bg_line_vertical3.gif");
	border-bottom: 1px solid #a9938b;
	text-indent: 5px;
	padding: 2px;
	margin: 5px;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #a9938b;
	width: 100%;
	padding: 0px;
	margin:0px;
	background-color: #ffffff;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #a9938b;
	width: 100%;
	padding: 0px;
	margin:0px;
	font-size:0.8em;
}
table.sortable span.sortarrow 
{
    text-decoration: none;
	color: #FFF;
}
a.sortheader:link {
	text-decoration: underline;
	color: #FFF;
}
a.sortheader:visited {
	text-decoration: underline;
	color: #FFF;
}
a.sortheader:hover {
	text-decoration: none;
	color: #FFF;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color: #ede3b9;
	border-top: 1px solid #C60063;
	/* color: #94014a; */
}
td.featured .viewlistdecription a:link {font-size:1.2em;}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color:#f3efdd;
	border-top: 1px solid #C60063;
	/* color: #94014a; */
}
td.highlighted .viewlistdecription a:link {font-size:1.2em;}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#F1F1F1;
}
.row2{
     background-color:#FFF;
}
/*Viewlistings mod stats display on the side */

.statslistings {font-size:0.9em; text-align:left; color: #817c69; width: 210px; padding-left:10px;}
.listingstats {font-size:0.9em; float:left; color: #8C8773; font-weight: normal;}
.viewlistdecription {font-size:0.95em;}

/* Form styles */
/*
 * The form styles section displays information about the forms
 * formstrip is the part above the form fields
 * formleft & formright deal with the left and right <td> in the form output.
 *
*/
.formstrip { color: #000; font-weight: bold; font-size: 12px; padding: 4px; }
.formstriperror {color: #FF0000; font-weight: bold; font-size: 13px; padding: 4px; text-align: center; }
.formstrip a:link, .formstrip a:active, .formstrip a:visited { color: #5C604D; }
.formstrip a:hover { color: #000; }
.formleft  {
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formright  {
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { color: #000000; padding: 4px; }
input,select,textarea
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }

/* Expired Listings */
.expired {font-weight: bold; color:#000000; }

/* Link Styles
 *
*/
a:link{
	color: #000;
}
a:visited{
	color: #000;
}
a:hover{
	color: #5C604D;
}
a:active {
	color: #5C604D;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ color: #000; font-size: 0.95em;}
a.breadcrumb:link { color: #000; }
a.breadcrumb:visited{ color: #000; }
a.breadcrumb:hover { color: #5C604D; }

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

.pagination{
	text-align: right;
	background-color: #EAE0C4;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	background-color: #ede7e5;
	color: #8C8773;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font: 0.8em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* Characters
 * This class is used when a user is placing an ad
 * It formats the characters remaining
*/
.characters{
	color: #666666; font-size: 9px;
}
/* Icons
 * The following classes are used on the userindex page
 * it formats the icons and links.
*/
div.icon   { 
	margin: 3px; 
	text-align: center;
}
div.icon a { 
	display: block; 
	height: 93px !important;
	height: 95px; 
	width: 108px !important;
	width: 110px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
	text-align: center;
}
div.iconimage { 
	padding-top: 13px; 
	text-align: center;
}
#headerbanners {float:right; padding:10px;}
.sidebanner {padding:10px; border-top: 1px solid #EAE0C4;}
.sidebannermiddle {padding:10px;}

.copy {font-size: 0.8em}
.norm {padding:2px; margin:0px; background-color: #ffffff; font-size:0.9em;}
.norm td { margin:0px; background-color: #ffffff; padding:2px; border-bottom: 2px solid #ffffff;}
.normmenu {padding: 1px; margin:0px; background-color: #ffffff; margin-right: 10px; font-size:0.9em; width: 80%; float:right;}
.normmenu td {padding: 1px; margin:0px; background-color: #ffffff;}
.imagetable {border-bottom: 2px solid #f6f4f4; width:100%;}
.emphasys {color: #C60063;}