/* ------------------MoonLite template stylesheet --------------------*/


* {
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background:url(../templateimages/bg.jpg) repeat-x;
	}
	
#page {
	position:relative;
	z-index:1;
	width:940px;
	margin:0 auto;
	padding:0px 30px;
	text-align:left;
	background:#fff url(../templateimages/headerBg.jpg) no-repeat;
	}
	
/* ------------------ General  --------------------------------*/


a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	z-index:1;
	height:228px;
	margin:0px;
	color:#333;
	width:940px;
	border-bottom:4px solid #666;
	}

#header h1 {
	}
	
#header #benHeath {
	position:absolute;
	top:50px;
	z-index:-1;
	}
	


/* Top Corner navigation ------------------------------------------------------------*/
	
#header #topNav {
	position:absolute;
	top:12px;
	left:-10px;
	}
	
#header #topNav ul{
	position:relative;
	float:left;
	}
	
#header #topNav ul li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	padding:5px 0px;
	color:#999999;
	}
	
#header #topNav ul li.first {
	background-image:none;
	}

#header #topNav ul li a {
	text-decoration:none;
	padding:5px 0px;
	color:#666;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 20px;
	}
	
#header #topNav ul li a img {
	position:relative;
	left:2px;
	top:-2px;
}	
	
#header #topNav ul li a.basketButtons {
	color:#A52238;
}

#header #topNav ul  li a.btnCustomer {
	padding:5px 10px;
	margin-left:10px;
}

#header #topNav ul  li a.btnCustomer:hover {
	text-decoration:underline;
} 
	
#header #topNav ul li a:hover {
	text-decoration:none;
	color:#A52238;
	}
	
#header #topNav ul li ul#customer {
	width:170px;
	float:left;
	background-color:#fff;
	z-index:10000;
	position:absolute;
	display:none;
	padding:7px 0px;
	top:24px;
	left:190px;
	border:1px solid #ccc;
	}
	
#header #topNav ul li ul#customer li {
	width:170px;
	text-align:left;
	margin:0px;
	padding:0px;

	}	
	
#header #topNav ul li ul#customer li a {
	display:block;
	padding:4px 10px 4px 10px;
	margin:0px;
}	

#header #topNav ul li ul#customer li a:hover {
	text-decoration:none;
	background-color:#A52238;
	color:#FFFFFF;
}	

#header #topNav .telephone {
	text-decoration:none;
	padding:25px 0px 5px 0px;
	color:#999;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	margin:0px 20px;
	position:relative;
	top:-3px;
	left:30px;
	}
	
#header #topNav span.quote {
	text-decoration:none;
	padding:0px 0px 0px 0px;
	color:#999;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	margin:0px 20px;
	position:absolute;
	top:13px;
	left:480px;
	width:200px;
	}	
	
/* -------------------- 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 #search {
	position:absolute;
	color:#fff;
	top:10px;
	right:0px;
	width:187px;
	height:25px;
	padding:12px 0px 0px 10px;
	}
	
#header .searchField {
	position:relative;
	top:-4px;
	left:-3px;
	width:125px;
	color:#999;
	border:1px solid #666;
	}
	
#header .searchSubmit {
	position:relative;
	width:50px;
	height:15px;
	top:-4px;
	left:5px;
	color:#fff;
	font-size:11px;
	background-color:#A52238;
	border:none;
	text-decoration:none;
	cursor:pointer;
	}
	
#header #search a { /* Advanced search link */
	color:#fff;
	text-decoration:underline;
	float:right;
	margin-right:10px;
	font-size:10px;
	}
	
/* Mini basket --------------------------------------------------- */

a.twitter {
position:absolute;
top:233px;
left:0px;
}

a.facebook {
position:absolute;
top:233px;
left:120px;
}
	

#miniBasket {
	position:absolute;
	z-index:1;
	top:240px;
	right:0px;
	color:#333;
	}
	
 #miniBasket em {
	font-style:normal;
	}

#miniBasket .basketTotal em {
	font-weight:bold;
	}
 #miniBasket  #basketPopUp {
 	visibility:hidden;
	background:transparent url(../templateimages/minibasket.png) right top no-repeat;
	position:absolute;
	top:14px;
	right:190px;
	width:284px;
	padding:50px 0 30px 40px;
	z-index:10;
	text-align:center;
	color:#333;
	}

#miniBasket  #basketPopUp .message {
	display:block;
	/*background:yellow;*/
	padding-left:20px;
	width:150px;
	line-height:1.4em;
	}
	
	
