/* Andy's Mods */

input.hidden {
    padding: 0;
    border: 0;
    }

.searchtexthighlight	{background: #FFEE00; }

/* Core setup */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 81.25%;
	color: black;
	background-color: white;
	}
	
img {
	display: block;
	}
	
a {
	text-decoration: none;
	color: #0073e5;
	}
	
a:hover {
	text-decoration: underline;
	color: black;
	}



/* Main layout components */
	
.wrapper {
	overflow: hidden;
	width: 100%
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}

#top {
	background: white url('topbg.gif') repeat-y;
	margin: 0 3%;
	padding-bottom: 3px;
	}
	
.header {
	padding: 0 3%;
	}
	
.global {
	font-size: 84.62%;
	}
	
.floated {
	list-style: none;
	}
	
.floated li {
	float: left;
	line-height: 110%;
	}
	
.floated li a {
	display: block;
	}

#premier {
	background-color: #039;
	}
	
#basket {
	background-color: #ccd7ea;
	}
	
#container {
	margin: 0 3%;
	position: relative;
	}
	
#main {
	padding: 12px 0 4em 216px;
	}



/* Core typography */
	
h1, h2, h3, h4, h5 {
	line-height: 120%;
	color: #039;
	}
	
p, li {
	line-height: 125%;
	}
	
h1, 
.largebold {
	font-size: 184.62%;
	font-weight: bold;
	margin: 0.2em 0 0.1em;
	}
	
h2 {
	font-size: 118.18%;
	}
	
h1#homehead, 
h3 {
	font-size: 138.46%;
	padding: 25px 12px 4px;
	border-top: 1px solid white;
	}	
	
p {
	margin: 0.75em 0 0;
	}

ul {
	list-style: square;
	}

/* Top right nav and basket nav */

#top .floated, 
#basket .floated {
	margin-top: 6px;
	}

#top .floated li, 
#basket .floated li, 
.resultsNav li {
	padding: 0.1em 0.75em;
	border-right: 1px solid #bfcde5;
	}
	
#basket .floated li {
	border-right: 1px solid #99add2;
	}
	
#top .floated li a {
	font-weight: bold;
	}

#top .floated li.last, 
#basket .floated li.last, 
.resultsNav li.forward {
	padding-right: 0;
	border-right: 0;
	}
	
#top .floated li a.current {
	color: #039;
	text-decoration: none;
	}
	
#basket span, 
#mybasket a {
	padding: 2px 0;
	display: block;
	}
	
#mybasket a {
	font-weight: bold;
	padding-left: 24px;
	background: transparent url('basket.gif') 0 50% no-repeat;
	}
	
#mybasket a:hover {
	background: transparent url('baskethover.gif') 0 50% no-repeat;
	}



/* Breadcrumb and found set nav */

.breadcrumb {
	color: #039;
	}
	
.resultsNav {
	clear: left;
	}
	
.resultsNav ul {
	padding: 1em 0;
	overflow: hidden;
	width: 100%;
	}
	
.resultsNav li a {
	display: block;
	}
	
.resultsNav li.back {
	padding-left: 0;
	}
	
p.back a, 
.resultsNav li.back a {
	display: block;
	padding-left: 15px;
	background: white url('back.gif') 0 50% no-repeat;
	}
	
.resultsNav li.back a:hover {
	background: white url('backhover.gif') 0 50% no-repeat;
	}
	
.resultsNav li.back a.inactive, 
.resultsNav li.back a.inactive:hover {
	color: #bfcde5;
	text-decoration: none;
	background: white url('backalt.gif') 0 50% no-repeat;
	}
	
.resultsNav li.forward a {
	padding-right: 15px;
	background: white url('forward.gif') 100% 50% no-repeat;
	}
	
.resultsNav li.forward a:hover {
	background: white url('forwardhover.gif') 100% 50% no-repeat;
	}
	
.resultsNav li.forward a.inactive, 
.resultsNav li.forward a.inactive:hover {
	color: #bfcde5;
	text-decoration: none;
	background: white url('forwardalt.gif') 100% 50% no-repeat;
	}
	
.resultsNav li a.current {
	color: #039;
	text-decoration: none;
	}



/* Left nav */

#leftNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 201px;
	background: #e5ebf4 url('leftnav.gif') 0 100% no-repeat;
	}
	
#leftNav form {
	padding: 12px 12px 10px;
	}
	
#leftNav input#search {
	width: 130px;
	}
	
#leftNav a#advsearch, 
#leftNav ul a {
	font-size: 84.62%;
	line-height: 120%;
	width: 177px;
	}
	
#leftNav p {
	padding: 0 12px;
	}
	
p#goconsumer {
	padding: 0;
	}
	
p#goconsumer a {
	margin-top: 2em;
	font-weight: bold;
	display: block;
	padding: 16px 12px 18px 20px;
	color: white;
	text-decoration: none;
	background: transparent url('goconsumer.gif') no-repeat;
	}
	
p#goconsumer a:hover {
	background: transparent url('gohover.gif') no-repeat;
	}
	
#leftNav li a {
	display: block;
	padding: 0.25em 12px;
	}
	
#leftNav ul {
	list-style: none;
	}

#categories {
	background: #e5ebf4 url('categories.gif') 0 100% no-repeat;
	border-bottom: 1px solid white;	
	}
	
#categories li a {
	border-top: 1px solid white;
	}
	
#categories li a:hover {
	background-color: black;
	color: white;
	text-decoration: none;
	}
	
#categories li a.current {
	background-color: #039;
	color: white;
	}
	
#footer {
	padding: 140px 0;
	}
	


/* Subscribe */

#subscribe {
	color: #bfcde5;
	}
	
#subscribe form {
	padding-bottom: 10px;
	}
	
#subscribe input#subscribe {
	width: 20em;
	color: black;
	}
	
#subscribe a {
	font-size: 84.62%;
	}
	
#subscribe label {
	font-weight: bold;
	color: #039;
	width: 10em;
	padding-top: 3px;
	}



/* Home page specific */

#homecategories {
	border-bottom: 3px solid white;
	}
	
#homecategories li {
	float: left;
	width: 170px;
	list-style: none;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	background: #e9eef6 url('catbg.gif') 0 100% no-repeat;
	}
	
#homecategories li a {
	display: block;
	text-decoration: none;
	height: 12em;
	background: transparent url('triangle.gif') 100% 100% no-repeat;
	}

#homecategories li span {
	display: block;
	padding: 3px 5px;
	}
	
#homecategories li a img {
	width: 170px;
	height: 115px;
	border-bottom: 1px solid white;
	}
	 
#homecategories li a:hover {
	background-color: black;
	color: white;
	}
	
li#latest {
	position: relative;
	height: 12em;
	}
	
li#latest span {
	padding-top: 116px;
	color: #039;
	font-weight: bold;
	}
	
li#latest ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 115px;
	background-color: #f60;
	}
	
li#latest ul li {
	float: none;
	background: none;
	border: 0;
	font-size: 84.62%;
	}
	
li#latest li a {
	display: block;
	padding: 5px 5px 0;
	color: white;
	height: auto;
	background: none;
	}
	
li#latest li a:hover {
	text-decoration: underline;
	color: black;
	background: none;
	}



/* Found set results */

.result {
	background: #f0f3f9 url('triangle.gif') 100% 100% no-repeat;
	width: 13em;
	height: 28em;
	float: left;
	border-top: 3px solid white;
	border-right: 3px solid white;
	}
	
.result a img {
	margin-bottom: 0.1em;
	border: 1px solid #f0f3f9;
	}
	
.result a:hover img {
	border: 1px solid black;
	}
	
.result h2, 
.result p, 
.result ul {
	padding: 0 5px;
	margin: 0;
	}
	
.result h2 {
	margin: 5px 0 0.2em;
	}
	
.result ul {
	padding-bottom: 9px;
	}
	
.result p, 
.result li {
	font-size: 84.62%;
	}

.result li, 
#info li {
	margin: 0.2em 0 0 1.33em;
	}



/* Product detail */
	
#detail {
	width: 90%;
	}
	
#info {
	border-top: 1px solid white;
	padding: 5px 5px 9px;
	background-color: #f0f3f9;
	width: 301px;
	}
	
