/* CSS Document */

* {
	margin: 0;
	padding: 0;
    }

body {
	background-color: #fff;
	color: #333;
    font-size: small;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
H1 {
	margin: 0 0 1em 0;
	padding: 0.5em 10px 0.5em 0;
	border-bottom: 1px dashed #243469;
	font-size: 120%;
	}

H2 {
	margin: 0 0 1em 0;
	padding: 0.5em 10px 0.5em 0;
	font-size: 110%;
	}

H3 {
	margin: 0 0 1em 0;
	padding: 0.5em 10px 0.5em 0;
	font-size: 100%;
	}

H4 {
	margin: 0 0 0 0;
	padding: 0.5em 10px 0 0;
	font-size: 100%;
	}
		
H1, H2, H3, H4, H1 a, H2 a, H3 a, H4 a {
	color: #243469;
	}
		
P {
	margin-bottom: 1em;
	}
				
A {
	text-decoration: none;
    }

A:hover {
	text-decoration: underline;
	color: #325fa9;
	}
		
A IMG {
	border: 0;
	}

UL {
	margin: 0;
	padding: 0;
	border: 0;
	}

FORM {
	margin: 0;
	padding: 0;
	border: 0;
	}

TABLE {
	margin: 0;
	padding: 0;
	border: none;
	}
		
#container {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
	background: #ffffff url(../graphics/css/bg_container.png) top left repeat-y;
	}
	
	
/* Header */

#header {
	display: block;	
	width: 960px;
	margin: 0 auto;
	background: transparent url(../graphics/css/bg_header.png) top left repeat-x;
	}
	
#logo {
	float: left;
	margin: 0 10px 0 10px;
	}

#query {
	margin: 0 15px 0 400px;
	padding: 24px 0 0 0;
	/* text-align: right; */
	}

#query input.entry {
	width: 140px;
	margin: 0 0 0 15px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e4dfd9;
	font-size: 11px;
	}

#query img, #query a img {
	margin: 0;
	padding: 0;
	border: 1px solid #e4dfd9;
	vertical-align: top;
	}
	
#basket {
	float: right;
	margin: 0 15px 0 15px;
	padding: 24px 0 0 0;
	/* text-align: right; */
	}

#basket input.entry {
	width: 140px;
	margin: 0 0 0 15px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e4dfd9;
	font-size: 11px;
	}

#basket img, #basket a img {
	margin: 0;
	padding: 0;
	border: 1px solid #e4dfd9;
	vertical-align: top;
	}
	
	
	
	
	
	
	
#navigation {
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#navigation {
	color: #fff;
	background: transparent url(../graphics/css/bg_navigation.png) top left no-repeat;
	}
	
#navigation a {
	color: #fff;
	}

#generalLinks {
	float: left;
	}

#generalLinks UL {
	padding: 0 0 6px 0;
	}

#generalLinks LI {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	}

#generalLinks LI {
	padding: 11px 25px 4px 15px;
	background: transparent url(../graphics/css/sep_generalLinks.png) no-repeat;
	background-position: right bottom;
	}

#generalLinks LI.last {
	padding: 11px 25px 4px 25px;
	background: none;
	}
	
#helpTelephone {
	margin: 0;
	padding: 0 15px 0 610px;
	text-align: right;
	}
	
.telephoneNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
	

/* Main Content */
	
#main {
	clear: both;
	width: 945px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	}	
	
	
/* Left Navigation Area */

#leftNav {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#leftNav UL {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #e4dfd9;
	}

#leftNav LI {
	display: block;
	margin-bottom: 5px;
	padding: 3px 5px 5px 5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: transparent url(../graphics/css/bg_leftNav.png) top left repeat-x;
	text-transform: uppercase;
	}

#leftNav a, #leftNav a:visited {
	color: #243469;
	text-decoration: none;
	}

#leftNav UL UL {
	border: none;
	}

#leftNav UL UL LI {
	margin: 0;
	padding: 0 3px 0 15px;
	border: none;
	background: none;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px dotted #e4dfd9;
	}
	
#leftNav dl {
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #e4dfd9;
	background: transparent url(../graphics/css/bg_dl_leftNav.png) top left repeat-x;
	}
	
#leftNav dl img {
	margin: 0;
	}	
	
#leftNav dl p {
	margin: 1ex;
	text-align: center;
	font-size: 10px;
	}	

#leftNav dl a {
	color: #444444;
	}
	
	
/* Right Navigation Area */
	
