/* 
    Document   : gamak
    Created on : 18 трав 2010, 13:29:06
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #eae7de;
}

div#l-header div.l-header-left {
    background-image: url(../i/header-border-left.gif);
    background-repeat: no-repeat;
    height: 131px;
}

div#l-header div.l-header-left div.l-header-right {
    background-image: url(../i/header-border-right.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 131px;

    
}

div#l-header div.l-header-left div.l-header-right div.l-header-content{
    padding-top: 20px;
    padding-left: 30px;
    color: #949494;
    
}

a.b-logo {
    width: 202px;
    height: 68px;
    background-image: url(../i/logo.jpg);
    background-repeat: no-repeat;
    display: block;
    text-indent: -1000px;
    float:left;
    padding-right: 20px;
}

div#l-header div.l-header-left div.l-header-right div.l-header-content p{
    border-left: 1px solid #E7E6E6;
    display: block;
    width: 230px;
    float: left;
    padding-left: 20px;
    height: 95px;
}

a.icq {
    background-image: url(../i/icq.gif);
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 18px;
    display: block;
    color: #949494;
    font-size: 1.4em;
    font-weight: bold;
}

span.big_phone {
color:#008AB5;
font-size:1.8em;
font-weight:bolder;
letter-spacing:0;
text-align:left;
}

/**
    top menu
*/

div.b-top-menu {
    background-image: url(../i/top-menu-bg.gif);
    background-repeat: repeat-x;
    height: 45px;
}

div.b-top-menu div.b-top-menu-left{
    background-image: url(../i/top-menu-left.gif);
    background-repeat: no-repeat;
    height: 45px;
}

div.b-top-menu div.b-top-menu-left div.b-top-menu-right{
    background-image: url(../i/top-menu-right.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 45px;

    text-align: center;
}

div.b-top-menu ul.simple_menu {
    margin: 0px;
    padding-top: 10px;
    overflow: hidden;

    
}

div.b-top-menu ul.simple_menu li {
    float: left;
    list-style: none;

    border-right:2px solid white;
    padding-right: 10px;

    
}

div.b-top-menu ul.simple_menu li a{
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

/**
    Центральная часть
*/
#content {
    font-size: 1.2em;

}


#l-container {
    background-color: white;
    background-image: url(../i/center-border-left.gif);
    background-repeat: repeat-y;
}



#l-container-right {
    background-image: url(../i/center-border-right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#l-right {
    
    
}

h2 {
    
    color:#4A4A4A;
    font-size: 1.2em;
    font-weight: bold;

    /*height: 25px;*/
    line-height: 25px;
    padding-bottom: 5px;
}

h3 {
    
    background-image: url(../i/title_pointer.gif);
    background-repeat: no-repeat;
    background-position: 2px 3px;

    padding-left: 20px;
    color:#4A4A4A;
    font-size: 1.4em;
    font-weight: bold;
    
    height: 14px;
    line-height: 14px;
    padding-bottom: 10px;
}

ul#category_tree ul {
    margin: 0px;
}

ul#category_tree li {
    border-top:1px solid #E7E6E6;
    background:transparent  url(../i/categorie_pointer.gif) no-repeat scroll 0px 12px;
    list-style: none;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
}



ul#category_tree li a{
    color: #36474B;
    font-size: 1.4em;
    text-decoration: none;
    
}

ul#category_tree li a.selected{
    color: red;
}
div.b-left-content {
    padding: 10px;
}

/**
Поиск
*/
div#table_search_form {
    position: absolute;
    top: 90px;
    left: 520px;
    height: 25px;
    overflow: hidden;
}

div#table_search_form input {
    height: 20px;
    width: 300px;
    font-size: 1.8em;
    margin: 0px;
    padding: 0px;
}

div#table_search_form button {
    background-color: #0185b5;
    color: white;
    
    height: 22px;
    margin: 0px;
    border: 0px;
    margin-left: 5px;
    font-size: 1.8em;
}

hr {
background-color:#DBDBDB;
border:1px solid #DBDBDB;
margin-bottom:10px;
margin-top:10px;
}

