﻿body {
    font-size: 12px;
    /*font-family:Georgia,Tahoma,Geneva,sans-serif;*/
    margin-top: 3px;
    margin: 0;
    padding: 0;
    color: #333;
}

#topRule {
    background-color: #aaa;
    width: 100%;
    height: 1px;
    margin-top: 5px;
}

#content {
    padding: 10px 0 10px 0;
}

div#announce {
    display: inline;
    float: right;
}

div.nav a,
div.nav a:hover,
div.nav a:visited {
    text-decoration: none;
    font-size: 15px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    display: table-cell !important;
}

div.auth a:hover,
div.auth a,
div.auth {
    width: auto;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
}

#authStatus a:hover,
#authStatus a,
#authStatus {
    width: auto;
    text-decoration: none;
    color: #000;
    font-size: 10pt;
    text-align: right;
    white-space: nowrap;
}

#authStatus {
    padding-right: 15px;
}

a.nav,
a.nav:hover,
a.nav:visited {
    text-decoration: none; /*color: #000;*/
    font-size: 12pt;
}

.section {
    border: solid 1px #ccc;
    /*margin-right: 20px;*/
}

.ui-state-error {
    border: solid 1px maroon;
    background-color: #ffe;
}

#validateTips {
    color: Maroon;
    font-size: 8pt;
    padding-left: 25px;
}

/************************************  SHOP   ************************/

#tblShop {
    width: 100%;
}

div.categoryTitle {
    border: solid 1px #000;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #888;
    color: #fff;
    font-size: 16pt;
    text-align: center;
    width: 99%; /*margin-top:20px;*/
    text-transform: uppercase;
}

.newsLetterBox, .newsLetterBox a {
    font-size: 9pt !important;
    border: solid 1px #000;
    text-align: center;
    width: 168px;
    text-decoration: none;
    font-family: Arial;
    clear: both;
    padding: 4px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.newsLetterBox {
    margin-left: 20px;
}

    .newsLetterBox a {
        border: none;
    }

/************************************  END SHOP   ************************/

/***************************************8 Start Active Cart ************************/

#activecart #header {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #848484;
}

    #activecart #header img {
        vertical-align: bottom;
    }

#activecart {
    /*width: 119px;*/
    text-align: center;
    /*margin-top:20px; */
    /*font-family: Georgia !important; rev.28.10.2010*/
}

    #activecart .space {
        height: 5px;
    }

#activeCartContainer {
    /* margin: 0 0 0 15px; width: 149px;*/
}

#activecart .txtContainer {
    background: url(../images/txtactivecart.png) no-repeat;
    padding-right: 5px;
    width: 46px;
    height: 17px;
    padding-top: 4px;
    background-position: right;
    text-align: right;
}

    #activecart .txtContainer input {
        width: 40px;
        height: 11px;
        font-size: 11px;
        border: none;
        text-align: right;
    }

#activecart #summarycontent {
    background-color: #fff;
    font-size: 11px;
    color: #000;
    padding: 3px; /*border-top:solid 1px #000; 	margin-top:1px;*/
}

    #activecart #summarycontent td {
        font-size: 11px;
        color: #000;
        /*font-family: Georgia;*/
        text-align: center;
    }

    #activecart #summarycontent .headline {
        font-size: 11px;
        color: #000;
        font-weight: bold;
    }

    #activecart #summarycontent a {
        color: #000;
    }

        #activecart #summarycontent a:hover {
            color: #f38ab3;
        }

    #activecart #summarycontent .btnCheckOutNow {
        background-color: #666;
        border: solid 1px #ffd684;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        padding: 2px;
    }

        #activecart #summarycontent .btnCheckOutNow:hover {
            color: #000000;
            background-color: #ffd684;
        }

    #activecart #summarycontent .subtotal {
        padding-left: 3px;
        text-align: left;
        font-size: 11px;
        color: #000;
    }

        #activecart #summarycontent .subtotal .numeric {
            font-size: 11px;
            color: #000;
        }

    #activecart #summarycontent .total {
        padding-left: 3px;
        text-align: left;
        font-size: 11px;
        color: #000;
        text-align: center;
        white-space: nowrap;
    }

        #activecart #summarycontent .total .numeric {
            font-size: 13px;
            color: #000;
        }

#footercontainer {
    width: 960px;
    margin: auto;
}

    #footercontainer,
    #footercontainer td {
        height: 64px; /* background-color: #000;*/
    }

