.productsummarydisplaywrapper
{
    width: 300px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.product_listing
{
    line-height: 17px;
}
.product_image
{
    width: 60px;
    height: 60px;
    border: solid;
    border: 4px;
    border-color: #CCCCCC;
    margin-right: 20px;
    float: left;
    margin-bottom: 40px;
}
.product_image_large_container
{
    text-align: center;
    width:400px;
    }
.product_image_large
{
    /*width: 400px; 	height: 300px;*/
    border: solid;
    border: 4px;
    border-color: #CCCCCC;
    margin-bottom: 30px;
    
}
.product_title
{
    margin-bottom: 0px;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}
.productdetailswrapper
{
    float: left;
    width: 200px;
    text-align: left;
}
.product_summary
{
    margin-bottom: 14px;
}
.product_title_large
{
    width: 400px;
    text-align: left;
    margin-bottom: 14px;
}
.product_summary_large
{
    width: 400px;
    text-align: left;
    margin-bottom: 14px;
}
.product_basket_largex
{
    width: 400px;
    height: 20px;
    text-align: left;
    margin-bottom: 6px;
    margin-top: 6px;
    float: left;
    color: #333333;
}

.product_basket_large
{
    color: #333333;
    text-decoration: none;
}

.product_basket_large:hover
{
    color: #739a62;
}
.product_title a
{
    text-decoration: none;
    color: #000;
}
.product_title a:hover
{
    text-decoration: none;
    color: #333333;
}

.product_more
{
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    color: #9d1c1c;
    background-image: url(images/back_moreinfo.gif);
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 12px;
    background-position: left center;
    background-repeat: no-repeat;
}
.product_more a, .product_more a:visited
{
    color: #cba120;
    text-decoration: none;
}
.product_more a:hover
{
    color: #333333;
    text-decoration: none;
}