@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:#333333;
	color:inherit; 
}

/*START TEMPLATE LAYOUT STYLES*/

#wrapper { 
	background-image:url(../images/curve_top.gif);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#FFFFFF;
	color:000000;
  	width: 960px;
  	padding-top: 10px;
	margin: 30px 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:#FF702A;
	color:#FFFFFF;
	font-weight:bold;
	font-size:140%;
	text-align:center;
	padding:30px 10px 10px 10px;
}
.strapline{ color:#FFFFFF; font-style:italic; font-size:60%; font-weight:bold;}


/* CART CONTENT INDICATOR */
#basket {
	text-align:right;
	/*width:590px;*/
	font-size:12px;
        color:#ffffff;
	padding-top: 45px;
	padding-left: 243px;
        padding-bottom:5px;
}
	#basket UL {
		float: right;
		list-style: none;
		margin-top: 5px;
	}
		#basket UL LI {
			float: left;
			display: block;
		}
			#basket UL LI A {
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
			}

			#basket UL LI A:hover {
			       color: #FFFFFF;
                               text-decoration:underline;
			}

/* END CART CONTENT INDICATOR */

#topMenu {
	padding: 11px 15px 5px 0px;
	font-size:12px;
}


#search {	
	float:right;
	padding: 5px 30px 5px 0px;
	font-size:12px;
}

#contentLeft {
margin-top:4px;
margin-left:5px;
	clear:both;
	float:left;
	width:194px;
}

#contentMid {
	float:left;
	width:740px;
	padding:0px 5px 0px 5px;
}

#contentMidFull {
	float:left;
	width:740px;
	padding:0px 0px 0px 5px;
}


#contentRight {
	clear:right;
	float:right;
	width:194px;
}


#productCats {
	width:192px;
	clear:both;
	float:left;
	border-top:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;
	border-left:1px solid #bdbcbd;
	background-color:#fcfcfc; 
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
}

#productCats ul {margin:10px 0px 0px 0px; padding:0px; list-style:none;}

#productCats li a {
font-weight:bold;
	list-style:none;
	color:#333333;
	background-color:inherit;
	font-size:70%;
	line-height:18px;
	padding: 0px 0px 0px 20px;
	text-decoration:none;
}

#productCats li a:hover {

	list-style:none;
	color:#333333;
	background-color:inherit;
	font-size:70%;
	line-height:18px;
	padding: 0px 0px 0px 20px;
	text-decoration:underline;
}


#information {
	width:192px;
	clear:both;
	border-top:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;
	border-left:1px solid #bdbcbd;
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
	background-color:#fcfcfc;
}

#information ul {margin:10px 0px 0px 0px; padding:0px; list-style:none;}

#information li a {
font-weight:bold;
	list-style:none;
	color:#333333;
	background-color:inherit;
	font-size:70%;
	line-height:18px;
	padding: 0px 0px 0px 20px;
	text-decoration:none;
}

#information li a:hover {
	list-style:none;
	color:#333333;
	background-color:inherit;
	font-size:70%;
	line-height:18px;
	padding: 0px 0px 0px 20px;
	text-decoration:underline;
}

#login {
	width:192px;
	clear:both;
	border-right:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
	text-align:center;
}

#mainintroText {
	width:740px;

}

#introText {
	width:740px;
}

#products {
	width:740px;
}

#shoppingCart {
	text-align:center;
	border-top:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;
	border-left:1px solid #bdbcbd;
	width:192px;
	clear:both;
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
}

#leftFeature {
	width:192px;
	clear:both;
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
}



#rightFeature {
	width:192px;
	clear:both;
	border-top:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;
	border-left:1px solid #bdbcbd;
	background-color:#fcfcfc; 
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
}

#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 {
        text-align:center;
	color: #187ca4; 
	background-color:#fcfcfc; 
	border-bottom:1px dashed #187ca4;
	height:20px; 
	padding:8px 5px 2px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	font-weight: bold; 
}

.heading_products {
        text-align:center;
	color: #fb6400; 
	background-color:#fcfcfc; 
	border-bottom:1px dashed #fb6400;
	height:20px; 
	padding:8px 5px 2px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	font-weight: bold; 
}


