﻿body {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: small;
    font-family: Arial,Helvetica, sans-serif;
    color: #444;
    letter-spacing: normal;
}

table {
    min-width: 100%;
}

/* Misc */
img {
    border: none;
}

.hide, hr {
    display: none;
}

input {
    vertical-align: middle;
}

/* Headings */
h1 {
    font-size: 200%;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
    color: #B73D18;
}

h2 {
    font-size: 150%; /*margin:10px 0 5px 0;padding:0;*/
}

h3 {
    font-size: 130%;
    line-height: normal; /*margin:0;padding:0;*/
}

h4 {
    font-size: 120%;
    clear: both; /*margin:0;padding:0;*/
}

h5 {
    font-size: 100%; /*margin:0;padding:0;*/
}

h6 {
    font-size: 90%; /*margin:0;padding:0;*/
}

/* Paragraphs */
p { /*padding: .2em; margin: 0 0 .5em 0;*/
    line-height: 1.4em;
}

/* Lists */
ol, ul {
    margin: .5em 1em;
    padding: 0;
}

li {
    margin: 0 0 0 1.4em;
    padding: .2em 0;
}

/* Links */
a {
    text-decoration: underline;
}

    a:link {
        color: #666;
    }

    a:visited {
        color: #666;
    }

    a:hover {
        color: #009FE3;
    }

/* Clearing Floats */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: inline-table;
}

* html .clear {
    height: 1%;
}

.clear {
    display: block;
    overflow: hidden;
}

/* Content */
#maincontent {
    margin: 0 auto;
    width: 770px;
    background: url('../images/ContainerBg.png') repeat-y top left;
}

.maincontentwrapper {
    margin: 0 18px 0 10px;
    padding: 5px;
    border: 1px solid #000000;
}

.widecontentwrapper {
    width: 761px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#popup {
    background-color: #fff;
    margin: 5px;
    padding: 5px;
}

/* Admin Panel */
#adminpanel {
    font-size: 85%;
    background-color: #444;
    color: #fff;
    border-bottom: 1px solid #000;
    padding: 5px;
}

#adminleft, #admincenter, #adminright {
    width: 30%;
    vertical-align: middle;
}

#adminleft {
    text-align: left;
}

#admincenter {
    text-align: center;
}

#adminright {
    text-align: right;
}

#adminpanel a {
    color: #fff;
    border-bottom: 2px solid #666;
    text-decoration: none;
}

    #adminpanel a:hover {
        color: #fff;
        text-decoration: none;
        background: #666;
    }

/* Header */
#header {
    margin: 0;
    padding: 0;
}

    #header a {
        text-decoration: none;
    }

    #header ul, #footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #header ul li, #footer ul li {
            display: inline;
            margin: 0;
            padding: 0 6px;
        }

#headernavmenu {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 90%;
}

#headermainmenu {
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    font-size: 150%;
}

#sitebanner {
    position: relative;
    width: 761px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: #ccc url('../images/SiteBannerBookBG.jpg') no-repeat center center;
}

#wait {
    position: fixed;
    top: 15px;
    right: 15px;
    background: URL(/Images/Icons/alert.png) no-repeat left top #FDF0EC;
    color: #9C2E0C;
    font-weight: bold;
    border: 1px solid #9C2E0C;
    padding: 10px 10px 10px 38px;
}

/* Footer */
#footer {
    margin: 0;
    padding: 10px 0;
}

#footernavmenu {
    text-align: center;
    margin: 0px;
    padding: 10px 0;
    font-size: 85%;
}

/* MiniCart */
#minicart {
    text-align: left;
    background: #000;
    padding: 10px 15px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
}

    #minicart h1 {
        color: #fff;
        font-size: 200%;
        padding: 0;
        margin: 0;
    }

    #minicart div {
        display: inline;
    }

    #minicart a {
        color: #fff;
        text-decoration: underline;
    }

        #minicart a:hover {
            color: #ccc;
        }

/* Columns */
#navcolumn {
    width: 175px;
    float: left;
    margin: 0 10px 0 0;
}

#maincolumn {
    width: 545px;
    float: left;
}

/* Column Blocks */
.decoratedblock {
    border: 1px solid #eee;
    margin: 0 0 10px 0;
    padding: 0;
}

    .decoratedblock h4 {
        display: block;
        background: #eee;
        padding: 5px;
        color: #444;
    }

    .decoratedblock ul, .decoratedblock ol {
        margin: 0;
        padding: 0;
    }

    .decoratedblock li {
        margin: 0;
        padding: 0;
    }

.blockcontent {
    padding: 5px;
}

/* Column Menus */
.sidemenu ul, .categorymenu ul {
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

.sidemenu li, .categorymenu li {
    padding: 2px 2px 2px 10px;
    list-style: none;
}

    .sidemenu li a, .categorymenu li a {
        text-decoration: none;
    }

/* Column Search Box */
.searchboxform .forminput {
    width: 130px;
}

.searchboxform input {
    vertical-align: middle;
}

/* Bread Crumbs */
.breadcrumbs {
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 90%;
    background: #f5f5f5;
}

    .breadcrumbs .links {
    }

/* Site Map Page */
#SiteMapColumns {
    clear: both;
}

