/* $THECLASSICCYCLE: 02 MAY 2016 $ */
body {
	padding: 0;
	margin: 0;
	font-family: sans-serif,arial,verdana;
	font-size: 1.6em;
	line-height: 1.3em;
	background: #fff;
	color: #454545;
}

/* content holder */
#wrapper {
	margin: 0 auto;
	width: 950px;
}

/* header */
#header {  }
#logo { padding: 0 0 0 0; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; width: 400px; margin: 5px 5px 0 0; text-align: right; }
#side_info { float: left; width: 196px; margin: 5px 5px 0 0; text-align: left; }
#logo img { margin: 5px 0 -5px 0; }

/* links */
a { color: #003B6E;}
a:hover { color: #830C17; }

/* headings */
h1 { font-family: Arial,Helvetica,sans-serif,verdana; font-size: 2.5em; font-weight: bold; margin: 0; letter-spacing: -1px; }
h2 { font-family: Arial,Helvetica,sans-serif,verdana; font-size: 2em; font-weight: bold; margin: 0; padding: 0; }
h3 { font-family: Arial,Helvetica,sans-serif,verdana; color: #045195; font-size: 130%; font-weight: bold; margin: 20px 0 0 0; padding: 0; }
h4 { font-family: Arial,Helvetica,sans-serif,verdana; color: #045195; font-size: 115%; font-weight: normal; margin: 20px 0 0 0; padding: 0; }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }


#content_container{
	padding-top: 15px;
	padding-bottom: 15px;	
}
#bottom{
	color: #999999;
	width: 950px;
	font-family: sans-serif,verdana; 
	font-size: 50%;
//	background-image:url(../images/footer_bg.gif);
	background-color: #5E94DA;
	background-repeat:repeat-x;
	padding-top: 0px;
	padding-bottom: 10px;	
}
#copyright{
	float: left;
}
#nav{
	clear: both;
//	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	background-color: #5E94DA;
	background-position: top left;
	width: 950px;
	height: 38px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li{
	float: left;
	height: 38px;
}
#nav ul li a{
	float: left;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;	
	font-size: 70%;
}
#nav ul li p{
	float: left;
    margin-top: 0px;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;	
	font-size: 70%;
}
#nav ul li a:hover{
	text-decoration: underline;
}
a{  color: #FCB040;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.divide{
	background-image:url(../images/nav_divide.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
}


#intro {
	border: 0px solid #AFBBC2;
	background-color: #FFFFFF;
	color: #8C9DA8;
	width: 950px;
	margin: 0 0 0 0; 
	font-size: 80%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
}

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
.pages ul { list-style : circle; margin: 0; padding-left : 20px; padding-bottom:20px;}
.pages p { margin: 0; padding: 0px 0 20px 0;}
form { margin: 0px; padding : 0px; }
input.search { width: 279px; border: none; background: #fff url(../images/input.gif) no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.search2 { width: 79px; border: none; background: #fff url(../images/input.gif) no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; font-size: 9px; }

#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:100%;
}
#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;
	font-size: 100%;
	padding: 2px;
	vertical-align: middle;
}

#form input[type=image] {
    border: none;
    margin: 0 0 5px;
    padding: 2px;
    vertical-align: middle;
}

#form textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
}

#form select {
	border: 2px solid #CCCCCC;
	font-size: 100%;
	margin: 0 0 10px;
	padding: 1px;
}

#form label.top {
	display: block;
}

#form label {
	clear: both;
	color: #333333;
	display: block;
	float: left;
	font-size: 70%;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 270px;
}

#form label.hundredpx {
	width: 100px;
}

#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;
}

/* Top Search Form */
#search {
	float: left;
	clear: both;
	color: #000;
	background: #D7F5FF repeat-x;
	padding: 0px 0px 0px 0px;
	width: 888px;
	line-height: 32px;
	margin-top: 5px;
	border: 1px SOLID #07B5EE;
}
#search p { padding: 0; margin: 0; }

.searchtxt { font-family: Arial,Helvetica,sans-serif,arial,verdana; font-size: 16px; font-weight: bold; width: 350px; }
.searchtxt2 { font-family: Arial,Helvetica,sans-serif,arial,verdana; font-size: 12px; width: 170px; }
.searchtxt3 { font-family: Arial,Helvetica,sans-serif,arial,verdana; font-size: 12px; width: 200px; }

