/* CSS Document */

body {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(../images/bg_body.jpg) left top fixed;
	}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
a img {
	border: none;
}

/*Container*/
#container {
	width: 976px;
	margin: 0 auto;
	}
	
/*Header*/
#header {
	width: 976px;
	height: 130px;
	margin: 10px 0 0 0;
	}
#header img {
	border: none;
	}
	
/*Navigation*/
#navigation {
	margin: 10px 0 0 0;
	padding: 5px 0;
	background: #9B2813;
	/*Top border added to resolve missing top gap in IE7*/
	border-top: #9B2813 1px solid;
	/*Bottom border added to resolve missing bottom gap in Opera9*/
	border-bottom: #9B2813 1px solid;
	}
/*Additional Pages*/
#additionalPages {
	}
#additionalPages ul#listHomeLink {
	margin: 0 0 0 10px;
	}
#additionalPages ul#listHomeLink li {
	margin: 0;
	}
#additionalPages ul {
	margin: 0 10px;
	padding: 0;
	float: left;
	list-style: none;
	}
#additionalPages ul li {
	margin: 0 8px 0 0;
	display: inline;
	}
#additionalPages ul li a {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
/*Account Options*/
#accountOptions {
	}
#accountOptions ul {
	margin: 0 10px;
	padding: 0;
	float: right;
	list-style: none;
	}
#accountOptions ul li {
	margin: 0 0 0 8px;
	display: inline;
	}
#accountOptions ul li a {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
/*Content*/
#content {
	width: 978px;
	margin: 10px 0 0 0;
	}
/*Main*/
#main {
	width: 728px;
	padding: 5px 10px 20px 10px;
	float: left;
	background: #FFFFFF;
	border: #135A0F 1px solid;
	}
#main h1,
#main h2,
#main h3 {
	margin: 10px 0;
	color: #135A0F;
	}
#main h1 {
	font-size: 140%;
	text-align: center;
	}
#main h2 {
	font-size: 120%;
	}
#main h3 {
	font-size: 100%;
	}
#main p {
	margin: 10px 0;
	line-height: 1.6;
	}
#main a {
	color: #135A0F;
	}

/*Company Registration*/
#companyRegistration {
	clear: both;
	margin: 50px 0 0 0;
	font-size: 90%;
	font-style: italic;
	text-align: center;
	border-top: #9B2813 1px solid;
	}
/*Credits*/
#credits {
	margin: 20px 0 0 0;
	font-size: 90%;
	text-align: center;
	}
#credits a {
	color: #333333;
	}

/*Sidebar*/
#sidebar {
	width: 210px;
	float: right;
	}
#sidebar h3 {
	margin: 0 0 5px 0;
	padding: 2px 5px;
	color: #000000;
	font-size: 110%;
	text-transform: uppercase;
	}
/*Product Navigation*/
#productNavigation {
	}
#productNavigation h3 {
	background: #EDD8D4;
	}
#productNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#productNavigation ul li {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #9B2813;
	}
#productNavigation ul li li {
	margin: 5px 0 5px 5px;
	}
#productNavigation ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
#productNavigation ul li li a {
	}

/*Basket Summary*/
#sidebar #titleYourBasket {
	margin: 20px 0 0 0;
	background: #D0DECF;
	}
#basketSummary {
	margin: 5px 0 0 0;
	padding: 5px 10px;
	text-align: center;
	background: #D0DECF;
	}
#basketSummary p {
	margin: 5px 0;
	color: #000;
	}
#basketSummary p .value {
	font-weight: bold;
	}
#basketSummary .button {
	padding-left: 20px;
	color: #000;
	background: url(../images/icon-view-basket.gif) left no-repeat;
	}
/*Notices*/
#notices {
	margin: 20px 0 0 0;
	padding: 5px;
	background: #D0DECF;
	}
#notices ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#notices ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	}
/*li#postalOrders {
	background: url(../images/newspaper.png) left no-repeat;
	}*/

