#storeMenu li
	{
	list-style:none;
	margin-bottom:3px;
	}
#storeMenu a
	{
	border:1px solid #000080;
	height:22px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000080;
	padding:4px 20px 4px 4px;
	line-height:22px;
	text-align:right;
	text-decoration:none;
	background:#ffffff url(storemenuoff.jpg) no-repeat;
	}
#storeMenu a:hover
	{
	background-image:url(storemenuon.jpg);
	color:#8080FF;
	}
	
#topBarBlue
	{width:100%;margin-bottom:5px;}
#topBarBlue td
	{background-color:#000080;font-size:8px;background-repeat:no-repeat;line-height:10px;}
#topBarBlue td.c
	{width:10px;height:10px;}
	
#directoryPath
	{text-align:left;display:inline-block;padding:0px 5px 5px 5px;}
#directoryPath a,#directoryPath span
	{font-size:12px;color:#000080;margin:0px;padding:0px;}
#directoryPath span.b
	{font-weight:bold;}
#directoryPath a:hover
	{color:#0000ff;}
	
#topSubMenu
	{display:inline-block;padding:5px;padding-bottom:0px;}
#topSubMenu span
	{color:#fff;font-size:12px;font-weight:bold;float:left;line-height:30px;}
#topSubMenu a
	{color:#fff;display:inline-block;font-size:12px;line-height:14px;padding:5px;margin:2px;border:1px solid #fff;height:14px;text-align:center;float:left;font-weight:bold;text-decoration:none;}
#topSubMenu a:hover
	{text-decoration:underline;}
	
	
#basketButton a
	{
	height:42px;
	width:102px;
	display:block;
	font-size:16px;
	font-weight:bold;
	font-weight:bold;
	color:#8080ff;
	padding:4px 44px 4px 4px;
	line-height:42px;
	text-align:right;
	text-decoration:none;
	background:#ffffff url(basketoff.png) no-repeat;
	margin-bottom:20px;
	}
#basketButton a:hover
	{
	background-image:url(basketon.png);
	color:#000080;
	}
div.productDescription
	{
	clear:both;
	border:3px solid #000080;
	border-bottom:0px;
	background:#dfdfff;
	min-height:153px;
	}
div.productDescription img
	{
	border-style:solid;
	border-color:#000080;
	border-width:0px 0px 3px 3px;
	float:right;
	margin:0px 0px 0px 5px;
	height:150px;
	width:150px;
	}
div.productDescription h5
	{
	display:inline-block;
	margin:0px 5px 1px 0px;
	float:left;
	clear:both;
	background:#000080;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:verdana, sans-serif;
	padding:7px;
	}
div.productDescription h5 a
	{
	display:inline;
	color:#fff;
	text-decoration:none;
	}
div.productDescription p
	{
	padding:5px;
	font-size:12px;
	text-align:justify;
	}
table.productTable
	{
	clear:both;
	width:100%;
	border-style:solid;
	border-color:#000080;
	border-width:3px 3px 2px 3px;
	}
table.productTable th
	{
	padding:2px 2px;
	background:#000080;
	color:#ffffff;	
	font-size:14px;
	font-weight:bold;
	}
table.productTable .productId
	{
	border-left-width:0px;
	width:100px;
	}
table.productTable th.priceHead
	{
	border-bottom:1px solid #ffffff;
	}
table.productTable td
	{
	border-bottom:1px solid #000080;
	border-left:1px solid #000080;
	color:#000080;
	text-align:center;
	font-family:verdana,sans-serif;
	font-size:13px;
	padding:5px 2px;
	}
table.productTable .per
	{
	width:46px;
	}
table.productTable .price
	{
	font-size:16px;
	width:75px;
	text-align:right;
	}
table.productTable .price span
	{
	font-size:8px;
	display:block;
	}
table.productTable .q
	{
	width:97px;
	text-align:center;
	padding:2px;
	}
table.productTable .qBox
	{
	text-align:center;
	display:block;
	margin:2px auto;
	}
table.productTable a.a
	{
	display:block;
	padding:2px;
	}
table.productTable a.a:hover
	{
	padding:1px;
	border:1px inset #8080ff;
	}
table.productTable img
	{
	}
p.productTableTerms
	{
	color:#808080;
	font-size:10px;
	text-align:center;
	margin-bottom:15px;
	}
p.productERROR
	{
	color:#ffafaf;
	font-size:10px;
	font-weight:bold;
	}
#basketAlertBox
	{
	overflow:hidden;
	position:fixed;
	bottom:0px;
	right:2px;
	height:0px;
	}
#basketAlertBox div
	{
	overflow:hidden;
	width:292px;
	background:#fff url(basketPopup.png) no-repeat;
	border-color:#000080;
	padding:10px;
	height:80px;	
	}
#basketAlertBox	p
	{
	font-size:12px;
	text-align:center;
	line-height:15px;
	}
#basketAlertBox p.headed
	{
	font-size:10px;
	margin-bottom:10px;
	font-weight:bold;
	}
