/* CSS Document */

* {
 	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) top center no-repeat #000;
}

/*Container*/
#container {
	width: 900px;
	margin: 20px auto;
	background-color: #FFF;
}
	
/*Header*/
#header {
	height: 95px;
}
#header #logo {
	float: left;
	padding: 25px 0 0 20px;
}
#header img {	
	border: none;
}
#header #shoppingBasketSummary {
	margin: 25px 65px 0 0;
	float: right;
}
#header #shoppingBasketSummary a {
	color: #F44AA2;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
}

#header #shoppingBasketSummary p {
	color: #C9A44C;
	margin: 5px 0;
	font-size: 11px;
}
#header #shoppingBasketSummary .value {
	color: #000;
	/*float: right; /*Not working in IE6 
	width: 40px;*/
}
#header #shoppingBasketSummary ul {
	display: none;
}

/* Top Navigation */
#topNavigation {
	background: url('../images/topnav_bg.jpg') top center no-repeat;
	height: 40px;
	padding: 5px 0 11px 0; /* Padding takes shadow on background image into consideration */
}
#topNavigation ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
#topNavigation ul li {
	float: left;
	line-height: 40px;
	margin: 0 25px 0 0;
}
#topNavigation ul a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
#topNavigation ul a:hover {
	text-decoration: underline;
}


/* Main Area */
#main {
	padding-top: 9px; /* Top margin takes 11px shadow on navigation into consideration */
}


/* Left column */
#main #leftColumn {
	float: left;
	width: 160px;
	padding: 0 20px 20px 20px;
}
#main #leftColumn h2{
	color: #F44AA2;
	font-family: Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 20px;
}
/* Search Form */
#main #leftColumn #searchForm {
	margin: 0 0 15px 0;
}
#main #leftColumn #searchForm input {
	float: left;
	padding: 0 0 0 8px;
	margin: 1px 3px 1px 0;
	border-width: 1px;
	border-style: solid;
	border-top-color: #9E9E9E;
	border-right-color: #F4F4F4;
	border-bottom-color: #E2E2E2;
	border-left-color: #C2C2C2;
	width: 109px; /* 117px -8px Padding Left */
	height: 18px;
	color: #000;
	font-size: 12px;
	background: none; /* To overwrite general form inputs */
}
#main #leftColumn #searchForm a {
	float: right;
	display: block;
	width: 38px;
	height: 22px;
	background: url('../images/search_button.gif') top center no-repeat;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
/* Category Navigation */
#main #leftColumn ul {
	list-style: none;
	margin: 0 0 20px 0;
}
#main #leftColumn ul li a {
	display: block;
	/*width: 100%;*/
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 4px;
}
#main #leftColumn ul li {
	margin: 2px 0;
}
#main #leftColumn ul li a:hover {
	background-color: #F5ECDB
}
/* Second and deeper levels */
#main #leftColumn ul ul {
	margin: 0;
	padding: 0;
}
#main #leftColumn ul ul li a {
	padding: 4px 4px 4px 24px;
	font-weight: normal;
}

/* Secure Message */
#main #leftColumn p {
	font-size: 11px;
	line-height: 1.2;
}

/* Main Content Area */
#main #content {
	width: 650px;
	padding: 0 20px 20px 10px;
	float: right;
}
/* General Content Styles */
#main #content p {
	font-size: 12px;
	margin: 10px 0 20px 0;
}
#main #content ol,
#main #content ul {
	margin: 5px 20px;
}
#main #content li {
	font-size: 12px;
}
#main #content a {
	color: #F44AA2;
}
#main #content h1 {
	color: #F44AA2;
	font-size: 20px;
	margin: 10px 0;
}
#main #content h2 {
	color: #CBA64E;
	font-size: 18px;
	margin: 10px 0;
}
#main #content h3 {
	font-size: 14px;
	font-weight: bold;
}
#main #content a.textButton {
	display: block;
	float:left;
	width: 120px;
	height: 40px;
	background: url('../images/addtobasket_btn.gif') top center no-repeat;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
