/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background:#131C27 url(../templateimages/bg.png) repeat-x;
	line-height:1.6em;
	}
	
#page {
	position:relative;
	z-index:1;
	width:960px;
	margin:0 auto;
	padding:0px 20px;
	text-align:left;
	background-color:#FFFFFF;
	}
	
/* ------------------ General  --------------------------------*/

a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	

	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	height:226px;
	margin:0px;
	color:#333;
	width:960px;
	background:url(../templateimages/headerBg.gif) bottom left no-repeat;
	z-index:100;
	}

#header h1 {
	}
	
#header #logo {
	position:absolute;
	color:#666;
	left:20px;
	top:20px;
	font-size:20px;
	font-weight:bold;
	}
	
#header #logo:hover {
	text-decoration:none;
	}
	
#header #counter {
background:url(../templateimages/counterBg.jpg) no-repeat;
width:363px;
height:113px;
position:absolute;
right:-20px;
}

#header img.date {
position:absolute;
top:50px;
left:270px;
}

#header #timer {
position:absolute;
top:10px;
right:10px;

}


/* Top Corner navigation ------------------------------------------------------------*/
	
#header #topNav {
	position:absolute;
	top:0px;
	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;
	}
	
#header #topNav ul li.first {
	background-image:none;
	}

#header #topNav ul li a {
	text-decoration:none;
	padding:5px 20px;
	}
	
#header #topNav ul li a:hover {
	text-decoration:underline;
	}
	

	
/* -------------------- Search box -------------------------- */	
#header #search {
	position:absolute;
	color:#fff;
	bottom:-44px;
	right:15px;
	width:233px;
	height:33px;
	padding:11px 7px 0px 0px;
	text-align:left;
	background:url(../templateimages/searchBg.jpg) no-repeat;
	}
	
#header #search .addthis_button_compact {
color:#333;
text-decoration:none;
font-weight:bold;
font-size:11px;
}	
	

	
#header .searchField {
	position:absolute;
	top:10px;
	left:66px;
	width:160px;
	color:#999;
	border:1px solid #fff;
	}
	
#header .searchSubmit {
	position:absolute;
	width:26px;
	height:21px;
	top:8px;
	right:20px;
	color:#fff;
	font-size:11px;
	background:url(../templateimages/btnSubmit.gif) 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: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:7px;
	left:20px;

	height:15px;

}

.navigation {
	display:inline;
	height:22px;
	width:auto;
	}

.navigation li {
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	margin-left:0px;
	padding:0px 19px;
}


.navigation li a {
	text-indent:-3000px;
	display:block;
	color:#333;
	height:15px;
}
	
.navigation li a.btnHome {
background:url(../templateimages/btnHome.gif) top left no-repeat;
width:36px;
}
	
.navigation li a.btnHome:hover {
background:url(../templateimages/btnHome.gif) bottom left no-repeat;
}

.navigation li a.btnFestival {
background:url(../templateimages/btnFestival.gif) top left no-repeat;
padding-bottom:7px;
width:61px;
}

.navigation li a.btnFestival:hover {
background:url(../templateimages/btnFestival.gif) bottom left no-repeat;
}

.navigation li a.btnFestival.over {
background:url(../templateimages/btnFestival.gif) bottom left no-repeat;
}

.navigation li a.btnLineup {
background:url(../templateimages/btnLineup.gif) top left no-repeat;
width:44px;
}
	
.navigation li a.btnLineup:hover {
background:url(../templateimages/btnLineup.gif) bottom left no-repeat;
}

.navigation li a.btnFamily {
background:url(../templateimages/btnFamily.gif) top left no-repeat;
width:109px;
}
	
.navigation li a.btnFamily:hover {
background:url(../templateimages/btnFamily.gif) bottom left no-repeat;
}

.navigation li a.btnTickets {
background:url(../templateimages/btnTickets.gif) top left no-repeat;
width:54px;
}
	
.navigation li a.btnTickets:hover {
background:url(../templateimages/btnTickets.gif) bottom left no-repeat;
}

.navigation li a.btnLocation{
background:url(../templateimages/btnLocation.gif) top left no-repeat;
padding-bottom:7px;
width:61px;
}
	
.navigation li a.btnLocation.over {
background:url(../templateimages/btnLocation.gif) bottom left no-repeat;
}

.navigation li a.btnInfo {
background:url(../templateimages/btnInfo.gif) top left no-repeat;
width:29px;
padding-bottom:7px;
}
	
.navigation li a.btnInfo.over {
background:url(../templateimages/btnInfo.gif) bottom left no-repeat;
}

.navigation li a.btnPhoto {
background:url(../templateimages/btnPhoto.gif) top left no-repeat;
width:102px;
}
	