#miniBasket  #basketPopUp a.btnSmallMB{
	float:left;
	margin:25px 0px 0px 24px;
	width:81px;
	height:10px;
	padding:2px 0px 7px 0px;
	color:#A52238;
	border:none;
	cursor: pointer;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	}
	
 #miniBasket  #basketPopUp img{
	position:absolute;
	top:36px;
	right:36px;
	border:none;
	}
	
/* Currency selectors -------------------------------------------*/

#currencies {
	position:absolute;
	left:5px;
	top:22px;
	}
	
#currencies img {
	border:none;
	margin:0px 5px;
	}
	
#currencies a:hover {
	text-decoration:none;
	}
	
	
/* ------------------Navigation in header Home, FAQs etc -------*/	
#mainNav {	
	position:absolute;
	bottom:0px;
	left:0px;
	width:940px;
	}

#menu {
	display:inline;
	height:22px;
	width:auto;
	}

#menu li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	margin-left:35px;
	width:110px;
	}


#menu li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#777;
	height:19px;
	padding:7px 0px 21px 0px;
	width:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;	
	}
	
#menu li a:hover, #menu li a.currentTab {
	color:#fff;
	background-color:#2a2a2a;
	}

#menu .topcat {
	position:relative;
}
	


div.catPullOut {
	position:absolute;
	z-index:2;
	display:none;
	color:#333;
	background-image:none;
	background-color:#2a2a2a;
	top:47px;
	left:0px;
	}

#menu ul.pullOut {
	display:block;
	width:200px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-image:none;
	background-color:#2a2a2a;
	}
	
#menu ul.pullOut li{
	background-color:#2a2a2a;	
	display:block;
	position:relative;
	padding:5px 10px 5px 10px;
	background-image:none;
	margin:0px;
	float:none;
	list-style:none;
	text-align:left;
	}

#menu ul.pullOut li a {
	font-size:11px;
	text-decoration: none;
	text-align:left;
	border:none;
	background-image:none;
	width:180px;
	float:none;
	display:inline;
	color: #fff;
	}
	
#menu ul.pullOut li a:hover {
	text-decoration:none;
	background-image:none;
	background-color:transparent;
	border:none;
	color:#a52238;
	}	
		
#menu ul.pullOut li.head{
	padding:5px 10px 5px 10px;
	border:none;
	margin:0px;
	background-image:none;
	color:#fff;
	}
	

	
#menu ul.pullOut li.head a  {
	background-image:none;
	font-size:11px;
	color: #cb0a37;
	}
	
#menu ul.pullOut li.head a:hover {
	background-image:none;
	background-color:transparent;
	font-size:11px;
	color: #78B7C9;
	}
	

	
/* drop down styles	*/

#menu ul.pullDown {
	display:block;
	width:200px;
	height:auto;
	padding:0px 0px 10px 0px;
	margin:0px;
	float:left;
	background-image:none;
	background-color:#2a2a2a;
	}
		
#menu ul.pullDown li{
	width:180px;
	padding:0px 10px 0px 10px;
	margin:0px;
	background-image:none;
	color:#fff;
	}

	
#menu ul.pullDown li a  {
	background-image:none;
	text-align:left;
	font-size:11px;
	color:#fff;
	width:180px;
	padding:12px 0px 5px 0px;
	height:9px;
	}
	
#menu ul.pullDown li a:hover {
	background-image:none;
	background-color:transparent;
	font-size:11px;
	color:#a52238;
	}
	

	
/* --------------------------Categories -----------------------*/
#left {
	width:184px;
	padding:0px;
	margin:0px;
	float: left;

	}
	
/*	
	
#left .simpleBox {	
background:url(../templateimages/dots.jpg) top right no-repeat;
	border:1px solid #ccc;
	}
	
#left .simpleBox img {	
	margin-left:7px;
	}
	
#left .simpleBox p {	
	padding:10px 25px;
	}

*/
	
#left h1 {
	color:#FFFFFF;
	height:14px;
	width:174px;
	padding:3px 0px 0px 10px;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	font-weight:normal;
	}
	
#left .also {	
	height:18px;
	background:transparent url(../templateimages/leftH1Bg.gif) right top no-repeat;
	border-bottom:1px solid #666;
margin-bottom:2px;
}




#left .alsoEnd {
width:3px;
height:18px;
background:url(../templateimages/leftH1End.gif) no-repeat;
color:#666;
}	
	
#left .shopBy {
background:url(../templateimages/dots.jpg) right no-repeat;
border-bottom:1px solid #666;
margin-bottom:5px;
padding-bottom:4px;
}

#left .shopBy h1 {
padding-left:0px;
color:#666;
}	
	
#left ul {

	margin:0px 0px 20px 0px;
	line-height:14px;
	}
#left ul li{	
	list-style:none;
	border-bottom:1px solid #EEEEEE;
	}
	
