/* 
    Document   : products
    Created on : 10.12.2011, 19:40:06
    Author     : peili
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}
.product-list-cell:hover {
    cursor: pointer;
    border: 1px solid #C6C6C6 !important;
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#product_list {
    width: 100% !important;
}
.product-list-cell {
    border:1px solid #E1E1E1;
    margin:1px;
    padding:2px 2px 2px 9px;
    min-height:135px;
}
/*
.mini-buttons {
    bottom: 0px;
    right: 5px;
    position: absolute;
}
*/
.product-controls {
    background: #E0E0E0 url('/images/main/calendar_filterbg.gif') repeat-x 0% 0%;
    margin:1px;
    padding: 5px;
}

.row {
    padding:0px 2px !important;
}