.ColumnOne {
    width: 350px;
    float: left;
    border-right: 1px solid #eee;
}

.ColumnTwo, .ColumnThree {
    width: 350px;
    float: right;
    margin-bottom: 15px;
}

/* Cart Page */
.cartitemimage {
    width: 120px;
    height: 120px;
    float: left;
    margin: 0 5px 5px 0;
    background-image: url('../images/ImgBgSm.png');
    background-repeat: no-repeat;
}

    .cartitemimage img {
        margin: 3px 0 0 5px;
    }

.cartitemdescription {
    margin: 5px;
    float: left;
    width: 320px;
}

#cartcontainer tr td {
    border-top: solid 1px #ccc;
    padding: 5px 5px 0 0;
}

#cartcontainer, #carttitle, #cartactions, #cartcoupons {
    margin: 0 20px;
}

#cartcontainer {
    border-bottom: solid 1px #ccc;
}

#cartfooter {
    margin: 10px 20px 0 20px;
}

#carttotals {
    width: 200px;
    float: right;
    margin-bottom: 10px;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
}

    #carttotals table {
        float: right;
    }

#cartupdates {
    width: 350px;
    margin-bottom: 10px;
    text-align: right;
    float: right;
}

#cartactions {
    clear: both;
    text-align: right;
    padding-bottom: 12px;
    margin-top: 20px;
}

#cartactioncontinue {
    float: left;
    width: 120px;
    text-align: left;
}

#cartactioncheckout {
    display: inline;
}

#cartcoupons {
    padding: 15px 15px 15px 50px;
    display: block;
    border: 1px solid #AAD7FC;
    background-color: #F4F9FD;
}

.cartsku {
    font-size: 80%;
}

.cartproductname {
    font-size: 110%;
    font-weight: bold;
}

.lineitemnodiscounts {
    text-decoration: line-through;
    display: block;
}

.totallabel {
    display: block;
}

.productpricecolumn {
    vertical-align: top;
    text-align: right;
}

.productquantitycolumn {
    vertical-align: top;
    text-align: right;
}

.producttotalcolumn {
    vertical-align: top;
    text-align: right;
}

.productdeletecolumn {
    vertical-align: top;
    text-align: center;
}

.productquantitycolumn div {
    width: 60px;
    float: right;
}

/* Checkout */
.creditcardinput {
    padding: 5px;
}

.shippingdiscount {
    text-decoration: line-through;
}

.radiobuttoncol {
    width: 20px;
}

/* Checkout Addresses */
.addressbookpanel {
    border: 1px solid #eee;
    padding: 5px;
}

    .addressbookpanel table {
        width: 100%;
    }

    .addressbookpanel ul {
        margin: 0;
    }

    .addressbookpanel li {
        list-style: none;
    }

    .addressbookpanel table {
        border-collapse: collapse;
        border: solid 1px #fff;
    }

    .addressbookpanel td {
        border: none;
        padding: 5px;
    }

    .addressbookpanel .alt {
        background-color: #eee;
    }

.addresseditor table {
    width: 450px;
}

/* Closed Store Message */
#closedcontent {
    width: 300px;
    height: 200px;
    margin: 50px auto;
    padding: 10px;
    background-color: #ff9;
    color: #333;
}

    #closedcontent h1 {
        color: #000;
    }

/* Address Book */
.addressbooktitle h1 {
    float: left;
}

.addressbooktitle .newaddress {
    float: right;
    margin: 15px;
}

.address {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 5px 15px 0;
}

    .address .buttonrow {
        margin: 5px 0;
        padding: 0;
        text-align: left;
    }

table.alladdresses, table.primaryaddresses {
    margin: 5px 0;
    width: 100%;
}

    table.alladdresses td, table.primaryaddresses td {
        vertical-align: top;
    }

/* Search Page */
fieldset#SearchForm {
}

    fieldset#SearchForm .forminput {
        border-color: #ccc;
    }

#SearchResultsPane {
    margin: 10px 0;
}

.searchresultrecord {
    padding: 5px;
    margin: 5px;
    border-left: 5px solid #ccc;
    background-color: #f5f5f5;
}

/* Notes */
.BVSmallText {
    font-size: 85%;
}

/* Row Elements */
.rowheader, th {
    background: #666;
    color: #fff;
    padding: 0;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    text-align: left;
}

.rowheader {
    font-size: 90%;
}

.row {
    background: #f6f6f6;
}

.altrow {
    background: #f4f4f4;
}

