﻿body 
{
    background-color: #ffffff;
    margin: 10px 10px 10px 10px;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
}
body
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #585858;
}
#container-s
{
    width: 740px;
    height: inherit;
    left: 50%;
    margin-left: -370px; /* half the width of the div */
    margin: 10px auto;
}
img
{
    border: 0px;
}

/* header */
#main-logo
{
    float: left;
    width: 25%;
    text-align: right;
}
#main-menu
{
    float: right;
    width: 70%;
    text-align: right;
}
#hr-r
{
    clear: both;
    width: 100%;
    height: 10px;
    background-color: #bdd8c5;
}

/* footer */
#footer-left
{
    float: left;
    width: 50%;
    font-size: 11px;
}
#footer-left a
{
    font-size: 11px;
    text-decoration: none;
    color: #9cc8af;
}
#footer-left a:hover
{
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}
#footer-right
{
    float: right;
    width: 45%;
    font-size: 11px;
    text-align: right;
}
#footer-right a
{
    font-size: 11px;
    text-decoration: none;
    color: gray;
}
#footer-right a:hover
{
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}
#footer-bottom
{
    font-size: 11px;
    clear: both;
    text-align: center;
    padding-top: 10px;
}
#footer-bottom a
{
    font-size: 11px;
    text-decoration: none;
    color: gray;
}
#footer-bottom a:hover
{
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}

#content
{
    clear: both;
    width: 100%;
}
#content-l
{
    float: left;
    width: 44%;
    text-align: left;
}
#content-r
{
    float: right;
    width: 55%;
    text-align: center;
}
#content-basket
{
    width: 100%;
    text-align: left;
}
#one-panel
{
    width: 100%;
    text-align: left;
}
.priceit
{
    font-size: 14px;
    color: Black;
    font-weight: bold;
}
.deliverit
{
    font-size: 11px;
    color: Gray;
}