/***********/
/* General */
/***********/
body {
 background-color: #e8e8e8;
 margin: 10px 0 25px;
 padding: 0;
 font-family: Verdana, Arial, sans-serif;
 font-size: 80%;
 color: #000000;
 text-align: center;
}

.clear
,.clearleft {
 height: 0;
 line-height: 0;
 clear: both;
 font-szie: 0;
}

.clearleft {
 clear: left;
}

.left {
 float: left;
 margin: 0 15px 10px 0;
}

.right {
 float: right;
 margin: 0 0 10px 15px;
}

a {
 font-weight: bold;
 text-decoration: none;
 color: #da1517;
}

a:hover {
 text-decoration: underline;
}

.highlight {
 font-weight: bold;
 font-size: 130%;
}

.lowlight {
 font-size: 80%;
}

address {
 margin: 11px 0;
 font-style: normal;
}

/*************/
/* Container */
/*************/
div#container {
 width: 980px;
 margin: 0 auto;
 text-align: left;
 border-top: 7px solid #da1517;
 background-color: #ffffff;
 padding-bottom: 45px;
}

div#inner {
 margin: 0 45px;
}

ul#loggedin {
 width: 980px;
 margin: 0 auto;
 padding: 0;
 list-style: none;
 font-size: 0.85em;
}

ul#loggedin li {
  float: right;
  border-right: 1px solid #da1517;
  padding: 0 5px 5px;
  margin: 0;
  text-align: right;
}

ul#loggedin li.first {
  border-right: 0;
  padding-right: 0;
}

/**********/
/* Header */
/**********/
div#header {
 width: 980px;
 height: 115px;
 position: relative;
}

a#accessibility {
 display: none;
}

div#header h1 {
 text-indent: -9999px;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 0;
 left: 45px;
 height: 80px;
 width: 330px;
 overflow: hidden;
 background-image: url(images/logo.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div#header h2 {
 text-indent: -9999px;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 5px;
 right: 45px;
 height: 77px;
 width: 330px;
 overflow: hidden;
 background-image: url(images/uk_lowest_price.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div#header p#hotline {
 margin: 0;
 padding: 0;
 position: absolute;
 bottom: 5px;
 left: 45px;
 color: #f01517;
 font-size: 0.9em;
}

/**********/
/* Search */
/**********/
form#form-search {
 margin: 0;
 padding: 0;
 position: absolute;
 bottom: 5px;
 right: 45px;
 text-align: right;
}

form#form-search fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}

form#form-search label {
 color: #f01517;
 font-size: 0.9em;
 margin-right: 3px;
}

form#form-search input#input-search {
 border: 1px solid #f01517;
 padding: 1px;
 width: 220px;
}

/*******/
/* Nav */
/*******/
ul#nav {
 width: 890px;
 list-style: none;
 margin: 0;
 padding: 0;
 height: 3em;
}

ul#nav li {
 float: left;
 margin: 0;
 padding: 0;
}

ul#nav li a {
 display: block;
 height: 3em;
 background-color: #da1517;
 line-height: 3em;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 margin-left: 2px;
}

ul#nav li a:hover
,ul#nav li.selected a
,body#pageHome ul#nav li#navHome a
,body#pageAbout ul#nav li#navAbout a
,body#pageContact ul#nav li#navContact a {
 background-color: #000000;
}

ul#nav li#navHome a { width: 69px; margin-left: 0; }
ul#nav li#navCards a { width: 118px; }
ul#nav li#navMachines a { width: 243px; }
ul#nav li#navRacks a { width: 114px; }
ul#nav li#navCartridges a { width: 142px; }
ul#nav li#navAbout a { width: 86px; }
ul#nav li#navContact a { width: 106px; }

/**********/
/* Banner */
/**********/
div#banner {
 clear: both;
 width: 890px;
 margin-top: 2px;
 height: 147px;
 position: relative;
 background-image: url(images/banner_background.jpg);
 background-repeat: repeat-y;
 background-position: top right;
}

