/* Products Mod */

.Select /* */
{ 
	
}

.productCategory{
	width:550px;
   font-size: 16px;
	font-family:lucida sans,arial,verdana;
	font-weight:bold;
	color:#ffffff;
	background-color:#3D051E;
	padding: 0px;
	padding-left:2px;
	
}

.productSubCategory{
	width:550px;
   font-size: 14px;
	color:#3D051E;
	font-family:lucida sans,arial,verdana;
	padding:5px;
}

.prodThumbnail{
	display:inline;
	float:left;
	background-color:white;
	width:110px;
	height:140px;
	font-size:10px;
	text-align:center;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:4px;
}

.prodLink {
	color: Black;
}

.notPageSelected 
{
	text-decoration:underline;
}

.pageselected 
{
	
}

.prodListAlternate
{
	background-color:silver;
}

