﻿/* Collection Section */
/*h1
{
	font-family:Cambria, Georgia, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:1.3em;
}*/

.CollectionSection 
{ 
	margin-right: -25px;	
}

.CollectionSection .CollectionImage
{
	float: left;
	padding: 0 10px 10px 0;
}

.CollectionSection .ProductsList 
{ 
	/*border:#dfdcd9 1px solid;	*/
}

.CollectionSection .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;
}

.CollectionSection #ProductImage 
{
	/*width: 185px;*/
	height: 194px;	
	margin-bottom: 10px;	
	
}

.CollectionSection #ProductImage img
{
	margin: auto;
	border:#dfdcd9 1px solid !important;
}

.CollectionSection #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;
}

.CollectionSection #ProductButton a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 2px;
}

