/*------------------------------------------------------------------------
# ProNet Pro v1.4.2
# ------------------------------------------------------------------------
# Copyright (C) 2008 PMDStyles. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: PMDStyles
# Current Version: ProNet Pro v1.4.2
# Released On: October 2008
# Last Updated On: January 10, 2013
# Compatibility: phpMyDirectory v1.4.2
# Websites: http://www.pmdstyles.com
-------------------------------------------------------------------------*/

/* reset */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, select, option, blockquote, th, td {
    margin:0;
    padding:0;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
}

fieldset, img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    height:100%;
    position:relative;
}

:focus {
    outline:none;
}

/* header elements */
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    line-height:100%;
    margin-top:3;
}

h1 {
    font-size:28px;
    color:#00ff99;
    letter-spacing:-1px;
    font-weight:normal;
}

h2 {
    font-size:24px;
    color:#000;
    font-weight:normal;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:26px;
    font-weight:bold;
    color:#000;
    margin-top:10;
}

h4 {
    font-size:17px;
    color:#000;
}

h5 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin:0;
}

h6 {
    font-size:14px;
    color:#000;
}

h7 {
    font-family:New Times Roman;
    font-size:18px;
    font-weight:bold;
    color:#000;
    margin:0;
}

h8 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin:0;
}

h9 {
    font-size:30px;
    color:#00ff99;
    letter-spacing:-1px;
    font-weight:normal;
}

/* body setup */
body {
    background:#FFF url("../images/page_bg.png") 50% 0 repeat-x;
    color:#555;
    line-height:140%;
}

/* wrapper setup */
div.pmdswpr {
    width:960px;
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -86px;
}

/* header */
div#header {
    height:105px;
    position:relative;
}

/* logo */
div.logo {
    float:left;
}

/* main body setup */
div#middle {
    width:auto;
    clear:both;
    min-height:410px;
    padding:0 0 15px 0;
}

/* right column */
div#right {
    width:290px;
    float:right;
}

/* content column */
div#main {
    width:auto;
    margin:0 310px 0 0;
}

div.content {
    overflow:hidden;
    margin:0 0 15px 0;
    background:#F2F2F2;
    border:1px #DDDDDD solid;
    padding:20px 18px;
    position:relative;
}

/* footer */
div#footer {
    width:auto;
    clear:both;
    background:url("../images/footer_bg.png") 0 0 repeat-x;
    padding:7px;
    height:72px;
}

div#footer div.footerwpr {
    width:960px;
    margin:0 auto;
}

div.footer-push {
    height:72px;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* various link styles */
a {
    color:#254B76;
    text-decoration:none;
}

a:hover {
    color:#660000;
    text-decoration:underline;
}

a.rss_link {
    float:right;
    margin:-6px -8px 0 0;
}

a.image_group img {
    border:#CCC 1px solid;
    padding:2px;
    margin:5px 0 0 0;
    background:#FFF;
    max-width:100px;
    max-height:100px;
}

img.featured_listing {
    position:absolute;
    top:-6px;
    right:-6px;
}

/* various text styles */
span.listing_desc_text {
    color:#000000;
}

span.listing_loc_text {
    color:#333;
}

span.listing_det_text {
    color:#F88;
    font-size:14px;
}

span.listing_hot {
    color:red;
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:normal;
    font-weight:bold;
}

span.listing_updated {
    color:green;
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:normal;
    font-weight:bold;
}

span.listing_new {
    color:green;
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:normal;
    font-weight:bold;
}

span.listing_titles {
    color:#660000;
    font-weight:bold;
    display:block;
    margin:0 0 5px 0;
}

/* form styles */
input.text {
    width:200px;
    padding:3px;
    border:#CCC 1px solid;
    background:#FFF;
    color:#666;
    font-size:14px;
}

select.select {
    width:208px;
    padding:2px;
    border:#CCC 1px solid;
    background:#FFF;
    color:#666;
    font-size:12px;
}

input.submit {
    color:#3764aa;
    padding:4px 8px;
    border-top:1px solid #BBB;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #BBB;
    background:#FFF;
    margin:5px 0 0 0;
    font-weight:bold;
    cursor:pointer;
    font-size:11px;
}

input.submit:hover, input.submit:focus {
    border-top:1px solid #666;
    border-right:1px solid #BBB;
    border-bottom:1px solid #BBB;
    border-left:1px solid #666;
}

textarea.textarea {
    width:300px;
    padding:3px;
    border:#CCC 1px solid;
    background:#FFF;
    color:#666;
    font-size:13px;
}

/* horizontal rule styles */
hr.border {
    height:1px;
    background:#CCC;
    outline:0;
    border:0;
    margin:20px 0;
}

/* topmenu */
div#topmenu {
    height:30px;
    position:absolute;
    top:15px;
    right:0;
}

