/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: "Times New Roman", Times, "Nimbus Roman No9 L", "Liberation Serif", sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 14px; }
h1{ font-size: 18px; padding-bottom: 2px; }

h1, h2, h3, h4, h5{
    color: #4d6e9c;
}

h1{
    font-size: 1.8em;
    margin-top: 0px;
    padding-top: 0px;
    text-transform: uppercase;
    font-weight: normal;
}
h2{ font-size: 1.6em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; padding: 0px 0px 6px 0px; margin: 0px 0px 6px 0px; }
h6{ font-size: 1.1em; }
h4,h6{ padding: 0px 0px 6px 0px; margin: 0px 0px 6px 0px; }

h6{ font-weight: bold; padding: 2px 0px; margin: 2px 0px; font-size: 12px; }

body{
    background: #141e41 url(/images/body_bg.jpg) no-repeat top center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #4e5469;
}

#pageContainer{
    z-index: 1000;
    margin: 30px auto 0px auto;
    width: 978px;
    border: 1px solid #141e41;
}

/* END GLOBAL STYLES */

/* HEADER STYLES */

#headerContainer{
    position: relative;
    z-index: 45000;
    width: 978px;
    height: 120px;
    background: url(/images/header.jpg) no-repeat top left;
}

#header{
    position: absolute;
    top: 28px;
    left: 13px;
    z-index: 30000;
}

#logoLink{
    position: absolute;
    z-index: 30000;
    top: 12px;
    left: 20px;
    border: 0px solid #f00;
    display: block;
    text-decoration: none;
    z-index: 45001;
}
#logoLink img{
    border: 0px solid #f00;
}
#logoLink, #logoLink img{
    width: 420px;
    height: 103px;
}

#donateLink{
    position: absolute;
    z-index: 30000;
    bottom: 12px;
    right: 130px;
    border: 0px solid #f00;
    display: block;
    text-decoration: none;
    z-index: 45001;
}

#headmenu{
    position: absolute;
    top: 70px;
    right: 8px;
    z-index: 30000;
}

#headmenu td{
    margin: 0px;
    padding: 0px;
}

#headmenu td a{
    position: relative;
    display: block;
    padding: 0px 8px;
    color: #407ca4;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
    border-left: 1px solid #c5d5c5;
}

#headmenu #h_a_0{ border-left: 0px solid #fff; }

#headmenu td a:hover, #headmenu td .cur{
    color: #407ca4;
    text-decoration: underline;
}

/* END HEADER STYLES */

/* MENUBAR STYLES */

#floatHack{
    height: 1px;
    clear: both;
}

#menubar{
    position: relative;
    z-index: 10000;
    margin: 0px auto;
    height: 50px;
    background: #f0f0f0 url(/images/menubar_bg.gif) repeat-x;
    text-align: left;
    padding-left: 4px;
}

#tmenu{ text-align: left; }
#tmenu td{
    margin: 0px;
    padding: 0px 2px;
    white-space: nowrap;
    height: 50px;
}

#tmenu td a{
    display: block;
    position: relative;
    z-index: 10000;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #395377;
    padding: 7px 13px 9px 13px;

    font-size: 12px;
    border-right: 1px solid #e1e1e1;
}

#tmenu td a.ta_cur, #tmenu td a:hover{ color: #a60a0b; }

#tmenu td #tma_first{ }
#tmenu .ta_last{ border-right: 0px solid #fff; }

/* DROP DOWN MENU */
#tmenu td div{
    position: relative;
    z-index: 10000;
}

#tmenu td table{
    background-color: #fff;
    position: absolute;
    z-index: 10000;
    display: none;
    top: 50px;
    margin: 0px;
    padding: 0px 4px 0px 0px;
    overflow: hidden;
    width: auto;

    box-shadow: #dadada 5px 5px 5px;
}
#tmenu td table td{
    padding: 10px;
    vertical-align: top;
}

