/* GLOBAL STYLES */

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{ font-size: 18px; padding-bottom: 2px; }

h1, h2, h3, h4, h5{
    color: #3f5a7b;
}

h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; border-bottom: 1px solid #9FB9D6; padding: 0px 0px 4px 0px; margin: 0px 0px 8px 0px; }
h5{ font-size: 12px; }
h6{ font-size: 13px; }
h5,h6{ padding: 0px; margin: 0px; }

h6{ color: #3978c3; font-weight: bold; padding: 2px 0px; margin: 2px 0px; font-size: 12px; }

body{
    background: #103a6e url(/images/body_bg.jpg) no-repeat top center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000;
}

#top_container{
    position: relative;
    width: 1006px;
    margin: 0px auto;
}
#top_shadow{
    background: url(/images/page_container_shadow_top.png) no-repeat bottom left;
    border: 0px solid #f00;
    text-align: right;
    padding: 13px;
    margin: 0px auto;
}
#header_cart{
    position: absolute;
    top: 8px;
    right: 13px;
    color: #fff;
    text-align: right;
}
#header_cart, #header_cart a{
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#header_cart a:hover{ text-decoration: underline; color: #fff; }

#pageContainer_outer{
    width: 980px;
    padding: 0px 13px;
    margin: 0px auto;
    text-align: left;
    background: url(/images/page_container_shadow.png) repeat-y top left;
}
#pageContainer{
    position: relative;
    padding: 0px;
    width: 980px;
    text-align: left;
    background: #19549a url(/images/page_container_inner.jpg) no-repeat top left;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#headerContainer{
    position: relative;
    z-index: 6000;
    width: 980px;
    height: 180px;
    margin: 0px auto;
}

#header{
    width: 980px;
    height: 130px;
    margin: 0px auto;
    color: #000;
}

#header_search{
    position: absolute;
    top: 50px;
    right: 25px;
}
#header_search .s_action{ border: 1px solid #457ca2; font-size: 12px; padding: 3px; width: 240px; }

#logoLink{
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #f00;
}
#logoLink, #logoLink img{
    width: 410px;
    height: 90px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#floatHack{
    height: 1px;
    clear: both;
}

#menubar{
    position: relative;
    z-index: 6000;
    width: 939px;
    height: 42px;
    margin: 0px 10px;
    padding-left: 6px;
}

#tmenu{ }

#tmenu td{
    margin: 0px;
    padding: 0px;
}

#tmenu td a{
    position: relative;
    display: block;
    padding: 12px 20px 13px 20px;
    color: #1e599e;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    background: url(/images/tmenu_divider.gif) no-repeat center right;
}

#tmenu td a:hover, #tmenu td .cur{
    background-color: #1a5dac;
    color: #fff;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 40px;
    list-style: none;
    margin: 0px;
    padding: 0px 4px;
    width: auto;
    opacity: .98;
    overflow: hidden;
    background-color: #19549a;
}

#tmenu td ul li{
    display: block;
    margin: 1px 0px;
    overflow: visible;
    padding: 0px;
    border-bottom: 1px solid #96c0f2;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 12px 3px 12px;
    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-right: 0px solid #98c1f0;

    min-width: 166px;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-color: #2874c8;
    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 */



/* LEFT MENU STYLES */

#dleftmenu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li a{
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;

    color: #000315;
    border-bottom: 1px solid #99C3DB;
}

#dleftmenu li a:hover span{
    color: #007AC7;
}

/* COLUMN MAIN */
#contentContainer{
    position: relative;
    z-index: 5000;
    height: auto;
    margin: 0px 10px;
}

#containerTable{ width: 960px; }
#containerTable td{ vertical-align: top; }

#columnLeft{ padding-right: 14px; }
#columnMain{ padding-right: 4px; }
#columnRight{ padding-left: 10px; padding-right: 4px; }

#columnLeft{
    width: 220px;
    text-align: left;
}

#content{
    position: relative;
    z-index: 2000;
    height: auto;
    min-height: 500px;
    padding: 8px 15px;
    background-color: #dbe4ee;
    border: 1px solid #19549a;
}

#content_tl, #content_tr, #content_bl, #content_br{
    position: absolute;
    width: 7px;
    height: 7px;
}
#content_tl{
    top: -1px;
    left: -1px;
    background: url(/images/content_corner_tl.gif) no-repeat top left;
}
#content_tr{
    top: -1px;
    right: -1px;
    background: url(/images/content_corner_tr.gif) no-repeat top left;
}
#content_bl{
    bottom: -1px;
    left: -1px;
    background: url(/images/content_corner_bl.gif) no-repeat top left;
}
#content_br{
    bottom: -1px;
    right: -1px;
    background: url(/images/content_corner_br.gif) no-repeat top left;
}

.content_home{
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px solid #19549a !important;
}
.content_home #content_tl, .content_home #content_tr, .content_home #content_bl, .content_home #content_br{ display: none; }

#contentText{ }

#footer_container{
    position: relative;
    margin: 0px auto;
    padding: 0px 13px 9px 13px;
    text-align: center;
    color: #749cca;
    width: 1006px;
}

