﻿/* -- style for navigating through sub categories -- */
#ProductCategory
{
	height: 170px;
	margin-right: 30px;
	padding-right: 20px;
	border-right: solid 1px #dedede;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
}

/* -- Product Group Styles -- */
#ProductGroup
{
	height: 250px;
	margin-right: 30px;
	border-right: solid 1px #dedede;
	padding-right: 20px;
	margin-bottom: 20px;
}

	#ProductGroup .ProductGroupLink
	{
		padding: 0; margin: 0; border: 0;
		margin-top: 8px;
		font-size: 85%;
		text-transform: uppercase;
	}
		#ProductGroup .ProductGroupLink a
		{
			color: #666666;
		}

	#ProductGroup .ProductGroupDescription
	{
		padding: 0; margin: 0; border: 0;
		font-size: 80%;
	}
	#ProductGroup .ProductGroupPrice
	{
		padding: 0; margin: 0; border: 0;
		margin-top: 3px;
		font-size: 85%;
	}
		#ProductGroup .ProductGroupPrice a
		{
				color: #444444;
		}

/* -- Product Styles -- */
#Product
{
	margin-top: 30px;
}

	#Product #ProductPic
	{
		float: left;
	}

	#Product #ProductInfo
	{
		width: 360px;
		float: left;
	}

	
	#ProductTitle
	{
		font-size: 85%;
		color: #ff3399;
		text-transform: uppercase;
	}
			
	#ProductDescription
	{
		font-size: 85%;
	}

	#ProductPricing
	{
		margin-top: 20px;
		font-size: 80%;
		font-weight: bold;
	}
		#ProductPricing #ProductStock
		{
			font-size: 110%;
			font-weight: normal;
			color: #ff3399;
		}

		#ProductPricing #BuyButtons
		{
			padding-top: 20px;
		}
		
	#ProductPricing label
	{
		width: 60px;
		float: left;
		padding-top: 6px;
	}
