/* 
    Document   : product
    Created on : Dec 13, 2009, 3:42:28 PM
    Author     : starburst
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


root { 
    display: block;
}

.product_category_list
{
    list-style-type:none;

}


.product_list {
    float:left;
    margin: 0;
    padding: 0;
    width:auto;
    font-family: arial, tahoma, sans-serif, monospace;
    font-size: 14px;
}

.product_list ul { display:block; width: auto; }

.product_list li
{
    display: inline;
    margin: 5px 5px 5px 5px;
    text-align: center;
    float: left;
    width:150px;
    height: 200px;
    list-style-type: none;
    padding: 15px 1px 3px 1px;
    border: solid 1px #CCC;       
}

.product_list li:hover
{
    background-color: #999;

}

.product_list_img
{
    border: 0;
    margin: 0;
    padding: 0;

}

.product_list_img:hover
{
    text-decoration: none;
}


ul.category_brand_list
{
   list-style-type:none; display:block;
   
    
}


ul.category_brand_list li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:50px;
}