/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1{ font-size: 18px; padding-bottom: 4px;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 1px dotted #000000; }

h1, h2, h3, h4, h5, h6{
    color: #FFFFFF;
}

h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    /* background: #31313C url(/images/copyright_bg.jpg) repeat-y top center; */
    background-color: #191919;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

#pageContainer{
    color: #FFFFFF;
    background-color: #31313C;
    position: relative;
    border-right: 8px solid #31313C;
    border-left: 8px solid #31313C;
    margin: 0px auto 0px auto;
    text-align: left;
    width: 760px;
}
html>body #pageContainer{
    width: 744px;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */
#checkout { float: right; color: #B1B9C4; padding: 0px 5px 0px 0px; }
#checkout a{ font-size: 10px; }

#header{
    position: relative;
    z-index: 1000;
    background: url(/images/header.jpg) no-repeat top left;
    height: 115px;
}

#header a, #header a:hover{
    text-decoration: none;
}
#header a img{
    height: 115px;
    width: 220px;
    border: 0px solid #FFFFFF;
}


/* END LOGO STYLES */

#menubar{
    position: relative;
    z-index: 25000;
    width: 744px;
    margin: 0px auto;
    white-space: nowrap;
    text-align: center;
    background: url(/images/menubar_bg.jpg) repeat-y top left;
    border-bottom: 1px solid #464654;
}

#tmenu{
    margin: 0px auto;
    width: auto;
    white-space: nowrap;
    text-align: left;
}

#tmenu td{ margin: 0px; padding: 0px; vertical-align: middle; height: 22px; }

#tmenu td a{
    display: block;
    cursor: pointer;

    padding: 4px 7px 5px 7px;
    margin: 0px 4px;
    color: #464654;

    background: #D3DCEA url(/images/tmenu_link.jpg) repeat-x top left;

    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

#tmenu td a:hover, #tmenu td a.ta_cur:hover{
    background-color: #d23a3a;
    padding: 4px 7px 5px 7px;
    color: #ffdddd;
    text-decoration: none;
    background: #1E1C20 url(/images/tmenu_link_over.jpg) repeat-x top left;
}
#tmenu #tm_0 a{ border-left: 0px solid #ffffff; }

#tmenu td a.ta_cur{  }


 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 22px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
}

#tmenu td ul li a{
    display: block;
    padding: 3px 3px 2px 6px;
    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;

    border: 1px solid #191919;
    border-top: 0px solid #FFF;

    background-color: #31313c;
    color: #ffffff;

    min-width: 180px;
}
#tmenu td ul li a.first{
    border-top: 1px solid #464654;
}

#tmenu td ul li a:hover{
    background-color: #53585f;
    padding: 3px 3px 2px 6px;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */



/* LEFT MENU STYLES */
.memberMenu{ text-align: center; }
.dleftmenu{
    margin: 0px;
    padding: 0px;
}
.dleftmenu ul{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul{
    width: auto;
}
.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul li{
    width: auto;
}
.dleftmenu ul li a{
    display: block;
    padding: 3px 2px 3px 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    width: 100%;
}
html>body .dleftmenu ul li a{
    width: auto;
}
.dleftmenu ul li a:hover{
    text-decoration: none;
}

/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}
#contentContainer{
    background: #616671 url(/images/pagecontainer_bg.jpg) repeat-y top left;
    padding-left: 3px;
    width: 728px;
    position: relative;
}
html>body #contentContainer{ width: auto; }

#columnLeft{width: 149px; text-align: left; }

#columnMain{
    padding: 0px;
    width: 550px;
}

#content{
    position: relative;
    width: 577px;
    height: 500px;
    padding: 14px 13px 14px 14px;
    color: #D4D4D4;
}
html>body #content{
    height: auto;
    min-height: 500px;
    width: 550px;
}
#columnRight{width: 138px; text-align: right; }

#copyright{
    position: relative;
    margin: 0px;
    padding: 4px;
    font-size: 9px;
    text-align: center;
}
#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ font-weight: normal; font-size: 9px; }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #31313C;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    background-color: #31313C;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
}
td.cell{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    background-color: #616671;
    color: #FFFFFF;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #7B7F8A;
    color: #FFFFFF;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #191924;
    border-right: 1px solid #464654;
    border-bottom: 1px solid #464654;
    border-left: 1px solid #191924;

}
.button{
    color: #FFFFFF;
    background-color: #AA0000;
    border-top: 1px solid #DA9090;
    border-right: 1px solid #570000;
    border-bottom: 1px solid #270000;
    border-left: 1px solid #C24747;
}
.buttonOver, .button:hover{
    color: #FFFFFF;
    background-color: #990000;

    border-top: 1px solid #570000;
    border-right: 1px solid #DA9090;
    border-bottom: 1px solid #C24747;
    border-left: 1px solid #270000;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #B1B9C4; text-decoration: underline; }
a:hover{ color: #D3DCEA; }
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: 14px; }
span.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 }
html>body div.hr, html>body div.hr2{ background-image: none; }
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; }

/* CONTENT BLOCKS */
#content .block{}
#content .blockHR{}
#content .blockC{}
#content .blockC a{}
#content .blockC a:hover{}
#content .blockC a img{}
#content .blockC a:hover img{}
#content html>body .blockC{}
#content .blockH{}
#content .blockHL{}
#content .blockHR{}
#content .block1{}
#content .block2{}
#content .block3{}

#content .cellHeader{ background-color: transparent; }

/* GALLERY STYLES */
.gallerytd{
    background-color: #5F5F5F;
    border-top: 1px solid #5B5B5B;
    width: 500px;
}
html>body .gallerytd{
    width: auto;
}
/* END GALLERY */

td.product{
    padding: 8px;
}

/* sitemap */
#smbcontain{
    position: relative;
    margin: 0px auto 8px auto;
    display: block;
}
#sitemapButton{ margin-right: 360px; }
#pageInformationButton{ }

#sitemapButton, #pageInformationButton{
    display: inline;
    cursor: pointer;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}

#sitemap, #pageInformation, #otherBottomBlock{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 8px;
    text-align: left;
    width: 760px;
    z-index: 1;
    display: none;
}

#sitemap, #pageInformation, #otherBottomBlock h1, h2, h3{ /* color: #104A83; */ }
#sitemap, #pageInformation, #otherBottomBlock{}

#sitemap ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#sitemap ul li{
    list-style-type: none;
    margin: 0px 0px 0px 8px;
    padding: 2px 0px;
}
#sitemap a{
    font-weight: normal;
    text-decoration: underline;
    font-size: 10px;
}
#sitemap a:hover{}

/* sitemap */