#rightNav {
	float: left;
	display: block;
	width: 178px;
	margin: 0 0 0 15px;
	padding: 0 0 30px 0;
	}
	
	
/* Duplicate .advert panel changes to home .featured so that heights are same on homepage */
	
#rightNav .advert {
	width: 178px;
	margin-top: 10px;
	border: 1px solid #abbac7;
	text-align: center;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	background: #fff url(../graphics/css/bg_advert.png) top left repeat-x;
	line-height: 1.1em;
	}

#rightNav .advert h2 {
	margin: 4px 2px 10px 2px;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	text-transform:	uppercase;
	color: #fff;
	}
	
#rightNav .advert table {
	width: 160px;
	margin: 5px auto;
	line-height: 2em;
	}
	
#rightNav .advert td {
	padding: 2px;
	}


#rightNav .advert p {
	margin: 0 1px 6px 1px;
	padding: 3px 5px 0 5px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	}
	
#rightNav .advert IMG {
	margin-top: 3px;
	border: 2px solid #fff;
	}
	
#rightNav .advert A IMG {
	background-color: #fff;
	}

#rightNav .advert a, #rightNav .advert a:visited {
	color: #333;
	text-decoration: none;
	}
	
#rightNav .advert a:hover {
	color: #f00;
	text-decoration: none;
	}

#rightNav .advert h2 a, #rightNav .advert h2 a:visited {
	color: #fff;
	text-decoration: none;
	}
	

/* Page Content within Left and Right */

#content {
	float: left;
	display: block;
	width: 525px;
	margin: 0 0 0 15px;
	padding: 0 15px 0 15px;
	border: 1px solid #e4dfd9;
	background-color: #fff;
  	}
	
/* General textual and manually created page content */
	
#content .brands {
	display: block;
	}
	
#content .brands p {
	width: 110px;
	margin: 10px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px solid #e4dfd9;
	}
	
#content #footnote p {
	clear: left;
	display: block;
	width: 541px !important;
	text-align: center;
	}
	
#content img.logo {
	float: right;
	/* margin-top: -1em; */
	padding-left: 10px;
	padding-bottom: 10px;
	}

#content table.spectable {
	margin: 1em 0 2em 0;
	padding: 0;
	background-color: #e5e5e5;
	}

#content table.spectable td {
	margin: 0;
	padding: 5px;
	background-color: #fff;
	font-size: 11px;
	}
	
#content img.product {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
#content img.productDetail {
	clear: right;
	text-align: center;
	padding-bottom: 10px;
	}
	
#content ul, #content ol {
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: 11px;
	}
	
/* Catalogue Section Landing Pages */
		
#catalogue-sections P {
	margin: 1ex 0 1ex 0;
	padding: 1ex 0 1ex 0;
	border-bottom: 1px dashed #e4dfd9;
	}

#catalogue-sections IMG {
	padding-right: 10px;
	}

#catalogue-sections A IMG {
	vertical-align: middle;
	}

#catalogue-sections A {
	font-weight: bold;
	font-size: 12px;
	color: #243469;
	}
	
/* Itemslist for Auto Created Product Listings */
	
#content #refineform {
	display: block;
	text-align: right;
	font-size: 10px;
	}
	
#content #itemslist {
	display: block;
	}
	
#content #itemslist .toplink {
	float: right;
	margin-top: -3em;
	padding-top: 0;
	font-size: 10px;
	}
	
#content #itemslist .listed {
	margin: 15px 0 15px 0;
	padding: 0 0 10px 0;
	border: 1px solid #e4dfd9;
	font-size: 11px;
	}
	
#content #itemslist .listed h2 {
	font-size: 12px;
	border-top: #e4dfd9;
	background-color: #e4dfd9;
	padding: 3px 5px 6px 5px;
	}
	
#content #itemslist .listed .thumbnail {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	}
	
.thumbnail, .thumbnail a {
	border: none;
	text-decoration: none;
	margin-bottom: 0.5em;
	}
	
.thumbnail img, .thumbnail img a {
	border: none;
	margin-bottom: 0.5em;
	}
	
#content #itemslist .listed .info p {
	padding: 0 10px 0 134px;
	}
	
#content #itemslist .listed .info ul {
	padding-left: 128px;
	}
	
#content #itemslist .listed .buttons {
	text-align: right;
	margin-top: -2.5em;
	text-decoration: none;
	}
	
