/* 
    Document   : style-products
    Created on : 11.5.2010, 18:58:11
    Author     : ToMi
    Description:
        Purpose of the stylesheet follows.
*/

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

.products_normal {
    position: relative;
    float: left;
    /*background-color: #cde2ff;*/
    border: 1px solid #000000;
    width: 280px;
    height: 240px;
    padding: 5px;
    margin: 5px;
}

.products_gray {
    position: relative;
    float: left;
    background-color: #AAAAAA;
    border: 1px solid #000000;
    width: 280px;
    height: 240px;
    padding: 5px;
    margin: 5px;
    color: #DDDDDD;
}

.products_light {
    position: absolute;
    float: right;
    background-color: #FFFFFF;
    width: 300px;
    height: 240px;
    padding: 5px;
}

.product-action {
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    background-color: #AA0000;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 15px;
}

.product-title {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    height: 80px;
}
.product-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    width: 100%;
    height: 100px;
}

.product-price {
    padding: 10px;
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 14px;
    height: 40px;
}

.products-text {
    font-size: 13px;
    padding-bottom: 20px;
    margin: 0px;
}

.products-adds {
    padding: 5px;
    font-size: 12px;
    width: 600px;
    border-top: 1px solid #AAAAAA;
    float:left;
}

.products-footer {
    padding: 5px;
    font-size: 12px;
    font-style: italic;
    width: 600px;
    border-top: 1px solid #AAAAAA;
    float:left;
}
