/* Start of CMSMS style sheet 'shop' */
.ProductList
{
width:500px;
}
.Product
{
float:left;
margin-right:40px;
height:230px;
}
.Product img
{
width:122px;
}
.ProductImage, .ProductName, .ProductPrice
{
width:122px;
text-align:center;
}
.ProductName
{
font-size:11px;
}
.ProductPrice
{
font-size:13px;
}
#ProductImages, #ProductInfo
{
float:left;
}
#ProductTable tr td
{
vertical-align:top;
}
#ProductImages
{
margin-right:20px;
margin-bottom:30px;
}
.ProductThumbs
{
text-align:center;
margin-top:10px;
}
.ProductImage
{
margin-bottom:10px;
}
#ProductInfo
{
width:200px;
}
#ProductInfo div, #ProductInfo select, #ProductInfo input
{
margin-bottom:20px;
}
#ProductName
{
text-transform:uppercase;
}
#ProductPrice
{
font-size:18px;
}
#ProductBack
{
text-transform:uppercase;
text-decoration:underline;
font-size:18px;
}
/* End of 'shop' */

