#pageContent #productDetailInfo p.description table.hhTable {
color:blue;
	}



.hhGreenBox {
	background-color:#009966;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	text-align:center;
	height:30px;
	font-size:13px;
	padding-top:10px;
	}


/* ------------------Home Page --------------------*/

#frontImage {
	background:url(../templateimages/home.jpg);
	width:700px;
	height:593px;
	position:relative;
	}
	
#frontImage a.front1, #frontImage a.front2, #frontImage a.front3, #frontImage a.front4, #frontImage a.front5  {
	position:absolute;
	}
	
#frontImage a.front1 {
	top:67px;
	left:28px;
	}
	
#frontImage a.front2 {
	top:83px;
	right:114px;
	}
	
#frontImage a.front3 {
	bottom:32px;
	left:20px;
	}
	
#frontImage a.front4 {
	left:240px;
	bottom:50px;
	}
	
#frontImage a.front5 {
	bottom:33px;
	right:15px;
	}						


	


/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}
	
/*
html {
	background:#070A10 url(../templateimages/htmlBg.gif) center 73px repeat-x;
	}	
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:center;
	/*background:url(../templateimages/bg4.jpg) center 73px no-repeat;*/
	line-height:1.5em;
	}
	
#page {
	background:#fff url(../templateimages/pageBG.jpg) right 0px no-repeat;
	position:relative;
	z-index:1;
	width:950px;
	margin:0 auto;
	padding:265px 15px 0px 15px;
	text-align:left;
	}
	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#666;
	}
	
a:hover {
	text-decoration:underline;
	}

textarea:focus, input:focus{
	outline:none
	}
	
	
/* -----------------  Header  -------------------------------- */

#topHeader {
	background-color:#003D7C;
	height:75px;
	width:100%;
	position:relative;
	z-index:1;
	}
	
#topHeader #topHeaderInner {
	width:980px;
	margin:auto;
	height:58px;
	padding-top:17px;
	position:relative;
	z-index:1;
	}	

#header {
	position:relative;
	height:263px;
	margin:0px 0px 20px 0px;
	color:#333;
	width:980px;
	z-index:0;
	margin:auto;
	background-color:none;
    border:1px solid red;
	}

#header h1 {
	}
	
#topHeader #topHeaderInner #mainLogo {
    float:left;
	}
	
#header #mainTitle {
	position:absolute;
	left:158px;
	top:36px;
	}

#header img.banner {
	position:absolute;
	top:73px;
	right:270px;
	}

.brochureTitle {
	position:absolute;
	top:20px;
	left:270px;
	}

/* Top Corner navigation ------------------------------------------------------------*/
	
#topHeader #topHeaderInner ul#topNav {
	position:absolute;
	right:60px;
	bottom:0px;
	z-index:5000;
	}
	
#topHeader #topHeaderInner ul#topNav li {
	float:left;
	text-align:center;
	list-style:none;
	margin:0px 0px 0px 10px;
	}

#topHeader #topHeaderInner ul#topNav li.first {
	background-image:none;
	}

#topHeader #topHeaderInner ul#topNav li a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:13px 15px 0px 15px;
	height:28px;
	color:#FFFFFF;
	margin:0px 6px 0px 0px;
	display:block;
	background-color:#809EBE;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#809EBE), to(#6684A4));   
	-moz-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	}
	
#topHeader #topHeaderInner ul#topNav li a:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6684A4), to(#6684A4));   
	}


/* -------------------- Account rollover list ----------------- */

#header #accountPopUp {
	background-color:#fff;
	display:none;
	border:2px solid #C5EBD7;
	position:absolute;
	top:23px;
	right:112px;
	height:400px;
	width:200px;
	z-index:100;
	}
	
#header #accountPopUp ul {
	margin:0px;
	padding:5px 10px;
	list-style:none;
	}
	
#header #accountPopUp ul li {
	line-height:2.2em;
	font-size:11px;
	}
	
	
/* -------------------- Search box -------------------------- */

#header .sales {
	position:absolute;
	left:400px;
	top:11px;
	}

a.adSocial {
	float:right;
	margin:10px 0px 20px 0px ;
	}
	
#topHeader #search {
	position:absolute;
	z-index:2;
	color:#333;
	bottom:0px;
	left:400px;
	width:336px;
	height:40px;
	padding:0px;
	background-color:#809EBE;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#809EBE), to(#6684A4));   
	-moz-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	} 
	
#topHeader .searchForm {
	position:relative;
	padding:0px;
	height:18px;
	}
	
