/* ------------------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.gif) repeat-x;
	}
	
#page {
	position:relative;
	z-index:1;
	width:950px;
	margin:0 auto;
	padding:0px 25px 0px 25px;
	text-align:left;
	background:#fff url(../templateimages/bgTop.gif) top no-repeat;
	}
	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
/* -----------------  Header  -------------------------------- */


#header {
	position:relative;
	background:url(../templateimages/headerBg.gif) no-repeat;
	height:79px;
	}
	
#logo {
	margin-top:15px;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin-left:30px;
	}
	



/* Top Corner navigation ------------------------------------------------------------*/
	
#topNav {
	position:relative;
	height:33px;
	background:url(../templateimages/navBar.jpg) no-repeat;
	clear:both;
	margin-top:8px;
}
	
#topNav ul{
	position:absolute;
	top:0px;
	left:30px;
	}
	
#topNav ul li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	padding:0px 3px;
	}
	
#topNav ul li.first {
	background-image:none;
	}

#topNav ul li a {
	color:#666;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:26px;
	padding:7px 11px 0px 11px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#topNav ul li.btnLine {
background:url(../templateimages/btnLine.gif) no-repeat right top;
}	
	
#topNav ul li a:hover {
	background-color:#EBEBEB;
	}
	

	
/* -------------------- Search box -------------------------- */	
#search {
	position:absolute;
	color:#fff;
	top:5px;
	right:20px;
	width:313px;
	height:25px;

	}
	
.searchField {
	position:absolute;
	top:2px;
	left:0px;
	width:260px;
	color:#999;
	border:1px solid #fff;
	padding-left:6px;
	}
	
.searchSubmit {
	position:absolute;
	width:32px;
	height:22px;
	top:0px;
	right:0px;
	color:#fff;
	font-size:11px;
	background:url(../templateimages/btnGo.gif) no-repeat;
	border:none;
	text-decoration:none;
	cursor:pointer;
	}
	
#search a { /* Advanced search link */
	color:#fff;
	text-decoration:underline;
	float:right;
	margin-right:10px;
	font-size:10px;
	}
	
/* Mini basket --------------------------------------------------- */	

#header #miniBasket {
	position:absolute;
	color:#fff;
	top:80px;
	right:20px;
	color:#333;
	}
	


#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:10px;
	left:-365px;
	height:200px;
	width:260px;
	padding:55px 40px 80px 70px;
	z-index:10;
	text-align:center;
	color:#333;
	}

#header #miniBasket  #basketPopUp .close {
	display:block;	
	margin-right:25px;
	}	

#header #miniBasket  #basketPopUp .message {
	display:block;
	padding-left:85px;
	}	
	
#header #miniBasket  #basketPopUp a.btnSmallMB{
	}
	
#header #miniBasket  #basketPopUp a.btnSmallMB{
	float:left;
	margin:18px 0px 0px 24px;
	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:38px;
	right:13px;
	border:none;
	}
	
/* Currency selectors -------------------------------------------*/

#currencies {
	position:absolute;
	left:20px;
	top:10px;
	}
	
#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:984px;
	background-color:#eee;
	}

#menu {
	display:inline;
	height:22px;
	width:auto;
	}

#menu li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	margin-left:0px;
	width:110px;
	}


#menu li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	height:9px;
	padding:7px 0px 11px 0px;
	width:110px;	
	}
	
#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:27px;
	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: #cb0a37;
	}	
		
#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;
	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;
	}
	
#menu ul.pullDown li a:hover {
	background-image:none;
	background-color:transparent;
	font-size:11px;
	color: #78B7C9;
	}
	


	
/* --------------------------Categories -----------------------*/
#left {
	width:210px;
	padding:0px 0px 50px 0px;
	margin:20px 0px 0px 0px;
	float: left;
	}
	
#left .simpleBox {	
	border:1px solid #ccc;
	background-color:#f1f1f1;
	}
	
#left .simpleBox img {	
	margin-left:7px;
	}
	
#left .simpleBox p {	
	padding:10px 25px;
	}
	
#left h1 {
	color:#333;
	height:24px;
	padding:14px 0px 0px 10px;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	display:block;
	}
	
#left p {
	display:block;
	padding:5px 0px 0px 10px;
	}
	
#left ul {
	margin:0px 0px 20px 0px;
	line-height:20px;
	}
#left ul li{	
	list-style:none;
	}
	
#left ul li a {
	display:block;
	height:20px;
	color:#333;
	padding:0px 0px 2px 10px;
	text-decoration:none;
	}
	
#left ul li a:hover, #left ul li a.over {
	background-color:#BCDBE4;
	}
	
/* ------------------ Recently viewed -------------------------*/
#recentlyViewed {
	clear:both;
	margin:0px 0px 20px 10px;
	}
	
#recentlyViewed h1 {
	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:#78B7C9;
	}	

	
#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 {
	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:#78B7C9;
	}	

	
#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-left:245px;
	padding-top:20px;
	}	

#breadcrumb a {
	color:#666;
	}
	


/* -- Main content styled in dynamic.css --------------------------------------------------------- */


/*---------------------  Site map -------------------------------------------- */

#sitemap {
	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 {
float:left;
	height:69px;
background-color:#003162;
padding:0px 20px 0px 20px;
width:919px;
	}

#footer a {
	color:#FFCC00;
	text-decoration:none;
	font-size:10px;
	}
	
#footer img {
float:left;
margin-top:10px;
}	

#footer #credit {
float:left;
	margin-top:30px;
	margin-left:30px;
	text-align:center;
	color:#FFFFFF;
	}
	
	#footer #credit a {
	color:#FFFFFF;
	}
	
	#footer #policy {
	float:right;
	color:#FFFFFF;
	width:350px;
	font-size:10px;
	margin-top:15px;
	}
	
	
/* Misnellaoueous --------------------------------------------------------------------*/

.noborder {
	border:none;
	} 
	
.clear {
	clear: both;
	height:1px;
}