﻿
body {
    font-family: "HelveticaNeue", arial, helvetica sans-serif;
    /*background: #e3d5d5;*/
    background-color: white;
    font-size: 0.875em;
    line-height: 1.3;
}

.homebox {
    /*margin: 10px;*/
    padding: 10px 10px;
    background: white;
    /*-webkit-border-radius: 0.286em;
    -moz-border-radius: 0.286em;
    border-radius: 0.286em;*/
}

.topborder {
    border-bottom: 1px #e3d5d5 solid;
}


#tab-bar {
    background: #050405;
    border-bottom: 1px #441d22 solid;
    position: relative;
    zoom: 1;
}

    #tab-bar:before, #tab-bar:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    #tab-bar:after {
        clear: both;
    }

    #tab-bar li {
        display: inline;
        float: left;
        width: 33.333%;
    }


.mainsitelink {
    border: 1px solid white;
    height: 2em;
    width: 15em;
    margin: 0 auto;
}


    .mainsitelink a:link,
    .mainsitelink a:visited {
        text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
        color: black;
        display: block;
        font-size: 0.857em;
        font-weight: bold;
        height: 4.583em;
        min-height: 55px;
        margin: 0 0.833em;
        overflow: hidden;
        padding-top: 0.428em;
        position: relative;
        text-align: center;
        text-decoration: none;
    }




#tab-bar a {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
    color: #cdcdcd;
    display: block;
    font-size: 0.857em;
    font-weight: bold;
    height: 4.583em;
    min-height: 55px;
    margin: 0 0.833em;
    overflow: hidden;
    padding-top: 0.428em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#tab-bar .active a {
    -webkit-border-bottom-left-radius: 0.286em;
    -webkit-border-bottom-right-radius: 0.286em;
    -moz-border-radius-bottomleft: 0.286em;
    -moz-border-radius-bottomright: 0.286em;
    border-bottom-left-radius: 0.286em;
    border-bottom-right-radius: 0.286em;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    -o-box-shadow: black 0 0 4px 0;
    -webkit-box-shadow: black 0 0 4px 0;
    -moz-box-shadow: black 0 0 4px 0;
    box-shadow: black 0 0 4px 0;
    background: #d5d2d2;
    color: #111111;
    height: 4.95em;
    min-height: 60px;
    margin: 0 0 -0.367em;
}

#tab-account a:after {
    content: url(../images/111-user.png);
    left: 50%;
    margin-left: -10px;
    top: 2.5em;
    position: absolute;
}

#tab-shop a:after {
    content: url(../images/172-pricetag.png);
    left: 50%;
    margin-left: -10px;
    top: 2.5em;
    position: absolute;
}

#tab-checkout a:after {
    content: url(../images/80-shopping-cart.png);
    left: 50%;
    margin-left: -10px;
    top: 2.5em;
    position: absolute;
}


.table-view {
    /*background: #f5c2d4;*/
    background-color: #F1F1F1;
    padding: 15px 10px;
}

    .table-view li {
        /*border-top: 1px #ffe4ee solid;
        border-bottom: 1px #b87a8f solid;*/
        /*border-bottom: 1px solid #333;
        border-top: 1px solid #000;*/
        padding: 3px 0px;
    }

        .table-view li a {
            color:#555;
            background-color:#FFF;
            text-transform:uppercase;
        }

        .table-view li a i {
            float:right;
            margin-top:3px;
        }

    .table-view .even, .table-view li:nth-child(even) {
        /*background: #eb9bb6;*/
        /*background-color: #111;*/
    }

table-action li {
    position: relative;
}

.table-action a {
    font-weight:bold;
    color: black;
    display: block;
    /*padding: 0.5em 0.785em 0.714em;*/
    padding: 1em 0.785em 1em 0.714em;
    position: relative;
    text-decoration: none;
    /*text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;*/
}

.table-action h2 {
    color: White;
    font-size: 1.285em;
    width: 82%;
}

.table-action .description {
    font-weight: normal;
}

.header {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
    background: transparent;
    color: black;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
    padding: 0.9em 0.8em 0.75em;
    position: relative;
}

.standalone.cssgradients .header {
    border-bottom: 1px #38040a solid;
    background-color: #6a0712;
    background-image: -moz-linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: -ms-linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: -o-linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#821520), color-stop(0.55, #771722), color-stop(0.551, #6e0809), to(#690712));
    background-image: -webkit-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    padding: 0.6em 0.6em 0.7em;
}

.header h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.standalone .header h1 {
    margin-left: 20%;
    width: 65%;
}

.header .back {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
    -webkit-border-radius: 0.286em;
    -moz-border-radius: 0.286em;
    border-radius: 0.286em;
    -o-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    font-family: "HelveticaNeue", arial, helvetica sans-serif;
    background: #9a1b27;
    border: 1px #54100d solid;
    display: none;
    color: white;
    font-size: 0.92em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0.4em 0.6em 0.5em 0.6em;
    position: absolute;
    text-decoration: none;
    text-transform: none;
    top: 0.2em;
    left: 0.5em;
    -webkit-background-clip: padding-box;
}

.standalone .header .back {
    display: block;
}


.headerproduct {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
    background: transparent;
    color: black;
    font-weight: bold;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    padding: 0.9em 0.8em 0.75em;
    position: relative;
}

.standalone.cssgradients .header {
    border-bottom: 1px #38040a solid;
    background-color: #6a0712;
    background-image: -moz-linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: -ms-linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: -o-linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#821520), color-stop(0.55, #771722), color-stop(0.551, #6e0809), to(#690712));
    background-image: -webkit-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    background-image: linear-gradient(top, #821520, #771722 55%, #6e0809 55.1%, #690712);
    padding: 0.6em 0.6em 0.7em;
}

.headerproduct h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.standalone .headerproduct h1 {
    margin-left: 20%;
    width: 65%;
}

.headerproduct .back {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
    -webkit-border-radius: 0.286em;
    -moz-border-radius: 0.286em;
    border-radius: 0.286em;
    -o-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
    font-family: "HelveticaNeue", arial, helvetica sans-serif;
    background: #9a1b27;
    border: 1px #54100d solid;
    display: none;
    color: white;
    font-size: 0.92em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0.4em 0.6em 0.5em 0.6em;
    position: absolute;
    text-decoration: none;
    text-transform: none;
    top: 0.2em;
    left: 0.5em;
    -webkit-background-clip: padding-box;
}

.standalone .headerproduct .back {
    display: block;
}