#tmenu td table td#tmcol_0{
}

#tmenu td ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    min-width: 90px;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
    padding: 0px;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 6px 3px 6px !important;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;

    color: #395377;
    border-bottom: 1px solid #e1e1e1;
    border-right: 0px solid #e1e1e1;
}

#tmenu td ul li a.first{

}

#tmenu td ul li a:hover{
    color: #a60a0b;
    text-transform: none;
    background-color: transparent;
}

#tmenu td ul li ul{
    position: relative;
    z-index: 10000;
    padding: 0px;
    margin: 0px 40px 4px 6px
}

#tmenu td ul li ul li a{
    display: block;
    font-weight: normal;
    font-size: 12px;
    padding: 0px 3px;
    margin: 0px;
    width: 100%;
    color: #6ab3f0;
    border-bottom: 1px solid transparent;
}

#tmenu td ul li ul li a:hover{
    color: #6ab3f0;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #0c68b6;
}

 /* 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;
}

/* structure */

#page_header{
    background: url(/images/interior_header.jpg) no-repeat top left;
    border-bottom: 5px solid #dcdfeb;
}

#page_header_inner{
    padding-left: 30px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}
#page_header_inner h1{
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}

.page_menu td{
    padding: 0px 13px;
    border-left: 1px solid #465aa2;
}

.page_menu td a{ color: #fff; text-decoration: none; }
.page_menu td a:hover{ color: #fff; text-decoration: underline; }

#b_td_0{
    padding-left: 0px;
    border-left: 0px solid #465aa2; }


#contentContainer{
    height: auto;
    text-align: center;
    margin-bottom: 0px;
    background-color: #f7f7f7;
}

#containerTable{ width: 978px; margin: 0px auto 0px auto; text-align: left; }
#columnLeft{
    width: 308px;
    text-align: center;
    padding: 30px 0px 30px 25px;
}

#columnRight{
    width: 260px;
    text-align: left;
    padding: 30px 25px 30px 0px;
}

#columnLeft, #columnMain, #columnRight{
    vertical-align: top;
}

#content{
    height: auto;
    min-height: 500px;
    text-align: left;
    padding: 20px 25px 30px 25px;
}
.content_home{ padding: 0px !important; background-color: #141e41; }

#footer{
    text-align: center;
    color: #747ea2;
    padding: 12px 8px;
    margin: 0px auto;
}
#footer a{ color: #a2aaca; font-size: 12px; font-weight: bold; text-decoration: none; }
#footer a:hover{ text-decoration: underline; }

/* 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: #fff;
    background-color: #141e41;
}

.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: #fff;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{ font-size: 12px; color: #192652; }
textarea{ }
.button{
    padding: 4px 8px;

    color: #141e41;
    font-size: 11px;

    background: #ebd34c url(/images/button_bg.gif) repeat-x top left;
    border: 1px solid #ccb532;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button:hover, .buttonOver{ opacity: .8; }

.button_donate{
    padding: 4px 30px;

    color: #fff;
    font-size: 20px;

    background: #a70a0a url(/images/donate_button_bg.gif) repeat-x top left;
    border: 1px solid #ce3a3a;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button_donate:hover, .button_donateOver{ opacity: .8; }

a.button_donate{ text-decoration: none; padding: 4px 8px; }
a.button_donate:hover{ color: #fff; }

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #4f72e9; text-decoration: underline; }
a:hover{ color: #7795ef; }
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 30px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #a60a0b;
}

h1.large strong{ font-size: 16px; color: #1a2752; }

h1.large a{ color: #a60a0b; text-decoration: none; font-weight: normal; font-size: 16px; }
h1.large a:hover{ text-decoration: underline; }

.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 */
.prod_category{
    text-align: center;
    width: 50%;
    padding: 10px 4px;
}
.prod_category a img{ border: 0px solid #fff; }

.prod_list_price{ color: #486168; font-weight: bold; }
.prod_list_price_strike{ color: #8f5c72; }
.prod_list_sale{ color: #486168; font-weight: bold; }
.product{
    padding: 8px;
    margin: 0px;
    width: 50%;
    text-align: center;
}

.plistCurrent{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.product0{
    padding-left: 0px;
}

.prod_img_a{ text-decoration: none; }

.linePrice{
    text-decoration: line-through;
}

#search_header{
    margin-bottom: 8px;
}

#prodPageContent{
    vertical-align: top;
    line-height: 1.4em;
}
#prodPageContent h2{
    margin: 0px;
    padding: 0px 0px 8px 0px;
    font-size: 24px;
}

#prodContent{ margin: 0px; }

#prod_number{ color: #636363; font-size: 11px; }

#prodImgContain{
    vertical-align: top;
    text-align: center;
    width: 258px;
    padding-right: 10px;
}

#prodImg{
    border: 1px solid #e0e3e0;
    padding: 4px;
    background-color: #fff;
}
#prodImg a img{ border: 0px solid #c8d8e1; }
#prod_img_clip{
    width: 250px;
    height: 292px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#productGallery{
    text-align: left;
    height: 60px;
    overflow: auto;
}

