/*
Bathstore header styles:
--
Bathstore Blue:	#0099CC
Light Grey:		#f1f1f1
Dark Grey:		#999999
*/
#content #header a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
}

#content #header ul,
#content #header li {
	list-style:none;
	margin:0px;
	padding:0px;
}

#content #header #headerBrochure,
#content #header #headerFindStore {
	display:block;
	float:left;
	width:140px;
	margin:10px 0px 0px 0px;
	padding:15px 10px 15px 40px;	
}

#content #header #headerBrochure {
	background:url(/new-images/header-brochure-icon.png) no-repeat 15px 8px;
}

#content #header #headerFindStore {
	background:url(/new-images/header-find-store-icon.png) no-repeat 15px 8px;
}

#content #header .headerSearch {
	float:left;
	width:190px;
	margin:10px 0px 0px 0px;
	padding:10px;	
}

#content #header .headerSearch label {
	display:none;
}

#content #header .headerSearch #searchBox {
	float:left;
	width: 100px;
	margin: 1px 4px;	
	padding:3px;
	padding-bottom: 4px;
	border:1px solid #999999;
	color:#666666;
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height: 17px;
	
}

#content #header .headerSearch button.blue {
	float:left;
	font-size:0.9em;
	margin:-1px 0px 0px 0px;
}

#content #header #headerLinks {
	float:right;
	width:240px;
	margin-right: 6px;
	padding:15px 0px 15px 0px;

}

#content #header #headerLinks li, #content #header #headerLinks li.last {
	float:right;
	border-left:1px solid #999999;
	margin:0px;
	padding:0px;	
}

#content #header #headerLinks li.last {
	border-left: 0px;
}


#content #header #headerLinks li a {
	padding:5px;
	font-size: 10px;
}


#content #header #headerTabNav {
	display:inline-block;
	width:820px;
	float:left;
	margin-left:10px;
	margin-bottom:-3px;
}

#content #header #headerTabNav li {
	float:left;
	background:url(/new-images/tab-button-right-end-grey.png) no-repeat right top;
	margin:0px;
	padding:0px;
	border-bottom:3px solid #0099CC;
}

#content #header #headerTabNav li a {
	text-transform: uppercase;
	font-weight:normal;
	color:#FFFFFF;
	background:url(/new-images/tab-button-left-end-grey.png) no-repeat left top;
	display:inline-block;
	margin:0;
	padding:10px 10px 2px 10px;
	font-size: 10px;
}

#content #header #headerTabNav li.selected,
#content #header #headerTabNav li:hover {
	background:url(/new-images/tab-button-right-end-blue.png) no-repeat right top;
}

#content #header #headerTabNav li.selected a,
#content #header #headerTabNav li:hover a {
	background:url(/new-images/tab-button-left-end-blue.png) no-repeat left top;
}

#content #header #headerBasket {
	float:right;
	width:200px;
	margin:0px 8px 0px 0px;
	padding:0px;
}

#content #header #headerBasket ul {
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}

#content #header #headerBasket li {
	margin:0px;
	padding:0px;
	font-size: 10px;
	line-height:1.5em;
}

#content #header #headerBasket #basketButton {
	margin-top:0px;
	float:right;
}

#content #header #headerBasket #basketButton {
	margin-left:5px;
}

#content #header #headerBasket #basketButton .text {
	font-size:1.3em;
	font-weight:bold;
}
