/* Start of CMSMS style sheet 'shop' */
.ProductList
{
width:980px;
margin-left:-35px;
}
.Product
{
float:left;
width:210px;
height:324px;
margin-left:34px;
}
.ProductListImage
{
z-index:10;
}
.ProductListName
{
position:relative;
z-index:20;
background-color:#fff;
}
.ProductListName a
{
text-transform:uppercase;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

.ProductThumbs ul
{
margin:0px;
padding:0px;
}
.ProductThumbs ul li
{
list-style:none;
cursor:pointer;
}
.ProductThumbs ul li a
{
display:block;
margin-bottom:8px;
}

.ProductPrice
{
font-size:16px;
font-weight:bold;
margin-bottom:7px;
}
.ProductAdd
{
margin-top:20px;
}
.ProductAdd a
{
display:block;
text-decoration:none;
border:1px solid #000;
font-size:10px;
text-transform:uppercase;
width:104px;
height:14px;
padding-top:3px;
text-align:center;
}
.ProductAdd a:hover
{
background-color:#000;
color:#fff;
}



/* End of 'shop' */

