@import url("orders.css");
@import url("tickets.css");
@import url("contact.css");
@import url("basket.css");
@import url("checkout.css");
@import url("breadcrumbs.css");
@import url("pagination.css");
@import url("forms.css");

body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#505050;
	color:inherit;
}

/*START TEMPLATE LAYOUT STYLES*/

#wrapper { 
	background-color:#FFFFFF;
  	width: 950px;
  	padding: 0px;
	margin: 10px auto;
}

#logo {	
	width: 266px;
	height:172px;
	border-right:1px solid #ffffff;
	float:left;
}

#logoText {	
	width: 246px;
	height:132px;
	border-right:1px solid #ffffff;
	float:left;
	background-color:#00A8FF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:140%;
	text-align:center;
	padding:30px 10px 10px 10px;
}

#topMenu {
        text-align:center;
	clear:both;
	float:left;
	padding: 5px 15px 0px 12px;
	font-size:12px;
	color:#323232;
}

#search {	
	float:right;
	padding: 5px 10px 0px 10px;
	font-size:70%;
}


#contentLeft {
	margin-top: 4px;
	clear:both;
	float:left;
        margin-left:4px;
	width:190px;
}

#contentMid {
	margin-top: 4px;
	float:left;
	width:550px;
	padding:0px 5px 0px 5px;
}

#contentMidFull {
	margin-top: 4px;
	float:left;
	width:751px;
	padding:0px 0px 0px 5px;
}


#contentRight {
	margin-top:4px;
	clear:right;
	float:right;
	width:194px;
}

#availablityText{
font-size:12px;
color:#000000;
}

#AddThis {
        font-size:12px;
        font-weight:bold;
        color: #000000;
        width:526px;
        border:1px solid #bcbcbc;
	padding:5px 5px 5px 5px;
}

#AddThis a:link, #AddThis a:visited { 	padding:0px 10px 0px 0px; font-size:11px; color: #909090; text-decoration: none;}
#AddThis a:active, #AddThis a:hover { color: #909090; text-decoration: underline;}

#bottomMenu {
        width:950px;
        height:111px;
	background-image:url(../images/bottom_bg.gif);
	background-repeat:no-repeat;
        color:#fd7908;
        font-size:11px;
}

#menu {
        margin-top:5px;
	clear:both;
	width:950px;
	background-image:url(../images/product_bg.gif);
	background-repeat:repeat-x;
	background-color:#474747;
	overflow: hidden;
	padding-top: 2px;
        padding-bottom:4px;
}	
	#menu UL {
		list-style: none;
		margin: 0;
	padding: 0px;
	}
		#menu UL LI {
			display: inline;
		}
			#menu UL LI A {
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				font-size: 11px;
				padding: 0px 4px 0px 4px;
			}
			#menu UL LI A:hover {
				color: #FFFFFF;
                               text-decoration:none;
	                       background-color:#b0b0b0;
				padding: 5px 4px 5px 4px;
			}


#productCats {
	width:188px;
	clear:both;
	float:left;
        background-color: #2a2a2a;
	padding: 0px 0px 0px 0px;
	margin-bottom:10px;
            border-top:1px solid #2a2a2a;
            border-right:1px solid #2a2a2a;
	    border-bottom:1px solid #2a2a2a; 
	    border-left:1px solid #2a2a2a;
}

#productCats ul {margin:10px 0px 0px 0px; padding:0px; list-style:none;}

#productCats li{
background-color: #2a2a2a;
border-bottom: 1px solid #000000;
}

#productCats li:hover{
background: #fdab3d;
}

#productCats li a {
	list-style:none;
	color:#FFFFFF;
	background-color:inherit;
	font-size:11px;
	line-height:18px;
	padding: 0px 0px 0px 20px;
	text-decoration:none;
}

#productCats li a:hover {

	list-style:none;
	color:#000000;
	background-color:inherit;
	font-size:12px;
	line-height:18px;
	padding: 0px 0px 0px 20px;
	text-decoration:none;
}



#information {
        margin:auto;
	clear:both;
	width:950px;
	overflow: hidden;
       padding-top:17px;
       padding-bottom:5px;
}

	#information UL {
		list-style: none;
		margin: 0;
	}
		#information UL LI {
			display: inline;
		}
			#information UL LI A {
                                text-align:center;
				color: #fd7908;
				font-weight: bold;
				text-decoration: none;
				font-size: 11px;
				line-height: 30px;
				padding: 0 5px 0 5px;
			}
			#information UL LI A:hover {
			       color: #fdab3d;
                               text-decoration:underline;
			}