div#topmenu div.sidebox {
    border:0;
    padding:0;
    background:none;
    margin:0;
}

div#topmenu div.sidebox_bg {
    background:none;
}

div#topmenu h3 {
    display:none;
}

div#topmenu ul {
    list-style:none;
    float:right;
}

div#topmenu ul li {
    float:left;
    list-style:none;
    display:block;
    border-left:#FFF 1px solid;
    padding:0 8px;
    height:12px;
    line-height:10px;
}

div#topmenu ul li:first-child {
    border:0;
}

div#topmenu ul li a {
    display:block;
    float:left;
    padding-bottom:11px;
    color:#FFF;
}

div#topmenu ul li a:hover {
    color:#cc3366;
}

div#topmenu ul li ul {
    list-style:none;
    float:none;
    border:#D1DFC6 1px solid;
}

div#topmenu ul li ul li {
    float:none;
    border:0;
    border-top:#FFF 1px solid;
    padding:0;
    height:auto;
    line-height:normal;
}

div#topmenu ul li ul li a {
    float:none;
    color:#FFF;
    background:#9FC7EA;
    padding:7px 10px 8px 10px;
}

div#topmenu ul li ul li a:hover {
    background:#7eb8eb;
    color:#FFF;
}

div#topmenu ul li ul li .sf-sub-indicator {
    top:8px;
    right:5px;
}

div#topmenu ul li ul li ul {
    left:100%;
    padding-left:1px;
}

/* call us */
div.call_us {
    clear:both;
    float:right;
    margin:17px 0 0 0;
}

/* breadcrumb */
div.header_bottom {
    clear:both;
    overflow:;
    height:35px;
    margin:0 0 15px 0;
}

div.breadcrumb {
    float:left;
    width:600px;
    padding:10px 0 0 0;
}

div.breadcrumb a {
    color:#000;
}

div.breadcrumb a.home {
    background:url("../images/icon_home.gif") 0 1px no-repeat;
    padding:0 0 0 15px;
    font-weight:bold;
}

/* welcome msg */
div.welcome_msg {
    float:right;
    width:300px;
    text-align:right;
    padding:2px 2px 0 0;
    text-transform:capitalize;
}

div.welcome_msg a {
    font-weight:bold;
}

div.welcome_msg a.user {
    text-transform:capitalize;
}

/* sidebox */
div.sidebox {
    border:#E5E5E5 1px solid;
    padding:1px;
    background:#FFF;
    margin:0 0 15px 0;
}

div.sidebox div.sidebox_bg {
    background:#EFEFEF;
}

div.sidebox h3 {
    font-family:Tahoma, Geneva, sans-serif;
    color:660000;
    font-size:20px;
    margin:0;
    padding:9px 10px;
    background:#E1E1E1 url("../images/sidebox_bg.png") 0 0 repeat-x;
    height:17px;
    border-bottom:#FFF 1px solid;
}

/* side banners */
div.sidebanners {
    text-align:center;
    padding:10px 5px;
}

div.sidebanners img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
    margin:0 4px;
}

/* middle banners */
div.middle_banner {
    margin:0 0 15px 0;
    padding:9px 0 0 0;
    background:url("../images/advertisement.png") 2px 0 no-repeat;
}

/* promo */
div.promo {
    margin:0 0 15px 0;
}

/* list items */
ul.list_items {
    padding:2px 7px;
    list-style:none;
}

ul.list_items li {
    background:url("../images/dotted_border.gif") 0 0 repeat-x;
    padding:4px 3px 4px 5px;
    line-height:160%;
    overflow:hidden;
}

ul.list_items li:first-child {
    background:none;
}

ul.list_items li a {
    font-weight:bold;
}

ul.list_items li a.read_more {
    color:#777;
    font-weight:normal;
    background:url("../images/but_readmore.png") 0 0 no-repeat;
    padding:0 7px 0 10px;
    display:block;
    width:60px;
    height:19px;
    float:right;
    font-size:90%;
    text-decoration:none;
    margin:-3px 0 0 0;
}

ul.list_items li a.read_more:hover {
    text-decoration:none;
    color:#000;
    background:url("../images/but_readmore.png") 0 -20px no-repeat;
}

/* classifieds list */
ul.classifieds_list {
    padding:0 10px;
    list-style:none;
}

ul.classifieds_list li {
    background:url("../images/dotted_border.gif") 0 0 repeat-x;
    padding:10px;
    line-height:160%;
    overflow:hidden;
}

ul.classifieds_list li:first-child {
    background:none;
}

ul.classifieds_list li a {
    font-weight:bold;
}

ul.classifieds_list div.classified_image {
    margin:0 0 5px 0;
    text-align:center;
}

ul.classifieds_list div.classified_image img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

/* searchbox */
div.searchbox {
    position:relative;
    margin:0 0 15px 0;
}