/* Breadcrumbs */
#main #content p#breadcrumbs  {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#main #content #breadcrumbs .delimiter {
	color: #F44AA2;
}
#main #content #breadcrumbs a {
	color: #F44AA2;
}
/* Product Index */
#main #content ul.indexes {
	clear: both;
	margin: 10px 0;
	padding: 5px;
	list-style: none;
	background: #F5ECDB;
	font-size: 11px;
	height: 15px; /* Needs to be set for IE6/7 */
}
#main #content ul.indexes li a {
	text-decoration: none;
}
#main #content ul.indexes li a:hover {
	text-decoration: underline;
}
#main #content ul.indexes li.sortindex {
	float: left;
}
#main #content ul.indexes li.pageindex {
	float: right;
}
#main #content .productRow {
	clear: both;
}
#main #content .productSummaryLeft,
#main #content .productSummaryMiddle,
#main #content .productSummaryRight {
	width: 150px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
}
#main #content .productSummaryLeft {
	margin: 0 9px 0 0;
}
#main #content .productSummaryMiddle {
	margin: 0 8px;
}
#main #content .productSummaryRight {
	margin: 0 0 0 9px;
}
#main #content .productRow img {
	margin: 0 auto;
	display: block;
	border: none;
}
#main #content .productRow h2.title {
	font-size: 12px;
	font-weight: bold;	
	margin: 5px 0;
	padding: 0;
}
#main #content .productRow h2.title a {
	text-decoration: none;
}
#main #content .productRow h3.manufacturer {
	font-size: 12px;
	font-weight: normal;
}
#main #content .productRow .rating img {
	display: inline;
}
#main #content .productRow .description {}
#main #content .productRow ul.variations {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main #content .productRow ul.variations {
	display: none;
}
#main #content .productRow ul.prices {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	width: 50%;
	float: left;
	text-align: center;
	text-size: 14px;
}
#main #content .productRow .label,
#main #content .productRow input {
	display: none;
}
#main #content .productRow ul.prices li {
	margin: 0;
	padding: 0;
}
#main #content .productRow ul.prices li.priceRRP {
	display: none;
}
#main #content .productRow ul.prices li.price {}
#main #content .productRow ul.productOptions {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	width: 50%;
	float: right;
	text-align: center;
	text-size: 14px;
}
#main #content .productRow ul.productOptions li {
	margin: 0;
	padding: 0;
}
#main #content .productRow a.buttonAddToBasket {
	display: none;
}
/* Product Details */
#main #content #product {}
#main #content #productImages {
	float: left;
	width: 330px;
}
#main #content #productImages img {
	display: block;
	float: left;
	border: none;
}
#main #content #productImages img#mainProductImage {
	margin-bottom: 10px;
}
#main #content #productImages ul {
	padding: 0;
	margin: 0;
}
#main #content #productImages ul li {
	margin: 0 10px 10px 0 ;
	padding: 0;
	display: block;
	float: left;
}
#main #content #product form,
#main #content #product #description,
#main #content #product #relatedProducts {
	float: right;
	width: 300px;
}
#main #content #product #productReviews {
	display: none;
}
#main #content #product #description:before {
	content: "Description";
	color: #CBA64E;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}
#main #content #product ul.variations {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#main #content #product ul.variations li {
	margin: 5px 0;
	padding: 0;
}
#main #content #product ul.variations li select {
	width: 135px;
	padding: 0;
	border: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #9E9E9E;
	border-right-color: #F4F4F4;
	border-bottom-color: #E2E2E2;
	border-left-color: #C2C2C2;
}
#main #content #product ul#prices {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main #content #product ul#prices li#price {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#main #content #product ul#prices li#priceRRP {
	display: none;
}
#main #content #product #description {
	padding: 10px 0;
}
#main #content #product ul#purchase {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main #content #product ul#purchase li {
	padding: 0;
	margin: 0;
}
#main #content #product ul#purchase li#quantity {
	display: none;
}
#main #content #product ul#purchase a.buttonAddToBasket {
	clear: right;
	display: block;
	width: 120px;
	height: 40px;
	background: url('../images/addtobasket_btn.gif') top center no-repeat;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-weight: bold;
	margin: 10px 0;
}
#main #content #product ul#purchase a.buttonAddToBasket:hover {
	text-decoration: underline;
}

/* General Table Styles */
#main table {
	background: #F5ECDB;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}
#main table td,
#main table th {
	padding: 10px;
	text-align: left;
}
#main table#orderSummaryTable {
	width: 200px;
	margin: 10px 0;
}
#main table#accountDetailsTable {
	width: 400px;
	margin: 10px 0;
}

/* Related Products */
#relatedProducts {
	clear: both;
	margin-top: 20px;
}

/* Footer */
#footer {
	background: url('../images/bottomnav_bg.jpg') top center no-repeat;
	color: #FFF;
	height: 42px;
	padding: 5px 0 10px 0;
	line-height: 40px;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	float: left;
	margin-left: 20px;
}
#footer ul li {
	float: left;
	margin-right: 25px;
}
#footer p {
	float: right;
	margin-right: 20px;
}

/* Bottom Navigation */
#bottomNavigation {
	background-color: #F5ECDB;
	padding: 10px 0 20px 0;
}
#bottomNavigation ul {
	margin-left: 20px;
	list-style: none;
	font-size: 12px;
}
#bottomNavigation ul li {
	float: left;
	margin-right: 25px;
}
#bottomNavigation ul li a {
	color: #CBA64E;
	text-decoration: none;
}
#bottomNavigation ul li a:hover {
	text-decoration: underline;
}


/* Account Details */
ul#accountUpdate {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#accountUpdate li {
	font-weight: bold;
}
table#orderHistoryTable {
	margin-top: 10px;
}
table#orderHistoryTable td {
	padding: 5px;
}
	
	
/*Other*/
#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;
	padding: 20px;
	
	z-index: 100;
	text-align: center;
	background: url('../images/system-message-bg.gif') top center no-repeat;
	padding: 10px;
	
	font-size: 12px;
}
#systemMessage ul {
	list-style: none;
	margin: 10px 0;
}
#systemMessage p {
	font-size: 12px;
	margin: 5px;
}
#systemMessage li {
	font-size: 12px;
}
#systemMessage a {
	color: #F44AA2;
}
#systemMessage h2 {
	color: #CBA64E;
	font-size: 18px;
	margin: 10px 0;
}
