/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1, h2, h3, h4, h5, h6{
    color: #b4a698;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background-color: #a48e77;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    background-color: #f5f5f5;
    margin: 10px auto 0px auto;
    padding: 0px;
    width: 980px;
    text-align: left;
}

#pageContainerInner{
    padding: 5px 4px 4px 4px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    height: 125px;
    margin: 0px auto;
	background-image: url(/images/header_new.jpg);
	background-repeat: no-repeat;
	width: 972px;
}

#header h1{
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 42px;
}

#header .headerLnk img{
    position: absolute;
    left: 135px;
    top: 3px;
    border: 0px solid #f00;
    width: 695px;
    height: 96px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    background-color: #bf8345;
    margin-top: 1px;
}

#tmenu{
    margin: 0px;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#tmenu td a{
    display: block;
    background-color: #6e4e2f;
    border-bottom: 1px solid #d8b898;
    border-left: 1px solid #d8b898;

    padding: 8px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
}

#tmenu td a.ta_cur{
    background-color: #bf8345;
    border-bottom: 1px solid #bf8345;
}

#tmenu td a.ta_first{
    border-left: 0px solid #ffffff;
}

#tmenu td a:hover, #tmenu td a.ta_cur:hover{
    background-color: #bf8345;
    border-bottom: 1px solid #d8b898;
    color: #fff;
    text-decoration: none;
}

#tmenu_sub_container{
    padding: 10px 16px;
}

#tmenu_sub_phone{
    float: right;
    color: #fff;
    font-size: 1em;
}

#tmenu_sub{
    margin: 0px;
}
#tmenu_sub td{
    white-space: nowrap;
}

#tmenu_sub td a{
    display: block;
    color: #fff;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 1em;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #bf8345;
}

#tmenu_sub td a.ta_first{
    border-left: 0px solid #fff;
}

#tmenu_sub td a:hover{
    color: #dbdbdb;
    text-decoration: underline;
}

/* END MENUBAR STYLES */

/* UGLY TABLE STRUCTURE TO COMPENSATE FOR MULTIPLE SHADES OF WHITE */
#structureOuterTable{ width: 100%; margin: 4px 0px 38px 0px; }
#structureMain, #structureRight, #columnLeft, #columnMain { vertical-align: top; padding: 0px; }

#structureMain{ width: auto; }

.structureMainTable{ width: 100%; }

.structureBlock{
    background-color: #ffffff;
    border: 1px solid #a48e77;
    padding: 2px;
    margin-bottom: 4px;
}
#columnLeft{ width: 180px; }
#contentLeft{ width: 180px; }

#structureRight{ width: 238px; }
#columnRight{ padding: 0px 0px 0px 4px; }

/* END UGLY */

/* USUAL STRUCTURAL STUFF */

#contentContainer{
    padding: 6px;
}

#content{
    position: relative;
    margin: 0px 0px 0px 8px;
    padding: 0px;

    max-width: 765px;
    height: auto;
    min-height: 400px;
    text-align: left;
    line-height: 1.4em;
}

#bmenu{
    background-color: #6e4e2f;
    text-align: center;
    padding: 8px 2px;
}
#bottommenu{
    margin: 0px auto;
}
#bottommenu td{ padding: 0px; }

#bottommenu a{
    display: block;

    border-left: 1px solid #a48e77;

    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;

    color: #f2fbff;
}

#bottommenu a:hover{
    color: #a48e77;
    text-decoration: underline;
}

#bottommenu a#bma_0{
    border-left: 0px solid #ffffff;
}

#footer{
    position: relative;
    margin: 0px auto 32px auto;
    padding: 4px 0px;
    width: 980px;

    text-align: left;
    color: #6e4e2f;

    font-size: 1em;
}

#copyright{
    float: left;
    text-align: left;
}
#footer_address{
    float: right;
    text-align: right;
}
#footer_address span{
    font-weight: bold;
    color:  #d8d8d8;
}

#bbb, #bbb a{
    font-size: 10px;
    color: #d8d8d8;
}
#bbb a:hover{ color: #6e4e2f; }

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #c3b8ad;
    padding: 2px;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #736354;
    background: #847261 url(/images/button_bg.jpg) repeat-x top left;
    padding: 1px 2px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #bf8345; font-size: 8pt; }
a:hover{ color: #e0a76d; font-size: 8pt; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 579px;
    height: auto;

}
html>body div.galleryContainer{
    width: 577px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}
