/* ------------------Home Page --------------------*/

#featured 
{
	margin-top:10px;	
}

#featured a span 
{
    position:absolute;
    top:0px;
    width:200px;
    height:300px;
    padding:30px;
}
	
#featured a span strong
{
    font-size:20px;
    display:block;
    margin:0px 0px 20px 0px;
}
	
	
#featured a span em
{
    display:block;
    line-height:2em;
}
	
#featured a span em:hover
{
    text-decoration:underline;
}
	
#featured a span.box1 
{
    background-color:#E2EEE2;
    width:240px;
    left:0px;
}
	
#featured a span.box2 
{
    background-color:#4B61B4;
    color:#fff;
    right:0px;
    top:auto;
    bottom:0px;
    width:500px;
    height:57px;
}
	
#featured a span.box3 
{
    background:transparent url(../templateimages/slider-panelBG.png) left top;
    right:90px;
    top:auto;
    bottom:40px;
    width:360px;
    height:60px;
    border-radius:10px;
}
    	

/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	line-height:1.5em;
	background:#fff url(../templateimages/bodyBG.jpg) repeat-x top left;
	}
	
#bodyWrapper 
{
	background:transparent url(../templateimages/bodyWrapperBG.jpg) repeat-x bottom left;
}	
	
#page {
	position:relative;
	z-index:1;
	width:950px;
	margin:0 auto;
	padding:0px 25px;
	text-align:left;
	}

#pageContent {
	float:right;
	width:730px;
	padding:0px 0px 0px 0px;
	min-height:550px;
	z-index:1;
	}



	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#666;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	height:170px;
	margin:0px;
	color:#333;
	width:950px;
	z-index:1000;
	}

#header h1 {
	}
	
#header #mainLogo {
	position:absolute;
	left:0px;
	top:12px;
	}
	
#header #mainTitle {
	position:absolute;
	left:158px;
	top:36px;
	}

/* Top Corner navigation ------------------------------------------------------------*/
	
#header ul#topNav {
	position:absolute;
	top:2px;
	left:245px;
	}
	
#header ul#topNav li {
	float:left;
	text-align:center;
	list-style:none;
	background:transparent url(../templateimages/topNavLiBG.gif) left 11px no-repeat;
	padding:5px 1px 0px 10px;
	}
	
#header ul#topNav li:first-child {
	background-image:none;
	padding-left:10px;
	}	

#header ul#topNav li a {
	text-decoration:none;
	padding:5px 0px;
	font-size:10px;
	margin:0px 6px 0px 0px;
	text-decoration:underline;
	}
	
#header ul#topNav li a:hover {
	}
	
#header ul#topNav li a.btnCustomer {
	padding-bottom:12px;
	color:#4E79AF;
	}

	
	
/* -------------------- Search box -------------------------- */


	
#header #search {
	position:absolute;
	top:33px;
	left:250px;
	width:376px;
	background-color:#fff;
	}
	
#header .searchField {
	position:absolute;
	top:3px;
	left:5px;
	width:310px;
	height:15px;
	padding:10px;
	color:#A1AC8F;
	border:1px solid #A1AC8F;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	background:#fff url(../templateimages/searchFieldBG.png) no-repeat top left;
	}
	
#header .searchSubmit {
	position:absolute;
	top:3px;
	right:0px;
	}
	
/* Telephone ---------------------------------------------------*/

#header .telephone
{
    position:absolute;
    right:10px;
    top:7px;
    text-align:right;
    font-weight:bold;
}	
	

/* Currency selctors -------------------------------------------*/

#currencies {
	/*display:none;
	visibility:hidden;*/
	position:absolute;
	top:80px;
	right:190px;
	}
	
#currencies img {
	border:none;
	margin:0px 5px;
	}
	
#currencies a:hover {
	text-decoration:none;
	}


	
/* Mini basket --------------------------------------------------- */	

#header #miniBasket {
	position:absolute;
	top:32px;
	right:12px;
	margin-right:0px;
	text-align:right;
	z-index:5000;
	}
	
#header #miniBasket em {
	font-style:normal;
	}

#header #miniBasket .basketTotal em {
	font-weight:bold;
	}
	
#header #miniBasket  #basketPopUp {
 	display:none;
 	font-size:12px;
	background-color:#fff;
	border:1px solid #ccc;
	position:absolute;
	top:20px;
	right:0px;
	width:300px;
	padding:10px;
	z-index:10;
    text-align:left;
	color:#333;
    border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px; 
    -webkit-border-bottom-right-radius:6px; 
    border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-bottom-left-radius:6px;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
	}
	
#header #miniBasket  #basketPopUp .message
    {
    height:25px;
    border-bottom:1px solid #ccc;
	}
	
#header #miniBasket  #basketPopUp .goods
{
	clear:both;
    height:65px;
    padding:10px 0px;
	position:relative;
}
	
#header #miniBasket  #basketPopUp .goods a
{
	text-decoration:underline;
	margin:5px 0px 0px 30px;
	color:#0C4C94;
}
	