div.searchbox ul.main_form {
    list-style:none;
    overflow:hidden;
    background:#E5E5E5;
    padding:10px;
    margin:0 0 5px 0;
    border:#DDD 1px solid;
}

div.searchbox ul.main_form li {
    float:left;
    margin:0 5px;
}

div.searchbox ul.main_form li label {
    font-weight;
    margin:0 10px 0 0;
}

div.searchbox ul.main_form li input.text {
    font-size:12px;
    color:#666;
    padding:4px 3px;
    width:393px;
    border:#BBB 1px solid;
    background:#FFF;
}

div.searchbox ul.main_form li input.submit {
    display:block;
    width:24px;
    height:24px;
    background:url("../images/search_btn.png") 0 0 no-repeat;
    text-indent:-9999px;
    border:0;
    cursor:pointer;
    margin:0 0 0 85px;
    font-size:1px;
    color:#FFF;
}

div.more_options {
    width:77px;
    height:24px;
    background:url("../images/search_options.png") 0 0 no-repeat;
    position:absolute;
    top:11px;
    right:51px;
    text-indent:-9999px;
    cursor:pointer;
}

div.searchpanel {
    background:#FFF;
    padding:12px 10px 17px 10px;
    border:#CCC 1px solid;
    display:none;
}

div.searchpanel ul {
    list-style:none;
    overflow:hidden;
    width:615px;
    margin:0 0 0 12px;
}

div.searchpanel ul li {
    width:205px;
    float:left;
}

div.searchpanel ul li label {
    font-weight:bold;
    display:block;
    margin:0 0 3px 0;
}

div.searchpanel ul li input.text {
    width:180px;
    font-size:12px;
    color:#666;
    padding:3px;
}

div.searchpanel ul li select {
    width:190px;
    font-size:12px;
    color:#666;
    padding:3px;
}

/* footer menu */
div.footer_menu {
    overflow:hidden;
    margin:0 0 15px 0;
}

/* footer links */
div.footer_links {
    float:left;
    padding:4px 0 0 0;
}

div.footer_links div.sidebox {
    border:0;
    padding:0;
    background:none;
    margin:0;
}

div.footer_links div.sidebox_bg {
    background:none;
}

div.footer_links h3 {
    display:none;
}

div.footer_links ul {
    list-style:none;
}

div.footer_links ul li {
    float:left;
    border-left:#254B76 1px solid;
    padding:0 10px;
    height:12px;
    line-height:10px;
    font-weight:bold;
}

div.footer_links ul li:first-child {
    border:0;
    padding-left:0;
}

div.footer_links ul li ul {
    display:none;
    visibility:hidden;
}

/* footer options */
div.footer_options {
    float:right;
    width:300px;
    text-align:right;
}

div.footer_options select {
    width:80px;
    font-size:12px;
    color:#666;
    padding:1px;
}

/* footer copyright */
div.credits {
    overflow:hidden;
    clear:both;
    margin:0 0 10px 0;
    color:#FFF;
}

div.copyright {
    float:left;
}

div.copyright a {
    color:#FFF;
    font-weight:bold;
}

div.validation {
    float:right;
    text-align:right;
}

div.validation a {
    margin:0 0 0 10px;
}

/* sidebox login */
div#sidebox_login {
    color:#FFF;
}

div#sidebox_login div.sidebox {
    border:#75a4d6 1px solid;
    padding:1px;
    background:#E5E5E5;
    margin:0 0 15px 0;
}

div#sidebox_login div.sidebox div.sidebox_bg {
    background:#A1C7EB;
}

div#sidebox_login div.sidebox h3 {
    font-family:Tahoma, Geneva, sans-serif;
    color:#FFF;
    font-size:16px;
    margin:0;
    padding:8px 10px;
    background:#97C1E7 url("../images/sidebox_login_bg.png") 0 0 repeat-x;
    height:17px;
    border-bottom:#75a4d6 1px solid;
}

div#sidebox_login ol {
    list-style:none;
    padding:12px 15px 7px 15px;
}

div#sidebox_login ol li {
    padding:0 0 10px 0;
    font-weight:bold;
}

div#sidebox_login ol li label {
    font-weight:bold;
    color:#FFF;
    display:block;
    width:90px;
    float:left;
}

div#sidebox_login ol li input.text {
    width:160px;
    font-size:14px;
    color:#666;
    padding:3px 2px;
    border:#75a4d6 1px solid;
}

div#sidebox_login ol li input.submit {
    width:55px;
    height:24px;
    font-size:1px;
    color:#95c440;
    border:0;
    background:url("../images/login_btn.png") 0 0 no-repeat;
    cursor:pointer;
    float:right;
    margin:-1px 0 0 0;
}

div#sidebox_login ol li a:hover {
    color:#FFF;
}

/* category & location list */
div.home_categories {
    overflow:hidden;
}