/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(../images/bluebtn.gif) no-repeat; width: 100px; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { background: #488EB2 url(../images/greenbtn.gif) no-repeat; padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(../images/hoverbtn.gif) no-repeat; color: #fff; }
.blueerror{ font-size: 14px; font-weight: bold; background: #E8EFF5; border: 5px solid #2580B2; padding: 13px; margin: 0 0 20px 0; }
.total{ background-color: #F5F5DC; }
.total2{ background-color: #F5F5DC; font-size: 14px; }
.clear{ clear: both; }
.green{ color: #00CC00; }
.red{ color: #FF0000; }
.blue{ color: #045195; }

/* Left Sidebar */
#sidebar {
	padding: 0; margin: 0px; width: 950px;
}
#sidebar h1 {
	margin-top: 5px;
	padding: 5px 0 5px 10px;
	font-weight: normal;
	font-size: 1.4em;
	color: #FFF;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #07B5EE;
}
#sidebar .welcome-box {
	padding: 6px;
	border: 1px solid #07B5EE;
	background: #FFF url(../images/search-th.jpg) repeat;
	margin: 0 0 5px 0;
}
#sidebar .left-box {
	border: 1px solid #07B5EE;
	background: #FFF url(../images/search-th.jpg) repeat;
	margin: 0 0 5px 0;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
mainright{

}

table.main {
//	border: 1px solid #045294;
	background-color: #FFFFFF;
	width: 950px;
	font-size: 0.9em;
	margin: 0 0 5px 0; 
}

table.mainresults {
//	border: 1px solid #045294;
	background-color: #FFFFFF;
	width: 950px;
	margin: 0 0 5px 0; 
}

table.mainresults a {
	color: #045195;
}

table.mainbrowse {
//	border: 1px solid #045294;
	background-color: #FFFFFF;
	width: 950px;
	font-size: 0.7em;
	margin: 0 0 5px 0; 
}

table.test {
//	border: 0px solid #AFBBC2;
	background-color: #FFFFFF;
	color: #045195;
	width: 950px;
	margin: 0 0 0 0; 
	font-size: 70%;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
}

table.test a {
	color: #8C9DA8;
}

table.test a:hover {
	color: #EC008C;
}

table.intro {
	border: 0px solid #AFBBC2;
	background-color: #FFFFFF;
	color: #8C9DA8;
	width: 950px;
	margin: 0 0 0 0; 
	font-size: 70%;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
}

table.intro a {
	color: #045195;
}

table.intro a:hover {
	color: #EC008C;
}

.yellowheader2 { width: 90%; color: #045195; font-size: 110%; font-weight: normal; background-color: #FCB040; padding: 5px 0 5px 15px; }
.showhead {color: #045195; font-size: 120%; font-style: bold;}

td.box {
	background: url(../images/box.jpg) no-repeat 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	color: #FCB040;
	vertical-align: middle;
	padding: 0 20px 0 0;
	width: 175px;
	height: 95px;
}

.apr{
	font-size: 300%;
}
table.introhome {
	border: 0px solid #AFBBC2;
	background-color: #FFFFFF;
	color: #8C9DA8;
	width: 950px;
	margin: 0 0 0 0; 
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
}

table.intro2 a {
	color: #045195;
}

table.lending {
	border: 0px solid #AFBBC2;
	background-color: #FFFFFF;
	color: #8C9DA8;
	width: 950px;
	margin: 0 0 0 0; 
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
}

.yellowheader3 { width: 90%; color: #045195; font-size: 20px; font-weight: normal; background-color: #FCB040; padding: 10px 0 10px 15px; }

#previewtable .main {
    border: 1px solid #07B5EE;
    background-color: #FFFFFF;
    width: 862px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #07B5EE;
	width: 950px;
}

.tableemail {
	border: 1px solid #07B5EE;
	width: 780px;
}

#previewtableborder .tableborder {
    border: 1px solid #07B5EE;
    width: 882px;
}

.tableborder2 {
	border: none;
	width: 190px;
}
td.borderleft {
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	color: #FCB040;
	vertical-align: top;
	padding: 10px 10px 0 0;
	width: 270px;
}

td.borderright {
	padding: 10px 0 0 0;
	vertical-align: middle;
	color: #045195;
	text-align: left;
	width: 510px;
}

/* Where divs are used instead of tables in the templates */
div.tableborder {
    border: 1px solid #07B5EE;
    width: 884px;
    padding: 2px;
}
td.formleft {
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 0 0;
	width: 270px;
}

td.formright {
	padding: 10px 0 0 0;
	vertical-align: middle;
	text-align: left;
	width: 510px;
}

.listingdesc {
	font-size: 1.2em;
	text-align: left;
	padding: 0 4px 0 4px;
}

/* TH
 * This class handles the appearence of the
 * the first row in all tables. With the default
 * template this is the blue row.
 *
*/
th{
	background:url(../images/th.jpg) repeat;
	color: #FFF;
	font-weight: normal;
	border-bottom: 1px solid #D6D5D6;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 0.9em;
	text-align: left;
}
.icon{
	font-size: 11px;
}

/* Content
 * Main content area
*/
#outer {
    width:950px;
    margin-top: 5px;
}

#outertown {
    width:950px;
    margin-top: 0px;
}

#leftside {
    float:left;
    width:950px;
}
#content{
    float: left;
    width: 950px;
	margin-left: 0px;
	padding-top: 0px;
}
#content th a:link, #content th a:visited {
     color: #FFF;
     text-decoration: none;
}
#content th a:hover {
     color: #FFF;
     text-decoration: underline;
}
.main_banner{
	width: 950px;
    height: 151px;
	margin-bottom: 4px;
	border: 1px solid #07B5EE;
	padding: 2px;
}

