/* shop CSS file */

/*** main categories ***/

.shoppingCategories 
{
	clear: both;
	margin-top: 20px;
	width: 590px;
	float: left;
}
.categoryHolder
{
	height: 120px;
	border: 1px solid black;
	width: 180px;
	float: left;
	position: relative;
}
.middleHolder
{
	left: 22px;
}
.rightHolder 
{
	float: right;
}
.shoppingCaption 
{
	position: relative;
	width: 180px;
	margin-top: 0px;
	height: 20px;
	background: #CCCCFF;
	text-align: center;
	
}

.shoppingCategories a:link 
{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;

}
.shoppingCategories a:visited
{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;

}

.shoppingCategories a:hover
{
	text-decoration: underline;
	color: #990000;
	
}
.shoppingCategories a:active
{
	text-decoration: none;
	color: #333333;
}

.productWrapper
{
	clear: both;
	float: left;
	width: 590px;
	border-bottom: 1px solid #666666;
}

.product
{
	width: 180px;
	float: left;
	position: relative;
	text-align: center;
}
.productMiddle
{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 198px;
	left: 13px;
}
.productRight
{
	float: right;
}
.productImage
{
	width: 180px;
	height: 180px;
	margin: 0 auto 0 auto;;
}

.productTitle
{
	text-align: left;
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #669966;
	width: 176px;
	margin: 0 auto 0 auto; 
}
.productDescription
{
	text-align: left;
	width: 176px;
	margin: 0 auto 0 auto; 
}

#breadcrumb
{
	font-size: 8pt;
	font-style: italic;
	float: left;
	position: relative;
	width: 590px;
	text-align: left;
}
#breadcrumb a
{
	font: bold 8pt Arial, Helvetica, sans-serif;
	
	color: #339966;
	text-decoration: underline;
}

#breadcrumb a:link { color: #339966; }
#breadcrumb a:visited { color: #339966; }

#breadcrumb a:hover
{
	color: #FF9900;
}
#breadcrumb a:active { color: #339966; }