ul.category_list, ul.location_list {
    font-weight:bold;
    text-decoration:none;
    color:#888;
    margin:0 0 0 10px;
}

ul.category_list li.category_list, ul.location_list li.location_list {
    list-style:none;
    background:url("../images/icon_folder.gif") 0 2px no-repeat;
    padding:2px 20px 20px 20px;
    line-height:150%;
    clear:both;
}

ul.category_list .category, ul.location_list .location {
    line-height:normal;
    font-size:13px;
}

ul.category_list .category_description, ul.location_list .location_description {
    font-size:13px;
    font-weight:normal;
    padding:0 0 8px 0;
    line-height:130%;
    color:#000000;
    border-bottom:#DDD 1px solid;
    margin:3px 0 6px 0;
}

ul.category_list .subcategories, ul.location_list .sublocations {
    font-weight:normal;
}

ul.category_list img, ul.location_list img {
    float:left;
    padding:0 10px 20px 0;
}

/* maintenance */
div#maintenance-line {
    background-color:#ffeaea;
    border-bottom:1px solid #e82a2a;
    overflow:auto;
    padding:5px 5px 5px 10px;
    height:17px;
    text-align:center;
    font-weight:bold;
    color:#e82a2a;
}

div#maintenance-message {
    background-color:#ffeaea;
    border:1px solid #e82a2a;
    overflow:auto;
    padding:20px 20px 20px 20px;
    text-align:center;
    font-weight:bold;
    color:#e82a2a;
    margin:20px;
    font-size:14px;
}

/* messages */
div.error, div.success {
    padding:5px 15px;
    margin:0 0 15px 0;
    font-size:12px;
}

div.error {
    color:#c00;
    border-top:2px solid #fe7b7a;
    border-bottom:2px solid #fe7b7a;
    background:#FFD6D6;
}

div.success {
    color:#57861A;
    border-top:2px solid #6CAA00;
    border-bottom:2px solid #6CAA00;
    background:#EEF7DD;
}

/* alpha links */
div.alpha_links {
    font-weight:bold;
    padding:7px 0 22px 0;
    text-align:center;
    border-bottom:#DDD 1px solid;
    margin:0 0 15px 0;
}

div.alpha_links a {
    background:#F2F2F2;
    color:#666;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    border:1px #DDDDDD solid;
    padding:4px;
}

div.alpha_links a:hover {
    background:#BBB;
    color:#000;
    text-decoration:none;
}

/* search categories */
div.search_categories {
    overflow:hidden;
    margin:0 0 20px 0;
    text-align:center;
}

div.search_categories input.text {
    padding:3px 1px;
    margin:0 20px;
    width:200px;
}

/* listing results */
ul.listing_results {
    margin:0;
    line-height:140%;
}

ul.listing_results li.listing_results {
    list-style:none;
    padding:10px;
    border:#CCC 1px solid;
    overflow:hidden;
    margin:0 0 10px 0;
    background:#FFF;
    position:relative;
}

ul.listing_results li.listing_results.featured {
    background:#FFFBCC;
    border:#E6DB55 1px solid;
}

ul.listing_results .listing_results_title {
    padding-bottom:5px;
}

ul.listing_results .listing_results_title h1 {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
}

ul.listing_results .listing_results_description {
    color:#000000;
}

ul.listing_results .listing_results_score {
    float:left;
}

ul.listing_results .listing_results_zip_distance {
    float:left;
}

ul.listing_results .listing_results_logo {
    padding-right:10px;
    float:left;
    width:auto;
    min-width:130px;
}

ul.listing_results .listing_results_logo img {
    border:#000033 5px solid;
    padding:3px;
    background:#FFF;
}

ul.listing_results .listing_results_address {
    padding:10px 0 5px 0;
    color:#666;
}

ul.listing_results .listing_results_rating {
    float:right;
}

/* listing headers */
.default, .default a, .free, .free a {
    margin:0 0 10px 0;
    letter-spacing:normal;
    color:#003300;
}

.basic, .basic a {
    margin:0 0 10px 0;
    letter-spacing:normal;
    color:#F0F;
}

.advanced, .advanced a {
    margin:0 0 10px 0;
    letter-spacing:normal;
    color:#060;
}

.premium, .premium a {
    margin:0 0 10px 0;
    letter-spacing:normal;
    color:#00F;
}

.platinum, .platinum a {
    margin:0 0 10px 0;
    letter-spacing:normal;
    color:#F00;
}

/* star rating */
.star-rating {
    background:transparent url("../images/star_rating.gif") 0 0 repeat-x;
    height:16px;
    list-style:none;
    position:relative;
    width:80px;
}

.star-rating li {
    float:left;
    clear:none;
}

.star-rating li a {
    display:block;
    height:16px;
    line-height:16px;
    overflow:hidden;
    padding:0;
    position:absolute;
    text-decoration:none;
    text-indent:-9000px;
    width:16px;
    z-index:20;
}

