﻿/* Category Section */
.CategorySection { }

.CategorySection .CategoryImage
{
	float: left;
	padding: 0 10px 10px 0;	
}

.CategorySection .ProductsList { background:url(../imgs/bg-table2.png) top repeat-x; padding-top: 2em; }

.CategorySection .ProductsList .ProductList 
{
	float:left; 	
	text-align:center; 	
	padding:0; 
	margin:1em; 		
	width: 200px;	
}

.CategorySection div.ProductsList div.ProductList a.ProductName 
{
	display: block;
	text-decoration: none;
	color: #b30000;
	margin-top: 0.5em;
	font-weight: bold;
}

.CategorySection div.ProductsList div.ProductList a.ProductImage img 
{
   width: 200px;
}