/* Custom 'rides' Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image : url("/images/bl2.jpg");
	background-color: #e8edf1;	
	background-repeat: repeat-x;
	text-align: center;
}
H1 {
	font-size : 18px;
	font-weight : bold;
	color: #000080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom : 5px;
	margin-top : 5px;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000080;
	font-weight : bold;
	margin-bottom : 2px;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #000080;
	margin-bottom : 2px;
	margin-top : 7px;
}
.subhead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #0e57d1;
}
#wrapper {
	text-align: left;
	width: 90%;
	min-width: 950px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto;
}
#mailwrapper {
	text-align: left;
	width: 800px;
	min-width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto;
}
#header {
	text-align: right;
	background-image:  url("/images/head4.jpg");
}
.padding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
}
.topbar {
	background-image:  url("/images/bar.gif");
	background-repeat: repeat-x;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	padding: 5px;
}
.topbarL {
	background-image:  url("/images/bar.gif");
	background-repeat: repeat-x;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding: 5px;
}
.catname {
	font-size: 14px;
	color: #000000;
}
.frontfeature{
	border: 1px solid #5A89C0;
	width: 100%;
	margin-bottom: 15px;
}
/* Navigation Styles */
.navigation{
	border: 1px solid #5A89C0;
	width: 175px;
}
.navTitle {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #5487BF url("/images/fade.gif");
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
p { margin-top: 0.75em; }
ul { margin-top: 0.5em;
	margin-bottom: 0.5em; }
.navlist{
	font-weight: bold;
	font-size: 12px;
	background-color:#F1F1F1;
	text-indent: 5px;
	padding: 3px;
}
.navlist:hover {
	background-color: #FFFFFF;
}
a.navlist:link { color: #448; }
a.navlist:visited{ color: #667; }
a.navlist:hover { color: #5487BF; font-weight: bold; background-color: #FFFFFF; }

/*FAQ Section */
.faqnav {
	font-weight: bold;
	font-size: 12px;
}

.tdTitle {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #5487BF url("/images/fade.gif");
	border: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.articleTitle{font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	border: 1px solid #000000;
	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: #FFFFFF;
	background: #5487BF;
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #000;
	width: 100%;
	padding: 0px;
	margin:0px;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #000;
	width: 100%;
	padding: 0px;
	margin:0px;
}
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;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#F1F1F1;
	background-image:  url("/images/fade.gif");
}
td.featuretitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style : italic;
	font-weight : bold;
	text-align : left;
	text-indent: 5px;
	color: #000000;
}
td.desc{
	padding-left: 25px;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-image:  url("/images/featured-back.gif");
	background-repeat: repeat-x;
	border-style : solid;
	border-color : #5A89C0;
	border-width : 1px;
/* 	border-bottom-style : solid;
	border-bottom-color : #5A89C0;
	border-bottom-width : 1px;
	border-top-color : #5A89C0;
	border-top-style : solid;
	border-top-width : 1px;
	border-left-color : #5A89C0;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #5A89C0;
	border-right-style : solid;
	border-right-width : 1px;
*/
}
/*  line above each basic listing
 *
*/
td.basic {
	border-top-color : #5A89C0;
	border-top-style : solid;
	border-top-width : 1px;
}
td.navbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#F1F1F1;
	text-indent: 5px;
	padding: 3px;
}
td.footer {
	width: 100%;
	padding: 0px;
	margin:0px;
	
}
.highlighthead{
	font-size: 14px;
	color: #003399;
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#F1F1F1;
}
.row2{
     background-color:#FFF;
}

/* 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 { background-color: #FFF; color: #448; font-weight: bold; font-size: 12px; padding: 4px; }
.formstriperror {background-color: #FFF; color: #FF0000; font-weight: bold; font-size: 13px; padding: 4px; text-align: center; }
.formstrip a:link, .formstrip a:active, .formstrip a:visited { color: #448 }
.formstrip a:hover { color: #5487BF }
.formleft  {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formleft2  {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}
.formright  {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }
input,select,textarea
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
}


/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }
.error{
	color: #000000;
	background: #FFF;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: 1px solid red;
	text-align: center;
}

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

/* Link Styles
 *
*/
a:link{
	color: #448;
}
a:visited{
	color: #667;
}
a:hover{
	color: #5487BF;
}
a:active {
	color: #FF0000;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ color: #448; }
a.breadcrumb:link { color: #448; }
a.breadcrumb:visited{ color: #667; }
a.breadcrumb:hover { color: #5487BF; }

/* 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: #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;
}
/* 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;
}
.copy {
	color: #6f6f6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.navTitle:link{
	color: #ffffff;
  text-decoration: underline;
}
a.navTitle:visited{
	color: #ffffff;
  text-decoration: underline;
}
a.navTitle:hover{
	color: #ffffff;
  text-decoration: none;
}
a.navTitle:active {
	color: #ffffff;
  text-decoration: none;
}
.searchBox{border:1px solid #113377;}
.demo  {z-index:99; display: none}
.submitform  {z-index:99; display: none}