/* $Revision: 165 $ */
body {
    padding: 0;
    margin: 0;
    font: 0.75em Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    background: #fff;
    color: #003366;
    background: transparent url(../images/8848_bg_center.gif) repeat-y scroll center center;
}

/* content holder */ #wrapper {
    padding: 0;
    margin: auto;
    height: auto;
    width: 962px;
}

/* header */ 
#header {
    background: transparent url(../images/header_merge_font.png);
    margin: 0 0 0 6px;
    padding: 0;
    width: 950px;
    height: 132px;
	position:relative;
} #header a {
    position: absolute;
    top: 0;
    height: 132px;
    width: 950px;
    text-indent: -9999px;
	text-decoration:none;
} #top_info {
    width: 193px;
    margin: 0 0 0 6px;
    height: 180px;
    background: transparent url(../images/edituser_02.gif) no-repeat;
    padding: 0;
} #top_info li {
    text-align: center;
}#top_info p {
    margin-left: 12px;
}

/* links */
a {
    color: #003B6E;
}

a:hover {
    color: #9EC068;
}

/* headings */
h1 {
    font: bold 2.5em "Arial", Sans-Serif;
    margin: 0;
    letter-spacing: -1px;
}

h2 {
    font: bold 2em Arial, Sans-Serif;
    margin: 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;
}

/* horizontal tabbed menu */ #tabs {
    background: #1F6DA4 url(../images/8848_mastblue.gif) no-repeat;
    color: #fff;
    height: 35px;
    font-weight: bold;
    width: 950px;
    margin: 0 0 0 6px;
}  .key {
    text-decoration: underline;
}

/* lists and form elements */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

form {
    margin: 0;
}

input.search {
    font-size: 12px;
    height: 15px;
    vertical-align: top;
    size: 14;
}

input.button {
    padding: 3px;
} #form h2 {
    color: #003366;
    font-weight: bold;
    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: 95%;
    width: 380px;
} #form .field input {
    border: 2px solid #CCCCCC;
    margin: 0px;
} #form .field textarea {
    border: 2px solid #CCCCCC;
    margin: 0 0 0px;
} #form input, #form select, #form textarea {
    border: 1px solid #CCCCCC;
    margin: 2px;
    padding: 2px;
} #form label.top {
    display: block;
} #form label {
    clear: both;
    color: #333333;
    display: block;
    float: left;
    line-height: 22px;
    padding: 0;
    text-align: right;
    width: 150px;
} #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: #fff url(../images/searchbg.gif) no-repeat;
    padding: 14px 0 20px 5px;
    width: 500px;
    margin: 5px 0 0 0;
} #search p {
    padding: 0;
    margin: 0;
}

/* 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 {
    background: #E8EFF5;
    border: 1px solid #2580B2;
    padding: 3px;
} .total {
    background-color: #F5F5DC;
} .clear {
    clear: both;
}

/* Left Sidebar */ #sidebar {
    width: 200px;
    padding: 0;
    margin: 0 0 0 12px;
}

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

/* Table Border
 * This class handles the inside table layout
 *
 */ .tableborder {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 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 {
    color: #003366;
    font-weight: bold;
    font-size: larger;
    border-top: 1px solid #94BE18;
    border-bottom: 1px solid #94BE18;
	background-color:#E7FFA5;
    text-indent: 5px;
    padding: 5px;
    margin: 5px;
    text-align: left;
}

/* Content
 * Main content area
 */ #content {
    padding-left: 15px;
} #content th a:link, #content th a:visited {
    color: #FFF;
    text-decoration: none;
} #content th a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* Checkout Steps */ .step {
    background-color: #EAEAEA;
    color: #000;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
} .breadcrumbs:link, .breadcrumbs:visited, .breadcrumbs:active, .breadcrumbs:hover {
    color: #3b67d2;
    font-weight: bold;
    text-decoration: none;
}

span.completed {
    color: green;
}

span.pending {
    color: black;
}

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

span.notcompleted {
    color: #CACACA;
}

span.notcompletedred {
    color: red;
}

