﻿.ProductTitle 
{
    font-size:large;
    font-weight:bold;
}
.ProductListView
{
    padding:0px 10px 0px 10px;
}
.ProductBackDiv 
{
    text-align:right;
    font-weight:bold;
    padding-right:300px;
}
.ProductBackLink 
{
    color:Black;
    text-decoration:none;
}
.ProductBackLink:Hover 
{
    text-decoration:underline;
}
.InCartLabel
{
    font-size:x-small;
    color:Red;
}