.star-rating li a:hover {
    background:transparent url("../images/star_rating.gif") repeat scroll left center;
    border:medium none;
    left:auto;
    z-index:2;
}

.star-rating a.one-star {
    left:0;
}

.star-rating a.one-star:hover {
    width:16px;
}

.star-rating a.two-stars {
    left:16px;
}

.star-rating a.two-stars:hover {
    width:32px;
}

.star-rating a.three-stars {
    left:32px;
}

.star-rating a.three-stars:hover {
    width:48px;
}

.star-rating a.four-stars {
    left:48px;
}

.star-rating a.four-stars:hover {
    width:64px;
}

.star-rating a.five-stars {
    left:64px;
}

.star-rating a.five-stars:hover {
    width:80px;
}

.star-rating ul {
    padding:0;
}

.star-rating li.current-rating {
    background:transparent url("../images/star_rating.gif") repeat scroll left bottom;
    display:block;
    height:16px;
    position:absolute;
    text-indent:-9000px;
    z-index:1;
    padding:0;
    padding-left:0;
}

/* pagination */
span.page-numbers-results {
    float:left;
    font-size:90%;
    margin-top:5px;
}

span.page-numbers {
    float:right;
    font-size:90%;
    margin-top:5px;
}

span.page-numbers a {
    text-decoration:none;
}

span.page-numbers a:hover {
    text-decoration:underline;
}

/* compare table */
div.compare_table {
    padding:5px;
    margin:0;
}

div.compare_table table {
    width:100%;
    border:1px #d1d1d1 solid;
    font-size:11px;
    border-right:0;
    border-bottom:0;
}

div.compare_table table td {
    padding:7px;
    border-bottom:1px #d1d1d1 solid;
    border-right:1px #d1d1d1 solid;
    background:#FFF;
}

div.compare_table table td span.text_bold {
    text-align:left;
    text-align:left;
    display:block;
    min-width:90px;
}

div.compare_table a {
    padding:3px 5px;
    border-top:1px solid #BBB;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #BBB;
    background:#FFF;
    font-weight:bold;
}

div.compare_table a:hover {
    text-decoration:none;
    border-top:1px solid #666;
    border-right:1px solid #BBB;
    border-bottom:1px solid #BBB;
    border-left:1px solid #666;
}

/* map */
div#map {
    border:5px solid #DDD;
    width:600px;
    height:300px;
    color:#333;
}

div#map_search {
    border:5px solid #DDD;
    width:600px;
    height:350px;
    margin:15px 0 0 0;
}

/* listing options */
div.options_container {
    width:170px;
    margin:70px 0 30px 30px;
    float:right;
    background:url("../images/opt-bg.gif") 0 0 repeat-x;
}

div.options_container ul.listing-opt-items {
    list-style:none;
    color:#FFF;
    font-weight:bold;
    border:1px solid #F2F2F2;
}

div.options_container ul.listing-opt-items li {
    margin:0;
    padding:3px 0 3px 7px;
    border-bottom:1px solid #416D14;
    border-top:1px solid #F2F2F2;
    color:#A00;
}

div.options_container ul.listing-opt-items li:first-child {
    padding:5px 0 3px 7px;
}

div.options_container ul.listing-opt-items li a {
    color:#FFF;
    font-weight:bold;
}

div.options_container ul.listing-opt-items li a:visited {
    color:#FFF;
    font-weight:bold;
}

div.options_container ul.listing-opt-items li a:hover {
    color:#FFF;
    font-weight:bold;
    text-decoration:underline;
}

div.options_container ul.listing-opt-items li img {
    padding:0 5px 0 0;
}

div.options_container ul.listing-opt-items li span.text {
    color:#333;
}

/* listing logo */
div.logo_img img {
    border:2px solid #ff0000;
    padding:3px;
    background:#FFF;
}

div.logo_img img:hover {
    border:2px solid #CCC;
    background:#FFF;
}

/* listing boxes */
div.listing_desc {
    margin:0 0 15px 0;
    line-height:150%;
    color:#000000;
}

div.listing_contentbox {
    margin:0 0 15px 0;
    line-height:150%;
    color:#000000;
}

div.listing_desc ul {
    margin:2em;
    padding:0;
}

div.listing_desc ol {
    margin:2.5em;
}

div.listing_desc h1, div.listing_desc h2, div.listing_desc h3, div.listing_desc h4, div.listing_desc h5, div.listing_desc h6 {
    margin:15px 0;
    line-height:100%;
    text-align:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#660000;
    letter-spacing:0;
    font-weight:normal;
}

div.listing_desc h1 {
    font-size:30px;
}

div.listing_desc h2 {
    font-size:30px;
}

div.listing_desc h3 {
    font-size:30px;
}

div.listing_desc h4 {
    font-size:30px;
}