#topHeader .searchField {
	position:absolute;
	top:5px;
	left:5px;
	padding:2px 10px;
	margin:0px;
	width:246px;
	height:24px;
	font-family:Georgia, Serif;
	font-size:14px;
	font-style:italic;
	color:#5980AA;
	border:1px solid #E6ECF2;
	background-color:#E6ECF2;
	-moz-border-radius:7px;
	border-radius:7px;
	}
	
#topHeader .searchSubmit {
	position:absolute;
	top:5px;
	right:14px;
	color:#333;
	font-size:11px;
	background-color:transparent;
	border:none;
	text-decoration:none;
	cursor:pointer;
	width:29px;
	height:29px;
	}
	
#topHeader #search a { /* Advanced search link */
	color:#fff;
	text-decoration:underline;
	float:right;
	margin-right:10px;
	font-size:10px;
	}
	
/* Mini basket --------------------------------------------------- */	

#header #miniBasket {
	position:absolute;
	top:12px;
	right:0px;
	margin-right:0px;
	text-align:right;
	z-index:5000;
	display:none;
	}
	
#header #miniBasket em {
	font-style:normal;
	}

#header #miniBasket .basketTotal em {
	font-weight:bold;
	}
#header #miniBasket  #basketPopUp {
 	visibility:hidden;
	background:transparent url(../templateimages/basketPopUp_bg.png) right top no-repeat;
	position:absolute;
	top:48px;
	right:120px;
	height:190px;
	width:260px;
	padding:80px 40px 80px 80px;
	z-index:10;
	text-align:center;
	color:#333;
	}
	
#header #miniBasket  #basketPopUp a.btnSmallMB{
	}
	
#header #miniBasket #basketResult {

	}
	
#header #miniBasket #basketButtons {
	position:absolute;
	bottom:8px;
	right:12px;
	}
	
	
#header #miniBasket #basketButtons li {
	list-style-type:none;
	float:left;
	margin:0px 0px 0px 10px;
	}
	
#header #miniBasket #basketButtons li a {
	color:#333;
	font-weight:bold;
	}	
	
#header #miniBasket  #basketPopUp a.btnSmallMB{
	float:left;
	margin:-8px 0px 0px 30px;
	display:block;
	width:81px;
	height:10px;
	padding:2px 0px 7px 0px;
	color:#000;
	border:none;
	cursor: pointer;
	text-align:center;
	font-weight:bold;
	}
	
#header #miniBasket  #basketPopUp img{
	position:absolute;
	top:42px;
	right:40px;
	border:none;
	}
	
/* Currency selctors -------------------------------------------*/

#currencies {
	display:none;
	visibility:hidden;
	}
	
#currencies img {
	border:none;
	margin:0px 5px;
	}
	
#currencies a:hover {
	text-decoration:none;
	}
	
	
/* ------------------Navigation in header Home, FAQs etc -------*/	
#mainNav {	
	position:absolute;
	bottom:15px;
	right:0px;
	width:930px;
	padding:0px 10px;
	z-index:3000;
	height:32px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#CCCCCC;
	display:none;
	}

#menu {
	height:29px;
	position:relative;
	float:left;
	z-index:5000;
	}

#menu li {
	float:left;
	text-align:center;
	list-style-type:none;
	margin:0px 0px 0px 2px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	}


#menu li a {
	display:block;
	/*padding:7px 10px 6px 10px;*/
	height:20px;
	padding:6px 10px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	}


	
	
#menu li a:hover, #menu li a.currentTab {
	color:#809EBE;
	background-color:#666;

	}

#menu .topcat {
	position:relative;
	
}
	
#menu .topcat a {
	display:table-cell;
	vertical-align:middle;
	}





	

/* drop down styles	*/

div.catPullOut {
	position:absolute;
	z-index:5000;
	display:none;
	color:#333;
	background-image:none;
	width:180px;
	background-color:#777;
	top:32px;
	border-top:5px solid #E4B702; 
	}

#menu ul.pullDown {
	display:block;
	width:180px;
	height:auto;
	padding:20px 0px;
	margin:0px;
	float:left;
	}
		
#menu ul.pullDown li{
	width:160px;
	padding:0px 10px 0px 10px;
	margin:0px;
	background-image:none;
	color:#444;
	height:22px;
	}

	
#menu ul.pullDown li a  {
	background-image:none;
	text-align:left;
	font-size:11px;
	color:#fff;
	width:154px;
	padding:0px;
	text-transform:none;
	height:22px;
	padding-left:6px;
	}
	
#menu ul.pullDown li a:hover {
	background-image:none;
	background-color:transparent;
	font-size:11px;
	color: #fff;
	background-color:#E4B702;
	}
	