div.b-cart-total {
    color: #949494;
    font-size: 1.1em;
}

button {
    background-color: #0185b5;
    color: white;
}

.b-product-attr-caption {
    font-weight: bold;
}

strong.product_price {
    color: #D95B04;
    font-size: 1.4em;
}

.product-list h2 a{
    color:#008AB5;
    font-size:1.6em;
    font-weight: bold;
    text-decoration: none;
}

ul.product-list li {
    float: left;
    width: 320px;
    height: 370px;
    padding-bottom: 20px;
}

ul.product-list li p{
    overflow: hidden;
}

div.b-product-attr-cont {
    font-size: 1.2em;
}

p.product-description {
    font-size: 1.2em;
    margin: 0;
}




input.quantity {
    width: 30px;
}

button.add-to-cart {
    background:transparent  url(../i/red_button.gif) no-repeat scroll 0px 0px;
    font-size: 1.1em;
    font-weight: bold;
    border: 0px;
    width:70px;
    height: 20px;
}

#l-footer {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    height: 55px;
    background: url(../i/footer-bg.gif);
    background-position: left;
    background-repeat: repeat-x;

}

#l-footer div.l-footer-left{
    height: 55px;
    background:url(../i/footer-left.gif);
    background-position: left;
    background-repeat: no-repeat;
}

#l-footer div.l-footer-left div.l-footer-right{
    height: 55px;
    background:url(../i/footer-right.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#l-footer div.l-footer-left div.l-footer-right p{
    padding-top: 20px;
    padding-left: 20px;
}

#l-footer div.l-footer-left div.l-footer-right p a{
    color: white;
}    
    

/**
* Лента новостей
*/

ul.b-announce-feed h3 {
    background-image: none;
    padding: 0px;
    margin-bottom: 10px;

    color:#4A4A4A;
    font-size: 1.4em;
    font-weight: bold;

    height: 14px;
    line-height: 14px;
}

div#l-content h3{
    color: #007FB0;
}

table.b-product-attr ul {
    margin: 0px;
}

table.b-product-attr li {
    margin: 0px;
}

td.b-product-attr-caption {
    vertical-align: top;
    padding-right: 5px;
}

/*
 страница категорий
*/
ul.b-category-page {
    overflow: hidden;
}

ul.b-category-page li{
    display: block;
    float: left;
   
    margin: 10px;
    height: 150px;
	text-align: center;
}

ul.b-category-page a{
   
    text-decoration: none;
    text-align: center;
    
    font-weight: bold;
    font-size: 1.2em;
}

/**
    Корзина
*/

input.cart-quantity {
    width: 40px;
}



table#cart th {
    color: #007FB0;
    font-weight: bold;
    padding: 4px;
    font-size: 1.2em;
}

table#cart td {
    padding: 4px;
}

span.cart_total {
    color:#D95B04;
    font-size:1.4em;
    font-weight: bold;
}

span.price {
    color:#D95B04;
    font-size:1.4em;
    font-weight: bold;
}

div.b-advertisment {
    border: 1px dashed black;
    margin-bottom: 10px;
    padding: 5px;
}

span.navigator {
    margin-bottom: 10px;
    display: block;
}

span.navigator a{
    text-decoration: none;
}

label {
    font-weight: bold;
    
    margin-right: 5px;
}

p.b-address {
    font-size: 1.2em;
    color:#008AB5;
}

div#service-menu ul {
    overflow: hidden;
}

div#service-menu ul li {
    float: left;
    list-style: none;
}

div#service-menu ul li a{
    text-decoration: none;
    font-size: 1.2em;
}

table.b-product-attr ul.attr_list li {
    float: left;
    margin-right: 10px;
}

ul#category_tree li ul li a{
    color: #008AB5;
     font-size: 1.2em;
}

/* bredcrumbs */
div.b-active-path {
    margin-bottom: 10px;
}

div.b-active-path a {
    font-size: 1.2em;
}


h1 {
    color: #008AB5;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
}

div#social {
    position: absolute;
    left: 900px;
    top: 20px;
}
