/*
    General Tags
*/
html,
body { 
background: #fff; 
font-family: arial, sans-serif;
font-size: 11px;
color: #000;
}


a,
a:visited {
color: #000;
}

a:hover {
text-decoration: none;
}

h1 {
font-size: 18px;
font-weight: bold;
}


/*
    Website Structure
*/
#layout {
    width: 856px;
    margin: 0 auto;
}

#header {
    width: 655px;
    height: 80px;
    overflow: hidden;
}

#content {
    border: 1px solid #E3E3E3;
    padding: 15px;
}

#site {
    width: 655px;
    float: left;
}

#ads {
    width: 191px;
    float: right;
}

#search-form {
    width: 191px;
    float: right;
    margin-bottom: 10px;
}

#footer {
    clear: both;
    width: 655px;
    text-align: right;
    padding-top: 10px;
}


/*
    Header
*/
#logo {
    float: left;
    width: 175px;
    height: 40px;
    margin: 10px 0 0 0;
}


/*
    Footer
*/

#copyright {
    border-top: 2px solid #e3e3e3;
    padding-top: 15px;
    text-align: left;
    color: #969696;
    margin-top: 5px;
}

#copyright * {
    color: #969696;
}

#devocado {
    text-align: right;
}




/*
    Navigation
*/
#navigation {
float: right;
width: 420px;
text-align: left;
margin: 15px 0 0 0;
list-style-type: none;
line-height: 20px;
}

#navigation li {
display: inline;
margin-right: 10px;
}

#navigation li.sep {
font-size: 1px;
margin: 0;
}

#products-navigation {
margin: 0;
list-style-type: none;
z-index: 1;
}

#products-navigation li {
float: left;
}

#products-navigation li a {
padding: 10px 10px;
background: #E4E4E4;
text-decoration: none;
display: block;
font-size: 14px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#products-navigation li:first-child a {
border-left: 0;
}

#products-navigation li a.current {
border-bottom: 1px solid #E4E4E4;
}

#products-navigation li a:hover {
color: #FB5E00;
}

#products-sub-navigation {
background: #E4E4E4;
list-style-type: none;
width: 856px;
overflow: hidden;
padding: 5px 0;
position: relative;
z-index: 2;
clear: both;
}

#products-sub-navigation li {
float: left;
display: block;
padding: 5px 0;
}

#products-sub-navigation li a {
border-left: 1px solid #fff;
padding: 0 10px;
font-size: 12px;
text-decoration: none;
}

#products-sub-navigation li:first-child a {
border-left: 1px solid #E4E4E4;
}

#products-sub-navigation li a:hover {
text-decoration: underline;
}


#paging a,
#paging span {
padding: 0 3px;
text-decoration: none;
}

#paging span {
background: #E4E4E4;
}



/*
    Search
*/
#search-form form {
    padding: 10px 17px 17px 17px;
    margin: 0;
    width: auto;
    border: 1px solid #E3E3E3;
}

#search-form label {
    display: block;
    padding-bottom: 5px;
}

#search-form input {
    width: 125px;
    font-size: 11px;
}

#search-form input[type=image]
{
    width: 20px;
    padding: 0;
    float: right;
}



/*
    Products
*/
.product {
    width: 160px;
    height: 180px;
    float: left;
}

.product.last {
    width: 140px;
}

.product .product-inner {
    width: 140px;
    height: 175px;
    overflow: hidden;
}

.product .product-title {
    text-align: left;
    padding-bottom: 3px;
    clear: both;
}

.product a {
    font-weight: bold;
}

.product .product-image {
    width: 85px;
    height: 105px;
    overflow: hidden;
    float: left;
}

.product .product-price {
    width: 55px;
    float: right;
    text-align: left;
    margin-top: 20px;
}

.product .product-price strong {
    font-size: 16px;
}

.product .product-price strike {
    font-size: 16px;
    color: #FE0000;
    font-weight: bold;
}

.product .product-desc {
    clear: both;
    white-space: pre;
    text-align: left;
}



.product-image-big {
    width: 250px;
    margin-left: 20px;
    float: right;
    text-align: left;
    background:url('zoom.gif') no-repeat right top;
    cursor: pointer;
}

.product-image-big strong {
    font-size: 16px;
}

.product-image-big strike {
    font-size: 16px;
    color: #FE0000;
    font-weight: bold;
}

.product-interesting {
    background: #F6F6F6;
    padding: 15px;
}


/*
    Custom
*/
.clear {
    font-size: 1px;
    height: 0;
    clear: both;
}

.current {
    font-weight: bold;
}

dl {
    border: 0;
    padding-top: 0;
}

dt {
    border-top : 1px solid #E3E3E3;
    padding-top: 1.2em;
}

dt.first {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

dd {
    border-bottom: 0;
    padding-bottom: 0;
}






/*
    Form
*/
label { color: #666; }
label.error { font-size: 10px; color: #fff; background: #ED1C24; display: none; }

form,
input[type=text],
textarea,
select { outline: none; width: 300px; font-family: Verdana, sans-serif; }

input[type=submit],
input[type=reset],
input[type=button],
button { padding: 2px 10px; }