/* --------------------------Categories -----------------------*/
#left {
	width:220px;
	padding:0px;
	margin:-228px 0px 0px -15px;
	float: left;
	z-index:3000;
	position:relative;
	background:#003D7C;
	-moz-border-radius:8px;
	border-radius:8px;
	}
	
#left .navTop 
{
    position:absolute;
    top:-61px;
    left:10px;
}
	
#left .simpleBox {	
	border:1px solid #ccc;
	background-color:#f1f1f1;
	}
	
#left .simpleBox img {	
	margin-left:7px;
	}
	
#left .simpleBox p {	
	padding:10px 25px;
	}
	
#left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:20px;
	padding:17px 0px 0px 25px;
	display:block;
	height:33px;
	width:193px;
	background-color:#831A55; /* ie only - no gradients yet */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#831A55), to(#A42169));   
	border:1px solid #8E5E8E;
	border-bottom:1px solid #D6D6D6;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	font-weight:normal;
	}
	
#left ul {
	background:#003D7C;
	margin:0px 0px 20px 0px;
	line-height:20px;
	padding:30px 20px 10px 20px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	}
	
#left ul li{	
	list-style:none;
	height:30px;
	border-bottom:1px solid #cecece;
	padding:8px 0px 0px 0px;
	}
	
#left ul li a {
	display:block;
	height:20px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	width:170px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:2px 0px 2px 10px;
	}
	
#left ul li a:hover, #left ul li a.over{
	color:#fff;
	background-color:#809EBE;
	}
	
#left p {
	margin:10px 0px 0px 0px;
	line-height:1.6em;
	}
	
#left .speaker 
{
    margin:0px 0px 0px -21px;
    border:none;
}	
	
#left .speaker:focus 
{
    border:none;
}	
	
#left .speakerLogo 
{
    position:relative;
    left:5px;
    padding:0px 0px 10px 0px;
}	




/* ------------------ Recently viewed -------------------------*/
#recentlyViewed {
	clear:both;
	margin:0px 0px 30px 0px;
	background-color:#eaeaea;

	}
	

	
#recentlyViewed p.product {
	clear:both;
	font-size:10px;
	padding:5px 8px 15px 8px;
	border-bottom:1px dotted #aaa;
	color:#333;
	}
	
#recentlyViewed p.product a {
	color:#333;
}

#recentlyViewed p.product .productPrice{
	font-weight:bold;
	color:#CC0000;
	}	

	
#recentlyViewed p.image {
	clear:both;
	margin:8px 0px 0px 8px;
	padding:10px 0px 15px 0px;
	width:185px; /* Set to same as #left - we use this to control the padding and position of the image  */
	background-color:#fff;
	text-align:center;
	}
	
#recentlyViewed p.image a img {
	border:none;
	}
	
#recentlyViewed	#recentViewedShowOpen {
	position:relative;
	bottom:4px;
	font-weight:bold;
	font-size:10px;
	float:right;
	}
	
#recentlyViewed	#recentViewedShowClose {	
	float:right;
	display:none;
	}
	
#recentlyViewed	#recentViewedHidden {
	display:none;
	}
	
/* ------------------ Top sellers -------------------------*/

#topSellers {
	clear:both;
	margin:0px 0px 20px 0px;
	}
	
#topSellers .topProduct {
	border-bottom:1px solid #ccc;
	height:83px;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	}	
		
#topSellers p.product {
	clear:both;
	padding:8px 0px 0px 0px;
	margin:0px;
	height:65px;
	display:block;
	width:120px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:10px;
	line-height:1.35em;
	}
	
#topSellers p span.topDelivery {
	margin-bottom:3px;
	color:#52A3BA;
}	

#topSellers p.product .productPrice{
	font-weight:bold;
	color:#CC0000;
	font-size:10px;
	margin-top:3px;
	}	

#topSellers p.image {
	border:1px solid #ccc;
	clear:both;
	padding:0px 0px 0px 0px;
	width:65px; /* Set to same as #left - we use this to control the padding and position of the image  */
	height:65px;
	position:absolute;
	top:8px;
	left:0px;
	margin:0px;
	}
	
#topSellers p.image a img {
	border:none;
	}
	
#topSellers	#topSellersShowOpen {	
	float:right;
	}
	
#topSellers	#topSellersShowClose {	
	float:right;
	display:none;
	}
	
#topSellers	#topSellersHidden {
	display:none;
	}
	
#topSellers span.deliveryAvailable {
	font-size:9px;
	color:#666666;
	}	
	

/* ------------------ Newsletter -------------------------------*/

