﻿
@import "../default/StyleSheet.css";
@import "../default/ShapeBoxes.css";

.categorySelection H1
{
	color:#ffffff;
}

.BrowseCategoryDetails H2, .ProductDetail H2, .categorySelection H2, .CrossSell H2, .TitleBar H2, .NewCatBrowseItem H3
{
	color:#ffffff;
	background:url(images/nav-right-blue.gif);
	background-repeat:no-repeat;
	background-position:top right;
	border-left:solid 1px #11527b;
	border-bottom:solid 1px #11527b;
	background-color:#4c6ab5;
}

.BasketTable TH
{
	background:url(images/nav-mid-blue.gif);
	background-repeat:repeat-x;
	background-color:#4c6ab5;
	color:#ffffff;
}
#breadCrumb B
{
	color:#11527b;
}
#breadCrumb A
{
	color:#666666;
	text-decoration:none;
}

.tableftSelected
{
	background:url(images/nav-left-blue.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#4c6ab5;
}
.tabSelected
{
	background:url(images/nav-mid-blue.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#4c6ab5;
}


	H3.FeatureTitle_selected_
	{
		background:url(images/nav-right-blue.gif);
		background-position:top right;
		background-repeat:no-repeat;
		border-left:solid 1px #11527b;
		border-bottom:solid 1px #11527b;
		color:#ffffff;
		background-color:#4c6ab5;
	}
.blue .quickBasket 
{
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	font-size:11px;
	background:url(images/box-search.gif);
	background-repeat:no-repeat;
	height:54px;
	margin-bottom:10px;
	background-color: Transparent;
}
	.quickBasket H4
	{
		margin-top:0px;
		margin-bottom:5px;
		font-size:12px;
	}
	.quickBasket A
	{
		color:#ffffff;
		text-decoration:none;
	}