.navigation li a.btnPhoto:hover {
background:url(../templateimages/btnPhoto.gif) bottom left no-repeat;
}

.navigation li a.btnContact{
background:url(../templateimages/btnContact.gif) top left no-repeat;
width:58px;
}
	
.navigation li a.btnContact:hover {
background:url(../templateimages/btnContact.gif) bottom left no-repeat;
}







	
/* --------------------------Categories -----------------------*/
#left {
	width:220px;
	padding:0px 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: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 -------------------------------*/

#subscribe {
	height:100px;

	padding:0px 0px 0px 0px;
	position:relative;
	float:left;
	margin:0px 0px 40px 0px;
	width:260px;

}

#subscribe h1 {
	padding:0px;
	}

#subscribe p#emailWarning, #subscribe p#nameWarning, #subscribe p#bothWarning {
	font-size:10px;
	visibility:hidden;
	position:absolute;
	bottom:-35px;
	left:0px;	
	color:#C00;
	}
	
#subscribe .inputWarning {
	background-color:#F5CBE9;
	}

#subscribe  #feedback {
	border:none;
	}

#subscribe  #feedback p {
	font-size:10px;
	line-height:1.2em;
	color:red;
	padding:0px 0px 15px 0px;
	height:15px;
	position:absolute;
	left:0px;bottom:-30px;
}

#subscribe #formNewsletter .rightName {
margin-bottom:5px;
width:189px;
display:block;
padding-top:3px;
font-size:10px;
padding-left:3px;
height:15px;
border:1px solid black;
color:#CCCCCC;
}

#subscribe label {
	font-size:10px;
	}
	
#subscribe .newsletterEmail, #subscribe .newsletterName {
	width:145px;
	margin:0px 0px 10px 0px;
	}
	
#subscribe .newsletterSubmit {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	bottom:28px;
	right:0px;
	background:url(../templateimages/subscribeSubmit.gif) no-repeat;
	width:57px;
	height:21px;	
	}
	
#feedback {
	}	
/* ------------------ 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 {
float:left;
width:450px;
height:180px;


	}
	
	#sitemap ul {
	float:left;
	width:130px;

	padding-right:15px;

	}
	
	#sitemap li {
	width:127px;
	height:20px;
	list-style-type:none;
	text-align:left;
	border-bottom:1px solid #415278;
	margin-bottom:4px;

	}
	
	#sitemap li a {
	text-align:left;

	color:#FFFFFF;
	font-size:11px;

	}
	
	#sitemap li a:hover {
	color:#AFCA31;
	}
	

/*---------------------  Footer -------------------------------------------- */

#footer {
	clear:both;
	padding:180px 30px 0px 30px;
	height:230px;
	margin:auto;
	width:940px;
	background:#fff url(../templateimages/footerBg.png)  bottom no-repeat;
	}

#footer a {
	color:#333;
	text-decoration:none;
	font-size:10px;
	}

#footer #credit {
	padding-top:6px;
	padding-left:50px;
	text-align:center;
	float:left;
	}
	
#social {
padding-left:30px;
float:left;
width:150px;
}	

#social a img {
margin-bottom:30px;
}
	
	
/* Misnellaoueous --------------------------------------------------------------------*/

.noborder {
	border:none;
	} 
	
.clear {
	clear: both;
	height:1px;
}

#dropDown, #dropDown2, #dropDown1  {
position:absolute;
top:22px;
width:130px;
background: url(../templateimages/dropDownBg.png) bottom no-repeat;
text-align:left;
padding:20px 0px 25px 20px;
}



ul#dropDown li, ul#dropDown2 li, ul#dropDown1 li  {
padding:0px;
/*float:left;*/
text-align:left;
padding:3px 0px 3px 0px;

right:6px;
position:relative;
border-bottom:1px dashed #333F5E;
width:120px;
}

ul#dropDown li a,ul#dropDown2 li a, ul#dropDown1 li a {
float:left;
/*background:none;*/
color:#fff;
font-size:11px;
height:19px;
width:115px;
display:block;
padding:1px 0px 0px 6px;
text-align:left;
text-indent:0px;

}

ul#dropDown li a:hover, ul#dropDown2 li a:hover,ul#dropDown1 li a:hover { 
color:#FFFFFF;
text-decoration:none;
background:url(../templateimages/aOver.png) repeat-x;
}

ul.navigation li {
	display:inline;
	position:relative;
	
	}
	
ul.navigation li ul {
	position: absolute;
	left: -2px; 
	top: 25px;
	display: none;
	margin:0px;
	}

ul.navigation li ul li {
	display:block;
	margin-top:-1px;
	z-index:100;
}	

a.navProductLink {
text-indent:0px;
color:#FF0000;
}