#content #itemslist .listed .buttons a img {
	padding-left: 10px;
	vertical-align: bottom;
	border: none;
	}
	
#content #itemslist .price, #content #productDetail .price {
	color: #C03;
	font-weight: bold;
	}
	
#content #itemslist td p {
	margin: 0;
	padding: 5px;
	font-size: 9pt;
	}
	
#content #itemslist td h4 {
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #243469;
	}
	
#content #itemslist td p.price {
	text-align: right;
	}

#content img.icon {
	vertical-align: text-bottom;
	padding-right: 5px;
	}
	
#content #productDetail {
	border: 1px solid #e4dfd9;
	margin-bottom: 1em;
	}
	
#content #productDetail table {
	width: 100%;
	}
	
	
	
#content #productDetail .photo {
	width: 300px;
	margin: 10px 0 10px 0;
	padding: 0 15px 0 0;
	border: 0;
	border-right: 1px solid #e4dfd9;
	}
	
#content #productDetail .photo img.padded {
	padding: 65px 115px 65px 100px;
	}
	
#content #productDetail td {
	padding: 0 10px 0 10px;
	font-size: 11px;
	}
	
#content #productDetail p.logo {
	margin: 0;
	padding: 0;
	text-align: right;
	}
	

	
#productPane ul {
	display: block;
	}
	
#content #productPane h2 {
	/* margin-top: 30px; */
	padding-bottom: 5px;
	border-bottom:  #243469 dashed 1px;
	clear: right;
	}
	
#productPane .product_photo {
	float: right;
	margin: 1ex 0 20px 20px;
	padding: 0px;
	}
	
#productPane ul {
	font-size: 11px;
	}
	
	

	
#content .red {
	color: #C03;
	}

#content .price sub {
	font-weight: normal;
	}
	
#content .strikethru {
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
	}
	
	
/* Basketform used on Basket Page */
	
#basketForm {
	width: 520px;
	}	
	
#basketForm table {
	margin: 15px 0 15px 0;
	background-color: #e4dfd9;
	}
	
#basketForm th {
	background-color: #e4dfd9;
	color: #243469;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	}
	
#basketForm td {
	background-color: #fff;
	color: #243469;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	}
		
#basketForm input {
	border: solid 1px #e4dfd9;
	}
		
#basketForm a {
	border-bottom: none;
	}
		
#basketForm a:hover {
	border-bottom: none;
	color: #243469;
	text-decoration: none;
	}
		
#basketForm a {
	border-bottom: none;
	color: #243469;
	}
	
	
/* orderForm used on Account & CC Checkout */

	
#orderForm {
	width: 520px;
	}	
	
#orderForm table {
	margin: 15px 0 15px 0;
	background-color: #e4dfd9;
	}
	
#orderForm th {
	background-color: #e4dfd9;
	color: #243469;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	}
	
#orderForm td {
	background-color: #fff;
	color: #243469;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	}
		
#orderForm input {
	border: solid 1px #e4dfd9;
	padding: 2px;
	}
		
#orderForm ul {
	font-size: 11px;
	}
		
#orderForm a:hover {
	border-bottom: none;
	color: #243469;
	text-decoration: none;
	}
		
#orderForm a {
	border-bottom: none;
	color: #243469;
	}
		
#orderForm label {
	font-size: 11px;
	float: right;
	}
	
#orderForm label.required {
	font-weight: bold;
	}
	
	
/* End */	
	
	
#end {
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent url(../graphics/css/bg_end.png) bottom left repeat-x;
	}
	
#end p {
	margin: 0;
	padding: 10px 10px 10px 210px;
	font-size: 10px;
	}
	
#end a img {
	border: none;
	vertical-align: middle;
	}
	
#end a, #end a:hover, #end a:visited {
	text-decoration: none;
	color: #636466;
	}
	
	
/* Footer */	
	
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	}
	
#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #243469;
	font-size: 10px;
	}
	
#footer a {
	color: #243469;
	text-decoration: none;
	}
	
#footer a.faded {
	color: #d4d4d4;
	}	
	
#footer a:hover {
	color: #325fa9;
	text-decoration: underline;
	}
	
#footer .faded {
	color: #d4d4d4;
	}
	
#footer a.faded {
	color: #d4d4d4;
	}	

#notices {
	float: left;
	width: 790px;
	margin: 0;
	padding: 0;
	}
	
#webdesign {
	margin: 0;
	padding: 0 0 0 800px;
	text-align: right;
	color: #aba7a3;
	}