/* 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 {
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
    padding: 4px;
    background-color: #FAFAFA;
} #content fieldset legend {
    padding: .1em .3em;
    font-weight: bold;
    color: #2b2b2b;
} #content .continue input {
    float: left;
    padding: 0.25em;
} #content .submit input {
    border: 3px double #999;
    border-left-color: #ccc;
    border-top-color: #ccc;
    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 .breadcrumb a {
    color: #3b67d2;
    font-weight: bold;
    text-decoration: none;
} #content a.breadcrumb:hover {
    color: #3b67d2;
    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: 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;
}

/* 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: #FFF;
} .row2 {
    background-color: #FFF;
} .listingextras, .listingextras a {
    margin: 5px 0;
    font-size: 1em;
    text-align: center;
} .listingextras2 {
    border: 1px solid #DEE3AD;
    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;
} .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 {
    clear: both;
    line-height: 1.8em;
    padding: 0;
    margin: 0 0 0 6px;
} .footer a {
    color: #fff;
    text-decoration: none;
}

/*-------------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;
} .leftlistings {
    margin: 0 0 10px 10px;
    width: 132px;
} .leftlistings img {
    background: transparent url(../images/shadowAlpha2.png) no-repeat scroll right bottom !important;
    padding: 0 6px 6px 0 !important;
} .leftlistings h2 {
    color: #543366;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 10px 10px 10px 0;
} #mymenu {
    width: 200px;
    float: left;
} #mypage {
    float: right;
    width: 730px;
    margin-right: 25px;
}#myhome {
    float: left;
} #mycategory {
    background: transparent url(../images/home-image-links.gif) no-repeat scroll top;
    width: 527px;
    height: 213px;
} #mycategory table {
    width: 100%;
    background: transparent url(../images/home-linksbot.gif) no-repeat scroll bottom;
    height: 213px;
}#mycategory td {
    padding: 4px 0 0 8px;
}#mystep {
    width: 527px;
    background-color: #E7E7E7;
    text-align: center;
    padding: 5px 0 5px 0;
}#mymap {
    text-align: center;
}#myright {
    float: right;
    width: 168px;
    margin: 10px 0 0 0;
    text-align: center;
    vertical-align: top;
}#newlistings {
    margin: 0 0 12px 12px;
    background: #D2F982;
    text-align: center;
    border: 1px solid black;
    float: left;
    width: 90%;
}#myfootbar {
    width: 950px;
    height: 29px;
    background: url(../images/footer-toptile.gif) repeat;
    font-weight: bold;
    text-indent: 30px;
} #mycopyright {
    width: 950px;
    color: #fff;
    height: 88px;
    background: url(../images/footer-lowertile.gif) repeat;
    padding-top: 14px;
    text-align: center;
}#myTitle a {
    text-decoration: none;
    font-weight: bold;
    color: #0066cc;
}#myDesc a {
    text-decoration: none;
    color: #003366;
}#myDate a {
    color: #009900;
}#GMap {
    margin: 0 0 5px 0;
    text-align: center;
} #myDetailTitle, #myUrl {
    border-bottom: 1px solid #94BE18;
    border-top: 1px solid #94BE18;
    background-color: #E7FFA5;
    padding: 3px 0 3px 10px;
}#myImage img {
    border: 0;
}#myImage td {
    text-align: center;
}#dLeft {
    width: 450px;
    float: left;
    border-right: 1px dotted #666666;
    padding-right: 10px;
} #dRight {
    width: 250px;
    float: right;
}#myContactTitle, #myViews {
    border-bottom: 1px solid #D6D3D6;
    border-top: 1px solid #D6D3D6;
    background-color: #EFEFEF;
    padding: 3px 0 3px 10px;
} #myExtra li {
    width: 200px;
    display: block;
    float: left;
    padding: 5px;
} #myExtra li span {
    font-weight: bold;
}#myDescription {
    padding: 10px;
} .focusbox {
    background-color: #EFFFD0;
    border: 1px solid #669966;
    margin: 5px;
    padding: 8px;
    color: #003366;
} .firstfocusbox {
    background-color: #EEFFBA;
    border: 1px solid #669966;
    margin: 5px;
    padding: 8px;
    color: #003366;
} .oddfocusbox {
    background-color: whitesmoke;
    border: 1px solid #669966;
    margin: 5px;
    padding: 8px;
    color: #003366;
} .lastfocusbox {
    background-color: white;
    border: 1px solid #669966;
    margin: 5px;
    padding: 8px;
    color: #003366;
} 
.rounded-border {
    -moz-border-radius-bottomleft: 0.8em;
    -moz-border-radius-bottomright: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    -moz-border-radius-topright: 0.8em;
    border: 1px solid #A4C0CD;
}
 #step1, #step3 {
    margin-top: 5%;
}

/*Search Form*/
#advancedSearch{
	margin:5px;
}
#ia_1a {
	background-color: #83bb20;
	line-height: 2em;
	padding: 0 5px;
	color: white;
}

#ia_standard {
	background-color: #eeffd0;
	border: 1px solid #c5e58b;
}
#ia_advanced {
	/* display: none; */
	border-left: 1px solid #c5e58b;
	border-right: 1px solid #c5e58b;
	background-color: #cfef96;
	height:75px;
}


.rounded-top {
	-moz-border-radius-topleft: .8em;
	-moz-border-radius-topright: .8em;
}
.rounded-bottom {
	-moz-border-radius-bottomleft: .8em;
	-moz-border-radius-bottomright: .8em;
}

.rounded {
        -moz-border-radius: .8em;
}
.rounded-border {
        border: 1px solid #a4c0cd;
        -moz-border-radius: .8em;
}
.rounded-border-bottom {
	border: 1px solid #a4c0cd;
	-moz-border-radius-bottomleft: .8em;
	-moz-border-radius-bottomright: .8em;
}

#toplisting div{
	border:1px dotted #CCCCCC;
	margin-bottom:2px;
}

#userInfo{
	background-color:#CCD7B8;
	padding:2px;
}

.formstrip {
	padding:5px;
	border-bottom:1px #94BE18 solid;
	border-top:1px #94BE18 solid;
	background-color:#E7FFA5;
}