li#freeDelivery,
li#worldwideDelivery {
	background: url('../images/lorry.png') left no-repeat;
}	
li#featuredProducts {
	background: url('../images/lightbulb.png') left no-repeat;
	}

/*li#newProduct {
	background: url(../images/lightbulb.png) left no-repeat;
	}*/
	
#notices a {
	color: #9B2813;
	}
/*Secure Shopping*/
#secureShopping {
	margin: 20px 0 0 0;
	padding: 5px 0;
	text-align: center;
	background: #FFFFFF;
	}
	
/*Home*/
#homeTitlePhoto {
	margin: 0 auto;
	display: block;
	}
		
/*Product Category Display*/
/*Product Indexes*/
#main ul.indexes {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 5px 5%;
	list-style: none;
	text-align: center;
	background: #F5E9E7;
	border: #9B2813 1px solid;
	}
#main ul.indexes li a {
	color: #9B2813;
	font-weight: bold;
	text-decoration: none;
	}
	
.productRow {
	clear: both;
	margin: 10px 0;
	padding: 20px 0;
	border-top: #9B2813 1px solid;
}
.productSummaryLeft,
.productSummaryRight {
	width: 45%;
	padding-bottom: 10px;
}
.productSummaryLeft {
	float: left;
}
.productSummaryRight {
	float: right;
}
.productRow h2.title {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
}
.productRow h2.title a {
	color: #135A0F;
	text-decoration: none;
	text-transform: uppercase;
}
.productRow h3.manufacturer {
	font-size: 90%;
	font-weight: bold;
	color: #666;
	margin: 1px 0;
}

.productRow img {
	margin: 5px auto;
	display: block;
	border: none;
}
.productRow .description {
	font-size: 90%;
}
.productRow ul.prices {
	font-size: 90%;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
.productRow ul.prices li.price {
}
.productRow ul.prices li.price .value {
	font-weight: bold;
}
.productRow ul.prices li.priceRRP {
	display: none;
	}
.productRow form ul li {
	margin-left: 0;
	padding: 5px 0;
	font-weight: bold;
}
.productRow a.button {
	padding: 0 0 0 20px;
	font-size: 120%;
	font-weight: bold;
}
.productRow a.buttonMoreInfo {
	background: url(../images/icon-more-information.gif) left no-repeat;
}
.productRow a.buttonAddToBasket {
	background: url(../images/icon-basket-add.png) left no-repeat;
}
.productRow ul.variations {
	list-style: none;
	padding: 0;
	margin: 0;
}
.productRow ul.variations li {
	padding: 2px 0;
	margin: 0;
}
.productRow ul.variations select {
	padding: 0;
	margin: 0;
}
.productRow ul.productOptions {
	list-style: none;
	padding: 0;
	margin: 0;
}
.productRow ul.productOptions li {
	padding: 0;
	margin: 0;
}	


	
/*Product*/
#buttonBack {
	padding-left: 20px;
	background: url(../images/icon-back.gif) left no-repeat;
	}
#product {
	clear: both;
	}
#product #title {
	text-transform: uppercase;
	}
#product img {
	/*margin-left: 100px;*/
	}
#productImages {
	width: 310px;
	float: left;
	}
#productImages img {
	border: none;
	}
#productImages img#mainProductImage {
	border: #135A0F 1px solid;
	}
#productImages ul {
	margin: 5px 0 0 0;
	padding: 0;
	}
#productImages ul li {
	margin: 0 5px 0 0;
	display: inline;
	}
#productImages ul li a img {
	border: #CCCCCC 1px solid;
	}
#productImages ul li a:hover img {
	border: #135A0F 1px solid;
	}
#product #purchaseOptions {
	width: 180px;
	float: right;
	}
#product ul#prices {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#product ul#prices li#price {
	color: #9B2813;
	font-size: 120%;
	font-weight: bold;
	}
#product ul#prices li#price .value {
	}
#product ul#prices li#priceRRP {
	display: none;
	}
