/*
Bathstore relatedDirectory styles:
--
Bathstore Blue:	#0099CC
Light Grey:		#f1f1f1
Dark Grey:		#999999
*/

#relatedDirectory {
	border:1px dashed #999999;
	background:url(/new-images/bg-productGrid.png) #FFFFFF repeat -2px top;
	margin-bottom:20px;
}

#relatedDirectory h3 {
	font-size:1.2em;
	margin:0px;
	padding:5px;
	border-bottom:1px dashed #999999;
	background-color:#EFEFEF;
}

#relatedDirectory ul {
	margin:0px !important;
	padding:0px;
}

#relatedDirectory ul li {
	float:left;
	width:257px;
	margin:0px;
	padding:5px 5px 5px 10px;
	list-style: url(/new-images/bullet-left-nav.png) inside;
}
