/* CSS Document */

#main_store_area {
width: 485px;
min-height: 250px;
clear: both;
}

.product {
width: 148px; 
height: 149px;
background-image: url('../images/store_images/product_background.jpg');
background-repeat: no-repeat;
padding: 2px 0px 2px 0px;
text-align: center;
margin: 5px;
float: left;
}

.product p{
margin: 0px;
padding: 0px;
}

.product img{
border: none;
}

#mainContentCnt h2 
{
color: #bc5555;
font-family: Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 10px;
font-weight: normal;
}