.monospaced { /* To compensate for current database limitations */
	font-family: "Andale Sans", "Andale Mono", Courier, monospace;
	padding: 5px 5px 9px;
	white-space: pre;
	}

#properties {
	vertical-align: top;
	background: #f0f3f9 url('triangle.gif') 100% 100% no-repeat;
	border-left: 3px solid white;
	list-style: none;
	}
	
#properties table {
	width: 100%;
	}
	
#properties table tr td {
	padding: 2px 7px 3px;
	border-top: 1px solid white;
	vertical-align: baseline;
	}
	
.odd td {
	background-color: #dfe6f2;
	}
	
.proplabel {
	font-size: 84.62%;
	color: #039;
	font-weight: bold;
	padding-right: 0;
	}
	
.addbasket {
	padding: 4px 4px 4px 26px;
	background: #0073e5 url('cart.gif') 3px 50% no-repeat;
	color: white;
	font-weight: bold;
	width: 8em;
	display: block;
	}
	
.addbasket:hover {
	background-color: black;
	color: white;
	text-decoration: none;
	}

#prodcode {
	color: #99add6;
	font-size: 84.62%;
	}

p.back {
	font-size: 84.62%;
	}
	
p.back a:hover {
	background: white url('backhover.gif') 0 50% no-repeat;
	}



/* Forms */

input, 
select, 
textarea {
  color: black;
	background-color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin-right: 3px;
	width: auto;
	}
	
input, 
textarea {
	border: 1px solid black;
  padding: 3px 3px 2px;
	}

input:focus, 
select:focus, 
textarea:focus {
  background-color: #cff;
  }
  
.required {
  font-weight: bold;
  color: black;
  }
  
.invalid {
	color: #f00;
	}
	
form br {
	clear: left;
	}

#leftNav input, 
#subscribe label, 
#subscribe input {
	display: block;
  float: left;
	margin: 0 0 2px;
	}

#leftNav input.go, 
#subscribe input.go {
	margin-left: 2px;
	font-family: Impact, "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding: 2px 2px;
  border: 0;
  color: white;
  background-color: #039;
  cursor: pointer;
  }
  
#leftNav input.go:hover, 
#subscribe input.go:hover {
  background-color: black;
	}
  


/* Cart and basket content */

hr {
	height: 1px;
	color: #d9f0ff;
	background-color: #d9f0ff;
	margin: 13px 0;
	}
	
form table td {
	padding: 13px 13px 6px;
	}

form table table td {
	border: 1px solid white;
	padding: 3px;
	width: auto;
	}
	
form table table table td {
	border: 0;
	}
	
td.smallnormal a img {
	display: none;
	}

.smallboldtable, 
.smallboldtabletop {
	font-weight: bold;
	}

.smallboldtabletop {
	font-size: 84.62%;
	}
	
.medbold small {
	font-weight: normal;
	font-size: 84.62%;
	}
	
.mednormaltable {
	text-align: right;
	width: 9em;
	}
	
.mainpagetableline td, 
.mainpagetablespecial td {
	background-color: #e5ebf4;
	}

.mainpagetableline2 td {
	background-color: #b7c7e2;
	}


.buttonstyle {
	background-color: #039;
	color: white;
	cursor: pointer;
	border: 2px solid black;
	font-weight: bold;
	}
	
.buttonstyle:hover {
	background-color: black;
	}
	
/* Search results */

#Table1 td {
	padding: 5px;
	width: auto;
	text-align: left;
	}

#Table1 .smallnormal, 
#Table1 .smallbold {
	font-size: 84.62%;
	}
	
#Table1 .smallnormal a, 
#Table1 .smallnormal b {
	padding: 0.1em 0.75em 0.1em 0;
	border-right: 1px solid #bfcde5;
	}

#Table1 .medbold {
	font-weight: bold;
	border-top: 6px solid white;
	padding-bottom: 0;
	background-color: #e5ebf4;
	}
	
#Table1 .mednormal {
	background: #e5ebf4 url('triangle.gif') 100% 100% no-repeat;
	}

#Table1 .mednormal ul {
	padding-left: 2.75em;
	}
	
#Table1 .mednormal ul li {
	font-size: 84.62%;
	padding-bottom: 0.2em;
	}
	
#Table1 .mednormal br {
	display: none;
	}