div.listing_desc h5 {
    font-size:30px;
}

div.listing_desc h6 {
    font-size:30px;
}

div.listing_desc code {
    background:#EEE;
    border:#999 1px dashed;
    padding:7px 10px;
    margin:1em 0;
    display:block;
}

div.listing_desc blockquote {
    background:#EEE;
    border:#999 1px dashed;
    padding:7px 10px;
    margin:1em 0;
    display:block;
}

div.listing_desc table {
    border:#999 1px solid;
    margin:1em 0;
    border-collapse:collapse;
}

div.listing_desc table th, div.listing_desc table td {
    padding:5px 10px;
    border:#999 1px solid;
}

div.listing_desc table thead td, div.listing_desc table thead th {
    background:#DDD;
}

/* form container */
div.form-container {
    padding:0;
}

div.form-container form p {
    margin:0;
}

div.form-container form p.note, div.form-container form p.help-block {
    margin-left:155px;
    font-size:90%;
    margin-top:3px;
    clear:both;
}

div.form-container form p.note img, div.form-container form p.help-block img {
    border:1px solid #CCC;
    margin:5px 0;
}

div.form-container div.controlset {
    margin-left:155px;
    float:none;
}

div.form-container div.controlset input {
    width:auto;
    margin-bottom:5px;
    vertical-align:middle;
}

div.form-container input.controlset {
    width:auto;
}

div.form-container select.page-numbers {
    width:50px;
    padding:1px;
    font-size:90%;
}

div.form-container div.custom {
    padding:3px 5px;
}

div.form-container em {
    font-weight:bold;
    font-style:normal;
    position:relative;
    left:5px;
    color:#C00;
}

div.form-container fieldset.buttonrow {
    border:0;
    margin:0;
    padding:0;
}

div.form-container ul.sortable {
    list-style-type:none;
    margin:0;
    padding:0;
    width:265px;
}

div.form-container ul.sortable li {
    margin:0 3px 5px 0;
    padding:3px 8px 0px 5px;
    height:18px;
    clear:none;
    border-radius:4px;
}

div.form-container ul.sortable li span.ui-icon {
    margin-top:-1px;
    float:left;
    cursor:move;
}

div.form-container div.controlset select {
    width:auto;
    min-width:75px;
}

fieldset ol {
    margin:0;
    padding:0;
}

fieldset li {
    list-style:none;
    padding:0 0 8px 0;
    margin:0;
    clear:both;
}

fieldset li ul li {
    list-style:none;
    padding:0;
    margin:0;
    clear:both;
}

fieldset label {
    font-size:14px;
    width:155px;
    display:block;
    float:left;
    text-align:left;
    position:relative;
    font-weight:bold;
}

fieldset label.error {
    color:#C00;
}

fieldset.hidden {
    border:0;
}

fieldset li img {
    padding-left:10px;
}

fieldset li p img {
    padding:0;
}

fieldset div div img {
    padding:0;
}

legend {
    display:none;
}

/* classified content detail */
div#content_detail {
    line-height:150%;
    color:#666;
    overflow:hidden;
    padding:0 0 10px 0;
}

div#content_detail h5 {
    margin:20px 0 5px 0;
}

div#content_detail div.classified_left {
    width:350px;
    float:left;
}

div#content_detail div.classified_right {
    width:170px;
    float:right;
}

div#content_detail div.classified_right a.image_group img {
    max-width:164px;
    max-height:none;
}

/* image gallery */
ul#image_gallery {
    list-style:none;
    margin-top:10px;
    overflow:hidden;
}

ul#image_gallery li {
    float:left;
    display:block;
    cursor:pointer;
    margin:0 14px 14px 0;
    padding:0;
}

ul#image_gallery li img {
    border:0;
    padding:0;
    border:1px solid #CCC;
    padding:3px;
    background:#FFF;
}

img#image_gallery_image {
    border:1px solid #CCC;
    margin:10px 0;
    padding:3px;
    background:#FFF;
}

span#image_gallery_image_title {
    font-weight:bold;
    font-size:12px;
}

/* classified image gallery */
ul#classified_image_gallery {
    list-style:none;
    margin-top:10px;
    overflow:hidden;
}

ul#classified_image_gallery li {
    float:left;
    display:block;
    cursor:pointer;
    margin-right:14px;
    margin-bottom:14px;
    overflow:hidden;
}

ul#classified_image_gallery li img {
    border:1px solid #ddd;
    padding:3px;
    background:#FFF;
    float:left;
}

ul#classified_gallery li img {
    border:0;
    display:block;
}

img#classified_image_gallery_image {
    border:3px solid #fff;
    outline:1px solid #ddd;
    margin:10px 0;
}

/* classified sidebox images */
div.classified_image {
    text-align:center;
    margin:0 0 5px 0;
}

div.classified_image img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