div#banner img#bannerimg {
 position: absolute;
 top: 0;
 left: 0;
 height: 147x;
 width: 350px;
}

div#banner img#bannermessage {
 position: absolute;
 top: 30px;
 right: 60px;
 height: 78px;
 width: 409px;
}

/***********/
/* Summary */
/***********/
div#summary {
 margin-top: 10px;
}

div#summary p, div#summary h3 {
 margin: 0;
 line-height: 1em;
 font-weight: normal;
 font-size: 1.2em;
}

div#summary h3 .highlight {
 font-size: 100%;
}

div#summary div#basketsummary {
 float: right;
}

/**********/
/* Content */
/**********/
div#content {
 margin: 10px 0 0;
 width: 890px;
 line-height: 1.4em;
 font-size: 0.9em;
}

/*****************/
/* Free Delivery */
/*****************/
div#content img#freedelivery {
 border: 0;
 margin: 0 0 15px;
}

/*********/
/* Panel */
/*********/
div#panel {
 float: right;
 clear: right;
 width: 300px;
}

div#panelinner {
 padding: 10px 15px;
 background-image: url(images/featured_background.jpg);
 background-repeat: repeat-x;
 background-position: top left;
 background-color: #dadada;
}

/*************/
/* Home page */
/*************/
div#content h2 {
 margin-top: 20px;
}

div#content h2.search {
 margin-top: 20px;
 float: left;
}

div#content div.homecategory {
 float: left;
 margin: 0 10px 10px 0;
 width: 283px;
}

div#content div.homecategory img {
 border: 0;
}

/***********/
/* General */
/***********/
div#content h2 {
  font-size: 1.5em;
}

div#content h3 {
  font-size: 1.3em;
}

div#content h4 {
  font-size: 1em;
}

div#content dl dd {
 margin-bottom: 10px;
}

div#content a#clockinabox {
 clear: left;
}

div#content a#clockinabox img {
 margin: 10px 0 0;
  border: 0;
}

div#content div#mapcontainer {
 width: 890px;
 height: 400px;
 border: 1px solid #000000;
 clear: left;
}

div#content div.column {
  float: left;
  width: 45%;
  margin-left: 20px;
}

div#content div.column.first {
  margin-left: 0;
}

/************/
/* Category */
/************/
div#content div.product {
 clear: left;
 padding: 20px 0;
 border-top: 1px solid #ececec;
 width: 575px;
}

div#content div.product:first-child {
 border-top: 0;
}

div#content div.productimage {
 width: 200px;
 float: left;
}

div#content div.productimage img {
 border: 0;
}

div#content div.product.cards div.productimage img {
 border: 1px solid #000000;
}

div#content div.product.cards div.productimage img:hover {
 border: 1px solid #da1517;
}

div#content div.productdetails {
 float: left;
 margin-left: 25px;
 width: 350px;
}

div#content div.productdetails div.relatedproducts h3 {
 float: none;
 width: auto;
 font-size: 100%;
 margin: 15px 0 0;
}

div#content div.product.cards div.productdetails {
 margin-top: 50px;
}

div#content div.productdetails h3 {
 float: left;
 width: 100px;
 margin: 0;
 font-size: 120%;
}

div#content div.productdetails p.price {
 float: right;
 display: inline;
 color: #da1517;
 font-size: 3em;
 line-height: 1em;
 margin: 0;
 text-align: right;
}

div#content div.productdetails p.rrp {
 float: right;
 display: inline;
 color: #da1517;
 font-size: 1em;
 margin: 0;
 text-align: left;
}

div#content div.productdetails p.rrp .strikethrough {
 text-decoration: line-through;
}

div#content div.productdetails form {
 background-image: url(images/box_background.jpg);
 background-repeat: repeat-x;
 background-position: top left;
 padding: 10px;
 margin: 50px 0 0;
}