#footer{
    background: url(/images/page_container_shadow_bottom.png) no-repeat top left;
    width: 1006px;
    height: 13px;
}
#footer_container table{
    width: 960px;
    margin: 0px auto;
}

#footer_menu{ text-align: center; color: #6b98cd; width: 960px; padding: 10px 0px 10px 0px; margin: 0px auto; text-transform: uppercase; }
#footer_menu a{ color: #ccd9e8; text-decoration: none; font-weight: normal; font-size: 10px; }
#footer_menu a:hover{ text-decoration: underline; color: #9bb4cf; }

#footer_copyright, #footer_cards, #footer_bbb{ vertical-align: bottom; font-size: 10px; text-transform: uppercase; }
#footer_copyright{ text-align: left; color: #ccd9e8; }
#footer_bbb{ text-align: right; }
#footer_bbb a{ color: #ccd9e8; text-decoration: none; font-weight: normal; font-size: 10px; }
#footer_bbb a:hover{ text-decoration: underline; color: #9bb4cf; }

.logo_table{
	width: 25%;
	padding: 10px;
	text-align: center;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #009DFF;
    text-decoration:none;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    color: #113d73;
}

.cellHeader a{ color: #fff; }
.cellHeader a:hover{ color: #F3F3F3; }

td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #e2eaf2;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{ }
.button{
    padding: 2px 6px;

    color: #fff;
    font-size: 11px;

    background: #90b6de url(/images/button_bg.gif) repeat-x bottom left;
    border: 1px solid #225694;
    cursor: pointer;
    font-weight: normal;
}

.button:hover, .buttonOver{ opacity: .8; }

a.button{ text-decoration: none; padding: 4px 8px; }
a.button:hover{ color: #fff; }

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #0463d3; text-decoration: underline; }
a:hover{ color: #1a528f; }
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; }

.clearBoth, .dispTable{
    display: table;
    clear: both;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    margin: 0px 0px 8px 0px;
    padding: 0px;
    font-weight: bold;
}

h1.large a{ font-weight: normal; font-size: 11px; }
h1.large a:hover{ }

.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
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; }

/* PRODUCTS */
.product{
    padding: 8px;
    margin: 0px;
}

.product0{
    padding-left: 0px;
}

.linePrice{
    text-decoration: line-through;
}

#prodPageContent{
    vertical-align: top;
    line-height: 1.8em;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
}

#prodContent{ margin-top: 8px; }

#prod_number{ color: #636363; font-size: 11px; }

#prodImgContain{
    vertical-align: top;
    text-align: center;
    padding-right: 8px;
    width: 300px;
}

#prodImg{
    padding: 8px;
}

#productGallery{ text-align: left; }

.galleryThumbs td{ text-align: center; padding: 3px; }
.galleryThumbImgA img{ border: 1px solid #adadad; }
#imgComment{ margin: 4px; }
#prod_img_enlarge{ 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-bottom: 0px;
    border-bottom: 1px solid #617389;
}
#prodContentTabs{
    position: absolute;
    width: 100%;
    top: -34px;
    padding: 0px 0px 0px 4px;
}
#prodContentTabs li{
    list-style: none;
    float: left;
    text-align: center;
    border-bottom: 0px solid #fff;
    padding: 0px 2px;
}
#prodContentTabs li a{
    display: block;

    padding: 0px 8px 0px 8px;
    margin: 0px 0px -2px 0px !important;

    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;

    background-color: #ededed;
    border-top: 1px solid #617389;
    border-left: 1px solid #617389;
    border-right: 1px solid #617389;
}
#prodContentTabs li a:hover{
    text-decoration: none;
    background-color: #fff;
}
#prodContentTabs li .cur{
    color: #000;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#prodContentTabs li .cur:hover{ background-color: #fff; }

#prodContentArea{ border-left: 1px solid #617389; border-right: 1px solid #617389; border-bottom: 1px solid #617389; padding: 8px 15px; background-color: #fff; }
/* end product tabs */


.pOptContainer{  border: 1px solid #E9E9E9; }
.pOptContainer td{
    padding: 1px;
}

.pOptContainer .optOdd{
    background-color: #F1F1F1;
}

.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 #E2E6E9;
}

.pOptionsC{
    margin-top: 15px;
    height: 145px;

    overflow: auto;
}

#prodQtyContainer{ color: #000; margin: 8px 0px; }

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    float: left;
    font-size: 11px;
    margin-bottom: 15px;
}
#priceFoot a{ font-size: 11px; }

#qtyFoot{
    float: right;
    font-size: 11px;
}

