
/* Put orange stuff here */


h1.ProductName
{
	background-image: url(../../images/header-decoration-orange.gif);
}

h1.ProductName span.HeaderDecoration
{
	background-image: url(../../images/header-decoration-orange.gif);
}


.Product .Image
{
	background-image: url(../../images/product-image-bg-orange.gif);
}

.Product .ImageGallery div
{
	background-image:url(../../images/image-gallery-bg-orange.gif);
}

h1.DepartmentHeader
{
	background-image: url(../../images/header-decoration-orange.gif);
}

h1.DepartmentHeader span.HeaderDecoration
{
	background-image: url(../../images/header-decoration-orange.gif);
}

.Departments a.Name
{
	background-image: url(../../images/colours/orange.png);
}

.Departments a.Name:hover
{
	background-position: 100% -250px;
}


#Navigation li.Orange ul li
{
	list-style-image:url(../../images/menu-bullet-orange.gif);
}

#Navigation li.Orange ul 
{
	display: block;
}

.Departments .QuickInfo a span.MoreInfoArrow
{
	color:#ff8226;
}

.ReviewBox h2
{background:#ff8226;}

.ReviewBox div
{
	border:1px solid #ff8226;
}