/* 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: #5182c3;
}

h1{ font-size: 1.6em; margin-top: 0px; }
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: #ffffff;
    width: 100%;
    height: 100%;
    color: #494840;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    background-color: #ffffff;
    margin: 10px auto 0px auto;
    padding: 0px;
    width: 980px;
    text-align: left;
}

#pageContainerInner{
    padding: 0px 0px 5px 0px;
}

#headmenu_container{
    position: relative;
    background-color: #013186;
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
}
#headsearch{
    position: absolute;
    top: -4px;
    right: 2px;
    width: 300px;
    text-align: right;
}
#hs_input{
    background: #ffffff url(/images/search_icon.gif) no-repeat 3px 2px;
    border: 0px solid #ffffff;
    width: 180px;
    padding: 4px 2px 2px 22px;
}
#headsearch .button, #headsearch .buttonOver{
    background: url(/images/search_button.gif) no-repeat top left;
    width: 52px;
    height: 22px;
    border: 0px solid #ffffff;
    font-size: 12px;
    font-weight: bold;
}

#headmenu{
    position: relative;
    width: 980px;
    margin: 0px auto;
    text-align: left;
    color: #2c60bc;
}
#headmenu a{
    margin: 0px 2px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#headmenu a:hover, #headmenu a.cur{
    color: #1ec52f;
}
#headmenu a.cur{
    text-decoration: underline;
}


/* END GLOBAL STYLES */

/* LOGO STYLES */
#header_container{
    position: relative;
    background-color: #e4e3d7;
    text-align: center;
    height: 120px;
}

#header{
    position: relative;
    z-index: 5000;
    height: 120px;
    width: 980px;
    margin: 0px auto;
    background: url(/images/header.gif) no-repeat top left;
}

#header .headerLnk img{
    position: absolute;
    left: 13px;
    top: 20px;
    border: 0px solid #f00;
    width: 210px;
    height: 85px;
}
#header_right{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4000;
    width: 50%;
    height: 120px;
    background: url(/images/header_right.gif) repeat-x bottom right;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar_container{
    background: url(/images/mbcbg.gif) repeat-x bottom left;
    padding-bottom: 7px;
}

#menubar{
    background: #f8f8f8 url(/images/menubar.gif) repeat-x bottom left;
    border-top: 1px solid #b7b6a7;
    border-bottom: 1px solid #b7b6a7;
    text-align: center;
}

#tmenu{
    margin: 0px auto;
    width: 980px;
    border-collapse: collapse;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#tmenu td div{
    position: relative;
    z-index: 20000;
}

#tmenu td a{
    display: block;
    padding: 13px 4px 12px 4px;
    color: #707070;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.0em;
    border-right: 1px solid #b7b6a7;
}

#tmenu td a.ta_first{
    border-left: 1px solid #b7b6a7;
}

#tmenu td a:hover, #tmenu td a.ta_cur{
    background: #2757ab url(/images/menubar_hover.gif) repeat-x bottom left;
    color: #fff;
    text-decoration: none;
}

/* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 40px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .95;
    overflow: hidden;
    background-color: #85836b;
}

#tmenu td ul li{
    display: block;
    overflow: visible;
    padding: 0px;
    border-bottom: 1px solid #bdbbab;
}

#tmenu td ul li a{
    display: block;
    padding: 6px 5px 5px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #fff;

    border: 0px solid #ffffff;

    min-width: 180px;
}

#tmenu td ul li a.ta_first{
    border-left: 0px solid #ffffff;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-color: #646355;
    background-image: none;
    text-decoration: none;
    color: #fff;
    text-transform: none;
}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }
 /* END DROP DOWN MENU */

/* END MENUBAR STYLES */

/* breadcrumbs */
#gFamilyTree{
    margin-bottom: 10px;
}

/* USUAL STRUCTURAL STUFF */
#containerTable{ width: 980px; }

#columnRight, #columnLeft, #columnMain { vertical-align: top; padding: 0px; }

#columnLeft{ width: 192px; padding-right: 4px; }

#columnRight{ width: 242px; }

