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