html>body ul.galleryContainer li{
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 500px;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* event styles */

#eventFrom{ display: none; }
#eventRecur{ display: none; }

/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#event_list td{ padding: 15px 0px; border-bottom: 1px solid #ccc; }
#event_list .event_spacer{ padding: 4px 0px; }

#event_list .event_main a{ font-weight: bold; }

#event_list .event_name{ font-weight: bold; color: #198ecf; font-size: 15px; }
#event_list .event_blurb{ padding: 8px 0px 12px 0px; }
#event_list .event_date{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_time{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_contact{ padding: 4px 8px; text-align: center; }

#event_details td{ padding: 4px; }

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }


/* Directory Stuff */
#dir_ad .advertisement{ text-align: center; margin-bottom: 4px; }
#dir_container{
    border: 1px solid #5B80B1;
}
#dir_header{
    height: 50px;
    margin-bottom: 8px;
}
#dir_header div{
    color: #000000;
    font-size: 10px;
}
#dir_header .input_text{
    height: 12px;
    font-size: 10px;
    width: 90px !important;
}
#dir_header .input_select{
    font-size: 10px;
}

.tlistSearch div{ text-align: right !important; padding-bottom: 8px; }
.tlistSearch .input_text{ width: 60px; }


#dir_search{
    text-align: center;
    white-space: nowrap;
}
#dir_alpha{
    margin-top: 10px;
}

#dir_top_ad{
    position: absolute;
    top: 14px;
    right: 10px;
    width: 234px;
    height: 60px;
    padding: 0px;
    margin: 0px;
}

#dir_top_listing_ads{
    padding: 8px 0px;
    background-color: #E6EAEE;
}
#dir_top_listing_ads table tr td{
    width: 33%;
    text-align: center;
}
#dir_top_listing_ads table tr td .advertisement{
    margin: 0px auto;
    text-align: center;
}

.alphaContain{
    margin: 0px;
    padding: 0px;
}

.alphaContain .alphaList{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.alphaContain .alphaList li{
    display: inline;
    padding: 0px;
    margin: 0px 4px;
}
.alphaContain .alphaList li a{
    display: inline;
}

#dir_breadcrumb{
    border-top: 1px solid #5B80B1;
    border-bottom: 1px solid #5B80B1;
    padding: 6px 5px 5px 5px;
}
#dir_breadcrumb h1, #dir_breadcrumb a, #dir_cntstr a{
    font-size: 10px;
    border: 0px solid #FFFFFF;
    margin: 0px;
    font-weight: normal;
}
#dir_cntstr{
    padding-top: 12px;
    text-align: center !important;
    font-weight: bold;
}
#dir_cntstr a.plistCurrent{
    font-weight: bold !important;
}

#dir_content_container{
    border-top: 1px solid #5B80B1;
    border-bottom: 1px solid #5B80B1;
}

#dir_content_table{
    width: 100%;
}
#dir_content_table td{
    vertical-align: top;
}

#dir_content{ width: 100%; }

#dir_content_inner{
    padding: 8px;
}

#dir_cats td{ padding: 4px; }

#dir_bottom_tools{
    border-bottom: 1px solid #5B80B1;
    background-color: #E6EAEE;
}

#dir_td_right_ads div{
    text-align: center !important;
    padding: 1px;
}

.dir_featured{
    color: #5f918c;
}

#dir_tools_td_orderby, #dir_tools_td_advertise{
    padding: 12px 8px;
}

#dir_tools_td_advertise a, #dir_tools_td_advertise a img{
    border: 0px solid #FFFFFF;
    text-decoration: none;
}

td.catLeft{
    width: 33%;
    padding: 10px 20px;
}
td.catMiddle{
    width: 33%;
    padding: 10px 20px;
}
td.catRight{
    width: 33%;
    padding: 10px 20px;
}


/* LISTING STYLES */
#bizListings table {}
#bizListings td { }

#bizListingsPrmTable td{
    width: 50%;
    padding: 4px 8px;
    height: auto;
}

#bizListingsPrmTable2 td{
    width: 33%;
    padding: 4px;
    height: auto;
}