#login {
	width:188px;
	clear:both;
	padding: 0px 0px 5px 0px;
            border-top:1px solid #fd9e2f;
            border-right:1px solid #fd9e2f;
	    border-bottom:1px solid #fd9e2f; 
	    border-left:1px solid #fd9e2f;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

#introText {
	width:552px;
}

#pageContent {
	width:548px;
	clear:both;
	background-color:#f4f4f4;
        font-size:18px;
	padding-bottom:5px;
}

#products {
	width:552px;
}


#topAdvert {	
	width:180px;
        height:80px;
	clear:both;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding: 0px 0px 5px 0px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
}

#shoppingCart {
	width:300px;
        height:80px;
	clear:both;
        font-size:11px;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding: 0px 0px 5px 0px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
}

#shopping_left{
	float:left;
}

#shopping_right{
text-align:center;
	margin-top:10px;
	width:220px;
	float:right;
}

#rightFeature {
	width:188px;
	clear:both;
	padding: 0px 0px 5px 0px;
            border-top:1px solid #fd9e2f;
            border-right:1px solid #fd9e2f;
	    border-bottom:1px solid #fd9e2f; 
	    border-left:1px solid #fd9e2f;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

#billingAddress {
	float: left;
	width:350px;
	padding:5px 5px 5px 5px;
	margin:0px 5px 10px 0px;
	border:1px solid #D3D3D3;
}

#deliveryAddress {
	float: right;
	width:350px;
	padding: 5px 5px 5px 5px;
	margin:0px 0px 10px 5px;
	border:1px solid #D3D3D3;
}

.heading {
	background-image:url(../images/heading_bg_top2.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	background-color:#FFFFFF; 
	height:20px; 
	padding:8px 5px 0px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}

.heading2 {
        border-bottom:1px dashed #2a2a2a; 
        text-align:center;
	color: #2a2a2a; 
	background-color:#FFFFFF; 
	height:28px; 
	padding:8px 5px 0px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
}

.heading_top
{
	color: #FFFFFF; 
	background-image:url(../images/heading_bg_top.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	height:20px; 
	padding:8px 5px 2px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}

.heading_top2
{
	color: #FFFFFF; 
	background-image:url(../images/heading_bg_top2.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	height:20px; 
	padding:8px 5px 2px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}
	
.padding {padding:0px 4px 0px 4px;}

/* CART CONTENT INDICATOR */
#basket {
	text-align:right;
	/*width:590px;*/
	font-size:12px;
	padding:0px 0px 5px 0px; 
        font-weight:bold;
        color:#0b5175;
}
	#basket UL {
		float: right;
		list-style: none;
		margin-top: 5px;
	}
		#basket UL LI {
			float: left;
			display: block;
		}
			#basket UL LI A {
                                font-size:12px;
				color: #eee000;
				font-weight: bold;
				text-decoration: none;
			}

			#basket UL LI A:hover {
			       color: #000000;
                               text-decoration:underline;
			}

/* END CART CONTENT INDICATOR */

/*##########################################################################################*/
/*END TEMPLATE LAYOUT STYLES*/
/*##########################################################################################*/

