#product-large
    {
        overflow:hidden;
    }
#products-all
    {
        width:296px; 
        float:left;
    }
#product-image-large
    {
        margin-top:8px;
        margin-left:2px;
        margin-bottom:6px;
    }
#product-image-large img
    {           
        border: none;
    }    
#product-image-thums
    {
        overflow:hidden;                
    }
#product-image-thums img
    {
        margin-right:5px; 
        float:left;
        border: none;
        width: 60px;
        height: auto;
    }

#related-products-wrap h3
    {
        font-size:14px; 
        background:url(../images/gradient_H30px.jpg) repeat-x; 
        height:30px; 
        line-height:30px; 
        color:#FFFFFF; 
        text-indent:20px; 
        margin:10px 6px 6px 0px;
    }

.related-products
    {
        width:142px; 
        float:left; 
        margin-right:6px;
    }
.related-products p a
    {
        font-size:12px; 
        text-decoration:none;
    }
.related-products p a:hover
    {
        text-decoration:underline;
    }

#product-large-info
    {
        margin-left:0px;
    }
#product-large-info h1
    {
        margin-top:35px;
        font-size:22px; 
        margin-bottom:15px;
    }
#product-large-info p, #product-large-info ul
    {
        font-size:12px; 
        margin-bottom:15px;
        line-height: normal;
    }
    
#product-large-info li
    {
        list-style:square;
        font-size: 11px;
        line-height: 18px;
    }
    
#product-large-info span#price
    {
        font-size:18px; 
        font-weight:bold;
    }
#product-large-info ul
    {
        margin-left:25px;
    }

#product-large-info form input.quantity
    {
        width:50px; 
        margin-left:5px; 
        border:1px solid #ccc; 
        padding:3px;
    }
#product-large-info form input.btn-addtocart
    {
        height:30px; 
        background:url(../images/gradient_H30px.jpg) repeat-x; 
        border:none; 
        color:#FFFFFF; 
        font-size:14px; 
        display:block; 
        margin-top:10px; 
        cursor:pointer; 
        text-align:center; 
        width:100%;
    }
#product-large-info form
    {
        margin:20px 0 10px 0; 
        font-size:14px;
    }
#product-large-info form select
    {
        width:200px; 
        border:1px solid #ccc; 
        padding:2px; 
        display:block; 
        margin-bottom:10px;
    }


#category-intro
    {
        margin-top:35px;
    }
#category-intro h1
    {
        font-size:24px; 
        margin-bottom:10px;
    }
#category-intro p, #category-intro ul
    {
        font-size:12px; 
        margin-bottom:10px;
    }
#category-intro ul
    {
        margin-left:15px;
    }
#category-intro h2
    {
        font-size:17px; 
        margin-bottom:10px;
    }

#product-small-list
    {
        margin-top:20px;
    }
#product-small-list table
    {
        font-size:12px;
    }
#product-small-list table a
    {
        text-decoration:none;
    }
#product-small-list table a.small-button
    {
        text-decoration:none; 
        text-align:center; 
        height:22px; 
        background:url(../images/gradient_H27px.jpg) repeat-x; 
        color:#FFFFFF; 
        display:block; 
        line-height:22px;
    }
#product-small-list table a.addtocart
    {
        margin-top:6px;
    }
#product-small-list table form select
    {
        width:135px; 
        border:1px solid #ccc; 
        padding:1px; 
        display:block; 
        margin-top:5px;
    }