#header #miniBasket  #basketPopUp .goods table
{
	float:left;
}
	
#header #miniBasket  #basketPopUp .goods table tr td
{
	border:1px solid #ccc;
	padding:5px;
}

#header #miniBasket  #basketPopUp .goods table img
{    
}

#header #miniBasket  #basketPopUp .goods p
{    
	padding:0px;
	width:220px;
	float:right;
}

#header #miniBasket #basketResult {
	background:url(../templateimages/basketIcon.png) no-repeat top left;
	padding:0 0 0 25px;
	color:#7F2237;
	font-family:Georgia, Verdana, Sans-Serif;
	font-size:14px;
	}
	
#header #miniBasket .basketButtons {
	position:relative;
	top:10px;
	/*bottom:8px;
	right:12px;*/
	}
	
	
#header #miniBasket .basketButtons li {
	list-style-type:none;
	float:right;
	margin:0 0 0 3px;
	}
	
#header #miniBasket .basketButtons li a {
/* button style under 'Buttoms' section on dynamic stylesheet */
	}	
		
/* Staff picks */
#staffPicks 
{
    position:absolute;
    right:10px;
    top:120px;
    z-index:4000;
}


#staffPicks a
{
    display:block;
    border:none;
	font-size:16px;
	color:#7F2237;
	font-weight:normal;
	letter-spacing:1px;
}


#staffPicks a img
{
    border:none;
}
	
/* ------------------Main category navigation -------*/	
#mainNav {	
	position:absolute;
	width:950px;
	bottom:19px;
	left:0px;
	padding:0px;
	height:45px;
	z-index:3000;
	}

#menu 
{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	z-index:5000;
	}

#menu li {
	float:left;
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0px 30px 0px 0px;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	}
	
#menu li a {
	display:block;
	height:46px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	color:#44591F;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
	}

#menu li a:hover, #menu li a.currentTab {
	color:#7F2237;
	/*background-color:#666;*/
	}

#menu .topcat {
	position:relative;
}
	
#menu .topcat a {
	display:table-cell;
	vertical-align:middle;
	}


/* drop down styles	*/

div.catPullOut {
	position:absolute;
	left:-1px;
	top:46px;
	z-index:5000;
	width:180px;
	background-color:#f9f9f7;
	border:1px solid #44591f; 
	border-top:none;
	display:none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	}

#menu ul.pullDown {
	display:block;
	width:180px;
	height:auto;
	padding:20px 0px;
	margin:0px;
	float:left;
	}
		
#menu ul.pullDown li{
	width:160px;
	padding:0px 0px 0px 10px;
	margin:0px;
	background-image:none;
	color:#444;
	border:none;
	height:auto;
	}

	
#menu ul.pullDown li a  {
	background-image:none;
	text-align:left;
	font-size:11px;
	color:#777;
	width:154px;
	text-transform:none;
	padding:3px 0;
	border:none;
	letter-spacing:0px;
	margin:0;
	height:auto;
	line-height:1.2em;
	}
	
#menu ul.pullDown li a:hover {
	background-image:none;
	background-color:transparent;
	color: #7F2237;
	}
	
/* --------------------------Categories -----------------------*/
#left {
	width:200px;
	padding:0px;
	margin:0px 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 {
	background-color:#44591F; /* ie only - no gradients yet */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#44591F), to(#697A4C));   
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	height:23px;
	padding:6px 0px 0px 9px;
	display:block;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	}
	
#left ul {
	background:#F0F0F0;
	margin:0px 0px 20px 0px;
	line-height:20px;
	}
#left ul li{	
	list-style:none;
	}
	
#left ul li a {
	display:block;
	height:24px;
	color:#333;
	background-color:#eaeaea;
	padding:4px 0px 0px 10px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#666;
	border-bottom:1px solid #fff;
	}
	
#left ul li a:hover, #left ul li a.over{
	color:#fff;
	background-color:#A1AC8F;
	}
	
#left p {
	margin:10px 0px 0px 0px;
	line-height:1.6em;
	}
	
	
/* ------------------ Recently viewed -------------------------*/
#recentlyViewed {
	clear:both;
	margin:0px 0px 30px 0px;
	background-color:#eaeaea;

	}
	

	
#recentlyViewed p.product {
	clear:both;
	font-size:10px;
	padding:5px 8px 15px 8px;
	border-bottom:1px dotted #aaa;
	color:#333;
	}
	
#recentlyViewed p.product a {
	color:#333;
}

#recentlyViewed p.product .productPrice{
	font-weight:bold;
	color:#CC0000;
	}	

	
#recentlyViewed p.image {
	clear:both;
	margin:8px 0px 0px 8px;
	padding:10px 0px 15px 0px;
	width:185px; /* Set to same as #left - we use this to control the padding and position of the image  */
	background-color:#fff;
	text-align:center;
	}
	
#recentlyViewed p.image a img {
	border:none;
	}
	
