/* @override http://localhost:8000/static/css/style.css */

#container {
width: 90%;
min-width: 960px;
margin: 10px auto;
background-color: #fff;
color: #333;
/* border: 1px solid gray; */
line-height: 130%;
padding: 0;
margin-top: 0;
}

#navbar {
width: 100%;
background-color: #fff;
color: #333;
line-height: 90%;
border: none;
/* border-bottom: 1px solid silver; */
}

#top {
padding: .5em;
/* background-color: #ddd; */
/* border-bottom: 1px solid gray; */
text-align: center;
}

#top h1 {
padding: 0;
margin: 0;
}

h5 {
margin: 0;
padding: 0;
}

#sidebar-secondary {
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#sidebar-secondary h3, #sidebar-primary h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.1em;
    margin-top: 1em;
}

#sidebar-primary {
float: right;
width: 160px;
margin: 0;
padding: 1em;
background-color: #ddd;
border-left: 1px solid silver;
border-bottom: 1px solid silver;
}

#sidebar-primary .wishlist {
    padding-top: 10px;
}


#content {
margin-left: 10px;
margin-right: 10px;
padding: 1em;
}

body {
    font-family:  "Arial", serif;
    font-size: 12px;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 0px;
}

#pagination {
clear:both;
display: block;
width:100%;
float: none;
padding: 1em;
}

#pagination ul {
margin: 0;
padding: 0;
text-align: left;
font-size: 12px;
}

#pagination li {
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#pagination a, #pagination a:visited {
padding: 0 5px;
text-decoration: none;
}

#pagination li.currentpage {
font-weight: bold;
padding: 0 5px;
}

#content div.productreviews {
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
}


#content div.productreviews h2 {
    font-size: 14px;
}

#content div.productreviews span.label {
    float: left;
    width: 80px;
}

#footer {
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#sidebar-secondary p, #sidebar-primary p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.brandcategories {
    clear: both;
}

.brandImage,
.productImage {
border:solid 1px silver;
padding:5px;
float: left;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom:2px;
text-align: center;
}

.productImage p {
text-align: center;
font-size: 10pt;
}

#menu_container ul {
margin: 0;
padding: 0;
list-style-type: none;
}


#shipping ul li {
list-style-type: none;
text-decoration: none;
padding-left: 1em;
text-indent: -1em;
}

#checkoutprogress {
border-style: solid;
border-width: 1px;
padding: 3px;
margin-bottom: 25px;
}

#checkoutprogress ul {
display: inline;
margin-left: 0;
padding-left: 0;
border: none;
}

#checkoutprogress ul li {
margin-left: 0;
padding-left: 2px;
display: inline;
list-style: none;
}

#checkoutprogress ul li:before {
content: "\0020 \0020 \0020 \00BB \0020";
display: inline;
list-style: none;
}

#checkoutprogress ul li.first:before {
content: " ";
}

#checkoutprogress li.active {
background-color: #ccc;
}

#wishlist ul li,
#product_category ul li {
list-style: none;
padding: 0.5em;
border-bottom: 1px dashed #e0e0e0;
background-color: white;
}

#wishlist ul li:hover
#product_category ul li:hover {
    background-color: #f0fff0;
}

#wishlist ul li a,
#product_category ul li a {
    display: block;
}

#wishlist span.date {
    font-style: italic;
    display: block;
    margin-left: 5px;
    font-size: 10px;
}

#wishlist form {
    display: inline;
}

#menu_container a {
display: block;
color: #FFF;
background-color: #7F7F7F;
width: 9em;
padding: 3px 17px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#menu_container a:hover {
background-color: #B6B6B6;
color: #FFF;
}

#menu_container li li a {
display: block;
color: #FFF;
background-color: #C0C0C0;
width: 9em;
padding: 3px 8px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#menu_container li li li a {
display: block;
color: #FFF;
width: 9em;
background-color: #C0C0C0;
padding: 3px 1px 3px 24px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#menu_container a.current:before {
content: "\0020 \0020 \0020 \00BB \0020";
}

.addressblock {
padding-top: .5em;
padding-bottom: .5em;
}

.profile li {
list-style-type: none;
}

table.ordertable {
width:  100%;
font-weight: normal;
font-size: 13px;
}

table.ordertable thead {
    background-color: #ddd;
}

table.ordertable span.orderitemqty {
    font-style: italic;
}
p {
    line-height: 150%;
}

.help, p.help {
        font-size:9px !important; color:#999;
}

img {
    border: none;
}

.error {
    color: red;
}

/* =============== Navigation Bars ===================== */