* html div#content div.productdetails form {
 padding-bottom: 0;
}

*+html div#content div.productdetails form {
 padding-bottom: 0;
}

div#content div.productdetails form div.field {
 float: left;
 width: 150px;
}

div#content div.productdetails form div.field label {
 text-align: right;
 width: 70px;
 padding-right: 5px;
}

div#content div.productdetails form div.field input.text {
 width: 20px;
}

div#content div.productdetails form input.button {
 background-color: #da1517;
 border: 1px solid #000000;
 color: #ffffff;
 text-align: center;
 width: 160px;
 float: right;
 clear: right;
 margin: 5px 0 0;
 cursor: pointer;
}

div#content div.productdetails form input.button.first {
 margin: 0;
}

div#content div.pagination {
 clear: left;
}

div#content div.pagination.top {
 padding-top: 5px;
}

div#content div.pagination.bottom {
 padding-top: 25px;
 padding-bottom: 5px;
}

div#content div.pagination p {
 margin: 5px 0;
}

div#content div.pagination span.currentpage {
 font-weight: bold;
 border: 1px solid #da1517;
 padding: 1px 4px;
}

/*************/
/* Shortcuts */
/*************/
a#clockinabox img {
 border: 0;
}

body#pageBasket a#clockinabox {
 display: none;
}

div#shortcuts {
 clear: both;
 font-size: 0.9em;
 padding-top: 15px;
}

div#shortcuts img, div#shortcuts ul {
 float: right;
}

div#shortcuts ul {
 list-style: none;
 margin: 0;
 padding: 5px 0 0;
}

div#shortcuts ul li {
 float: right;
 margin: 0 20px 0 0;
 padding: 0;
}

div#shortcuts ul li a {
 background-repeat: no-repeat;
 background-position: 0% 50%;
 padding: 2px 0 0 20px;
}

div#shortcuts ul li#shortcutPrint a {
 background-image: url(images/icon_print.gif);
}

div#shortcuts ul li#shortcutFavourites a {
 background-image: url(images/icon_favourites.gif);
}

/**********/
/* Basket */
/**********/
div#content table#basket {
 border-collapse: collapse;
 border: 0;
}

div#content table#basket th {
 color: #ffffff;
 background-color: #da1517;
}

div#content table#basket td, div#content table#basket th {
 padding: 3px;
 border: 2px solid #ffffff;
}

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#basketitemimage {
 width: 100px;
}

div#content table#basket col#basketitemcolumn {
 width: 560px;
}

div#content table#basket col#basketpricecolumn {
 width: 75px;
}

div#content table#basket col#basketquantitycolumn {
 width: 75px;
}

div#content table#basket col#basketsubtotalcolumn{
 width: 75px;
}

div#content table#basket col#basketremovecolumn {
 width: 25px;
}

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;
}

div#content input#paynow {
 float: right;
}

/************/
/* Lightbox */
/************/
div#overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1;
 background-image: url('images/overlay.png');
}

* html div#overlay { /* Workaround IE PNG deficiencies */
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay', sizingMethod='crop');
}

div#largeimagecontainer {
 background-color: #ffffff;
 border: 5px solid #da1517;
 border-top: 25px solid #da1517;
 position: relative;
}

div#largeimagecontainer img {
 border: 1px solid #000000;
}

div#largeimagecontainer img#closebutton {
 z-index: 50;
 position: absolute;
 border: 0;
 top: -23px;
 right: 4px;
 cursor: pointer;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
}

div#content form fieldset {
 border: 1px solid #da1517;
 padding: 10px;
 margin-bottom: 10px;
}

div#content form fieldset legend {
 padding: 0 15px;
 font-weight: bold;
 color: #000000;
}

div#content form div.field {
 float: left;
 clear: left;
 margin-bottom: 3px;
 width: 750px;
}

