#contentcolumn{
    margin: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
    float: left;
    width: 0; /*Width of left column*/
    margin-left: 0;
}

.row {
    clear: both;
    background: transparent url(/images/bgRow.png) bottom center no-repeat;
    min-height: 32em;
}

.productGroup {
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 22px;
    float: left;
    width: 190px;
    min-height: 28em;
    display: block;
    text-align: center;
}

.productGroup:hover {
    background-color: #F7F7F7;
}

.prodGroup img {
    margin: 0px auto;
}

.productInfo a {
    color: #0066FF;
    font-weight: bold;
}

.productInfo a:hover {
    color: #990000;
}

p.productPrice {
    width: 100%;
}

a.productView {
    text-decoration: underline;
}