/* 
    Document   : shop2
    Created on : 1 лип 2010, 22:57:28
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

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

table.b-product-attr ul li {
    float: none;
}

ul.product-list {
    overflow: hidden;
    margin: 0;
}

a.product-image-link {
    display: block;
    overflow: hidden;
}

img.product-image {
    cursor: pointer;
    padding-right: 10px;
}

div.b-product-image {
    float: left;
}

div.b-product-descr {
    float: left;
}

div.clear {
    clear: both;
}

table.list-set {
    border-color: #dedfe3;
    /*border-spacing: 1px;*/
}

table.list-set th {
    background-color: #f4f5f9;
    color: #a3a4a8;
    font-weight: bold;
    height: 30px;
    padding-top: 5px;
}

table.list-set td {
   
}

div.dictionary_form {
    padding: 10px;
}

/* Блок прайсов */
ul#price-block li a {
    background-image: url(../i/xls.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
}

div#currency_management input {
    width: 40px;
}

th {
    font-weight: bold;
}

a.product-image-link {
    margin: 5px;
}

ul.product-list-column {
    margin: 0px;
    padding: 0px;
}

ul.product-list-column li {
    width: 90%;
    border: 1px solid black;
    margin: 0px;
    margin-bottom: 5px;
}

table {
    border-collapse: collapse;
}
table thead td{
    font-weight: bold;
}


table thead, tr, th, td {
    border: 1px solid #BBBBBB;
}

table td{
    padding: 4px;
}

input.quantity {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
}