#recentlyViewed	#recentViewedShowOpen {
	position:relative;
	bottom:4px;
	font-weight:bold;
	font-size:10px;
	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 #ccc;
	height:83px;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	}	
		
#topSellers p.product {
	clear:both;
	padding:8px 0px 0px 0px;
	margin: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;
	position:absolute;
	top:8px;
	left:0px;
	margin:0px;
	}
	
#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 {
	background-color:#F4F4F4;
	padding:0px 10px 20px 10px;
	position:relative;
	float:left;
	margin:0px 0px 7px 0px;
	border:1px solid #ccc;
	display:block;
	}


#newsLeft #emailWarning, #newsLeft #nameWarning, #newsLeft #bothWarning {
	font-size:9px;
	visibility:hidden;
	position:absolute;
	top:164px;
	right:0px;	
	color:#C00;
	width:120px;
	}
	
#newsLeft .inputWarning {
	background-color:#F5CBE9;
	}

#newsLeft #feedback p {
	font-size:10px;
	line-height:1.2em;
	color:#666;
	padding:0px 0px 5px 0px;
	height:35px;
	margin-top:18px;
	}

#newsLeft label {
	font-size:10px;
	}
	
#newsLeft .newsletterEmail {
	width:171px;
	border:1px solid #999999;
	margin:5px 0px 10px 0px;
	height:26px;
	padding-left:5px;
	background-color:#CCCCCC;
	}
	
	
/* ------------------ Breadcrumbs -------------------------------*/

#breadcrumb {
	height:15px;
	color:#666;
	float:right;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
	width:730px;
	}	

#breadcrumb a {
	color:#666;
	font-weight:bold;
	font-size:11px;
	}
	


/* -- Main content styled in dynamic.css --------------------------------------------------------- */


	
/*---------------------  Footer -------------------------------------------- */

#footer {
	clear:both;
	height:260px;
	position:relative;
	}

#footer a img 
{
    border:none;
}

#footer a {
	color:#333;
	text-decoration:none;
	font-size:10px;
	}
	
#footer a:hover {
	text-decoration:underline;
	}	

#footer #credit 
{
    position:absolute;
    left:10px;
    bottom:10px;
	}

#footer #copyright {
    position:absolute;
    left:10px;
    bottom:30px;
	}
	
#footer #followUs 
{
    position:absolute;
    right:10px;
    top:0px;
    width:140px;
    height:36px;
    border-bottom:2px solid #FFF;
    border-top:1px solid #A1AC1F;
    border-left:1px solid #A1AC1F;
    border-right:1px solid #A1AC1F;
}
	
#footer #followUs p
{
    color:#578E33;
    font-size:10px;
    padding:10px 0px 0px 10px;
}

#footer #followUs .facebookFollow, #footer #followUs .twitterFollow 
{
    position:absolute;
    top:8px;
    left:70px;   
} 

#footer #followUs .twitterFollow 
{
    left:105px;   
} 

#footer #customerServices, #footer #joinHouse, #footer #ourGuarantee, #footer #cardLogos  
{
    position:absolute;
    font-family:Arial,Verdana, Sans-Serif;
    font-size:12px;
    color:#666;
}

#footer #customerServices h3, #footer #joinHouse h3, #footer #ourGuarantee h3
{
    font-weight:normal;
    font-size:16px;
    color:#44591F;
}

#footer #customerServices
{
    border-right:1px solid #D0DF99;
    left:0px;
    top:67px;
    width:460px;
    height:132px;
    padding-left:10px;
}

#footer #customerServices ul
{
     padding:15px 0px 0px 0px;
     list-style:none;
     width:140px;
     float:left;
}

#footer #customerServices ul li
{
    padding:0px 0px 0px 10px;
	background:#fff url(../templateimages/customerServicesUlBG.gif) no-repeat left center;
}

#footer #customerServices ul.second
{
    margin-left:20px;
    border:none;
    width:110px;
}
/*
#footer #joinHouse
{
    border-right:1px solid #D0DF99;
    left:310px;
    top:67px;
    width:300px;
    height:132px;
    padding-left:10px;
	background:#fff url(../templateimages/whyHouseHome.gif) no-repeat 10px center;
}

#footer #joinHouse ul
{
 padding:15px 0px 0px 145px;
}
*/
#footer #ourGuarantee
{
    left:480px;
    top:67px;
    width:440px;
    height:132px;
	background:#fff url(../templateimages/ourGuarantee.gif) no-repeat 10px center;
}

#footer #ourGuarantee p
{
 padding:15px 0px 0px 145px;
}

#footer #cardLogos  
{
    right:100px;
    left:auto;
    top:215px;
    width:370px;
    height:30px;
}


/* Misnellaoueous --------------------------------------------------------------------*/

.noborder {
	border:none;
	} 
	
.clear {
	clear: both;
	height:1px;
}

.sslStatement {
	padding:10px;
	border:1px solid #ccc;
	background:#fafaf8;
	}