img {
    border: none;
}

#morecat {
    border: solid 1px black;
    padding: 5px 0 5px 5px;
    margin: 5px;
}

    #morecat span {
        font-size: 10px;
        font-weight: bold;
        margin: 10px 0;
    }

    #morecat ul {
        overflow: auto;
        height: 100px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #morecat li {
        float: left;
        display: block;
        padding: 2px 12px;
        width: 20%
    }

#login {
    border: black 1px solid;
    width: 300px;
}

    #login td {
        padding: 5px 10px;
    }

    #login input[type=submit] {
        margin-bottom: 10px;
    }

#createAccount {
    border: black 1px solid;
    width: 300px;
}

    #createAccount td {
        padding: 5px 10px;
    }

    #createAccount input[type=submit] {
        margin-bottom: 10px;
    }

#customer td {
    text-wrap: none
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.cl {
    position: relative;
}

    .cl .recycle {
        position: absolute;
        bottom: -9px;
        right: -9px
    }

.recyledDesc {
    float: right;
    max-width: 333px;
    margin: 10px;
    display: block;
    min-width: 100px;
}

.fonter {
    display: inline;
}

.imprint h4 {
    padding-top: 30px;
}

#ImageDDL {
    POSITION: relative
}

#ImprintFontList {
    DISPLAY: none;
    Z-INDEX: 1000;
    LEFT: 0px;
    OVERFLOW: auto;
    WIDTH: 220px;
    POSITION: absolute;
    TOP: 20px;
    HEIGHT: 50px;
    BACKGROUND-COLOR: white
}

#Font {
    DISPLAY: block
}

    #Font:hover {
        BACKGROUND-COLOR: blue
    }

#txtImprintFont {
    COLOR: black;
    BACKGROUND-COLOR: white
}

table {
    border-spacing: 0; /* width: 100% */
}



#full-width {
    width: max-content;
    margin: 0;
    padding: 0;
}

#body {
    background-color: white;
    width: max-content;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#outerCart {
    float: right;
    width: 160px;
}

#cart {
    position: fixed;
    text-align: center;
    border: solid 1px black;
    border-right: none;
    width: 160px;
    height: 160px;
}

.cboxOverlay {
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
    background: url(images/overlay.png) 0 0 repeat;
}

#verseScroller {
    margin: 5px 5px 0 5px;
    width: 780px;
    height: 535px;
    overflow: auto;
}

.verse .verseno {
    color: white;
    font-weight: bold;
    background: none repeat scroll 0 0 #333333;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.verseSelect .verse {
    position: relative;
    margin: 0 0 1px 1px;
    float: left;
    width: 250px;
    height: 250px;
    border: 1px solid gray;
}

    .verseSelect .verse.selected {
        background: red;
        border: 1px solid red;
    }

    .verseSelect .verse.over {
        background: gray;
        border: solid 1px black;
    }

        .verseSelect .verse.selected input, .verseSelect .verse.over input {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

#detail tr td {
    padding: 4px 6px;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: fixed;
    display: none;
    z-index: 10000;
    padding: 20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
    width: 375px;
    height: 203px;
}

#fontScroller {
    margin: 5px;
    width: 750px;
    height: 535px;
    overflow: auto;
}

.fontSelect .font {
    margin: 0 0 1px 1px;
    float: left;
    width: 730px;
    height: 32px;
    border: solid 1px gray;
}

    .fontSelect .font.selected {
        background: red;
        border: solid 1px red;
    }

    .fontSelect .font.over {
        background: gray;
        border: solid 1px black;
    }

        .fontSelect .font.selected input, .fontSelect .font.over input {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.lowStock {
    display: block;
    padding: 10px 0;
    color: red;
}

.shadow {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#uploader {
    display: none;
    line-height: 0;
}

#colorbox #uploader {
    display: block;
}

#uploader #ok {
    margin: 5px auto;
    width: 100px;
    display: block;
}

#uploader iframe {
    height: 400px;
    width: 500px;
}

.login {
    width: 350px;
    float: left;
}

.signUp {
    width: 350px;
    float: right;
}

.continue {
    text-align: center;
    padding: 10px;
}

.clear {
    clear: both;
}

.sumBar {
    border-bottom: 10px solid #e2e2e2;
    padding: 15px 25px;
    border-top: 10px solid #e2e2e2;
    background: #fff;
    width: 890px;
}