.heading2 {
	color: #333333; 
	background-color:#f1f1f1; 
	border-top:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;
	border-left:1px solid #bdbcbd;
	background-color:#fcfcfc; 
	height:20px; 
	padding:8px 5px 2px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	font-weight: bold; 
}
	
.padding {padding:0px 4px 0px 0px;}


/*##########################################################################################*/
/*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: #646464; font-weight: normal; text-decoration: none; background-color:inherit;}
a:active, a:hover { color: #646464; font-weight: normal; text-decoration: underline; background-color:inherit;}

a:link.feature, a:visited.feature { color: #333333;	font-weight: bold; text-decoration: none; background-color:inherit;}
a:active.feature, a:hover.feature { color: #333333; font-weight: bold ;text-decoration: underline; background-color:inherit;}

#topMenu a:link, #topMenu a:visited { color: #393939; text-decoration: none; background-color:inherit;}
#topMenu a:active, #topMenu a:hover { color: #393939; text-decoration: underline; background-color:inherit;}

a:link.bread_crumb, a:visited.bread_crumb { color: #393939; text-decoration: none; background-color:inherit;}
a:active.bread_crumb, a:hover.bread_crumb { color: #393939; text-decoration: underline; background-color:inherit;}

a:link.bread_homeCrumb, a:visited.bread_homeCrumb { color: #393939; text-decoration: none; background-color:inherit;}
a:active.bread_homeCrumb, a:hover.bread_homeCrumb { color: #393939; text-decoration: underline; background-color:inherit;}


/*##########################################################################################*/
/*END A HREF STYLES*/
/*##########################################################################################*/


h1 {font-family:Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #ff6600; width:100%;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size: 120%; font-weight: bold; color: #ff6600; background-color:inherit;}
h3 {font-family:Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #ff6600; background-color:inherit; line-height:10px;}
h4 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #ff6600; background-color:inherit;}
h5 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #ff6600; background-color:inherit;}
h5 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #FF702A; background-color:inherit;}
h6 {font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #FF702A; 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: 70%; font-weight: normal; color: #666666; 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 { 
	background-image:url(../images/GenericButton.gif);
	background-repeat:repeat-x;
float:left;
padding:2px; padding-left:6px; padding-right:6px; background-color:#187ca4; border:1px solid #187ca4; border-bottom:1px solid #187ca4; border-right:1px solid #187ca4; color:#FFFFFF;font-weight: normal; text-decoration:none; font-size: 11px; }
.genericButton a:hover { 
        background-image:url(../images/GenericButton2.gif);
	background-repeat:repeat-x; 
  background-color:#727272; border:1px solid #727272; border-bottom:1px solid #727272; border-right:1px solid #727272;
}

.subheading {
	color: #FFFFFF; 
	background-color:#ff6600; 
	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;  }
.savingsPrice { font-weight:bold; color:#669966; }
.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:#D5E4D2; margin:0; padding:5px 8px 5px 8px; font-size:12px; border:1px solid #5AB04C; }
#myAccountMenu li a:hover { background-color:#5AB04C; color:#fff; }

.moneyAlign { text-align:right; }


.padding li
{
list-style-type:decimal;
padding-left: 0px;
font-size: 11px;
padding: 0px;
margin: 0px;
}

.padding li a{
color:#DDD;
padding: 0px;
margin: 0px;
}

/* ADDED BY DAVE */

.price_underline {
text-decoration:none;
font-size:18px;
color:#187ca4;
}

.price_underline_promo {
color:#f8261c;
font-size:10px;
}

#search {
	width:192px;
	clear:both;
	border-top:1px dashed #e0e0e4;
	border-right:1px dashed #e0e0e4;
	border-left:1px dashed #e0e0e4;
	border-bottom:1px dashed #e0e0e4;
	padding: 0px 0px 5px 0px;
	text-align:center;
	margin-bottom:15px;
	background-color:#f9f9f9;
}

.heading {
	color: #eb00a0; 
	background-image:url(../images/heading_bg.gif);
	background-repeat:repeat-x;
	background-color:#eaeaeb;
	border-bottom:1px dashed #e0e0e4; 
	text-align:center;
	height:20px; 
	padding:8px 5px 2px 5px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
}
#MainintroText {
    text-align:center;
    }
    
