
#Breadcrumbs
{
	font-size: 12px;
	margin-bottom: 16px;
}

ul.Departments li
{
	color: #CC992F;
	text-align: left;
	text-decoration: none;
}

ul.Departments li a
{
	color: #CC992F;
	text-decoration: none;
}
ul.Departments li ul
{
	margin: 0;
	padding: 0;
}
ul.Departments li ul li
{
	font-size: 10px;
	list-style: none;
	margin: 0 0 -6px 0;
	padding: 0;
}
ul.Departments li ul li a
{
	color: Black;
	font-weight: normal;
}
ul.Departments li ul li
{
	display: none;
}

ul.Departments li:hover ul li
{
	display: block;
}

#TertiaryContent img.MainLogo
{
}
#TertiaryContent .DepartmentLogo
{
	text-align: center;
	margin-bottom: 30px;
}

/*retail products styling*/

.Product
{
	overflow:auto;
	height:100%;
	margin-bottom:2em;
}
.ProductContainer .Image
{
	float: left;
	padding-right: 30px;
	height:180px;
}
.ProductContainer .Description
{
	font-size: 11px;
	text-align: justify;
}
.ProductContainer .Description p
{
	margin: 0;
	padding: 0;
}
.ProductContainer .Description h3
{
	color: #C8A458;
	font-size: 11px;
}

.ProductContainer .Price
{
	text-align: right;
	font-weight: bold;
	margin: 0;
}

.ProductContainer .AddToBasket
{
	font-size: 11px;
	border-top: 1px solid #E1CD9B;
	border-bottom: 1px solid #E1CD9B;
	margin: 4px 0 0 110px;
	padding: 6px 0 6px 0;
}
.ProductContainer .AddToBasket .Quantity
{
	float: left;
}
.ProductContainer .AddToBasket .Quantity input
{
	width: 20px;
	text-align: center;
	margin: 0 18px 0 18px;
	border: 1px solid black;
}
.ProductContainer .AddToBasket .AddLink
{
	text-align: right;
}
.ProductContainer .AddToBasket .AddLink a
{
	color: #E18496;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.ProductContainer .AddToBasket .AddLink img
{
	padding-left: 12px;
}


#PrimaryContent .DepartmentIntro ul li
{
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 8px;
}



.XSell
{
	padding: 12px;
	width: 200px;
}
.XSell h2
{
	margin: 0 0 12px 0;
}
.XSell div
{
}
.XSell div p
{
	font-weight: bold;
	background: #666;
	color: #E2C286;
	padding: 2px;
}
.XSell div p a
{
	color: #E2C286;
	text-decoration: none;
	margin-left: 6px;
	font-size: 10px;
}

.XSell div p span.MoreInfo
{
	font-weight: normal;
}


.DefaultDepartments
{
	margin: 0;
	padding: 0;
}

.DepartmentDepartments
{
	width: 80%;
}

.DefaultDepartments div, .DepartmentDepartments div
{
	height: 180px;
	width: 140px;
	border: 1px solid #959595;
	margin: 0 6px 6px 0;
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}


/*///////////////////////////////////////////////*/

#ProductMenu
{
}

/* Secondary product navigation */
#Products
{
	margin: 0 0 0 10px;
	padding: 0;
	width: 15em;
	background: #fff;
	z-index: 100;
}

#Products li
{
	display: block;
	padding: 0;
	margin: 0;
}
#Products li a
{
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	color: #CC992F;
}
#Products li a:hover
{
	color: #000;
}

#Products ul,
#Products ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#Products ul
{
	margin-left: 20px;
	display: none;
}

#Products ul li
{
	margin-top: 5px;
}

#Products ul a
{
	font-weight: normal;
}

#Products a.Active
{
	color: Black;
}

/* http://www.w3.org/TR/CSS2/selector.html#adjacent-selectors */
#Products a.Active + ul
{
	display: block;
}