/* -- jRounded -- */
.roundedBox {
    position: relative;
    margin-bottom: 25px;
    padding: 10px;
    background: #fff;
}

    .roundedBox .tl,
    .roundedBox .tr,
    .roundedBox .bl,
    .roundedBox .br,
    .roundedBox .hlt,
    .roundedBox .hlb,
    .roundedBox .vll,
    .roundedBox .vlr {
        position: absolute;
        width: 10px;
        height: 10px;
    }

    .roundedBox .tl {
        background-image: url(../images/rounded/tl.png);
        top: 0;
        left: 0;
    }

    .roundedBox .tr {
        background-image: url(../images/rounded/tr.png);
        top: 0;
        right: 0;
    }

    .roundedBox .bl {
        background-image: url(../images/rounded/bl.png);
        bottom: 0;
        left: 0;
    }

    .roundedBox .br {
        background-image: url(../images/rounded/br.png);
        bottom: 0;
        right: 0;
    }

    .roundedBox .hlt {
        background: url(../images/rounded/hlt.png) repeat-x;
        top: 0;
        left: 10px;
    }

    .roundedBox .hlb {
        background: url(../images/rounded/hlb.png) repeat-x;
        bottom: 0;
        left: 10px; /*height: 1px !important;*/
    }

    .roundedBox .vll {
        background: url(../images/rounded/vll.png) repeat-y;
        top: 10px;
        left: 0;
        bottom: 0px;
    }

    .roundedBox .vlr {
        background: url(../images/rounded/vlr.png) repeat-y;
        top: 10px;
        right: 0; /*width: 1px !important;*/
    }

    .roundedBox .bg-white {
        padding: 10px;
    }

.round {
    padding: 5px 5px 5px 5px;
}

.banner {
    margin: 0 auto 0 auto;
}

.pressItem {
    margin-bottom: 20px;
}

.btn:hover {
    text-decoration: underline;
    cursor:pointer;
}

.btn {
    padding: 3px 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button {
    border: 0 none;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    position: relative;
}

    button span {
        display: block;
        position: relative;
        white-space: nowrap;
    }

legend {
    color: #111111;
}


#subnav li {
    color: #663300;
    display: inline;
    margin: 0 13px 0 0;
    padding: 0;
}

div#subnav a {
    background: none repeat scroll 0 0 transparent;
    color: #663300;
    display: inline;
    font: bold 12px/23px; /*georgia*/
    padding: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none;
}

div#subnav ul {
    color: #663300;
    display: inline;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    top: -60px;
    width: 600px;
}

.section {
    border: none;
}



body.homeBody div#signup {
    background: url("../images/mailing.gif") no-repeat scroll 0 0 transparent;
    height: 139px;
    margin: 0;
    right: -26px;
    position: relative;
    top: -50px;
    width: 238px;
}

div#signup {
    background: url("../images/mailing.gif") no-repeat scroll 0 0 transparent;
    height: 139px;
    margin: 0;
    /*position: relative;*/
    right: 5px;
    top: -38px;
    /*width: 238px;*/
}

    div#signup .req:after {
        color: maroon;
        content:"*";
    }

.typeGenericPage div#signup {
    right: -50px;
}

div#signup h5 {
    color: #663300;
    display: inline;
    float: left;
    font: 18px; /*georgia*/
    margin: 44px 0 0 36px;
}

.tempButton {
    background-color: #990000;
    color: White;
    display: block;
    font-weight: bold;
    height: 25px;
    text-align: center;
    text-decoration: none;
}

#navBar a.selected, #subnav a.selected {
    color: #970000 !important;
}


input, select {
    color: #333333;
    font: 14px;
}

div.banner {
    padding: 0 0 0;
    position: relative;
}

ul, ol, dd, blockquote {
}
/*ul, ol, dl, p, table, pre {
    margin-bottom: 1em;
}*/
h1, h2, h3, h4, h5, h6, table, ul, ol {
    margin-top: 0;
    padding-top: 0;
}

h3, .subheader {
    color: #630;
    font: bold 14px;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
    /*font-family: Georgia;*/
    text-decoration: underline;
}

h2, .header {
    color: #900;
    font: bold 16px;
    margin: 0;
    padding: 0;
}

.section .header {
    background-color: #cccccc;
    color: #000000;
}

a.lnk, a.lnk:visited {
    text-decoration: underline;
}

    a.lnk:hover {
        text-decoration: none;
    }

.ccImage {
    margin-right: 5px;
}

/********** Top Header ************/

div#navBar ul {
    list-style-type: none;
    padding: 0;
}

.homeBanner {
    padding: 0;
    position: relative;
    width: 960px;
}

.user-tools a, .user-tools {
    padding: 0 0 0 7px;
}

div#navBar a {
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

div#navBar li {
    display: inline;
    padding: 0;
    text-align: center;
}

.nobg {
    background-color: transparent !important;
}

.jqpopupContainer {
    background-color: #555555;
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 670px;
    opacity: 0.9;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

    #jqpopupContainer > div {
        overflow: hidden !important;
    }

.disableWin {
    pointer-events: none;    
}