.galleryThumbs td{ text-align: center; padding: 3px; }
.galleryThumbImgA img{ border: 1px solid #adadad; }
#imgComment{ margin: 4px; }

#prod_img_enlarge{ margin-bottom: 4px; }
#prod_img_enlarge a{
    background: url(/images/icon_magnifying_glass.gif) no-repeat center left;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 20px;
}

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}
.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

#cat_desc{ margin-bottom: 15px; }

#pricing_container{
    padding: 15px 30px;
    margin-top: 15px;
    border: 1px solid #d7d7d7;
    background-color: #efefef;
}

/* product tabs */
#prodContentTabsC{
    position: relative;
    z-index: 1000;
    padding: 32px 0px 0px 0px;
    margin: 0px;
    border-bottom: 1px solid #c8d8e1;
}
#prodContentTabs{
    position: absolute;
    z-index: 1000;
    top: -3px;
    padding: 0px 0px 0px 4px;
}
#prodContentTabs li{
    list-style: none;
    float: left;
    text-align: center;
    border-bottom: 0px solid #fff;
    padding: 0px;
}
#prodContentTabs li a{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    display: block;

    padding: 4px 12px;
    margin: 0px;

    color: #5c5740;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;

    background-color: #ededed;
    border-top: 1px solid #c8d8e1;
    border-left: 1px solid #c8d8e1;
    border-right: 1px solid #c8d8e1;
}
#prodContentTabs li a:hover{
    text-decoration: none;
    background-color: #fff;
}
#prodContentTabs li .cur{
    color: #5c5740;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#prodContentTabs li .cur:hover{ background-color: #fff; }

#prodContentArea{
    border-right: 1px solid #c8d8e1;
    border-left: 1px solid #c8d8e1;
    border-bottom: 1px solid #c8d8e1;
    padding: 8px 15px;
    margin-bottom: 8px;
    height: 220px;
    overflow: auto;
}
/* end product tabs */


.pOptContainer{ border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
.pOptContainer td{
    padding: 4px;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle !important;
}
.pOptContainer td strong{ color: #192652; font-size: 13px; }

.pOptContainer .optOdd{
    background-color: #e5e5e5;
}

.pOpt_titles{ font-size: 14px !important; font-weight: bold; }

.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: 8px 0px;
}

#prodQtyContainer{
    color: #000;
    margin: 8px 0px 0px 0px;
}

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    font-size: 15px;
}
#priceFoot a{ font-size: 11px; }

#qtyFoot{
    font-size: 11px;
    text-align: right;
}

.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;}

.pc_sub_container_outer{
    text-align: center;
    padding: 0px 10px;
}
.pc_sub_msg{
    padding: 8px 0px 8px 8px;
    font-weight: bold;
    text-align: left;
}