* html div#content form div.field {
 margin-top: 6px;
}

*+html div#content form div.field {
 margin-top: 6px;
}

div#content form div.field label {
 color: #000000;
 float: left;
 width: 125px;
 text-align: right;
 padding-right: 5px;
}

div#content form div.field.checkbox {
 margin-left: 130px;
}

 div#content form div.field.checkbox label {
 width: auto;
 text-align: left;
 padding-left: 5px;
 padding-right: 0;
}

div#content form div.field.checkbox input.checkbox {
 float: left;
}

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 input.button {
 clear: left;
 margin-left: 130px;
 float: left;
}

div#content form a#forgottenpassword {
 margin: 0 0 0 5px;
}

div#content form div.field textarea {
 font-family: Verdana, sans-serif;
 font-size: 1em;
 width: 400px;
 height: 120px;
}

div#content form p {
 clear: left;
 padding-top: 5px;
 margin: 0;
}

/*********************/
/* Errors & Messages */
/*********************/
div#content div.errors {
 border: 1px solid #000000;
 background-color: #da1517;
 padding: 5px 10px;
 margin: 10px 20px;
 color: #ffffff;
}

div#content form fieldset div.field.error {
 border: 1px solid #000000;
 background-color: #da1517;
 padding: 2px 0;
}

div#content form fieldset div.field.error label {
 color: #ffffff;
}

div#content div.messages {
 border: 1px solid #000000;
 background-color: #bdbdbd;
 padding: 5px 10px;
 margin: 10px 20px;
 color: #000000;
}

/****************/
/* Address Book */
/****************/
div#content div.address {
 float: left;
 margin-left: 10px;
 margin-bottom: 15px;
 height: 11em;
 width: 250px;
}

div#content div.address input {
 float: left;
}

div#content div.address label {
 display: block;
 float: left;
 margin-left: 5px;
}

div#content div.address em {
 font-style: italic;
}

/**********/
/* Orders */
/**********/
div#content table.data {
 border-collapse: collapse;
 border: 0;
}

div#content table.data th {
 color: #ffffff;
 background-color: #da1517;
 text-align: center;
}

div#content table.data td, div#content table.data th {
 padding: 3px;
 border: 2px solid #ffffff;
}

div#content table.data th {
 border-bottom: 2px solid #000000;
}

/*****************/
/* Accessibility */
/*****************/
div#content table#accesskeystable {
 border: 1px solid #000000;
 border-collapse: collapse;
 width: 300px;
}

div#content table#accesskeystable, div#content table#accesskeystable caption {
 margin-left: auto;
 margin-right: auto;
}

div#content table#accesskeystable th {
 color: #ffffff;
 background-color: #da1517;
 text-align: center;
 padding: 3px;
 border: 2px solid #ffffff;
}

div#content table#accesskeystable td {
 padding: 3px;
 border: 2px solid #ffffff;
 border-collapse: collapse;
}

div#content table#accesskeystable tr {
 background-color: #ffffff;
}

div#content table#accesskeystable tr.alternate {
 background-color: #f0f0f0;
}

div#content table#accesskeystable em {
 font-weight: bold;
 text-decoration: underline;
 font-style: normal;
}

/**********/
/* Footer */
/**********/
div#footer {
 font-size: 0.9em;
 padding: 5px 10px;
 color: #ffffff;
 background-color: #da1517;
 margin-top: 15px;
}

div#footer ul {
 float: right;
 list-style: none;
 margin: 10px 0 0;
 padding: 0;
 width: 600px;
}

div#footer p {
 line-height: 1em;
 margin: 10px 0;
}

div#footer ul li {
 float: right;
 margin: 0 10px 0;
 padding: 0;
 line-height: 1em;
}

div#footer ul li:first-child {
 margin: 0;
}

div#footer ul li a {
 color: #ffffff;
}

div#footer ul li a:hover {
 color: #ffffff;
}