.sumBarIn {
    background: none;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: none;
}

    .sumBarIn .col-4 {
        width: 200px;
        float: left
    }

        .sumBarIn .col-4 img {
            border: 2px solid #000;
        }

    .sumBarIn .col-2 {
        width: 450px !important;
    }

        .sumBarIn .col-2 ul {
            list-style: none;
            margin-top: 15px;
        }

            .sumBarIn .col-2 ul li {
                float: left;
                background: url(../images/line.jpg) top left no-repeat;
                font-size: 16px;
                color: #000000;
                min-height: 36px;
                display: block;
                padding-left: 10px;
                margin-left: 10px;
            }

                .sumBarIn .col-2 ul li:first-child {
                    background: none;
                    padding: 0;
                    margin: 0
                }

                .sumBarIn .col-2 ul li span {
                    display: block;
                    color: #666666;
                }

                .sumBarIn .col-2 ul li a {
                    color: #1d6fc2;
                }

                .sumBarIn .col-2 ul li em {
                    font-style: normal;
                    text-decoration: line-through;
                }

        .sumBarIn .col-2 .box {
            margin-top: 65px;
        }

            .sumBarIn .col-2 .box img {
                float: left;
            }

            .sumBarIn .col-2 .box p {
                padding-left: 36px;
                font-size: 11px;
                color: #666666;
                line-height: 12px;
            }

    .sumBarIn .col-5 {
        float: right;
        width: 160px;
    }

        .sumBarIn .col-5 label {
            font-size: 16px;
            color: #666;
            float: left;
            display: block;
            margin-top: 12px;
        }

        .sumBarIn .col-5 input[type='text'] {
            font-size: 16px;
            color: #666666;
            border: 2px solid #e0e0e0;
            background: #fafafa;
            float: right;
            width: 50px;
            outline: none;
            padding: 8px;
            text-align: center
        }

.col-2 small {
    display: block;
    font-size: 13px;
}

.sumBar .col {
    float: left;
    width: 530px
}

.sumBar .col-1 {
    float: left;
    width: 100px;
    text-align: center;
    color: #666
}

.horiz .sumBar .col-1 {
    width: 136px;
}

a.addCart {
    background: yellow;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    display: block;
    padding: 5px 12px;
    float: left;
    margin-top: 60px;
}

.sumBar .col-3 {
    width: 350px;
    float: right;
}

.sumBar .col-2 {
    width: 350px;
    float: left;
    margin-left: 25px
}

.clr {
    clear: both;
    margin: 0;
    padding: 0;
}

.fix {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.textBold {
    font-weight: bold
}

.textBoldRed {
    font-weight: bold;
    color: #FF0000
}

.CartStatement {
    border: solid 1px black;
    text-align: left;
    padding: 15px;
}

#detail td {
    padding: 4px 6px;
}

.Order td {
    padding: 4px 6px;
}

.OrderHeader > tbody > tr > td {
    padding: 4px 6px;
}

#customer {
    padding: 10px;
}

.Customer {
    /* width: 100%; */
}

    .Customer td {
        padding: 4px 6px;
    }

.Address {
    padding: 10px;
}

.CardList {
    width: max-content;
}


/*old bhc follows*/
* {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #132869;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #787878;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #181818;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

a {
    text-decoration: none;
    color: #B94E0E;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
}

/* Header */
/*#header {
    width: max-content;
    height: max-content;
    background: #132869 url(../images/bhc/banner.png) no-repeat left top;
    margin: 0 auto;
}
*/
/* Banner */
#banner {
    color: black;
    text-align: center;
    font-weight: bold;
    background-color: yellow;
    padding: 2px;
    border-bottom: solid 1px white;
    font-size: 14px;
}

/* Logo */
#logo {
    float: left;
    height: 103px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

    #logo h1, #logo p {
        margin: 0;
        padding: 0;
        display: none;
    }

    #logo h1 {
        float: left;
        padding-left: 25px;
        letter-spacing: -1px;
        text-transform: lowercase;
        font-size: 2.6em;
    }

    #logo p {
        float: left;
        margin: 0;
        padding: 12px 0 0 10px;
        font: normal 14px Georgia, "Times New Roman", Times, serif;
        font-style: italic;
    }

    #logo a {
        border: none;
        background: none;
        text-decoration: none;
        color: #FFFFFF;
    }

/* Search */
#search {
    float: right;
    width: 400px;
    height: 41px;
    text-align: right;
}

    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
        padding: 40px 0 0 30px;
    }

.search-text {
    width: 250px;
    padding: 6px 10px;
    border: 1px #4C4842 solid;
    background-color: white;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #808080;
}

#search-submit {
    padding-left: 5px;
}