.pc_sub_container_outer h1{ text-align: left; }
.pc_sub_container{
    background-color: #e9e9e9;
    border: 1px solid #b6b2a2;
    margin: 0px auto;
}

.pcatTable{
    width: 96%;
}

.pcatTable td{
    width: 33%;
    padding: 8px 0px 8px 8px;
    text-align: left;
}
.pcatTable td a{ font-weight: bold; }

.prodTotalStr, .prodTotal{
    color: #131c3e;
    font-weight: bold;
}

#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; }
#relatedProducts td{ padding: 0px 8px 15px 8px; }

.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 */


table.galleryContainer{
    list-style: none;
    margin: 15px auto;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

table.galleryContainer td{
    width: 33%;
    margin: 0px;
    padding: 4px;

    text-align: center;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}



.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: 0px 0px 10px 0px;
}
#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/loader.png) no-repeat top center;
    z-index: 55000;
    display: none;
    position: absolute;
    top: 200px;
    left: 300px;

    text-align: center;
    width: 300px;
    height: 110px;

    opacity: .85;

}
#preloadContent{
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #e1b552;
}
#preloadBarOuter{
    position: absolute;
    top: 65px;
    left: 0px;

    margin: 13px auto 0px auto;
    position: relative;
    width: 200px;
    height: 13px;
    font-size: 1px;
    padding: 2px;
    background-color: transparent;

    border: 2px solid #9b1818;
    background-color: #d7d7d7;
}
#preloadBarInner{
    position: absolute;
    top: 3px;
    left: 3px;
    width: 0px;
    height: 11px;
    font-size: 1px;

    background-color: #9b1818;
}

#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 */

.quoteQuestion{
    color: #131c3f;
    background-color: #e7e7e7;
    border: 1px solid #e1e1e1;
    padding: 8px;
    margin-bottom: 15px !important;
    font-size: 12px !important;
}
.quoteQuestion a{ font-size: 12px; }

#hh_phone{ display: none; }

.hThumbs{
    margin: 0px;
    padding: 0px;
}
.hThumbs td{ padding: 0px 3px; }

.hThumbs .rp_view_prod{ color: #c80000; }
.hThumbs .rp_view_prod:hover{ color: #6f0719; }

.hThumbs a img{ border: 0px solid #fff; }

.hThumbs li{
    list-style: none;
    float: left;
    margin: 8px;
    width: 95px;
    height: 60px;

    text-align: center;
}

.hThumbs li a{
    font-weight: normal;
}

.hThumbImgA{
    display: block;
    width: 74px;
    height: 57px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.hThumbs li a img{
    border: 0px solid #000;
}

.happy_img{
    padding: 4px !important;
    background-color: #fff;
    border: 1px solid #d7d7d7 !important;
}
#prod_img_clip .happy_img{
    padding: 0px !important;
    background-color: #fff;
    border: 0px solid #d7d7d7 !important;
}

#prodContent ul{
    margin: 0px 0px 0px 15px;
    padding: 0px;
}
#prodContent ul li{
    list-style: none;
    background: url(/images/icon_checkmark.gif) no-repeat center left;
    padding-left: 15px;
}

.officer_list_table{ width: 100%; }
.officer_list_table td{ width: 33%; padding: 15px 4px; }

.officer_fell_count{ color: #f00; }

.officer_list_table .officer{
    vertical-align: top;
    text-align: center;
}

.officer a img{ border: 1px solid #d7d7d7; }

.officers_nav td{ font-size: 18px; }
.officers_nav td a{ font-size: 12px; }

.fo_img, .fo_details{ vertical-align: top; }
.fo_img{
    padding-right: 15px;
    width: 275px;
    text-align: center;
}

#donation_table td{ padding: 4px; font-size: 14px; }
#donation_table td input, #donation_table td select{ font-size: 14px; }
#donation_table .button{ font-size: 12px; }