img{border:0px;}
img.border {border: 1px solid #AFADAD; padding: 5px;}
img.rightThumb{margin:0px 5px 0px 0px;}
img.product{margin:5px;}

/*##########################################################################################*/
/*START A HREF STYLES*/
/*##########################################################################################*/


a:link, a:visited { color: #000000;	font-weight:bold; text-decoration: none; background-color:inherit;}
a:active, a:hover { color: #000000; text-decoration: underline; background-color:inherit;}

a:link.feature, a:visited.feature { color: #2a2a2a;	text-decoration: none; background-color:inherit;}
a:active.feature, a:hover.feature { color: #2a2a2a; text-decoration: underline; background-color:inherit;}

#topMenu a:link, #topMenu a:visited { color: #FFFFFF; text-decoration: none; background-color:inherit;}
#topMenu a:active, #topMenu a:hover { color: #fdab3d; text-decoration: underline; background-color:inherit;}

a:link.bread_crumb, a:visited.bread_crumb { color: #2a2a2a; text-decoration: none; background-color:inherit;}
a:active.bread_crumb, a:hover.bread_crumb { color: #2a2a2a; text-decoration: underline; background-color:inherit;}

a:link.bread_homeCrumb, a:visited.bread_homeCrumb { color: #2a2a2a; text-decoration: none; background-color:inherit;}
a:active.bread_homeCrumb, a:hover.bread_homeCrumb { color: #2a2a2a; text-decoration: underline; background-color:inherit;}

/*##########################################################################################*/
/*END A HREF STYLES*/
/*##########################################################################################*/


h1 {font-family:Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #630188;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #000000; background-color:inherit;}
h3 {font-family:Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #2a2a2a; background-color:inherit;}
h4 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #2a2a2a; background-color:inherit;}
h5 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #2a2a2a; background-color:inherit;}
h5 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #2a2a2a; background-color:inherit;}
h6 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #2a2a2a; background-color:inherit;}

hr {
	border: solid #D3D3D3 0px;
	border-top:solid #D3D3D3 1px;
	height:0px;
	clear:both;
}

hr.dashed {
	border: dashed #D3D3D3 0px;
	border-top:dashed #D3D3D3 1px;
	height:0px;
	clear:both;
	margin: 0px;
	padding:0px;
}

p.nopad{padding:0px; margin:0px;}	
	

p, td, th {font-size: 75%; font-weight: normal; color: #4d4d4d; background-color:inherit;}

/* ADDED BY JOE - START */
.prodResultDiv { margin:0; padding:0; display: none; }
.prodResultDivVisible { margin:0; padding:0; display: block; }

/* Pagination shown on search results page */
#pagination { font-size: 75%; color: #666666; }
#pagination ul { list-style:none; float: left; margin: 0; padding: 0; }
#pagination li { float: left; margin: 0; padding: 0; }
#pagination a { float: left; display: block; margin: 0; padding: 0 2px 0 2px; }
#pagination h6 { float:left; margin: 0; padding: 0; font-weight:normal; font-size: 95%; color: #666666; line-height:18px; }
/* END pagination */

.genericButton { margin: 0; padding: 0; }
.genericButton a { padding:2px; padding-left:6px; padding-right:6px; background-color:#630188; border:1px solid #cccccc; border-bottom:1px solid #000000; border-right:1px solid #000000; color:#FFFFFF;font-weight: normal; text-decoration:none; font-size: 11px; }
.genericButton a:hover { text-decoration:underline; }


.subheading {
	color: #FFFFFF; 
	background-color:#630188; 
	height:13px; 
	padding:5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	font-weight: bold; 
}
#customerDetails {
	margin:5px 0px 10px 0px;
	border:1px solid #D3D3D3;
}

/* ADDED BY JOE - END */

td p {font-size: 100%; font-weight: normal; color: #666666; background-color:inherit;}

#introText li {font-size: 70%; font-weight: normal; color: #666666; background-color:inherit;}

#rightFeature p {font-size: 60%; font-weight: normal; color: #666666; background-color:inherit;}

.black{color:#000000; background-color:inherit;}
.red{color:#FF0000; background-color:inherit;}
.blue{color:#00BAFF; background-color:inherit;}
.strapline{	color:#FFFFFF; font-style:italic; font-size:60%; font-weight:bold; margin-top:10px;}

table.checkout {
	border:1px solid #D3D3D3;
	border-collapse:seperate;
	clear:both;
}

td.checkout {
	border-left:1px solid #D3D3D3;
}

#editor p {font-size:11px;}


/* PROMO STYLES */
.normalPrice {text-decoration: line-through; color:#ff0000; }
.newPrice { font-weight:bold; font-size:16px;  }
.currentPrice { font-weight:bold; text-decoration:underline; font-size:14px; color:#630188; }
.savingsPrice {  font-size:14px; font-weight:bold; color:#FF0000; }
.promoProdTitle { font-size:16px; color:#000000; }


/* My Account Page */
#myAccountMenu { padding:0; margin:0; list-style:none; }
#myAccountMenu li { display:block; margin:7px 2px 0 0; }
#myAccountMenu li a { width:200px; display:block; color:#666; text-decoration:none; background-color:#C3EBFF; margin:0; padding:5px 8px 5px 8px; font-size:12px; border:1px solid #00A8FF; }
#myAccountMenu li a:hover { background-color:#00A8FF; color:#fff; }

.moneyAlign { text-align:right; }

/* ADDED BY DAVE */

.price_underline {
text-decoration:underline;
font-size:16px;
color:#630188;
}

.price_underline2 {
text-align:center;
font-weight:bold;
text-decoration:underline;
font-size:14px;
color:#630188;
}
