﻿/* Category1 Section */
/*h1
{
	font-family:Cambria, Georgia, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:1.3em;
}*/

.Category1Section 
{ 
	margin-right: -25px;
}

.Category1Section .Category1Image
{
	float: left;
	padding: 0 10px 10px 0;
}

.Category1Section .ProductsList 
{ 
	/*border:#dfdcd9 1px solid;	*/
}

.Category1Section .Product
{
	background-color:#f8f7f6;
	border:#dfdcd9 1px solid;
	color:#000;
	font-size:0.9em;
	width:188px;
	height:263px;	
	text-align:center;
	padding: 14px 10px;
	float: left;	
	margin: 20px 25px 20px 0px;
}

.Category1Section #ProductImage 
{
	/*width: 185px;*/
	height: 194px;	
	margin-bottom: 10px;	
	
}

.Category1Section #ProductImage img
{
	margin: auto;
	border:#dfdcd9 1px solid !important;
}

.Category1Section #ProductButton
{
	border:#018586 1px solid;
	border-bottom:#006465 1px solid;
	background:#00a9aa url(../imgs/bg-btn.gif) bottom repeat-x;
	color:#fff;
	height:21px;
	width: 100px;
	margin: 0 auto;
}

.Category1Section #ProductButton a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 2px;
}

.RootCollectionSection { padding-top: 2em; }

.RootCollectionSection div.RootCollectionList {
	float:left; 	
	text-align:center; 	
	padding:0; 
	margin:1em; 		
	width: 200px;
}

.RootCollectionSection div.RootCollectionList a.CollectionTitle 
{
	display: block;
	text-decoration: none;
	color: #b30000;
	margin-top: 0.5em;
	font-weight: bold;
}

