body {
 margin: 0;
 padding: 0;
 font-family: Verdana, sans-serif;
 font-size: 11pt;
 color: #000000;
}

div.clear {
 height: 1px;
 clear: both;
 overflow: hidden; /* Workaround required to make IE close the gap below the left col properly */
}

.left {
 float: left;
}

.right {
 float: right;
}

.noprint {
 display: none;
}

/**********/
/* Header */
/**********/
div#header {
 display: none;
}

/*****************/
/* Accessibility */
/*****************/
div#accessibility {
 display: none;
}

/*******/
/* Nav */
/*******/
div#leftcol {
 display: none;
}

/***********/
/* Content */
/***********/
div#content:before {
 content: url("/images/logo.gif");
}

div#content h2 {
 color: #9b5ba4;
}

div#content a {
 color: #9b5ba4;
 text-decoration: underline;
 font-weight: bold;
}

div#content a:hover {
 text-decoration: none;
}

/*************/
/* Sort Form */
/*************/
div#content div#sortform {
 display: none;
}

/*******************/
/* Home Categories */
/*******************/
div#content div.homecategory {
 width: 350px;
 margin-bottom: 10px;
}

div#content div.homecategory img {
 float: left;
 margin-right: 10px;
 border: 0;
}

div#content div.homecategory h3 {
 margin: 0;
 padding: 0;
 padding-top: 5px;
}

div#content div.homecategory h3 a {
 color: #b81239;
 font-size: 12pt;
}

div#content div.homecategory a {
 color: #9b5ba4;
 text-decoration: none;
}

div#content div.homecategory a:hover {
 text-decoration: underline;
}

div#content div.homecategory p {
 margin: 3px 0;
 padding: 0;
}

/*********************/
/* Category Products */
/*********************/
div#content div#products {
 clear: both;
}

div#content div.product {
 margin-bottom: 30px;
}

div#content div.product img {
 float: right;
 border: 0;
 margin-right: 50px;
}

div#content div.product div.summary h3 a {
 color: #9b5ba4;
 text-decoration: underline;
 margin: 0;
 padding: 0;
 margin-bottom: 3px
}

div#content div.product div.summary div.price {
 margin-top: 5px;
 padding-top: 5px;
 color: #9b5ba4;
}

div#content div.product div.summary div.price a {
 color: #9b5ba4;
}

div#content div.product div.summary div.price a:hover {
 text-decoration: none;
}

div#content div.product div.summary div.price p {
 margin: 0;
 padding: 0;
}

div#content div.product div.summary div.price span.highlight {
 font-size: 150%;
 font-weight: bold;
}

/*******************/
/* Product Details */
/*******************/
div#content div#product div#productimagecontainer {
 float: right;
 width: 360px;
 text-align: center;
}

div#content div#product div#productrelatedimagescontainer {
 float: left;
 text-align: left;
}

div#content div#product div#productrelatedimagescontainer img {
 border: 1px solid #ffffff;
 padding: 5px;
}

div#content div#product div#productrelatedimagescontainer img.relatedimghover {
 border: 1px solid #9b5ba4;
 cursor: pointer;
}

div#content div#product div#productimagecontainer p {
 text-align: left;
}

div#content div#product div#productimagecontainer img#productimage {
 border: 0;
}

div#content div#product h3 {
 color: #9b5ba4;
 margin: 0;
 padding: 0;
 padding-left: 5px;
 font-size: 14pt;
}

div#content div#product p.block {
 color: #9b5ba4;
 margin: 0;
 margin-top: 5px;
 padding: 5px;
 background-color: #dedede;
 font-weight: bold;
 width: 350px;
}

div#content div#product div.productoptions {
 margin-bottom: 30px;
 float: left;
 width: 350px;
}

div#content div#product div.productoptions img {
 display: none;
}

div#content div#product div.productoptions div.productoptioncolour {
 width: 87px;
 float: left;
 margin-top: 5px;
}

div#content div#product div.productoptions div.productoptioncolour input {
 border: 0 !important;
}

div#content div#product span.highlight {
 font-size: 120%;
}

div#content div#product span.lowlight {
 font-size: 80%;
}

div#content div#product form#form-product {
 margin-top: 10px;
}

div#content div#product form#form-product div.field {
 margin-bottom: 10px;
 float: left;
 clear: left;
 width: 90%;
}

div#content div#product form#form-product div.field label {
 width: auto;
 color: #650c72;
 float: left;
 text-align: left;
 padding-right: 5px;
}

div#content div#product form#form-product select, div#content div#product form#form-product input {
 border: 1px solid #343434;
 color: #650c72;
 float: left;
}

