/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background:#ccc url(../templateimages/bg.jpg) repeat-x;
	}
	
#page {
	position:relative;
	z-index:1;
	width:980px;
	margin:0 auto;
	padding:0px 10px;
	text-align:left;
	background-color:#FFFFFF;
	}
	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	height:246px;
	margin:0px 0px 0px 0px;
	color:#333;
	width:980px;
	background:#fff url(../templateimages/headerBg.jpg) no-repeat;
	border-top:2px solid #840F12;
	z-index:10;
	}

#header h1 {
	}
	
#header #logo {
	position:absolute;
	color:#666;
	left:60px;
	top:50px;
	font-size:20px;
	font-weight:bold;
	}
	
#header #logo:hover {
	text-decoration:none;
	}
	
#header img.symbolTel {
position:absolute;
top:70px;
right:320px;
}	
	
	
/* topNav Navigation  ------------------------------------------------------------*/

#header #topNav {
position:absolute;
bottom:78px;
right:40px;
}

#header #topNav ul {
}

#header #topNav ul li {
float:left;
margin-left:7px;
list-style-type:none;

}

#header #topNav ul li a {
text-align:center;
color:#fff;
font-size:12px;
font-family:"Trebuchet MS", arial;
font-weight:bold;
display:block;
width:91px;
height:23px;
padding:5px 0px 0px 0px;
background:url(../templateimages/btnTopNav.gif);
}



/* Basket Navigation  ------------------------------------------------------------*/
	
#header #basketNav {
	position:absolute;
	top:4px;
	right:310px;
	}
	
#header #basketNav ul{
	position:relative;
	float:left;
	}
	
#header #basketNav ul li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	padding:0px 0px;
	color:#FFFFFF;
	}
	
#header #basketNav ul li.first {
	background-image:none;
	}

#header #basketNav ul li a {
	text-decoration:none;
	padding:5px 5px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	}
	
#header #basketNav ul li a:hover {
	text-decoration:underline;
	}
	

	
/* -------------------- Search box -------------------------- */	
#header #search {
	position:absolute;
	color:#fff;
	top:65px;
	right:40px;
	width:250px;
	height:25px;
	padding:0px 0px 0px 10px;
	background:url(../templateimages/searchFieldBg.gif) no-repeat;

	}
	
#header .searchField {
	position:absolute;
	top:3px;
	left:27px;
	width:150px;
	color:#CAD8DD;
	border:1px solid #fff;
	}
	
#header .searchSubmit {
	position:absolute;
	width:27px;
	height:24px;
	top:0px;
	left:193px;
	color:#fff;
	font-size:11px;
	background:url(../templateimages/btnGo.gif);
	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:4px;
	right:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;

	width:200px;

	}
	
#header #miniBasket p {

}	
	
#header #miniBasket img {
float:left;
margin:1px 10px 0px 0px;
}




#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:15px;
	left:-370px;
	height:200px;
	width:260px;
	padding:65px 40px 80px 70px;
	z-index:10;
	text-align:center;
	color:#333;
	}

#header #miniBasket  #basketPopUp .close {
	position:absolute;
	right:12px;
	top:25px;
	}	

#header #miniBasket  #basketPopUp .message {
	display:block;
	padding-left:85px;
	color:#666;
	}	
	
#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:950px;
	padding-left:30px;
	height:60px;
	
	background:#fff url(../templateimages/mainNavBg.jpg) bottom no-repeat;

	background-color:#transparent;
	
	
	}

#menu {
	display:inline;
	height:22px;
	width:auto;
	
	}

#menu li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	margin-left:0px;
	

	}


#menu li a {
	display:block;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	font-family:"Trebuchet MS", arial;
	height:27px;
	padding:7px 0px 0px 0px;
	width:125px;	
	margin:0px 12px;
	
	}
	
#menu li a:hover, #menu li a.currentTab {
	color:#fff;
	background:url(../templateimages/btnMainNavOver.gif);
	}

#menu .topcat {
	position:relative;
}
	


div.catPullOut {
	position:absolute;
	z-index:2;
	display:none;
	color:#333;
	background-image:none;

	top:32px;
	left:12px;
	}

#menu ul.pullOut {
	display:block;
	width:160px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-image:none;
	
	}
	
#menu ul.pullOut li{
	
	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:160px;
	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:193px;
	height:auto;
	padding:20px 0px 15px 0px;
	margin:0px;
	float:left;
	

	background:url(../templateimages/dropDownBg.gif) bottom;
	z-index:10;
	}
		
#menu ul.pullDown li{
	width:180px;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:20px;
	background-image:none;
	color:#fff;

	
	}

	
#menu ul.pullDown li a  {
	background-image:none;
	text-align:left;
	font-size:11px;
	color:#fff;
	width:180px;
	height:20px;
	padding:0px;

	}
	
#menu ul.pullDown li a:hover {
	background-image:none;
	
	font-size:11px;
	color: #aeaf8a;
	}
	


	
/* --------------------------Categories -----------------------*/