/* list table */
div.table-list table {
    width:100%;
    margin-bottom:10px;
}

div.table-list caption {
    margin:3px 3px 1px 3px;
    border:1px #E5E5E5 solid;
    padding:5px;
    overflow:hidden;
}

div.table-list thead th {
    border:1px #E5E5E5 solid;
    padding:5px;
}

div.table-list tfoot th {
    border:1px #E5E5E5 solid;
    padding:5px;
}

div.table-list tbody th {
    border:1px #E5E5E5 solid;
    padding:5px;
    vertical-align:top;
    background:#FFF;
    text-align:left;
}

div.table-list tbody td {
    border:1px #E5E5E5 solid;
    padding:5px;
    vertical-align:top;
    background:#FFF;
}

div.table-list tbody tr.odd td, div.table-list tbody tr.odd th {
    background:#F2F6FA;
}

table.frame {
    border-collapse:collapse;
    border-color:#EBEBEB;
    border-style:solid solid none;
    border-width:1px 0 0 1px;
    margin:0 0 10px;
    padding:0;
    width:100%;
}

.table {
    border-collapse:collapse;
    width:100%;
}

.table .label {
    width:115px;
    background-color:#F5F5F5;
    color:#333333;
    text-align:right;
}

.table tr td {
    padding:10px;
    background-color:#FFF;
    border-bottom:1px solid #EBEBEB;
    border-right:1px solid #EBEBEB;
}

/* reviews list */
div.reviews_list {
    border:#CCC 1px solid;
    margin:0 0 10px 0;
    padding:10px;
    line-height:150%;
    color:#666;
    background:#FCFCFC;
}

div.reviews_helpful {
    border-top:#DDD 1px solid;
    border-bottom:#E8E8E8 1px solid;
    padding:4px 0 5px 0;
    margin:5px 0;
}

/* images, documents, classifieds Search */
.image_results ol, .document_results ol, .classifieds_results ol {
    margin:0 0 10px 0;
    padding:0;
    line-height:150%;
    color:#666;
}

.image_results a, .document_results a, .classifieds_results a {
    font-weight:bold;
}

.image_results li, .document_results li, .classifieds_results li {
    list-style:none;
    padding:10px;
    margin:0 0 10px 0;
    border:#CCC 1px solid;
    overflow:hidden;
    height:100%;
}

.image_results .image, .document_results .image, .classifieds_results .image {
    float:left;
    vertical-align:middle;
    margin-right:20px;
}

.image_results .image img, .document_results .image img, .classifieds_results .image img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

.image_results .image_details, .document_results .document_details, .classifieds_results .classifieds_details {
    vertical-align:middle;
}

.image_results .image_title, .document_results .document_title, .classifieds_results .classifieds_title {
    font-weight:bold;
}

/* user orders */
#user_orders_view_listing_links {
    list-style-type:none;
    padding:0;
    margin:0;
}

#user_orders_view_listing_links li {
    padding:5px 0;
    font-size:12px;
}

#user_orders_view_listing_links li img {
    vertical-align:text-top;
    padding:0 5px 0 0;
    border:0;
}

/* user listing stats */
div#user_listing_stats {
    font-size:12px;
}

div#user_listing_stats table.table {
    border:#DDD 1px solid;
}

div#user_listing_stats table.table td {
    font-size:12px;
}

/* password strength */
div.password_strength_container {
    height:12px;
    margin:5px 0 0 165px;
    font-size:90%;
    display:none;
}

div.password_strength {
    background-image:url("../images/password_strength.jpg");
    width:100px;
    display:inline-block;
}

/* reviews list */
div.reviews_list_content {
    overflow:hidden;
}

div.reviews_list_content p.content {
    background:#F4F4F4;
    margin:3px 0;
    padding:2px 7px;
}

div.reviews_list_content_header {
    overflow:hidden;
    padding:0 0 10px 0;
}

div.reviews_list_content_header ul.star-rating {
    float:right;
}

div.reviews_helpful, div.reviews_addcomment {
    overflow:hidden;
}

div.reviews_comment_list {
    border-left:#DDD 3px solid;
    border-bottom:#DDD 1px solid;
    margin:0 10px 10px 20px;
    padding:7px 10px 7px 10px;
    line-height:150%;
    color:#444;
    background:#FCFCFC;
}

div.reviews_comment_list p.reviews_comment_author {
    background:#E6E6E6;
    margin:0 0 10px 0;
    padding:2px 7px 3px 7px;
}

div.reviews_addcomment_form {
    padding:5px 0 0 0;
}

div.reviews_addcomment_form textarea.reviews_addcomment_form_text {
    font-family:Tahoma, Geneva, sans-serif;
    width:99%;
    margin:0 0 5px 0;
    height:100px;
}

/* blog */
#blog_post_img {
    float:left;
    margin:10px 10px 10px 0;
}