#content{
    margin: 0px 10px 10px 10px;
    padding: 0px;

    max-width: 765px;
    height: auto;
    min-height: 400px;
    text-align: left;
    line-height: 1.4em;
}

#bmenu{
    background-color: #85836b;
    text-align: center;
    padding: 8px 2px;
    border-bottom: 1px solid #e4e3d7;
}
#bottommenu{
    margin: 0px auto;
}
#bottommenu td{ padding: 0px; }

#bottommenu a{
    display: block;

    border-left: 1px solid #ffffff;

    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: #f2fbff;
}

#bottommenu a:hover{
    color: #e4e3d7;
    text-decoration: underline;
}

#bottommenu a#bma_0{
    border-left: 0px solid #ffffff;
}

#f_address_bar{
    background-color: #013186;
    text-align: center;
    padding: 4px 0px;
}
#f_address{
    margin: 0px auto;
    background: url(/images/best_prepared.gif) no-repeat right center;
    width: 980px;
    text-align: left;
}
#f_address_bar div{
    color: #b3c2db;
    font-size: 10px;
    padding: 1px 0px;
}

#footer{
    position: relative;
    margin: 0px auto 32px auto;
    padding: 8px 0px;
    width: 980px;
    text-align: left;
    font-size: 10px;
}

#copyright{
    float: left;
    text-align: left;
    color: #85836b;
    font-size: 10px;
    text-transform: uppercase;
}
#bbb{
    float: right;
    text-align: right;
}
#bbb, #bbb a{
    font-size: 10px;
    color: #85836b;
    text-decoration: none;
}
#bbb a:hover{ color: #149821; }

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #b8b8b8;
    padding: 2px;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #013186;
    background: #189e26 url(/images/submit_button.gif) repeat-x top left;
    padding: 2px 4px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #5182c3; }
a:hover{ color: #149821; }
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. */

/* data layout */
td.cellHeader{
    background: #646355 url(/images/block_header.gif) repeat-x top left;
    padding: 6px 8px;
    color: #ffffff;
    border-bottom: 1px solid #bdbbab;
}
td.cell{
    border-bottom: 1px solid #edebdb;
    padding: 6px 8px;
}
td.cellOdd{
    border-bottom: 1px solid #edebdb;
    padding: 6px 8px;
}

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 14px; margin-top: 0px; }
.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 #85836b; }
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;
}

/* PRODUCTS */
.product_list_table{
    border-collapse: collapse;
}
.product{
    padding: 16px 10px;
    margin: 0px;
    border: 1px solid #e1e0d5;
    vertical-align: bottom;
}

.product0{
    padding-left: 0px;
}

.linePrice{
    text-decoration: line-through;
}

#prod_table{ width: 522px; }

#prodPageContent{
    vertical-align: top;
    line-height: 1.8em;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 14px;
}

#prodContent{ }

#prod_number{ font-size: 11px; }

#prodImgContain{
    vertical-align: top;
    text-align: center;
    padding-right: 12px;
    width: 245px;
}

#prodImg{
    border: 1px solid #85836b;
    padding: 4px;
    text-align: center !important;
}

#productGallery{ text-align: left; }

.galleryThumbs td{ text-align: center; padding: 3px; }
.galleryThumbImgA img{ border: 1px solid #85836b; }
#imgComment{ text-align: center !important; margin: 4px; }
#prod_img_enlarge{ text-align: center !important; margin-bottom: 4px; }

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}
.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

/* product tabs */
#prodContentTabsC{
    position: relative;
    padding-top: 0px;
    margin: 40px 0px 4px 0px;
    border-bottom: 1px solid #838277;
}
#prodContentTabs{
    position: absolute;
    width: 100%;
    top: -35px;
    padding: 0px 0px 0px 4px;
}
#prodContentTabs li{
    list-style: none;
    float: left;
    text-align: center;
    padding: 0px 2px;
}
#prodContentTabs li a{
    display: block;

    padding: 0px 8px 0px 8px;
    margin: 0px 0px -2px 0px !important;

    font-size: 12px;
    font-weight: normal;
    text-decoration: none;

    color: #e4e3d7 !important;

    background-color: #85836b;
    border: 1px solid #838277;
}
#prodContentTabs li a:hover{
    text-decoration: none;
    color: #ffffff !important;
    background-color: #646355;
}
#prodContentTabs li a.cur{
    color: #e9cfb6;
    font-weight: bold;
    opacity: .8;
}
#prodContentTabs li a.cur:hover{
    color: #ffffff;
}

