/* Body background color */
body {
    background: #fff;
    color: #333;
    font: normal 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    overflow: auto;
}

#copyright, #smallcopyright, #poweredby, #gomainsite, #smallgomainsite {
    font-style: normal;
    font: normal 12px Arial,"Helvetica Neue",Helvetica,Gadget,sans-serif;
}

body > h1 {
    display: none;
    background: #000;
    border-bottom: 0;
    color: #fff;
    font: bold 12px Arial,Helvetica,"Helvetica Neue",Gadget,sans-serif;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-align: center;
}

.button {
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    right: 6px;
    text-decoration: none;
    top: 0;
}

    .button div {
        background: none;
        padding-left: 26px;
        width: auto;
    }

#homeButton {
    top: 0;
    height: 50px;
    min-height: 50px;
    background: url(images/home-icon.png) no-repeat center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
}

#cartButton {
    top: 0;
    height: 50px;
    min-height: 50px;
    background: url(images/cart-icon.png) no-repeat center transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
}

body > div, body > form, body > ul {
    top: 52px;
}

    body > ul > li {
        color: #333;
        border-bottom: 1px solid #dadada;
        font: normal 17px Arial,"Helvetica Neue",Helvetica,Gadget,sans-serif;
    }

        body > ul > li#footer {
            border-bottom: none;
            position: relative;
            top: -1px;
        }

        body > ul > li#home {
            border-bottom: none;
        }

    body > div > li {
        border-bottom: 1px solid #dadada;
        font: normal 17px Arial,"Helvetica Neue",Helvetica,Gadget,sans-serif;
    }

.sale-link {
    border-bottom: 1px solid #dadada;
    padding: 2px;
}

.sale-link-text h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    margin: 0;
    margin-top: 10px;
}

#content-sale-details #list .sale-link-img {
    display: block;
}

.zoom-link {
    display: block;
}

#content-sale-details #list img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#content-sale-details form {
    padding-left: 0;
}

.our-price {
    color: #333;
    font-size: 14px;
}

.sale-price {
    color: #fa2335;
    font-size: 14px;
}

#product-code {
    color: #333;
    font-size: 12px;
}

#btnaddtocart {
    background: url(images/btn-addtocart.jpg) no-repeat;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 31px;
    width: 162px;
}

#availabillity-text {
    color: #333;
    font-size: 11px;
}

#content-sale-details {
    border-bottom: 1px solid #dadada;
    margin: 10px 10px 0 10px;
}

#content-sale-description {
    padding-top: 0;
}

    #content-sale-description .description-heading {
        color: #333;
        font: bold 16px Arial,"Helvetica Neue",Helvetica,Gadget,sans-serif;
        margin-top: 20px;
        padding-top: 0;
    }

    #content-sale-description p {
        color: #333;
        font: normal 14px Arial,"Helvetica Neue",Helvetica,Gadget,sans-serif;
    }

.colors_productname {
    color: #333;
    font: bold italic 18px Arial,"Helvetica Neue",Helvetica,Gadget,sans-serif;
}

font[color="red"] {
    color: #fa2335;
}

img#Image1 {
    display: block;
    margin: 0 auto;
}

div[style="border-bottom:1px solid #E0E0E0;font-size:18px;font-weight:700;list-style:none outside none;margin:0;padding:10px;text-align:center;"] {
    border-color: #dadada;
}

#smallgomainsite, #gomainsite {
    padding-right: 0;
}

.sale-link-text {
    margin: 0 0 0 2px;
    width: 185px;
}

#poweredby {
    padding-left: 10px;
}

.emailtext, #TextBox_Message {
    width: 285px;
}

#Button_Send {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 48px;
    width: 200px;
}

#emaildiv {
    padding: 15px;
}

.small-image {
    max-width: 100px;
    max-height: 100px;
}

.medium-image {
    max-width: 250px;
    max-height: 250px;
}

.zoom-back-link {
    margin: 15px;
    font-size: 16px;
}

#navigationWrapper {
    min-height: 50px;
    display: block;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    padding: 0;
    width: 100%;
    height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

    .navbar:before, .navbar:after {
        display: table;
        content: " ";
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navbar:after {
        clear: both;
    }

.navbar-header {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

#navigationWrapper .navbar-header .navbar-text-logo {
    position: relative;
    top: 15px;
    font-size: 18px;
    color: #777;
    text-align: center;
}

#navigationWrapper .navbar-header .navbar-logo {
    position: relative;
    max-width: 200px;
    max-height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#storeNameOnHomePage {
    display: none;
}

#bottom-home {
    border-top: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    font-size: 12px;
    padding: 14px 20px 11px 10px;
}