div#content div#product form#form-product input#input-quantity {
 width: 20px;
 padding: 0 3px;
}

div#content div#product form#form-product input#input-add {
 float: left;
 margin-left: 10px;
}

div#content div#product form#form-product input.button, div#content div#product input.button {
 float: none;
 border: 0;
 padding: 2px 2px;
 color: #000000;
}

/**********/
/* Basket */
/**********/
div#content table#basket {
 border-collapse: collapse;
 border: 0;
}

div#content table#basket th {
 color: #000000;
}

div#content table#basket td, div#content table#basket th {
 padding: 3px;
 border: 2px solid #000000;
}

div#content table#basket th {
 border-bottom: 2px solid #000000;
}

div#content table#basket tr.highlight td {
 font-weight: bold;
}

div#content table#basket td.noitems {
 text-align: center;
 font-style: italic;
}

div#content table#basket col#basketitemcolumn {
 width: 68%;
}

div#content table#basket col#basketpricecolumn {
 width: 10%;
}

div#content table#basket col#basketquantitycolumn {
 width: 7%;
}

div#content table#basket col#basketsubtotalcolumn{
 width: 10%;
}

div#content table#basket col#basketremovecolumn {
 width: 5%;
}

div#content input#button-updatebasket {
 float: right;
 margin-top: 1em;
}

div#content form#form-clearbasket input {
 margin-top: 1em;
}

div#content div#basket-links {
 margin-top: 1em;
}

div#content div#basket-links p {
 margin: 0;
 padding: 0;
}

div#content p#checkout-link {
 float: right;
}

div#content table#basket input.quantity-field {
 width: 30px;
 text-align: right;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
}

div#content form fieldset {
 border: 1px solid #b81239;
 padding: 10px;
 margin-bottom: 10px;
}

div#content form fieldset legend {
 font-weight: bold;
 color: #9b5ba4;
}

div#content form div.field {
 float: left;
 clear: left;
 margin-top: 5px;
 margin-bottom: 3px;
 width: 100%;
}

div#content form div.field label {
 float: left;
 width: 125px;
 text-align: right;
 padding-right: 5px;
}

div#content form div.field label.inline {
 width: auto;
 text-align: left;
 padding-left: 5px;
 padding-right: 0;
}

div#content form div.required label {
 font-weight: bold;
}

div#content form div.field input.text, div#content form div.field select, div#content form div.field textarea, div#content form div.field input.checkbox {
 float: left;
}

div#content form div.field input.text {
 width: 250px;
}

div#content form div.field textarea {
 font-family: Verdana, sans-serif;
 font-size: 11pt;
 width: 400px;
 height: 120px;
}

div#content form fieldset p {
 margin-top: 0;
}

div#content form fieldset p.indent {
 margin-left: 130px;
}

div#content form fieldset p.lowlight {
 font-size: 80%;
}

/*****************/
/* Accessibility */
/*****************/
div#content table#accesskeystable {
 border: 0;
 border-collapse: collapse;
 width: 300px;
}

div#content table#accesskeystable, div#content table#accesskeystable caption {
 margin: 0 auto;
}

div#content table#accesskeystable th {
 padding: 3px;
 border: 2px solid #000000;
 border-bottom: 2px solid #000000;
}

div#content table#accesskeystable td {
 padding: 3px;
 border: 2px solid #000000;
}

div#content table#accesskeystable em {
 font-weight: bold;
 text-decoration: underline;
 font-style: normal;
}

/*********/
/* Shows */
/*********/
div#content div#shows h3 {
 padding: 3px;
 color: #000000;
 margin-bottom: 3px;
 margin-top: 15px;
 clear: left;
}

div#content div#shows dl {
 margin: 0;
}

div#content div#shows dl dt {
 float: left;
 width: 4em;
 clear: left;
 margin-bottom: 3px;
}

div#content div#shows dl dd {
 float: left;
 margin-bottom: 3px;
}

/************/
/* Comments */
/************/
/*********/
div#content div#comments dl dd {
 font-weight: bold;
 font-style: italic;
 color: #9b5ba4;
 margin: 0 0 15px;
}

/**********/
/* Footer */
/**********/
div#footer {
 clear: both;
 font-size: 9pt;
 padding-top: 20px;
 color: #231f20;
}

div#footer ul {
 margin: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 5px;
 padding: 0;
 text-align: center;
 list-style: none;
}

div#footer ul.spacey {
 margin-bottom: 15px;
}

div#footer ul li {
 display: inline;
 margin: 0;
 margin-left: 5px;
 padding: 0;
 padding-left: 5px;
}

div#footer a {
 color: #000000;
 text-decoration: none;
}

div#footer a:hover {
 text-decoration: underline;
}