.cartPrices{
    margin-top: 8px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.cartPrices td{
    padding: 4px;
}
.dispPriceFoot{
    float: left;
    font-weight: bold;
}

.pqty{ border: 1px solid #b6b6b6; }

.simProducts{
    width: 100%;
    border: 1px solid #6B8ABF;
    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;
    color: #D5E2EB;
    text-decoration: none;
}
.simProductsH a:hover, .simProductsH .simHover{
    background-color: #D5E2EB;
    text-decoration: underline;
    color: #6B8ABF;
}

.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: 20%;
    padding: 10px 4px;
}

.prodTotalStr{
    color: #e10000;
    font-weight: bold;
}

.prodTotal{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

#fullImgContain{
    text-align: center;
}

#relatedProducts{ margin-top: 0px; text-align: center; }
#relatedProducts h4{
    padding: 0px 0px 6px 15px;
    color: #386b8b;
    border-bottom: 0px solid #94b2c5;
    text-align: left;
}
#relatedProducts table{ margin: 0px auto; }

.hThumbs td{ text-align: center; padding: 20px; }
.hThumbs a{
    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 */

/* GALLERY STYLES */

.galleryDescription{
    margin-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

.galleryContainer{
    list-style: none;
    margin: 0px 10px 0px 24px;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
}

.galleryContainer td{
    margin: 0px;
    padding: 0px 4px;

    text-align: center;
}



.galleryContainer td a{
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
}

.galleryContainer td img{
    margin: 5px 4px 0px 4px;
    border: 0px solid #FFFFFF;
}

#gDisplayImage{
    text-align: center;
}

#gDisplayImageCaption{
    position: absolute;
    top: 368px;
    left: 128px;

    overflow: hidden;

    width: 418px;
    height: 76px;

    border: 1px solid #FFFFFF;

    background-color: #000000;
    color: #FFFFFF;

    opacity: .65;
}

#gDisplayCloseBox{
    position: absolute;
    top: 0px;
    right: 0px;

    width: 12px;
    height: 12px;
    padding: 1px;

    text-align: center;

    font-size: 11px;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;

    width: 410px;
    height: 62px;

    padding: 2px 4px;
    overflow: auto;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin: 16px auto 0px auto;
    width: 648px;
    height: auto;
    clear: both;
    display: table;
}

ul.subgalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.subgalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 191px;
}

ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 124px;
    text-decoration: none;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERY */

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.splashImg{ text-align: center; }

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#preloadContainer{
    background: url(/images/loading_logo.jpg) no-repeat top center;
    z-index: 5000;
    display: none;
    position: absolute;
    top: 200px;
    left: 300px;

    text-align: center;
    width: 490px;
    height: 160px;

    opacity: .80;

}
#preloadContent{
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
    width: 490px;
    text-align: center;
    font-size: 20px;
    color: #e1b552;
}
#preloadBarOuter{
    position: absolute;
    top: 100px;
    left: 0px;

    margin: 16px auto 0px auto;
    position: relative;
    width: 310px;
    height: 16px;
    font-size: 1px;
    padding: 2px;
    background-color: #103a6e;

    border: 2px solid #9eb9ce;
}
#preloadBarInner{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #9eb9ce;
}

#ieHistoryHack{
    display: none;
    border: 0px solid #f00;
}

/* CONTACT STYLES */
.contactTable{
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

#googleMap{
    width: 275px;
    height: 190px;
}

.quoteQuestion{
    background-color: #abcdf3;
    border: 1px solid #103a6e;
    padding: 8px;
    margin-bottom: 8px;
    font-size: 11px;
    color: #19549a;
}
.quoteQuestion a{ font-size: 11px; }

/* ############# 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;
}

#home_products{ margin-top: 15px; }
#home_products h5{
    border-bottom: 1px solid #386b8b;
    padding: 0px 0px 4px 4px;
    margin-bottom: 8px;
}

.prod_img_a{ text-decoration: none; }
.prod_img_a img{ border: 0px solid #fff; text-decoration: none; }

.prod_hover{
    padding: 8px;
    width: auto;
    max-width: 160px;
    border: 1px solid #c3c9c7;
    background-color: #ddd;
    opacity: .9;
    text-align: left;
    font-size: 11px;
}

#cat_desc{ margin-bottom: 10px; }

.list_arrow{
    padding-left: 6px !important;
    list-style: none;
}

.list_arrow li{
    padding-left: 11px !important;
    background: url(/images/red_arrow.gif) no-repeat 0em .4em;
    border-bottom: 0px solid #fff !important;
}

.table_arrow{
    padding-left: 6px !important;
    list-style: none;
}

.table_arrow td li{
    padding-left: 11px !important;
    background: url(/images/red_arrow.gif) no-repeat 0em .4em;
    border-bottom: 0px solid #fff !important;
}

.list_arrow2{
    padding-left: 6px !important;
    list-style: none;
}

.list_arrow2 li{
    padding-left: 11px !important;
    background: url(/images/red_arrow2.gif) no-repeat 0em .4em;
    border-bottom: 0px solid #fff !important;
}

.table_arrow2{
    padding-left: 6px !important;
    list-style: none;
}

.table_arrow2 td li{
    padding-left: 11px !important;
    background: url(/images/red_arrow2.gif) no-repeat 0em .4em;
    border-bottom: 0px solid #fff !important;
}

#home_table{
    width: 964px;
    margin-bottom: 13px;
}

.custom_multi_selects td{ padding: 4px; }