/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background:#9F9C74 url(../templateimages/bg.jpg);
	}
	
#page {
	position:relative;
	z-index:1;
	width:920px;
	margin:0 auto;
	padding:0px 40px;
	text-align:left;
	background:url(../templateimages/wrapper_bg.png) repeat-y;
	}
	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	height:165px;
	margin:0px 0px 20px 0px;
	color:#333;
	width:920px;
	border-bottom:1px solid #ccc;
	}

#header h1 {
	}
	
#header #logo {
	position:absolute;
	color:#666;
	left:0px;
	top:19px;
	font-size:20px;
	font-weight:bold;
	}
	
#header .slogan {
	position:absolute;
	top:39px;
	left:150px;
	}
	
#header .winterSale {
	position:absolute;
	top:59px;
	left:370px;
	display:none;
	}			
	
#header #logo:hover {
	text-decoration:none;
	}
	
#header #twitter {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:56px;
	right:250px;
	}
	
#header #twitter a {
	color:#9F9C74;

	}
	
#header #twitter a img {
	margin-left:5px;
	position:relative;
	top:4px;
	}		
	


/* Top Corner navigation ------------------------------------------------------------*/
	
#header #topNav {
	position:absolute;
	top:5px;
	right:0px;
	}
	
#header #topNav ul{
	position:relative;
	float:left;
	}
	
#header #topNav ul li {
	display:inline;
	float:left;
	text-align:center;
	list-style:none;
	padding:5px 0px;
	margin:0px 0px 0px 23px;
	}
	
#header #topNav ul li.first {
	background-image:none;
	}

#header #topNav ul li a {
	text-decoration:none;
	padding:2px 0px;
	color:#8D8A63;
	}
	
#header #topNav ul li a:hover {
	text-decoration:underline;
	}
	

	
/* -------------------- Search box -------------------------- */	
#header #search {
	position:absolute;
	color:#fff;
	top:30px;
	right:20px;
	width:250px;
	height:25px;
	padding:12px 0px 0px 10px;
	display:none;
	}
	
#header .searchField {
	position:relative;
	top:-4px;
	left:-3px;
	width:190px;
	color:#999;
	border:1px solid #ccc;
	}
	
#header .searchSubmit {
	position:relative;
	width:50px;
	height:19px;
	top:-4px;
	left:5px;
	color:#fff;
	font-size:11px;
	background-color:#78B7C9;
	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:50px;
	right:10px;
	color:#555;
	background:url(../templateimages/basketBg.gif) no-repeat;
	width:220px;
	height:28px;
	padding:13px 0px 0px 0px;
	text-align:center;
	}
	
#header #miniBasket a.btnCheckout {
	color:#B65222;
	/*color:#638BA0;lighter blue*/
	font-size:11px;
	position:absolute;
	right:0px;
	bottom:-20px;
	}

#header #miniBasket em {
	font-style:normal;
	}

#header #miniBasket .basketTotal em {
	font-weight:bold;
	}
#header #miniBasket  #basketPopUp {
	visibility:hidden;
	position:absolute;
	top:-10px;
	left:-140px;
	}
	
#header #miniBasket  #basketPopUp span {
	background:url(../templateimages/basketPopupBg.gif) left top no-repeat;
	display:block;
	height:66px;
	width:124px;
	text-indent:-3000px;
	}	

#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;
	right:82px;
	top:100px;

	}
	
#currencies img {
	border:none;
	margin:0px 5px;
	}
	
#currencies a:hover {
	text-decoration:none;
	}
	
	
/* ------------------Navigation in header Home, FAQs etc -------*/	
#mainNav {	
	position:absolute;
	bottom:10px;
	right:0px;
	width:780px;
	background-color:#fff;
	text-align:right;
	}

#menu {
	display:block;
	height:27px;
	float:right;

	}

#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:#888;
	padding:7px 0px 11px 0px;
	margin-left:22px;	
	}
	
