
#Breadcrumbs
{padding: 0 0 12px 0}

.Departments
{
	margin-top:36px;
	margin:0;
	
	
}
#PrimaryContent .Departments ul
{
	margin:0;
	padding:0;
 }

#PrimaryContent .Departments li
{
	list-style:none;
	width:120px;
	float:left;
	margin:0 1.5em 2em 0;
	text-align:center;
}
.Departments ul li a
{
	color:#833064;
	font-weight:bold;
}



.Department
{
	background:red;
}

/*ProductDetails*/

/* Positioned product details div to be shown on mouseover */

#PrimaryContent .ProductDetails
{
	width:182px;
	float:left;
	display: none;
}

.ProductDetails
{
	text-align:center;
	/*position: absolute;*/
}

.ProductDetails h1
{
	font-weight:bold;
	color:#40BF80;
	/*text-decoration:underline;*/
	/*margin-bottom:1px;*/ /*ff doesnt clear the underline without this*/
}

#PrimaryContent .Product
{
	width:370px;
	float:right;
	border-left:1px dashed gray;
	padding:0 0 0 8px;
	height: 430px;
}

.Product table
{
	margin:0;
	border-collapse:collapse;
	width: 100%;
}
.Product table tr.Thead
{
	background:#EAEAEA;
}
.Product table th
{
	text-align:left;
	color:#833064;
}

.Product table td
{
	margin:0;
	padding: 2px 4px 2px 0;
	border-collapse:collapse;
	vertical-align:middle;
	color:#833064;
}

.Product th.Name
{
}

.Product th.Price
{
	text-align: right;
	padding-right: 8px;
}

.Product th.Quantity
{
	width: 62px;
}

.Product table td.Price
{
	text-align: right;
	padding-right: 8px;
}

.Product table td input
{
	text-align:center;
	/*width:26px;*/
	padding:0;
}

.Product table td.AddButton
{
	text-align:right;
	padding-right: 0;
}

.Product table td.AddButton input
{
	text-align:center;
	width:100px;
	padding:0;
}

.Product table td.Quantity 
{
	white-space: nowrap;
	padding-right: 0;
}

.Product table td input.Quantity
{
	width: 26px;
}

.Product table td.Quantity img,
.Product table td.Quantity input
{
	margin-right: 3px;
}

#PrimaryContent .Product table a
{
	text-decoration: none;
}

.Paging
{
	clear: both;
	text-align: right;	
	
}

.ProductDetails .Price
{
	font-weight:bold;
	font-size:16px;
	color:#833064;
}