#newsLeft {
	background-color:#F4F4F4;
	padding:0px 10px 20px 10px;
	position:relative;
	float:left;
	margin:0px 0px 7px 0px;
	border:1px solid #ccc;
	display:block;
	}


#newsLeft #emailWarning, #newsLeft #nameWarning, #newsLeft #bothWarning {
	font-size:9px;
	visibility:hidden;
	position:absolute;
	bottom:2px;
	left:0px;	
	color:#C00;
	width:100px;
	}
	
#newsLeft .inputWarning {
	background-color:#F5CBE9;
	}

#newsLeft #feedback p {
	font-size:10px;
	line-height:1.2em;
	color:#666;
	padding:0px 0px 5px 0px;
	height:35px;
	margin-top:18px;
	}

#newsLeft label {
	font-size:10px;
	}
	
#newsLeft .newsletterEmail {
	width:171px;
	border:1px solid #999999;
	margin:5px 0px 10px 0px;
	height:26px;
	padding-left:5px;
	background-color:#CCCCCC;
	}
	
#newsLeft .newsletterSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	float:right;
	background-color:#EC8A2D;
	width:30px;
	height:20px;	
	}
	
	
		
	
/* ------------------ Breadcrumbs -------------------------------*/


#breadcrumb {
	color:#666666;
	background-color:#ECECEC;
	position:absolute;
	top:-32px;
	left:0px;
	height:24px;
	text-decoration:none;
	display:block;
	width:690px;
	padding:13px 16px 5px 27px;
	}	

#breadcrumb a {
	color:#831A55;
	font-family:Georgia, Serif;
	font-size:18px;
	text-decoration:none !important;
	border:none;
	margin-left:0px;
	}
	

	


/* -- Main content styled in dynamic.css --------------------------------------------------------- */


/*---------------------  Site map -------------------------------------------- */

#sitemap {
	clear:both;
	padding:5px 0px 20px 0px;
	margin-top:30px;
	border-top:3px solid #333;
	background:#fff url(../templateimages/footerBG.jpg) left top repeat-x;
	}
	
#sitemap .sitemapList {
	list-style-type:none;
	width:115px;
	float:left;
	margin-left:7px;
	}
	
#sitemap .sitemapList li{
	padding-bottom:8px;
	}
	
#sitemap .sitemapList .topSitecat a, #sitemap .sitemapList .topSitecat {	
	font-weight:bold;
	color:#000;
	}
		
#sitemap .sitemapList .subSitecat {	
	
	}
	
/*---------------------  Footer -------------------------------------------- */

#footer 
{
    position:relative;
    left:-15px;
	background:transparent url(../templateimages/footerBG.png) 0px top no-repeat;
	background-color:transparent;
	font-family:Arial, Verdana, Sans-Serif;
	clear:both;
	height:175px;
	width:969px;
	margin:0 auto;
	padding:0px 15px 0px 15px;
	color:#000;
	}

#footer p 
{
    position:absolute;
    left:0px;
    top:0px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	}

#footer p.friendly 
{	
	font-family:"Arial Narrow", Arial, Verdana, Sans-Serif;
    left:14px;
    top:21px;
	font-size:14px;
}

#footer p.independent 
{	
    left:14px;
    top:44px;
    width:590px;
    line-height:1.4em;
}

#footer p.independent a
{	
	color:#fff;
	text-decoration:underline;
}

#footer p.delivery 
{	
	font-family:"Arial Narrow", Arial, Verdana, Sans-Serif;
    left:422px;
    top:110px;
    color:#ff0;
    font-weight:bold;
    font-size:14px;
}

#footer p.instore 
{	
    left:422px;
    top:130px;
    font-weight:bold;
}

#footer p.pricing 
{	
    left:800px;
    top:21px;
    color:#FDD27B;
    font-size:11px;
    line-height:1.15em;
    width:169px;
}

#footer p.termsFooter 
{
    left:330px;
    top:9px;
    background-color:#fff;
    border:1px solid #809EBE;
    color:#333;
    width:638px;
    height:144px;
    padding:5px 10px;
    z-index:100;
    display:none;
	-moz-border-radius:5px;
	border-radius:5px;
}

#footer p.termsFooter .termsClose
{
    cursor:pointer;
    color:#069;
    text-decoration:underline;
    float:right;
    font-weight:bold;
}
    
#footer .storeFinderLink {
    position:absolute;
    left:830px;
    top:30px;
    border:none;
}
    
#footer .storeFinderLink img{
    border:none;
}


/* Misnellaoueous --------------------------------------------------------------------*/

.noborder {
	border:none;
	} 
	
.clear {
	clear: both;
	height:1px;
}
