/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background-color:#dfdfdf;
	}
	
#page {
	position:relative;
	z-index:1;
	width:950px;
	margin:0 auto;
	padding:0px 15px;
	text-align:left;
	background:#fff;
	}
	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	height:150px;
	margin:0px 0px 10px 0px;
	color:#333;
	width:950px;
	background:url(../templateimages/headerBg.gif) no-repeat;
	}

#header h1 {
	}
	
#header #logo {
	position:absolute;
	color:#666;
	left:23px;
	top:15px;
	font-size:20px;
	font-weight:bold;
	}
	
#header #logo:hover {
	text-decoration:none;
	}
	


/* Top Corner navigation ------------------------------------------------------------*/
	
#header ul#topNav {
	position:absolute;
	top:8px;
	right:8px;
	z-index:3000;
	}
	
#header ul#topNav li {
	float:left;
	text-align:center;
	list-style:none;
	padding:5px 6px 0px 0px;
	}
	
#header ul#topNav li ul {
	background-color:#fff;
	border:1px solid #ccc;
	visibility:hidden;
	position:absolute;
	width:150px;
	padding:11px 8px;
	top:22px;
	left:-3px;
	}

#header ul#topNav li ul li  {
	padding:0px 0px 7px 0px;
	width:150px;
	text-align:left;
	}
	
#header ul#topNav li ul li a  {
	padding:0px;
	margin:0px;
	color:#003162;
	}				
	
#header ul#topNav li.first {
	background-image:none;
	}

#header ul#topNav li a {
	text-decoration:none;
	padding:5px 0px;
	font-weight:bold;
	font-size:10px;
	margin:0px 6px 0px 0px;
	color:#FFF;
	}
	
#header ul#topNav li a:hover {
	text-decoration:underline;
	}
	
#header ul#topNav li a.btnCustomer {
	padding-bottom:12px;
	color:#FFF;
	}
	

	
/* -------------------- Search box -------------------------- */	
#header #search {
	position:absolute;
	color:#fff;
	top:36px;
	right:20px;
	width:217px;
	height:29px;
	padding:0px 0px 0px 0px;
	background:url(../templateimages/searchBG.png) no-repeat;
	}
	
#header .searchField {
	position:absolute;
	top:5px;
	left:5px;
	width:155px;
	height:16px;
	color:#999;
	border:none;
	font-size:14px;
	font-weight:bold;
	padding:2px 0;
	}
	
#header .searchSubmit {
	position:absolute;
	width:23px;
	height:23px;
	top:3px;
	right:4px;
	color:#fff;
	font-size:11px;
	background:url(../templateimages/searchBtn.png) no-repeat;
	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 --------------------------------------------------- */	

#header #miniBasket {
	position:absolute;
	color:#fff;
	top:86px;
	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:350px;
	top:45px;
	}
	
#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:950px;
	background:url(../templateimages/navBackground.png) no-repeat;
	height:43px;
	}

#menu {
	display:inline;
	height:22px;
	width:auto;
	}

#menu li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	margin:0px 5px;

	}


#menu li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	padding:14px 20px 13px 20px;
	}
	
#menu li a:hover, #menu li a.currentTab {
	color:#51A2B9;
	}

#menu .topcat {
	position:relative;
}
	


div.catPullOut {
	position:absolute;
	z-index:2;
	display:none;
	color:#333;
	background-image:none;
	background-color:#ccc;
	top:40px;
	}

#menu ul.pullOut {
	display:block;
	width:200px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-image:none;
	background-color:#ccc;
	}
	
#menu ul.pullOut li{
	background-color:#ccc;	
	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;
	padding:0px;
	color: #444;
	}
	
#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:10px 0px;
	margin:0px;
	float:left;
	background:url(../templateimages/ddBG.gif) bottom no-repeat #FFF;
	}
		
#menu ul.pullDown li{
	width:180px;
	padding:5px 10px 5px 10px;
	margin:0px;
	background-image:none;
	color:#444;
	}

#menu ul.pullDown li a  {
	background-image:none;
	text-align:left;
	font-size:11px;
	color:#444;
	width:180px;
	padding:0px;
	}
	
#menu ul.pullDown li a:hover {
	background-image:none;
	background-color:transparent;
	font-size:11px;
	color: #78B7C9;
	}
	
/* --------------------------Categories -----------------------*/

#left {
	width:200px;
	padding:9px 0px 50px 0px;
	margin: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:0px 0px 0px 0px;
	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;
	border-bottom:1px solid #ccc;
	}
	
#left ul li a {
	display:block;
	height:20px;
	color:#555;
	padding:3px 0px 3px 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 0px;
	}
	
#recentlyViewed h1 {
	display:block;
	padding:0px;	
	}
	
#recentlyViewed p.product {
	clear:both;
	padding:8px 0px 8px 0px;
	border-bottom:1px dotted #aaa;
	}

#recentlyViewed p.product .productPrice{
	font-weight:bold;
	color:#78B7C9;
	line-height:2em;
	}	

	
#recentlyViewed p.image {
	border:1px solid #ccc;
	clear:both;
	height:100px;
	padding:10px 0px 10px 0px;
	width:200px; /* 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 0px;
	}
	
#topSellers .topProduct {
	border-bottom:1px solid #999;
	height:77px;
	display:block;
	position:relative;
	margin-bottom:10px;
	}	
	
#topSellers h1 {
	display:block;
	padding:0px;	
	}
	
#topSellers p.product {
	clear:both;
	padding: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;
	}
	
#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 {
	height:190px;
	width:180px;
	padding:10px;
	position:relative;
	float:left;
	margin:0px 0px 7px 0px;
	background-color:#EAEAEA;
	}

#newsLeft h1 {
	padding:0px;
	}

#newsLeft #emailWarning, #newsLeft #nameWarning, #newsLeft #bothWarning {
	font-size:10px;
	visibility:hidden;
	position:absolute;
	bottom:10px;
	left:0px;	
	color:#C00;
	width:100px;
	}
	
#newsLeft .inputWarning {
	background-color:#F5CBE9;
	}

#newsLeft #feedback p {
	font-size:10px;
	line-height:1.3em;
	color:#333;
	padding:0px 0px 15px 0px;
	height:35px;
	}

#newsLeft label {
	font-size:10px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
	
#newsLeft .newsletterEmail {
	width:173px;
	padding:0px 0px 0px 3px;
	height:20px;
	margin:4px 0px 10px 0px;
	color:#666666;
	}
	
#newsLeft .newsletterSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	bottom:10px;
	right:10px;
	background:#78B7C9;
	padding:5px;
	height:24px;
	width:70px;	
	}
	
	
/* ------------------ Breadcrumbs -------------------------------*/

#breadcrumb {
	color:#666;
	padding:10px 0px;
	border-bottom:1px solid #ccc;
	width:730px;
	margin-bottom:15px;
	}	

#breadcrumb a {
	color:#666;
	}
	


/* -- Main content styled in dynamic.css --------------------------------------------------------- */


/*---------------------  Site map -------------------------------------------- */

#sitemap {
	clear:both;
	padding:25px 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:150px;
	float:left;
	margin-left:15px;
	}
	
#sitemap .sitemapList li{
	padding-bottom:8px;
	}
	
#sitemap .sitemapList .topSitecat {	
	font-weight:bold;
	}
		
#sitemap .sitemapList .subSitecat {	
	
	}
	
/*---------------------  Footer -------------------------------------------- */

#footer {
	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;
}