#blog_previous_url {
    float:left;
}

#blog_next_url {
    float:right;
}

#blog_comment_form {
    margin-top:15px;
}

div.blog_comment {
    -moz-border-radius:5px;
    border:3px solid #eee;
    background-color:#f7f7f7;
    margin-bottom:10px;
    padding:15px;
}

span.blog_comment_name {
    font-weight:bold;
}

span.blog_comment_date {
    font-size:10px;
}

/* sitemap */
div#sitemap_links {
    overflow:hidden;
}

div#sitemap_links ul.sf-menu {
    margin:0;
    padding:0;
    list-style:none;
}

div#sitemap_links ul.sf-menu li {
    float:none;
    list-style:none;
    font-size:12px;
    display:block;
    background:url(../images/arrow.gif) 0 -4px no-repeat;
    padding:0 0 3px 15px;
}

/* other */
#recaptcha_widget_div {
    float:left;
}

/* tree */
.tree_select_expanding_wrapper > ul {
    max-height:300px;
    max-width:400px;
    overflow:auto;
    border:1px solid silver;
}

/* search listing markers */
.listing_results_map_marker {
    width:20px;
    height:32px;
    background:transparent url("../images/icon_google_map_markers.png") 0 0 no-repeat;
    zoom:1;
    *display:inline;
    position:absolute;
    top:0;
    left:1px;
}

.listing_results_map_marker1 {
    background-position:0 0;
}

.listing_results_map_marker2 {
    background-position:-20px 0;
}

.listing_results_map_marker3 {
    background-position:-40px 0;
}

.listing_results_map_marker4 {
    background-position:-60px 0;
}

.listing_results_map_marker5 {
    background-position:-80px 0;
}

.listing_results_map_marker6 {
    background-position:-100px 0;
}

.listing_results_map_marker7 {
    background-position:-120px 0;
}

.listing_results_map_marker8 {
    background-position:-140px 0;
}

.listing_results_map_marker9 {
    background-position:-160px 0;
}

.listing_results_map_marker10 {
    background-position:-180px 0;
}

.listing_results_map_marker11 {
    background-position:-200px 0;
}

.listing_results_map_marker12 {
    background-position:-220px 0;
}

.listing_results_map_marker13 {
    background-position:-240px 0;
}

.listing_results_map_marker14 {
    background-position:-260px 0;
}

.listing_results_map_marker15 {
    background-position:-280px 0;
}

.listing_results_map_marker16 {
    background-position:-300px 0;
}

.listing_results_map_marker17 {
    background-position:-320px 0;
}

.listing_results_map_marker18 {
    background-position:-340px 0;
}

.listing_results_map_marker19 {
    background-position:-360px 0;
}

.listing_results_map_marker20 {
    background-position:-380px 0;
}

/* dropdown menu */
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}

.sf-menu ul {
    position:absolute;
    top:-999em;
    width:14em;
}

.sf-menu ul li {
    width:100%;
}

.sf-menu li:hover {
    visibility:inherit;
}

.sf-menu li {
    float:left;
    position:relative;
}

.sf-menu a {
    display:block;
    position:relative;
}

.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
    left:0;
    top:20px;
    z-index:99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top:-999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left:10em;
    top:0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top:-999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left:10em;
    top:0;
}

.sf-menu {
    float:left;
    margin-bottom:1em;
}

.sf-menu a {
    text-decoration:none;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline:0;
}

.sf-menu a.sf-with-ul {
    padding-right:1.25em;
    min-width:1px;
}

.sf-sub-indicator {
    position:absolute;
    display:block;
    right:0;
    top:0;
    width:10px;
    height:10px;
    text-indent:-999em;
    overflow:hidden;
    background:url('../images/arrows-ffffff.png') no-repeat -10px -100px;
}

a > .sf-sub-indicator {
    top:1px;
    background-position:0 -100px;
}

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position:-10px -100px;
}

.sf-menu ul .sf-sub-indicator {
     background-position:-10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
     background-position:0 0;
}

.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position:-10px 0;
}

.sf-shadow ul {
    background:url('../images/shadow.png') no-repeat bottom right;
    padding:0 8px 9px 0;
    -moz-border-radius-bottomleft:17px;
    -moz-border-radius-topright:17px;
    -webkit-border-top-right-radius:17px;
    -webkit-border-bottom-left-radius:17px;
}

.sf-shadow ul.sf-shadow-off {
    background:transparent;
}
li.listing_results_better {
    list-style:none;
    padding:10px;
    border:#990033 3px solid;
    overflow:hidden;
    margin:0 0 10px 0;
    background:#f8f8f3;
    position:relative;
}

li.listing_results_bosch {
    list-style:none;
    padding:10px;
    border:#990033 3px solid;
    overflow:hidden;
    margin:0 0 10px 0;
    background:#f8f8f3;
    position:relative;
}