﻿/* This is for the 3 columns per how to hide the far right green line
.productlistcontainer
{
    width: 543px;
    float: left;
    overflow: hidden;
    padding-left: 90px;
}
*/
.productlist
{
    width: 741px; Reduced to show 3 columns per row
    /*width: 546px;*/
    height: auto;
    overflow: auto;
    clear: both;
    padding-top: 10px;
    margin: auto;
}

.productlist ul li img
{
    padding: 0px;
}

.productlist ul
{
    width: 177px;
    height: 250px;
    margin: 0px 2px 10px 0px;    
    padding: 0px 2px 0px 0px;
    float: left;
    list-style-type: none;
    border-right: solid 1px #a0b359;
}

.productlist ul li
{
    width: 177px;
    padding: 0px;
    margin: 0px;
}

.productlist ul li ul
{
    height: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.productlist ul li ul li
{
    width: 172px;
    padding-left: 5px;

}