/* @override http://localhost:8000/static/css/style.css */
body {
    background-color: #f8f1c1;
}

#search input[type=submit]{
    background: url(/static/images/lupa.gif);
    background-repeat: no-repeat;
    border: none;
    width:80px;
    height:50px;
    padding:0;
    margin:0;
}

#top, #footer {
    background-color: inherit;
    background-image: url('../images/barra_azul.gif');
    height: 52px;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    padding: 0;
}

#container {
margin: 10px auto;
background-color: inherit;
color: #333;
border: 1px solid gray;
line-height: 130%;
padding: 0;
margin-top: 0;
}

#navbar {
width: 100%;
background-color: inherit;
background-image: url('../images/barra_creme.gif');
color: #333;
border: none;
font-size:14px;
padding-top: 1px;
height: 40px;
font-weight: bold;
}

input[type="button"], input[type="submit"]{
    background-image: url('../images/barra_branca.gif');
    border: 2px solid black;
    font-weight: bold;
    padding; 3px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

}

#navbar #navright {
    float: right;
    display: inline;
}

#navbar #navright label {
    display:inline;
}

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

h5 {
margin: 0;
padding: 0;
}

#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;
}

#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;
}

#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 a {
    background-color: inherit;
    color: inherit;
}

#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: inherit;
display: inline-block;
text-align:center;
max-width: 150px;
vertical-align: top;
}

#wishlist ul li {
display:block;
}

#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: inherit;
background-color: inherit;
padding: 3px 17px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
font-size:14px;
}

#menu_container a:hover {
    background-image: none;
    background-color: #77b4bd;
    color: #ffffff;
}

#menu_container li li a {
display: block;
color: inherit;
background-color: inherit;
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: inherit;
width: 9em;
background-color: inherit;
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;
    float:left;
}
#top ul li, #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;
}

#banner {
    border: 1px solid black;
    width: 523px;
    height: 368px;
    float: left;
}

#extra {
    width:200px;
}

#banner_div {
    float:left;
    padding-right: 2em;
}

#extra table td {
    text-align: center;
}

li.gallery-photo  {
    list-style-type: none;
    display: inline;
}

#main_table td {
    text-align:center;
}

