/* Layout for products template (just has images). It is also used for Top Cosmetics */
/*
div#productInWeek div#products {
    border: #ababab solid 1px;
    border-top: none;
}    */

div#products {
    width: 100%;
}

div#products div {
    display: block;
    float: left;
    width: 180px;
    margin: .5em 0em 1em 0em;
}

div#products div.ProductImg {
    text-align: center;
    height: 120px;
}

div#products div.ProductName {
    text-align: center;
}

div#products span.Price {
    color: #FF0000;
    font-weight: bolder;
}

div#products div.ProductInRow1,
div#products div.ProductInRow2,
div#products div.ProductInRow3 {
    height: 180px;
}

/* CSS for ProductInfo page */
div.ProductOverview div#productImage {
    float: left;
    width: 150px;
}

div.ProductOverview div#productInfo {
    width: 450px;
}

.Pager
{
    text-align: center;
    clear:both;
    padding: 20px 0 20px;
    color: #CC0066;
}