/* Standard 68 Classifieds Style Sheet */
body {
                margin: 0px; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e4dfa6;
	text-align: center;
}
#wrapper {

	text-align: left;
	width: 770px;
                height: 1000px;
	background-color: #e4dfa6;
	border: 0px solid #000000;
	padding: 0px;
	margin: auto;
}
#header {
	text-align: left;
}
.padtext {
                padding-left: 8px;
}

h2 {
        font-size: 16px;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	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: #f9f6d4;
	background: #948c63;
	border-bottom: 1px solid #948c63;
	text-indent: 5px;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	width: 99%;
	padding: 0px;
	margin: 4px;
                border: 0px;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	width: 100%;
 	font-size: 12px;
	padding: 0px;
	margin:0px;
                text-indent: 3px;
                
}
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:#fdfceb;
                 padding-left: 3px;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color:#fdfceb;
                padding-left: 3px;
}
/* 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: #f9f6d4; color: #801a06; font-weight: bold; font-size: 14px; padding: 6px; }
.formstriperror {background-color: #f9f6d4; 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: #948c63 }
.formleft,  formleft a:link {
	background-color: #f9f6d4;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formright, formright a:link {
	background-color: #f9f6d4;
                color: #0a3737;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { background-color: #f9f6d4; 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; }
.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: #0a3737;
}
a:visited{
	color: #0a3737;
}
a:hover{
	color: #0a3737;
                text-decoration: none;
}
a:active {
	color: #0a3737;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ 
              color: #0a3737; 
              padding-left: 6px; 
}
a.breadcrumb:link { 
               color: #0a3737;
            
 }
a.breadcrumb:visited{ color: #0a3737; }
a.breadcrumb:hover { 
              color: #0a3737;
              text-decoration: none;
 }

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav {
               margin-top: 5px;
               margin-right: 5px;
}

.pageNav td { 
                padding: 1px 4px 2px 4px;


}
.pageNav a { text-decoration: none; }

.pagination{
	text-align: right;
	background-color: #0a3737;
	color: #f9f6d4;
}
.paginationNum{
	background-color: #f9f6d4;
	color: #0a3737;
}
.navigationBack{
	background-color: #0a3737;
	color: #f9f6d4;
	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.
*/

.icon  { 
	height: 95px; 
	width: 150px; 
	vertical-align: middle; 
	text-decoration : none;
	padding: 2px 5px 20px 5px;
	text-align: center;
                color: #0b3333;
	margin: 3px; 
	text-align: center;
}
.iconimage, iconimage a { 
	padding-top: 5px; 
	text-align: center;
	height: 80px; 
	width: 150px;
}

.tableWhite {
    	background-color: #f9f6d4;
                border-bottom: solid 2px #801a06;
                border-left: solid 2px #801a06;
                border-right: solid 2px #801a06;
                margin: 0;
                padding: 0;
}
  
#navlist {
padding: 6px 0;
margin: 0px;
border-bottom: 2px solid #801a06;
font: bold 12px Georgia, Verdana, sans-serif;
text-align: right;
}

#navlist li {
    list-style: none;
    display: inline;
}

#navlist li a {
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 3px;
    border: 2px solid #948c63;
    border-bottom: none;
    background: #948c63;
    text-decoration: none;
}

#navlist li a:link { color: #f9f6d4; }
#navlist li a:visited { color: #f9f6d4; }

#navlist li a:hover {
    color: #f9f6d4;
    padding-top: 8px;
}



#nav2 {
       background-color: #0a3737;
       padding: 8px;
       font-size: 12px;
       color: #f9f6d4;
       text-align: center;
       margin: 0px;
}

#nav2 a {
       color: #f9f6d4;
       font: bold 12px Georgia, Verdana, sans-serif;
       padding-right: 50px;
       text-decoration: underline;
}    

#nav2 a:hover {
       color: #f9f6d4;
       text-decoration: none;
}

#nav3 {
       background-color: #0a3737;
       padding: 8px;
       font-size: 12px;
       color: #f9f6d4;
       text-align: center;
       margin: 0px;
}

#nav3 a {
       color: #f9f6d4;
       font: bold 12px Georgia, Verdana, sans-serif;
       padding-right: 12px;
       padding-left: 12px;
       text-decoration: underline;
}

#nav3 a:hover {
       color: #fdfcef;
       text-decoration: none;
}

.mytable {
   	background-color: #f9f6d4;
                border-bottom: solid 2px #801a06;
                border-left: solid 2px #801a06;
                border-right: solid 2px #801a06;
                margin: 0px;
                padding: 0px;
}


.copy {
       background-color: #0a3737;
       font-size: 10px;
       color: #f9f6d4;
       padding: 8px;
       text-align: right;

}
.copy a:link, .copy a:visited {
       font-size: 12px;
       color: #f9f6d4;
       padding-right: 74px;
}

#logobottom {
       width: 250px;
       border-bottom: solid 2px #801a06;
}
#navcontainer {
 
}

body#home a#home_link, 
body#browse a#browse_link, 
body#search a#search_link, 
body#about a#about_link,
body#contactus a#contactus_link,
body#members a#members_link {
padding-top: 8px;
background: #0a3737;
border-left: 2px solid #801a06;
border-right: 2px solid #801a06;
border-top: 2px solid #801a06;
border-top: 2px solid #801a06;
border-bottom: 2px solid #0a3737;
} 
.catlink {
       width: 180px;
       padding-top: 10px;

}
.catlink a, .catlink a:visited {
       color: #0a3737;
       font: 12px Georgia, Verdana, sans-serif;
       text-decoration: none;

}

.catlink a:hover {
       color: #801a06;
       text-decoration: none;
}
#indextext {
       	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
                padding: 5px 16px 5px 16px;
}
#button1 {
               padding: 3px 14px 3px 5px;
               background: #948c63;
               border: 2px solid #801a06;
                
}
#button1 a:link, #button1 a:visited {
                font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
                font-weight: bold;
                color: #f9f6d4;
                padding: 3px;
                text-decoration: none;
}

#button1 a:hover {
                font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
                font-weight: bold;
                color: #0a3737;
                padding: 3px;
                text-decoration: none;
}
.description {
                padding: 10px;
}
.featured {
                font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
                font-weight: bold;
}
.featured img{
               padding: 2px;
               border: 2px solid #801a06;
               margin: 2px;
}
#storelink {
            text-indent: 10px;
            width: 150px;
            margin-left: 130px;
}
#userlink {
            width: 120px;
            float: left;
}
#terms {
           padding: 8px;
}