#product ul#purchase {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
#product ul#purchase li {
	margin: 5px 0;
	}
#product ul#purchase li input {
	padding: 2px;
	border: #027E02 1px solid;
	}
#product ul#purchase li #buttonAddToBasket {
	padding-left: 20px;
	font-size: 120%;
	font-weight: bold;
	background: url(../images/icon-add-to-basket.gif) left no-repeat;
	}
#product #description ul {
	list-style-position: inside;
}


/*New Customer Details*/
/*
#checkoutform {
	}
#checkoutform table input,
#checkoutform table textarea,
#checkoutform table select {
	padding: 2px;
	border: #027E02 1px solid;
	}
#checkoutform #formLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
#checkoutform #formLinks li {
	margin: 5px 0;
	}
#checkoutform #formLinks li a {
	padding-left: 20px;
	}
#checkoutform #formLinks li a#buttonContinue {
	background: url(../images/icon-continue.gif) left no-repeat;
	}
#checkoutform #formLinks li a#buttonCancel {
	background: url(../images/icon-cancel.gif) left no-repeat;
	}
*/

/*Order Summary*/
/*
#selectdeliveryaddress,
#selectbillingaddress {
	}
#selectdeliveryaddress table#addressTable td,
#selectbillingaddress table#addressTable td {
	padding: 5px 0;
	}
#selectdeliveryaddress .addressName,
#selectbillingaddress .addressName {
	font-weight: bold;
	}
#selectdeliveryaddress .buttonEditAddress,
#selectbillingaddress .buttonEditAddress {
	padding-left: 20px;
	background: url(../images/icon-update-details.gif) left no-repeat;
	}
.buttonAddNewAddress,
.buttonAddNewAddress {
	padding-left: 20px;
	background: url(../images/icon-add-new-address.gif) left no-repeat;
	}
#buttonContinue {
	padding-left: 20px;
	background: url(../images/icon-continue.gif) left no-repeat;
	}
*/

	
/*Edit Address*/
/*
#editaddressform {
	}
#editaddressform table input,
#editaddressform table textarea,
#editaddressform table select {
	padding: 2px;
	border: #027E02 1px solid;
	}
#editaddressform #formLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
#editaddressform #formLinks li {
	margin: 5px 0;
	}
#editaddressform #formLinks li a {
	padding-left: 20px;
	}
#editaddressform #formLinks li a#buttonContinue {
	background: url(../images/icon-continue.gif) left no-repeat;
	}
#editaddressform #formLinks li a#buttonCancel {
	background: url(../images/icon-cancel.gif) left no-repeat;
	}
*/
	
/*Add New Address*/
/*

#addnewaddressform {
	}
#addnewaddressform table input,
#addnewaddressform table textarea,
#addnewaddressform table select {
	padding: 2px;
	border: #027E02 1px solid;
	}
#addnewaddressform #formLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
#addnewaddressform #formLinks li {
	margin: 5px 0;
	}
#addnewaddressform #formLinks li a {
	padding-left: 20px;
	}
#addnewaddressform #formLinks li a#buttonContinue {
	background: url(../images/icon-continue.gif) left no-repeat;
	}
#addnewaddressform #formLinks li a#buttonCancel {
	background: url(../images/icon-cancel.gif) left no-repeat;
	}
*/
	
/*General*/
p.errorMessage {
	padding: 5px 0 5px 25px;
	color: #9B2813;
	background: #F5E9E7 url(../images/icon-error.gif) 5px no-repeat;
	border: #9B2813 1px solid;
	}
.cleaner {
	clear: both;
	}
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	/* Height will be set by Javascript */

	background-color: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .60;
}
#systemMessage {
	position: absolute;
	
	top: 30%; /* Top will be set by Javascript but use important here to override */
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -210px;
	
	z-index: 100;
	text-align: center;
	background: url('../images/system-message-bg.gif') top center no-repeat;
	padding: 10px;
}
#systemMessage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#systemMessage h2 {
	padding: 0;
	margin: 0 0 5px 0;
}