#prodContentArea{ border-bottom: 1px solid #838277; padding: 8px 4px 16px 4px; }
/* end product tabs */


.pOptContainer{  border: 1px solid #838277; }
.pOptContainer td{
    padding: 1px;
}

.pOptContainer .optOdd{
    background-color: #000000;
}

.pOptInfo{
    float: right;
    margin-top: 5px;
}
.pOptImg{
    float: left;
    width: 140px;
    height: 64px;
}

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #838277;
}

.pOptionsC{
    margin-top: 15px;
    height: 145px;

    overflow: auto;
}

 .priceBreakC{
    padding: 8px;
    margin-bottom: 15px;
}

#prodQtyContainer{ margin: 8px 0px; }

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    font-size: 11px;
    margin-bottom: 15px;
}
#priceFoot a{ font-size: 11px; }

#qtyFoot{
    font-size: 11px;
}

.cartPrices{
    margin-top: 8px;
    border: 1px solid #838277;
}
.cartPrices td{
    padding: 4px;
}
.dispPriceFoot{
    font-weight: bold;
}

.pqty{ border: 1px solid #838277; }

.simProducts{
    width: 100%;
    border: 1px solid #838277;
    margin: 8px auto 0px auto;
    clear: both;
}

.simProductsH{
    white-space: nowrap;
    text-align: left;
    background-color: #6B8ABF;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    text-decoration: none;
}
.simProductsH a:hover, .simProductsH .simHover{
    text-decoration: underline;
}

.simProductsC{ display: table; clear: both; }
.simProductsC ul{ list-style: none; width: 100%; }
.simProductsC ul li{ float: left; width: 150px; min-height: 200px; height: auto; padding: 3px 8px;}

.pcatTable{
    width: 100%;
}

.pcatLeft, .pcatMiddle, .pcatRight{
    width: 33%;
    padding: 10px 4px;
}

.prodTotalStr{
    font-weight: bold;
}

.prodTotal{

    font-weight: bold;
    font-size: 12px;
}

#totals_form_container{
    text-align: right;
}
#totals_main_table{
    width: 330px !important;
    margin: 0px 0px 0px auto;
}

#p_ship_rates{
    /* border: 1px solid #e4e3d7; */
    border-bottom: 1px solid #6e6d5d;
}

#fullImgContain{
    text-align: center;
}

#relatedProducts{ margin-top: 8px; }
#relatedProducts h4{
    padding: 16px 0px 6px 3px;
    border-bottom: 1px solid #404040;
}

.hThumbs td{ text-align: center; padding: 20px; }
.hThumbs a{
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 11px;
    font-weight: normal;
}
.hThumbs a img{ border: 0px solid #fff; }

.hThumbs .rp_view_prod{ color: #c80000; }
.hThumbs .rp_view_prod:hover{ color: #6f0719; }

.brandHeader h3 a{
    margin: 0px;
    padding: 0px;
}

.brandHeader h3 a{
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #0179C9;
}

.brandHeader h3 a:hover{
    text-decoration: underline;
    color: #005F9F;
}

.product_option_container{
    margin-left: 24px;
    padding-left: 2px;
    border-left: 1px solid #3ab0ff;
}

/* END PRODUCTS */

/* 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; }

/* BOTTOM BASE UTILITY */
/* BOTTOM BASE */

#bottomBaseContainer{
    position: relative;
    border-top: 1px solid #B9BEC9;
    border-bottom: 1px solid #B9BEC9;
    overflow: hidden;
    width: 520px;
    height: 180px;
    padding-right: 60px;
}
#bbContainScroll{
    position: relative;
    overflow: auto;
    width: 520px;
    height: 180px;
}
#bottomBase{
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
    padding: 0px 24px;
    height: 180px;
    width: 100%;
}