#bizListingsPrmTable .srp_06, #bizRecListingsPrmTable .srp_06{ padding: 8px 8px !important; }
#bizListingsPrmTable .srp_05, #bizRecListingsPrmTable .srp_05{ padding: 6px 8px !important; }
#bizListingsPrmTable .srp_04, #bizRecListingsPrmTable .srp_04{ padding: 4px 8px !important; }
#bizListingsPrmTable .srp_03, #bizRecListingsPrmTable .srp_03{ padding: 2px 8px !important; }
#bizListingsPrmTable .placeholder, #bizRecListingsPrmTable .placeholder{ padding: 0px !important; }

#bizListingsStdTable td, #bizRecListingsStdTable td{
    width: 25%;
    padding: 4px;
}

#bizListings td.bizName{
    padding-bottom: 0px;
    border-bottom: none;
}

#bizRecListingsPrmTable .listingLeft, #bizRecListingsPrmTable .listingRight{ padding: 8px 0px; }
#bizRecListingsPrmTable .listingLeft{ padding-left: 8px; }
#bizRecListingsPrmTable .listingDesc{ border-top: 0px solid #ABB3CA; padding: 0px 4px 15px 4px !important; }
#bizRecListingsPrmTable .listingDesc .hr{ margin-bottom: 8px !important; }

#bizRecListingsStdTable .listingLeft{ width: 460px; }


.srp_06_ltd, .srp_05_ltd, .srp_04_ltd, .srp_03_ltd, .srp_02_ltd, .base_ltd{
    border: 1px solid #dadada;
    padding: 4px;
}

.srp_06_ltd h4, .srp_05_ltd h4, .srp_04_ltd h4, .srp_03_ltd h4, .srp_02_ltd h4{
    color: #D17100;
    padding-bottom: 6px;
}

.srp_06_ltd, #bizRecListingsPrmTable .srp_06{
    background-color: #E1EAEE !important;
}
.srp_05_ltd, #bizRecListingsPrmTable .srp_05{
    /*background-color: #F1F0CD !important;*/
    background-color: #E1EAEE !important;
}
.srp_04_ltd, #bizRecListingsPrmTable .srp_04{
    background-color: #e9e9e9 !important;
}
.srp_03_ltd, #bizRecListingsPrmTable .srp_03{
    background-color: #F3E7BC !important;
}
.srp_02_ltd, #bizRecListingsPrmTable .srp_02{
    background-color: #FFFFFF !important;
}

.l_phone_div, .l_email_div{ margin-bottom: 3px; }
.l_phone_div span, .l_email_div span{
    font-weight: bold;
    cursor: pointer;
    color: #0837C4;
}
.l_website{
    font-weight: bold;
    color: #0837C4;
    text-decoration: none;
}

.l_lnk_tbl{
    margin: 0px !important;
    width: auto !important;
}
.l_lnk_tbl td{
    width: auto !important;
    padding: 4px;
    white-space: nowrap;
    text-align: left;
}
.l_lnk_tbl td a{ color: #546B82; text-decoration: none; }
.l_lnk_tbl td a img{ border: 0px solid #FFF; }

.l_lnk_tbl .l_more_info{

}
.l_lnk_tbl .l_view_reviews{

}
.l_lnk_tbl .l_view_map{

}

/* END LISTING STYLES */

/* splash page */
#dirTabBlock{
    position: relative;
    margin-top: 30px;
    border: 0px solid #EEE;
}
#dirTabs{
    position: absolute;
    top: -17px;
    left: 0px;

    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#dirTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#dirTabs li a{
    display: block;

    height: 16px;

    padding: 0px 15px;

    color: #413424;
    font-size: 12px;
    text-decoration: none;

    background-color: #E5EAEE;
    border-top: 1px solid #5B658F;
    border-right: 1px solid #5B658F;
    border-bottom: 1px solid #5B658F;
    border-left: 0px solid #5B658F;
}
#dirTabs li a:hover{
    text-decoration: underline;
}
#dirTabs li .cur{
    height: 17px;

    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 0px solid #5B658F;
}
#dirTabs #pbt_first{
    border-left: 1px solid #5B658F;
}

#dirTabContent{
    padding: 8px;
    border: 1px solid #5B658F;
    min-height: 400px;
    overflow: auto;
    background-color: #FFF;
    text-align: left;
}
#dirTabContent h4 a{ color: #A90504; }
#dirTabContent h4 a:hover{ color: #DF6161; }