#left ul li a {
	display:block;

		color:#666;

	padding:5px 0px 5px 5px;
	text-decoration:none;
	}
	
#left ul li a:hover, #left ul li a.over {
	color:#333;
	background-color:#FBF8F3;
	}

/* ------------------ Recently viewed -------------------------*/
#recentlyViewed {
	clear:both;
	margin:0px 0px 20px 10px;
	}
	
#recentlyViewed h1 {
	color:#333;
	display:block;
	padding:0px;	
	}
	
#recentlyViewed p.product {
	clear:both;
	padding:5px 0px 15px 0px;
	border-bottom:1px dotted #aaa;
	}

#recentlyViewed p.product .productPrice{
	font-weight:bold;
	color:#a52238;
	}	

	
#recentlyViewed p.image {
	clear:both;
	padding:10px 0px 15px 0px;
	width:220px; /* Set to same as #left - we use this to control the padding and position of the image  */
	}
	
#recentlyViewed p.image a img {
	border:none;
	}
	
#recentlyViewed	#recentViewedShowOpen {	
	float:right;
	}
	
#recentlyViewed	#recentViewedShowClose {	
	float:right;
	display:none;
	}
	
#recentlyViewed	#recentViewedHidden {
	display:none;
	}
	
/* ------------------ Top sellers -------------------------*/
#topSellers {
	clear:both;
	margin:0px 0px 20px 10px;
	}
	
#topSellers h1 {
	color:#333;
	display:block;
	padding:0px;	
	}
	
#topSellers p.product {
	clear:both;
	padding:5px 0px 15px 0px;
	border-bottom:1px dotted #aaa;
	}

#topSellers p.product .productPrice{
	font-weight:bold;
	color:#a52238;
	}	

	
#topSellers p.image {
	clear:both;
	padding:10px 0px 15px 0px;
	width:220px; /* Set to same as #left - we use this to control the padding and position of the image  */
	}
	
#topSellers p.image a img {
	border:none;
	}
	
#topSellers	#topSellersShowOpen {	
	float:right;
	}
	
#topSellers	#topSellersShowClose {	
	float:right;
	display:none;
	}
	
#topSellers	#topSellersHidden {
	display:none;
	}
	
/* ------------------ Newsletter -------------------------------*/

#newsLeft {
	height:145px;
	padding:0px 0px 0px 10px;
	position:relative;
	float:left;
	margin:0px 0px 7px 0px;
}

#newsLeft h1 {
	padding:0px;
	}

#newsLeft #emailWarning, #newsLeft #nameWarning, #newsLeft #bothWarning {
	font-size:10px;
	visibility:hidden;
	position:absolute;
	bottom:7px;
	left:20px;	
	color:#C00;
	}
	
#newsLeft .inputWarning {
	background-color:#F5CBE9;
	}

#newsLeft #feedback p {
	font-size:11px;
	line-height:1.2em;
	color:#333;
	padding:0px 0px 15px 0px;
	height:35px;
}

#newsLeft label {
	font-size:10px;
	}
	
#newsLeft .newsletterEmail {
	width:145px;
	margin:0px 0px 10px 0px;
	}
	
#newsLeft .newsletterSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	top:0px;
	left:10px;
	background:#78B7C9;
	width:24px;
	height:16px;	
	}



/* ------------------ Breadcrumbs -------------------------------*/

#breadcrumb {
	height:20px;
	color:#666;
	padding:30px 0px 0px 210px;
	}	

#breadcrumb a {
	color:#666;
	}
	


/* -- Main content styled in dynamic.css --------------------------------------------------------- */


/*---------------------  Site map -------------------------------------------- */

#sitemap {
	width:940px;
	clear:both;
	padding:5px 0px 20px 0px;
	margin-top:30px;
	border-top:3px solid #ccc;
	background:#fff url(../templateimages/footerBG.jpg) left top repeat-x;
	}
	
#sitemap .sitemapList {
	list-style-type:none;
	width:125px;
	float:left;
	margin-left:15px;
	}
	
#sitemap .sitemapList li{
	padding-bottom:8px;
	}
	
#sitemap .sitemapList .topSitecat {	
	font-weight:bold;
	}
		
#sitemap .sitemapList .subSitecat {	
	
	}
	
/*---------------------  Footer -------------------------------------------- */

#footer {
	width:940px;
	clear:both;
	height:25px;
	}

#footer a {
	color:#333;
	text-decoration:none;
	font-size:10px;
	}

#footer #credit {
	padding-top:6px;
	text-align:center;
	}
	
	
/* Misnellaoueous --------------------------------------------------------------------*/

.noborder {
	border:none;
	} 
	
.clear {
	clear: both;
	height:1px;
}