#menu li a:hover, #menu li a.currentTab {
	color:#B65222;
	/*color:#638BA0;lighter blue*/
	}

#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:200px;
	padding:5px 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:#9F9B72;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	}
	
#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:10px 0px 20px 0px;
	}
	
#recentlyViewed h1 {
	display:block;
	padding:0px 0px 15px 0px;
	border-bottom:1px dotted #9F9B72;	
	}
	
#recentlyViewed p.product {
	clear:both;
	padding:7px;
	border-top:1px dotted #aaa;
	background-color:#EBEAE0;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#recentlyViewed p.product:hover {
	background-color:#DBD9CA;
	cursor:pointer;
	}	

#recentlyViewed p.product .productPrice{
	font-weight:bold;
	color:#B65222;
	}	

	
#recentlyViewed p.image {
	text-align:center;
	clear:both;
	padding:10px 0px 15px 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;
	width:40%;
	}
	
#recentlyViewed	#recentViewedShowOpen {	
	float:right;
	display:none;
	}
	
#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:231px;
	padding:0px 0px 0px 0px;
	width:200px;
	position:relative;
	float:left;
	margin:15px 0px 7px 0px;
	background:url(../templateimages/newsLeft.jpg) no-repeat;
	}

#newsLeft h1 {
	padding:0px;
	}

#newsLeft #emailWarning, #newsLeft #nameWarning, #newsLeft #bothWarning {
	font-size:9px;
	visibility:hidden;
	position:absolute;
	bottom:22px;
	left:7px;	
	color:#C00;
	width:80px;
	}
	
#newsLeft .inputWarning {
	background-color:#F5CBE9;
	}
	
#newsLeft #feedback {
	position:absolute;
	bottom:13px;
	width:100px;
	left:7px;
	}

#newsLeft #feedback p {
	font-size:9px;
	line-height:1.2em;
	color:#666;
	height:35px;
	}

#newsLeft label {
	font-size:10px;
	}
	
#newsLeft .newsletterName, #newsLeft #newsletterEmail {
	width:150px;
	position:absolute;
	left:23px;
	border:1px solid #F8F8F3;
	background-color:#F8F8F3;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#B65222;
	font-size:14px;
	/*color:#9F9B72; light green*/
	}
	
#newsLeft .newsletterName {
	top:102px;
	}	
	
#newsLeft .newsletterEmail {
	top:151px;
	}
	
#newsLeft .newsletterSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	bottom:25px;
	left:123px;
	background-color:#C4C1A8;
	width:60px;
	height:18px;	
	}
	
	
/* ------------------ Breadcrumbs -------------------------------*/

#breadcrumb {
	height:20px;
	color:#666;
	padding-left:245px;
	padding-top:20px;
	display:none;
	}	

#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 -------------------------------------------- */


#twitterBottom {
	text-align:right;
	clear:both;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#twitterBottom a {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
	
#twitterBottom img {
	position:relative;
	top:4px;
	margin:0px 0px 0px 3px;
	}	

#footer {
	clear:both;
	/*height:60px;*/
	border-top:1px dotted #9F9C74;
	color:#666;
	font-size:10px;
	padding-top:5px;
	margin-top:10px;
	}
	
#footer ul  {
	width:600px;
	padding-top:6px;
	display:block;
	float:left;
	}	
	
#footer ul li {
	display:inline;
	margin:0px 10px;
	list-style-type:none;
	}	

#footer a {
	color:#9F9C74;
	text-decoration:none;
	font-size:10px;
	}
	
#footer a:hover {
	text-decoration:underline;
	}	

#footer #credit {
	padding-top:6px;
	text-align:right;
	color:#666;
	font-size:10px;
	}
	
#footer .isis {
	text-align:center;
	display:block;
	height:80px;
	padding-top:10px;
	}	

	
/* Misnellaoueous --------------------------------------------------------------------*/

.noborder {
	border:none;
	} 
	
.clear {
	clear: both;
	height:1px;
}