#listing_map{ height: 410px; width: 560px; border: 1px solid #000; }
#dir_content_inner #dirTabContent{ overflow-x: auto !important; overflow-y: visible !important; max-width: 494px; }
#dir_content_inner #dirTabContent #listing_map{ min-height: 350px; width: 99%; border: 1px solid #000; }

#pop_overlay{
    display: none;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
}

#pop_container{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
}

#pop_inner{
    display: block;
    position: relative;
    z-index: 10000;
    width: 480px;
    padding-bottom: 4px;
    margin: 120px auto 0px auto;
    background-color: #333333;
    border: 1px solid #000;
    text-align: center !important;
}
#pop_inner h2{ color: #FFF; margin: 8px 0px; }
#pop_inner a{ color: #FFF; }

#pop_overlay_dir{
    display: none;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
}

#pop_container_dir{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
}

#pop_inner_dir{
    display: block;
    position: relative;
    z-index: 10000;
    width: 600px;
    margin: 10px auto 0px auto;
    border: 1px solid #000;
    background-color: #FFF;
}

#pop_inner_btContainer{
    background-color: #596387;
    padding: 0px 10px 8px 10px;
    border-top: 1px solid #5B658F;
}
#pop_inner_btContainer #dirTabBlock #dirTabContent{
    overflow: auto !important;
    min-height: 400px;
}

#popup_header{ min-height: 118px; height: auto; }
#popup_header h2{ color: #000; margin-top: 0px; padding-top: 0px; }

#listingContainer td{ padding: 0px 10px; vertical-align: top; }
#listingContainer #popup_logo, #listingContainer #popup_address{ text-align: left; }

#close_popup{ float: right; padding-right: 8px; padding-top: 3px; }
#close_popup a{ color: #223F70; }
#close_popup a:hover{ color: #8FA5B2; }
#close_popup a img{ border: 0px solid #000; }

/* listing gallery */

#listing_gallery{}
#listing_gallery table td{ padding: 0px; }
#listing_gallery a{ display: block; width: auto; }
#listing_gallery a img{ border: 0px solid #ffffff; }

/* end splash page */

commentLnksC{
    margin: 4px 0px;
}
.commentBlockHeader{
    border: 1px solid #89addc;
    border-bottom: 1px dotted #89addc;
    background-color: #b4a698;
    color: #fff;
    padding: 4px;
}
.commentContent{
    border: 1px solid #89addc;
    border-top: 0px solid #0173FE;
    background-color: #f5f8ff;
    padding: 4px;
    padding: 8px 4px 8px 8px;
    margin-bottom: 24px;
}
.commentUser, .commentDate{
    font-weight: bold;
    padding: 4px 0px;
}

.artListings .artTitle h3{
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
.artListings .artTitle h3 a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.artListings div.hr{
    margin: 8px 0px;
}

.artListings .artInfo{
    margin: 2px 0px 8px 0px;
    padding: 0px;
}
.artListings .artInfo li{
    list-style-type: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.artListings .artInfo li a{
    text-decoration: none;
}

.articlePages{
    text-align: right;
    margin-bottom: 24px;
}

/* RSS Styles */
.articlePages{ text-align: right !important; }
.rssLinkTop{ float: right; }
.rssLinkTop img{ border: 0px solid #000000; }

.rssLinkBottom{ float: left; }
.rssLinkBottom img{ border: 0px solid #000000; }

/* END RSS */

.advertisement{ text-align: center; margin: 0px 0px; font-size: 9px; text-transform: lowercase; }
.advertisement a{ text-decoration: none; }
.advertisement img{ border: 0px solid #FFFFFF; }

#content .cell{ padding: 2px; }

.mclassTable td{ padding: 3px; }

.classifiedTable td{ border-bottom: 1px solid #B5B5B5; padding: 8px 4px 4px 4px; }
.classifiedImg{ }
.classifiedImg a img{ border: 1px solid #CBCDCE; padding: 2px; }
.classifiedInfo{ width: 66%; }
.classifiedName a{ font-weight: bold; font-size: 13px; }
.classifiedName{ margin: 20px 0px; }
.classifiedDesc{ margin-bottom: 20px; }

.classifiedDate{ width: 20%; }
.classifiedPrice{ font-weight: bold; }

#home_list{
    list-style: none;
    margin: 8px 0px;
    padding: 0px;
}

#home_list li{
    background: url(/images/square_bullet.jpg) no-repeat center left;
    padding: 4px 0px 4px 15px;
}