/* Form Fields */
fieldset {
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
}

    fieldset table {
        margin: 15px auto;
    }

    fieldset#CurrentUsers {
        width: 340px;
        float: left;
    }

    fieldset#NewUsers {
        width: 380px;
        float: right;
    }

    fieldset.contactform table {
        width: 510px;
    }

legend {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: bold;
    color: #444;
    margin: 0 5px;
    padding: 2px;
}

/* Form Elements */
td.formlabel {
    text-align: right;
    width: 120px;
    white-space: nowrap;
    padding-right: 5px;
}

td.formfield {
    text-align: left;
    white-space: nowrap;
}

.forminput {
    padding: 4px 0 0 6px;
    height: 20px;
    width: 90%;
    color: #444;
    vertical-align: middle;
    border: 1px solid #999;
}

.formtextarea {
    padding: 4px 0 0 6px;
    border: 1px solid #999;
    width: 98%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #444;
    margin-top: 10px;
}

.short {
    width: 25%;
}

.medium {
    width: 50%;
}

label {
}

    label.required {
        font-weight: bold;
    }

select {
    border: 1px solid #ccc;
    color: #444;
    vertical-align: middle;
}

div.errormessage {
    color: #c00;
    line-height: 2em;
    padding: 0 5px;
    font-size: .8em;
}

span.errormessage {
    color: #fff;
    background: #c00;
    display: inline;
    line-height: 2em;
    padding: 0 5px;
    font-size: .8em;
}

.forgot {
    background: #f5f5f5;
    padding: 5px;
    display: block;
    margin-top: 10px;
    font-size: .7em;
}

.aligntop {
    vertical-align: top;
}

.buttonrow {
    text-align: right;
    padding: 5px 20px;
    margin: 0 0 10px 0;
}

/* Affiliate Form */
fieldset#affiliateform table {
    width: 510px;
}

    fieldset#affiliateform table table {
        margin: 0;
        padding: 0;
        width: 100%;
    }

fieldset#affiliateform td.formlabel {
    width: 150px;
}

/* Returns Form */
.returnitems table {
    width: 100%;
}

.returnitem .formlabel, .returnitem .formfield {
    padding: 3px;
}

.returnitem {
    margin: 5px;
}

.returncontrols {
    margin: 5px 0 0 0;
    padding: 5px;
    border: 1px solid #ddd;
    background: #eee;
}

.returnitems td.qtycolumn {
    vertical-align: top;
}

.returnitems .qtyfield {
    background: #eee url(../images/lilarrow.gif) no-repeat center right;
    margin: 5px 0;
    padding: 5px;
}

    .returnitems .qtyfield input {
        width: 25px;
        text-align: center;
        border: 1px solid #ccc;
    }

.rmaform {
    margin: 20px 0;
}

    .rmaform table tr td {
        padding: 3px;
    }

    .rmaform .formtextarea {
        height: 100px;
        width: 400px;
    }

/* Message */
.messagebox {
    border: 1px solid #ccc;
    width: 100%;
    margin: 5px 0;
}

    .messagebox ul {
        list-style: none;
    }

    .messagebox .icon {
        float: left;
        margin: 5px;
    }

    .messagebox .message {
        margin: 5px 5px 5px 30px;
        font-size: 100%;
        line-height: 1em;
        padding: 5px;
    }

    .messagebox .errorline {
        clear: both;
    }

/* BV Commerce Button */
.poweredby {
    text-align: center;
    margin: 5px;
}

.MarkDownPrice {
    text-decoration: line-through;
}

.pretendTH {
    border-bottom: 1px solid #666;
    font-weight: bold;
}

/* Business Supports */
.businessButton {
    width: 90px;
    height: 80px;
    float: left;
    text-align: center;
}

#menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #159ed9;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    margin-top: 104px;
    overflow: auto;
}

#menu-overlay::-webkit-scrollbar {
    width: 0;
    height: 0;
}


.menu-column {
    height: calc(100% - 100px);
    width: 250px;
    text-align: left;
    background-color: #159ed9;
    border-right: 5px solid #159ed9;
    position: fixed;
    z-index: 9999;
    overflow:auto;
}



.menu-column::-webkit-scrollbar
{
    height:0;
    width:0;
}





.menu-item {
    padding: 8px;
    padding-left: 30px;
    color: white;
}

.menu-list-label {
    list-style-type: none;
    margin: 0;
    padding: 8px;
    padding-left: 16px;
    background-color: #3cadde;
    border-bottom: 1px solid white;
}

.menu-label {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.menu-label::before {
    content: "\25E6";
    color: white;
    margin-right: 8px;
}

.menu-list-item {
    list-style-type: none;
    margin: 0;
    padding: 8px;
    background-color: #3cadde
}

    .menu-list-item:hover {
        opacity: 0.8;
        cursor: pointer;
    }

.align-right {
    float: right;
    padding: 3px;
}

.menu-list {
    display: none;
    padding: 0;
    margin: 0;
}

.list-no-style {
    padding: 0;
    margin: 0;
}

.list-item-no-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