#navbar ul {
    margin: 1em;
    padding: 0px;
}
#navbar ul li {
    display: inline;
    list-style: none;
}
#navbar ul li {
    padding-left: 0.7em;
    padding-right: 0.5em;
    border-left: 1px solid #b0b0b0;
}
#navbar ul li.first {
    padding-left: 0em;
    border-left: none;
}

.recentview h3 {
    padding-bottom: 10px;
}

.recentitem {
    padding-bottom: 10px;
}

div.recentlyadded {
    display: block;
}

.qtyform #id_quantity {
    width: 5em;
}

#payment ul li{
    list-style-type: none;
}

/* ============ Upsell section ============== */

div.upsell {
    padding-top: 10px;
}

div.upsell .upselldescription {
    padding-bottom: 10px;
}

/* BBNP stuff */
#legalese {
    color: #888;
    width: 25%;
    float: right;
}

#id_colorpair {
    border: 1px solid gray;
    background-color: #ddf; /* #eeb; */
}
#control_form_id {
    /* background-color: #ddf; */
}
#preview {
    background-color: #ddf;
    padding: 10px;
}
#id_nameplate {
    background-color: #ddf;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: inset 0px 1px 4px 1px #929292;
    -moz-box-shadow: inset 0px 1px 4px 1px #929292;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) inset;
}
#id_buy {
    font-size: 25px;
    margin: 0 0.5em;
}
#id_build {
    font-size: 25px;
    margin: 0 0.5em;
}
#checkout {
    margin: 20px;
}
#checkout a {
    padding: 0px 20px;
    font-size: 40px;
}
#continue-checkout {
    font-size: 40px;
}
#purchase-items {
    font-size: 40px;
}


.bigbutton {
    /* around the text; larger bottom padding to account for descenders; if you
 *      * don't have descenders, you want them equal... */
    padding: 0.25em 0.75em 0.5em 0.75em;
    text-decoration: none;
    line-height: 100%;
    /* round the corners */
    border-radius: 1em;
    border-width: 2px;
    border-image: none;
    border-style: solid;
    /* make the containing block use the size of this button include its border
 *      * and padding */
    display: inline-block;
}
.bigbutton_no_descenders {
    /* around the text; larger bottom padding to account for descenders; if you
 *      * don't have descenders, you want them equal... */
    padding: 0.25em 0.75em 0.25em 0.75em;
    text-decoration: none;
    line-height: 100%;
    /* round the corners */
    border-radius: 1em;
    border-width: 2px;
    border-image: none;
    border-style: solid;
    /* make the containing block use the size of this button include its border
 *      * and padding */
    display: inline-block;
}

.green_gradient {
    color: #fff;
    background-color: rgb(0, 203, 10);
    background-image: linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 203, 61, 1) 62%);
    background-image: -moz-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 203, 61, 1) 62%);
    background-image: -ms-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 203, 61, 1) 62%);
    background-image: -o-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 203, 61, 1) 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(9, 147, 11)), color-stop(0.62, rgb(77, 203, 61)));
    background-image: -webkit-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 203, 61, 1) 62%);
    border-color: #7AE066;
}
.green_gradient:hover {
    color: #fff;
    background-color: rgb(0, 233, 10);
    background-image: linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 233, 61, 1) 62%);
    background-image: -moz-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 233, 61, 1) 62%);
    background-image: -ms-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 233, 61, 1) 62%);
    background-image: -o-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 233, 61, 1) 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(9, 147, 11)), color-stop(0.62, rgb(77, 233, 61)));
    background-image: -webkit-linear-gradient(bottom, rgba(9, 147, 11, 1) 24%, rgba(77, 233, 61, 1) 62%);
    border-color: #7AF066;
}

.blue_gradient {
    color: #fff;
    background-color: rgb(0, 10, 200);
    background-image: linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 200, 1) 62%);
    background-image: -moz-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 200, 1) 62%);
    background-image: -ms-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 200, 1) 62%);
    background-image: -o-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 200, 1) 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(9, 11, 150)), color-stop(0.62, rgb(77, 61, 200)));
    background-image: -webkit-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 200, 1) 62%);
    border-color: #7AE0FF;
    border-color: rgb(122, 102, 230);
}
.blue_gradient:hover {
    color: #fff;
    background-color: rgb(0, 10, 250);
    background-image: linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 250, 1) 62%);
    background-image: -moz-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 250, 1) 62%);
    background-image: -ms-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 250, 1) 62%);
    background-image: -o-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 250, 1) 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(9, 11, 150)), color-stop(0.62, rgb(77, 61, 250)));
    background-image: -webkit-linear-gradient(bottom, rgba(9, 11, 150, 1) 24%, rgba(77, 61, 250, 1) 62%);
    border-color: #7AE0FF;
    border-color: rgb(122, 102, 260);
}