/* Menu */
#menu {
    width: 990px;
    height: 27px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bhc/img1.png) repeat-x left top;
}

    #menu ul {
        list-style: none;
    }

    #menu li {
        float: left;
    }

        #menu li a {
            margin-left: 0.5em;
            display: block;
            padding-left: 1.4em;
            padding-right: 2em;
            padding-top: 3px;
            color: #fff;
            font-size: 1em;
            text-transform: lowercase;
            text-decoration: none;
            background: url(../images/bhc/img06.jpg) no-repeat right 5px;
        }

            #menu li a:hover {
                color: #B94E0E;
            }

            #menu li a.active {
                background: #FF6C1F url('../images/bhc/n3.gif') repeat-x;
                color: #fff;
                border: solid 1px #DB7623;
            }

#contact {
    margin-right: 0.5em;
    padding-top: 5px;
    color: #fff;
    float: right;
}

/* Page */

#page {
    width: 950px;
    margin: 0 auto;
    padding: 0 20px;
    background: url(../images/bhc/img04.jpg) repeat-y left top;
}

.nocat #page {
    background: url(../images/bhc/img04clear.jpg) repeat-y left top;
}

#page-bgbtm {
    color: #626366
}

/* Content */
#content {
    float: right;
    width: max-content;
    padding: 10px 20px 10px 10px;
}

.post {
}

    .post .title {
        height: 38px;
        padding: 12px 0 0 20px;
        letter-spacing: -.5px;
        color: #181818;
    }

        .post .title a {
            color: #181818;
            border: none;
        }

    .post .meta {
        margin-top: -10px;
        padding-bottom: 5px;
        padding-left: 20px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: italic;
    }

        .post .meta a {
        }

    .post .entry {
        text-align: justify;
        margin-bottom: 25px;
        padding: 30px 20px 10px 20px;
    }

.links {
    display: block;
    width: 130px;
    margin: 20px 0px;
    padding: 5px;
    background: #A03128;
    border-left: 20px solid #132869;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFFFFF;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 180px;
    padding: 0px 0px 0px 0px;
    color: #787878;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #sidebar li {
        margin: 0;
        padding: 0;
    }

        #sidebar li ul {
            margin: 0px 15px;
            padding-bottom: 30px;
        }

        #sidebar li li {
            line-height: 35px;
            border-bottom: 1px dashed #D1D1D1;
            padding-left: 15px;
        }

            #sidebar li li span {
                display: block;
                margin-top: -20px;
                padding: 0;
                font-size: 11px;
                font-style: italic;
            }

    #sidebar h2 {
        height: 38px;
        padding: 12px 0 0 15px;
        letter-spacing: -.5px;
        color: #181818;
    }

    #sidebar p {
        margin: 0 0px;
        padding: 0px 20px 20px 20px;
        text-align: justify;
    }

    #sidebar a {
        border: none;
        color: #006699;
    }

        #sidebar a:hover {
            text-decoration: underline;
        }

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Footer */

/*#footer-wrapper {

    width: max-content;
    background: #132869;
}

#footer {
    width: max-content;
    height: 135px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #132869 url(../images/bhc/footer.png) no-repeat left top;
}*/
/*#bottomcap-wrapper {
    width: 100%;
    height: 11px;
    background: #132869;
}

#bottomcap {
    height: 11px;
    width: max-content;
    background: #132869 url(../images/bhc/bottomcap.png) no-repeat left top;
}

#footer p {
    margin: 0;
    padding-top: 40px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #D78983;
}

#footer a {
    color: #FFDBD9;
}
*/
#menubar {
    background-image: URL('../images/bhc/bgshadow.png');
    width: 990px;
    height: 15px;
}

.nocat #menubar {
    background-image: URL('../images/bhc/bgshadowclear.png');
    width: 990px;
    height: 15px;
}

#body {
    background-color: white;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.offer {
    font-size: 18px;
    font-weight: bold;
    color: Red;
    text-align: center;
}

.cl img.c {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

#detail {
    border: 1px solid #ccc;
}

.lorsu {
    width: 800px;
    margin: auto;
}

.bestHeader {
    float: right;
    padding: 0 5px 5px 0;
}

.clr {
    clear: both;
}

    .clr.right {
        clear: right;
    }

.htmlDesc p {
    padding: 4px 0;
    line-height: 120%
}

.catName {
    font-weight: bold;
    font-size: 1.5em;
}

.moreLess {
    word-spacing: 4px;
}

.logos {
    padding-top: 10px;
}