/* Checkout Steps */
.step { background-color: #EAEAEA; color: #000; width: 100%; padding: 5px; border: 1px solid #FCB040;}
.breadcrumbs:link, .breadcrumbs:visited, .breadcrumbs:active, .breadcrumbs:hover {
	color: #045195;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
}
span.completed{color: green;}
span.pending{color: black; }
span.pendingpayment{
	background: #FFFF99;
	color: #000;
	padding: 3px;
	display: block;
}
span.notcompleted{color: #696969;}
span.searched{font-size: 0.8em; font-style: normal;}
span.popularsearch{font-size: 0.8em; font-style: normal;}
span.smalltext{font-size: 0.8em; font-style: italic;}
span.notcompletedred{color: red;}
span.yellow{color: #FCB040; font-style: normal;}

/* 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; }

/* Content Forms */
#content fieldset { width: 842px; margin-bottom: 6px; border: 10px solid #CCCCCC; padding: 14px; font-size: 80%; background-color: #FAFAFA; margin-left:0px; }

#content #checkoutpersonalinfo fieldset { width: 842px; margin-bottom: 6px; border: 1px solid #CCCCCC; padding: 4px; background-color: #FAFAFA; margin-left:0px; font-size:70%; }

#content fieldset legend { padding: .1em .3em; font-size: 14px; font-weight: bold; color: #2b2b2b; }

#content .continue input{
    float: right;
    border: 2px solid #CCCCCC;
    color: #333;
    padding: 0.25em;
}
#content .submit input{
    border: 2px solid #CCCCCC;
    color: #333;
    padding: 0.25em;
}

.button {
    border: 2px solid #CCCCCC;
    margin: 0 0 5px;
    padding: 2px;
    color: #333;
    vertical-align: middle;
}

#search .imagebutton {
    margin: 0px;
    padding: 3px 0 3px 0;
    vertical-align: -16px;
}

.imagebutton {
    margin: 5px 0 0 0px;
    padding: 0px 0 0px 0;
    vertical-align: -8px;
}

#submit{
    border: 2px solid #CCCCCC;
    color: #333;
    padding: 0.25em;
}

	#content fieldset p { clear: both; padding: 0px; margin: 0px; }
		#content fieldset p label { float: left; }

/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
#content .breadcrumb2 { width: 90%; color: #045195; font-size: 80%; font-weight: bold; background-color: #FCB040; padding: 5px 0 5px 15px; }
#content .breadcrumb a{ color: #FCB040; font-size: 80%; font-weight: bold; text-decoration: none;}
#content a.breadcrumb:hover { color: #045195; font-weight: bold; text-decoration: underline;}


/* 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-family: Arial,Helvetica,sans-serif,arial,verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font-family: Arial,Helvetica,sans-serif,arial,verdana;
	font-size: x-small;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#F1F1F1;
}

/* Bold Listings
 * td.bold handles the display of bold listings
 *
*/
td.bold{
	font-weight: bold;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	background-color:#FFF7D2;
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#F1F1F1;
}
.row2{
     background-color:#FFF;
}

.listingextras,
.listingextras a {
	margin: 5px 0 ;
	font-size: 1em;
	text-align: center;
	}
.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
}
.listingextras2 a {
	margin: 5px 0 ;
	font-size: 1em;
}
.favorites {
	background: url('../images/favorites.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.delfavorites {
	background: url('../images/favorites_delete.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.printer {
	background: url('../images/printer.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.moreads {
	background: url('../images/moreads-seller.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.alertbig {
	font-size: 14px;
	font-weight: bold;
	color: #07B5EE;
}
.alertbigger {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.friendmail {
	background: url('../images/friendmail.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.contact {
	background: url('../images/contact.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
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;
}

/* footer  */
.footer { color: #808080; clear: both; text-align: center; line-height: 1.3em; padding: 10px 0 10px 0; }

/*-------------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; }

/* the overlayed element */
div.overlay {

    /* growing background image */
    background-image:url(/images/white455.png);

    /* dimensions after the growing animation finishes  */
    width:400px;
    height:300px;

    /* initially overlay is hidden */
    display:none;

    /* some padding to layout nested elements nicely  */
    padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
    background-image:url(/images/close.png);
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/*
--------------------------------------
 MOD DP - Impromptu FOR UPLOAD DIALOG
--------------------------------------
*/
.jqifade{
    position: absolute;
    background-color: #aaaaaa;
}
div.jqi{
    width: 300px;
    font-family: Arial,Helvetica,Verdana, Geneva, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}
div.jqi .jqicontainer{
    font-weight: bold;
}
div.jqi .jqiclose{
    display:none;
    position: absolute;
    top: 4px; right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
}
div.jqi .jqimessage{
    padding: 10px;
    line-height: 20px;
    color: #444444;
}
div.jqi .jqibuttons{
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #f4f4f4;
}
div.jqi button{
    padding: 3px 10px;
    margin: 0 10px;
    background-color: #2F6073;
    border: solid 1px #f4f4f4;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
div.jqi button:hover{
    background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
    /*background-color: #8DC05B;*/
    background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
    background-color: #BF5E26;
}