#bLeftArrow, #bRightArrow{
    /*visibility: hidden;/* cannot use display none, opera chokes on the images */
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1500;
    width: 20px;
    height: 180px;
    padding: 0px;
    background-color: #85836b;

    border-left: 1px solid #bdbbab;
    border-right: 1px solid #bdbbab;
}
#bLeftArrow{
    left: 0px;
}
#bRightArrow{
    right: 0px;
}

#bLeftArrow a{
    /* background: url(/images/previous_button.png) no-repeat top left; */
}
#bRightArrow a{
    /* background: url(/images/next_button.png) no-repeat  top left; */
}
#bLeftArrow a:hover, #bRightArrow a:hover{
    opacity: .70;
}

#bLeftArrow a, #bRightArrow a{
    display: block;
    height: 180px;
    width: 20px;
    text-decoration: none;
    border: 0px solid #ffffff;
}

#bottomBaseContainer #bLeftArrow a span, #bottomBaseContainer #bRightArrow a span{
    display: block;
    padding: 60px 4px 0px 4px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#bottomBaseContainer #bLeftArrow a:hover, #bottomBaseContainer #bRightArrow a:hover{
    background-color: #646355;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

/* END BOTTOM BASE UTILITY */


/* BOTTOMBASE THUMBNAILS */
#ptContainer{
    margin: 0px;
    padding: 0px;
}
#ptContainer td{
    padding-right: 6px;
}

.thumbPic a{
    position: relative;
    z-index: 50;
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 1px;
}

.thumbPic a:hover img{
    opacity: .70;
}

.thumbPic a img{
    position: absolute;
    z-index: 75;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: 0px solid #000000;
}

.thumbPic a span{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.tpMiddle{
    z-index: 100;
    background: url(/images/ol_thumb_middle.png) repeat-x top left;
}
.tpLeft{
    z-index: 200;
    background: url(/images/ol_thumb_left.png) no-repeat top left;
}
.tpRight{
    z-index: 300;
    background: url(/images/ol_thumb_right.png) no-repeat top right;
}

/* END BB THUMBS */



/* 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 a{ font-weight: bold; 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; }

#workNode{ display: none; }


/* Directory Stuff */
#dir_ad .advertisement{ text-align: center; margin-bottom: 4px; }
#dir_container{
    border: 1px solid #85836b;
}
#dir_header{
    height: 30px;
    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: #e4e3d7;
}
#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 #85836b;
    border-bottom: 1px solid #85836b;
    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 #85836b;
    border-bottom: 1px solid #85836b;
}

#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 #85836b;
    background-color: #e4e3d7;
}

#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: #e4e3d7;
    border-top: 1px solid #b7b6a7;
    border-right: 1px solid #b7b6a7;
    border-bottom: 1px solid #b7b6a7;
    border-left: 0px solid #b7b6a7;
}
#dirTabs li a:hover{
    text-decoration: underline;
}
#dirTabs li .cur{
    height: 17px;

    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 0px solid #b7b6a7;
}
#dirTabs #pbt_first{
    border-left: 1px solid #b7b6a7;
}

#dirTabContent{
    padding: 8px;
    border: 1px solid #b7b6a7;
    background-color: #FFF;
    text-align: left;
}
#dirTabContent h4 a{ color: #A90504; }
#dirTabContent h4 a:hover{ color: #DF6161; }

#listing_map{ width: 560px; border: 1px solid #000; }
#dir_content_inner #dirTabContent #listing_map{ width: 99%; border: 1px solid #000; }

#google_pano{ width: 100%; }

#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 #b7b6a7;
}
#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 #85836b;
    border-bottom: 1px dotted #85836b;
    background-color: #646355;
    color: #646355;
    padding: 4px;
}
.commentContent{
    border: 1px solid #85836b;
    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: 4px 2px; }

.mclassTable td{ padding: 3px; }

#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;
}

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    position: relative;
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    position: absolute;
    top: 6px;
    right: 4px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

#listing_image{
    width: 240px;
}
#listing_details{ }

#o_member_list td{
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #85836b;
}
#o_member_list img{ border: 1px solid #85836b; }