#leftBg {
background:url(../templateimages/leftBottom.jpg) bottom no-repeat;
width:210px;
float:left;
padding-bottom:13px;
position:relative;
	margin:0px 12px 0px 0px;
	left:-5px;
}

#left {

	position:relative;
	top:-5px;
	left:-1px;
	width:182px;
	padding:30px 14px 10px 14px;
	margin:0px 10px 0px 0px;
	float: left;
	background:url(../templateimages/leftBG.jpg) top repeat-y;


	
	}
	
img.leftBottom {
position:relative;
	top:-5px;
	left:-5px;
	width:182px;
	
	margin:0px 15px 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:0px 0px 0px 10px;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	display:block;
	padding-bottom:15px;

	}
	
#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-top:1px solid #ccc;
	
	padding:2px 0px;
	}
	
#left ul li a {
	display:block;
	height:18px;
	color:#666;
	padding:0px 0px 2px 10px;
	text-decoration:none;
	}
	
#left ul li a:hover, #left ul li a.over {
	background:url(../templateimages/btnLeftOver.jpg);
	color:#FFFFFF;
	}

/* ------------------ Right -------------------------*/

#right {
width:165px;

height:400px;
float:right;
}	

/* ------------------ Recently viewed -------------------------*/
#recentlyViewed {
	clear:both;
	margin:0px 0px 20px 0px;
	width:165px;
	
	position:relative;
	}
	
#recentlyViewed h1 {
	display:block;
	padding:0px;
	margin-bottom:10px;	
	}
	
#recentlyViewed #recentProducts {

}
	
#recentlyViewed p.product {
	clear:both;
	padding:8px 0px 15px 10px;
	border-top:1px dotted #aaa;
	height:30px;
	width:155px;
	color:#FFFFFF;
	background-color:#B90000;
	}
	
	#recentlyViewed p.product a {
	color:#FFFFFF;
	}

#recentlyViewed p.product .productPrice{
	font-weight:bold;
	color:#aeaf8a;
	padding-top:5px;
	}	

	
#recentlyViewed p.image {
	
	clear:both;
	padding:20px 0px 20px 0px;
	width:163px; /* Set to same as #left - we use this to control the padding and position of the image  */
	}
	
#recentlyViewed p.image a img {
	border:none;
	width:85px;
	}
	
#recentlyViewed	#recentViewedShowOpen {	
	position:absolute;
	right:10px;
	bottom:10px;
	color:#FFFFFF;
	}
	
#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;
	width:145px;
	padding:40px 10px 0px 10px;
	position:relative;
	float:left;
	margin:0px 0px 7px 0px;
	background:url(../templateimages/newsletterBg.jpg);
}

#newsLeft h1 {
	padding:0px;
	}

#newsLeft p#emailWarning, #newsLeft p#nameWarning, #newsLeft p#bothWarning {
	font-size:10px;
	visibility:hidden;
	position:absolute;
	bottom:15px;
	left:10px;	
	color:#C00;
	font-family:Arial, Helvetica, sans-serif;
	width:80px;
	}
	
#newsLeft .inputWarning {
	background-color:#F5CBE9;
	}

#newsLeft #feedback p {
	font-size:9px;
	line-height:1.2em;
	color:#333;
	padding:0px 0px 0px 0px;
	height:35px;
}

#newsLeft label {
	font-size:10px;
	}
	
#newsLeft #newsletterEmail, #newsLeft #newsletterName {
	width:135px;
	border:1px solid white;
	height:13px;
	position:absolute;
	left:16px;
	font-size:10px;
	}
	
#newsLeft #newsletterEmail {
top:113px;
}	

#newsLeft #newsletterName {
top:78px;
}	
	
	
#newsLeft .newsletterSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	bottom:20px;
	right:10px;
	background:#78B7C9;
	width:24px;
	height:16px;	
	}
	
.newSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	bottom:20px;
	right:10px;
	background:url(../templateimages/btnSubmit.jpg);
	width:60px;
	height:19px;
}	
	
	
/* ------------------ Breadcrumbs -------------------------------*/

#breadcrumb {
	display:block;
	padding:0px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 222px;
}

#breadcrumb a {
	color:#181818;
	font-weight:bold;	
	}
	
	#breadcrumb a.breadcrumbParent {
	color:#3E5474;
}
	


/* -- Main content styled in dynamic.css --------------------------------------------------------- */


/*---------------------  Site map -------------------------------------------- */

#sitemap {
	clear:both;
	padding:0px;
	background-color:#AEC2CB;
	}
	
#sitemap .sitemapList {
	list-style-type:none;
	width:960px;
	float:left;
	margin:10px 0px 0px 15px;
	}
	
#sitemap .sitemapList li{
	margin-bottom:3px;
	height:15px;
	font-family:"Trebuchet MS", arial;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	font-weight:bold;

	}
	
#sitemap .sitemapList li a {
	color:#FFFFFF;	
}
	
#sitemap .sitemapList .topSitecat {	
	font-weight:bold;
	padding:0px 55px 15px 55px;
	float:left;
	}
		
#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;
}
