﻿.product-item
{
    padding-top: 5px;
    clear: both;
    border: 0px solid #ff0000;    
}

.product-item-separator
{
    clear: both;
    font-size: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/ui/dotted_line.gif);    
    background-repeat: repeat-x;
    background-position: center;    
    height: 20px;
}

.product-smallImage
{
    width: 100px;
    float: left;    
}

.product-smallImage img
{
    padding: 0px;
    margin: 0px;    
}

.product-largeImage
{
    width: 100px;
    float: left;    
}

.product-largeImage img
{
    padding: 0px;
    margin: 0px;
}

.product-detail
{
    float: right;
    width: 403px;
    padding-left: 15px;
    padding-right: 5px;
    border: 0px solid #000000;
}

.product-detail h1
{
    margin: 0px;
    padding: 0px;
    /*font-size: 14px;*/
    font-weight: bold;
    color: #DCA700;
}

.product-detail p
{
    margin: 0px;
    padding: 0px;
    /*font-size: 11px;*/
    padding-top: 10px;
}

.product-price
{
    float: left;
    /*color: #666666;*/
    font-weight: bold;    
}

.product-view-more
{
    float: right;
    padding-right: 5px;
}