html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* `Grid
----------------------------------------------------------------------------------------------------*/
body {
  min-width: 960px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid Columns
----------------------------------------------------------------------------------------------------*/
.grid-col {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
/* `Prefix
----------------------------------------------------------------------------------------------------*/
/* `Suffix
----------------------------------------------------------------------------------------------------*/
/* `Push
----------------------------------------------------------------------------------------------------*/
/* `Pull
----------------------------------------------------------------------------------------------------*/
/* `Clearing
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  min-width: 960px;
  font: 13px/1.5 Arial, sans-serif;
}
input, textarea {
  font: 13px/1.5 Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 33px;
}
h2 {
  font-size: 23px;
  font-weight: lighter;
  font-style: italic;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
p {
  margin-bottom: 20px;
}
/* VAR 
----------------------------------------------------------------------------------------------------*/
/* REUSABLE Mixins 
----------------------------------------------------------------------------------------------------*/
.sectionHeading {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 23px;
  padding: 7px 0 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
}
.orderPaymentButton {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  border: none;
  width: 200px;
  font-size: 15px;
  padding: 6px 0 5px 0;
  margin: 0;
  text-align: left;
  text-indent: 10px;
  cursor: pointer;
}
.orderPaymentButton:hover {
  background-position: right -37px;
}
.navigation_Prev_Next .prev, .navigation_Prev_Next .next {
  position: absolute;
  top: 25px;
  background: url(/images/hs/prevNext.jpg) no-repeat;
  width: 14px;
  height: 17px;
  cursor: pointer;
}
.navigation_Prev_Next .prev {
  background-position: 0 0;
  left: -20px;
}
.navigation_Prev_Next .prev:hover {
  background-position: 0 -17px;
}
.navigation_Prev_Next .next {
  background-position: right 0;
  right: -20px;
}
.navigation_Prev_Next .next:hover {
  background-position: right -17px;
}
.amendedPrice .amended {
  color: #39b54a;
  font-weight: bold;
}
.amendedPrice .amended .price {
  color: black;
  display: block;
  font-weight: normal;
  text-decoration: line-through;
}
.disclaimer p.disclaimer {
  font-weight: 700;
  color: #d81d1d;
  padding-top: 15px;
}
.callUsBox #callUs {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  color: black;
  font-size: 100%;
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}
.callUsBox #callUs:before, .callUsBox #callUs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.callUsBox #callUs:after {
  clear: both;
}
.callUsBox #callUs span {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  color: #d81d1d;
  font-size: 195%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.8;
  margin-top: 4px;
  text-transform: uppercase;
  word-spacing: 4px;
}
.callUsBox #callUs span:before, .callUsBox #callUs span:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.callUsBox #callUs span:after {
  clear: both;
}
.callUsBox #callUs span a {
  color: #d81d1d;
  font-size: 100%;
}
.hidden {
  display: none!important;
}
/* PAGE CONTAINMENT Styles 
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #f1f1f1;
}
#pageContainer {
  width: 990px;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 1px;
}
#pageContainer:before, #pageContainer:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContainer:after {
  clear: both;
}
p#noscript {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 24px;
  padding: 20px;
  background-color: #d81d1d;
}
/* HEADER Styles 
----------------------------------------------------------------------------------------------------*/
#logoLogin {
  background: white;
  margin: 10px auto;
  width: 960px;
  padding: 10px 5px 0 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#logoLogin:before, #logoLogin:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#logoLogin:after {
  clear: both;
}
/* LOGO (H1) Styles 
----------------------*/
h1 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  padding-right: 400px;
  height: 51px;
  position: relative;
}
h1 a, h1 span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
h1 a {
  z-index: 2;
}
h1 span {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 70%;
  font-weight: bold;
  height: 51px;
  text-indent: -999em;
  width: 100%;
  z-index: 1;
}
/* LOGIN Styles 
----------------------*/
#login {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  list-style: none;
}
#login li {
  width: 115px;
  display: inline;
  float: left;
}
#login li a {
  font-size: 12px;
  background: url(/images/hs/listNav.gif) no-repeat 5px 2px;
  padding: 0 0 0 20px;
}
#login li a:hover {
  color: #666666;
}
#login #shoppingBasket {
  width: 230px;
}
#login #shoppingBasket a {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 230px;
}
#login #shoppingBasket a:hover {
  background-position: 0 -37px;
}
#login #callUs {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  color: black;
  font-size: 100%;
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}
#login #callUs:before, #login #callUs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#login #callUs:after {
  clear: both;
}
#login #callUs span {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  color: #d81d1d;
  font-size: 195%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.8;
  margin-top: 4px;
  text-transform: uppercase;
  word-spacing: 4px;
}
#login #callUs span:before, #login #callUs span:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#login #callUs span:after {
  clear: both;
}
#login #callUs span a {
  color: #d81d1d;
  font-size: 100%;
}
#login #callUs {
  background: #DBDBDB;
  margin: 4px 0 0 10px;
  padding: 10px 0;
}
#logoLogin.basket h1 {
  padding-right: 160px;
  margin-bottom: 0;
}
#logoLogin.basket #login {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
}
#logoLogin.basket #login .first-child {
  padding-left: 240px;
}
#logoLogin.basket #shoppingBasket {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
}
#logoLogin.basket #shoppingBasket fieldset {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
}
#logoLogin.basket #shoppingBasket fieldset:before, #logoLogin.basket #shoppingBasket fieldset:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#logoLogin.basket #shoppingBasket fieldset:after {
  clear: both;
}
#logoLogin.basket #shoppingBasket fieldset #search2 {
  position: absolute;
  visibility: hidden;
}
#logoLogin.basket #shoppingBasket fieldset #search {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  border: 1px solid #abadb3;
  margin-top: 0;
  padding: 2px 5px 2px 5px;
  width: 170px;
}
#logoLogin.basket #shoppingBasket fieldset #search:before, #logoLogin.basket #shoppingBasket fieldset #search:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#logoLogin.basket #shoppingBasket fieldset #search:after {
  clear: both;
}
#logoLogin.basket #shoppingBasket fieldset .sitebutton {
  font-weight: bold;
  display: block;
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  border: 0;
  color: #ffffff;
  margin: 3px 0;
  padding: 3px 6px;
}
#logoLogin.basket #shoppingBasket fieldset .sitebutton:hover {
  background-position: 0 -25px;
}
#logoLogin.basket #shoppingBasket img {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}
#logoLogin.basket #shoppingBasket img:before, #logoLogin.basket #shoppingBasket img:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#logoLogin.basket #shoppingBasket img:after {
  clear: both;
}
/* BANNER Styles 
----------------------*/
#headerBanner {
  width: 970px;
  height: 116px;
  margin: 0 auto;
}
#headerBanner:before, #headerBanner:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#headerBanner:after {
  clear: both;
}
/* NAV Styles 
----------------------------------------------------------------------------------------------------*/
#nav {
  width: 970px;
  position: relative;
  list-style: none;
  height: 40px;
  background: #333333 url(/images/hs/navBg.jpg) repeat-x 0 0;
  margin: 0 auto;
  z-index: 10;
}
#nav li {
  float: left;
  margin: 0;
  height: 40px;
  display: inline;
  border-left: 1px solid #ccc;
  border-right: 1px solid #333;
}
#nav li a {
  color: white;
  text-transform: uppercase;
  height: 30px;
  padding: 10px 9px 0 9px;
  display: block;
}
#nav li a:hover, #nav li .selected {
  background: #ad1917 url(/images/hs/subNavIndicator.png) no-repeat center bottom;
}
#nav li .subNav {
  display: none;
  position: absolute;
  background-color: white;
  padding: 10px 20px 10px 10px;
  border: 1px solid #333;
  border-top: 0;
}
#nav li .subNav ul {
  list-style: none;
}
#nav li .subNav ul li {
  float: none;
  margin: 0;
  border: none;
}
#nav li .subNav ul li a {
  color: black;
  text-transform: none;
  padding: 0 5px 0 15px;
}
#nav li .subNav ul li a:hover, #nav li .subNav ul li .selected {
  color: #666666;
  background: url(/images/hs/listNavHover.gif) no-repeat 0 4px;
}
#nav .first-child {
  border-left: none;
}
#nav .last-child {
  border-right: none;
}
#nav .hasChildren:hover .subNav, #nav .li.sfhover .subNav {
  display: block;
}
/* SEARCH/NEWS/CALL Styles 
----------------------------------------------------------------------------------------------------*/
#searchNewsCall {
  background: #dbdbdb;
  margin: 10px auto;
  width: 960px;
  padding: 10px 5px 0 5px;
  padding-bottom: 10px;
}
#searchNewsCall:before, #searchNewsCall:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#searchNewsCall:after {
  clear: both;
}
#searchNewsCall #search {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
}
#searchNewsCall fieldset {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-top: 2px;
}
#searchNewsCall fieldset:before, #searchNewsCall fieldset:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#searchNewsCall fieldset:after {
  clear: both;
}
#searchNewsCall fieldset #search2 {
  position: absolute;
  visibility: hidden;
}
#searchNewsCall fieldset #search {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  border: 1px solid #abadb3;
  height: 21px;
  padding: 1px 5px 0px 5px;
  width: 170px;
}
#searchNewsCall fieldset #search:before, #searchNewsCall fieldset #search:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#searchNewsCall fieldset #search:after {
  clear: both;
}
#searchNewsCall fieldset .sitebutton {
  font-weight: bold;
  display: block;
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  border: 0;
  color: #ffffff;
  margin: 3px 0;
  padding: 3px 6px;
}
#searchNewsCall fieldset .sitebutton:hover {
  background-position: 0 -25px;
}
#searchNewsCall #news {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-top: 7px;
}
#searchNewsCall #news a {
  margin-right: 20px;
}
#searchNewsCall #news a:hover span {
  text-decoration: underline;
}
#searchNewsCall #news a span.linkAddOn {
  background: url(/images/hs/red_arrow.gif) no-repeat right 4px;
  color: #e60909;
  margin-left: 5px;
  padding-right: 10px;
  text-decoration: none;
}
#searchNewsCall #callUs {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  color: black;
  font-size: 100%;
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}
#searchNewsCall #callUs:before, #searchNewsCall #callUs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#searchNewsCall #callUs:after {
  clear: both;
}
#searchNewsCall #callUs span {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  color: #d81d1d;
  font-size: 195%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.8;
  margin-top: 4px;
  text-transform: uppercase;
  word-spacing: 4px;
}
#searchNewsCall #callUs span:before, #searchNewsCall #callUs span:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#searchNewsCall #callUs span:after {
  clear: both;
}
#searchNewsCall #callUs span a {
  color: #d81d1d;
  font-size: 100%;
}
#loggedIn {
  background: #dbdbdb;
  margin: 10px auto;
  width: 960px;
  padding: 10px 5px 0 5px;
  padding: 5px;
}
#loggedIn:before, #loggedIn:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#loggedIn:after {
  clear: both;
}
#loggedIn p {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin: 6px 0 0 10px;
}
#loggedIn ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  list-style: none;
}
#loggedIn ul li {
  display: inline;
  float: right;
  margin-left: 20px;
}
#loggedIn ul li a {
  font-size: 12px;
  background: url(/images/hs/loggedIn.gif) no-repeat 5px 3px;
  padding-left: 18px;
  display: block;
  margin-top: 7px;
}
#loggedIn ul li a:hover {
  color: #666666;
}
#loggedIn ul li a, #loggedIn ul li .sitebutton {
  display: block;
}
#loggedIn ul li .sitebutton {
  font-weight: bold;
  display: block;
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  border: 0;
  color: #ffffff;
  margin: 3px 0;
  padding: 3px 6px;
}
#loggedIn ul li .sitebutton:hover {
  background-position: 0 -25px;
}
/* HOMEPAGE PRODUCTS/SIDEBAR SHOPS Styles 
----------------------------------------------------------------------------------------------------*/
#content {
  background: #dbdbdb;
  margin: 10px auto;
  width: 960px;
  padding: 10px 5px 0 5px;
}
#content:before, #content:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content:after {
  clear: both;
}
#content #shops, #content #topItems {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
}
#content #shops:before,
#content #topItems:before,
#content #shops:after,
#content #topItems:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #shops:after, #content #topItems:after {
  clear: both;
}
#content #shops h2, #content #topItems h2 {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 23px;
  padding: 7px 0 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
  margin-bottom: 0;
}
#content #shops .prev,
#content #topItems .prev,
#content #shops .next,
#content #topItems .next {
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  display: block;
  background: url(/images/hs/shopCyclePrevNext.jpg) no-repeat 0 0;
}
#content #shops .prev:hover, #content #topItems .prev:hover {
  background-position: -230px 0;
}
#content #shops .next, #content #topItems .next {
  background-position: 0 -35px;
}
#content #shops .next:hover, #content #topItems .next:hover {
  background-position: -230px -35px;
}
#content #shops ul {
  list-style: none;
}
#content #shops ul li {
  padding: 5px 0;
}
#content #shops ul li a {
  padding: 0 10px 0 25px;
  font-size: 14px;
  display: block;
}
#content #shops ul li a:hover {
  background: url(/images/hs/listNavHover.gif) no-repeat 10px center;
  color: #666666;
}
#content #shops #topHire {
  background-color: white;
}
#content #shops #topHire:before, #content #shops #topHire:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #shops #topHire:after {
  clear: both;
}
#content #shops #toolShop {
  margin-bottom: 10px;
}
#content #shops #topHire ul, #content .topItems ul {
  list-style: none;
}
#content #shops #topHire ul li, #content .topItems ul li {
  padding: 5px 0;
  border-bottom: 1px #dbdbdb solid;
}
#content #shops #topHire ul li:before,
#content .topItems ul li:before,
#content #shops #topHire ul li:after,
#content .topItems ul li:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #shops #topHire ul li:after, #content .topItems ul li:after {
  clear: both;
}
#content #shops #topHire ul li a, #content .topItems ul li a {
  padding: 0 10px;
  font-size: 12px;
  display: block;
}
#content #shops #topHire ul li a span, #content .topItems ul li a span {
  float: left;
  clear: left;
  width: 132px;
}
#content #shops #topHire ul li a img, #content .topItems ul li a img {
  padding: 0 0 0 10px;
}
#content #shops #topHire ul li a:hover, #content .topItems ul li a:hover {
  color: #666666;
}
#content #hireShop, #content #toolShop, #content .topItems {
  background-color: white;
}
#content #hireShop:before,
#content #toolShop:before,
#content .topItems:before,
#content #hireShop:after,
#content #toolShop:after,
#content .topItems:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #hireShop:after, #content #toolShop:after, #content .topItems:after {
  clear: both;
}
#content #hireShop, #content #topHire {
  margin-bottom: 10px;
}
#content .sidebarProductList {
  height: 717px;
  overflow: hidden!important;
  position: relative;
}
#content .sidebarProductList h2 {
  background: url(/images/hs/shopCollapseTrigger.jpg) no-repeat 0 0 !important;
  cursor: pointer;
}
#content .sidebarProductList div {
  width: 230px;
  position: relative;
  height: 665px;
  overflow: hidden;
}
#content .sidebarProductList .shopCycle {
  height: 612px;
}
#content .sidebarProductList .shopCycle ul {
  position: relative;
}
#content .sidebarProductList.collapse {
  height: 35px;
}
#content .sidebarProductList.collapse h2 {
  background-position: 0 -35px !important;
  color: black !important;
}
#content .sidebarProductList.collapse div {
  height: 0px!important;
}
#content #sliderFeaturedProducts {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
}
#content #slider {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
  background: #666666 url(/images/hs/carbonBg.gif) repeat left top;
  margin-bottom: 10px;
  height: 250px;
}
#content #slider:before, #content #slider:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #slider:after {
  clear: both;
}
#content #slider #slides {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
  height: 213px;
  overflow: hidden;
}
#content #slider #slides img {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
}
#content #slider #slides div {
  background: #666666 url(/images/hs/carbonBg.gif) repeat left top;
}
#content #slider #slides div div {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-right: 0;
  padding: 10px 0 0 0;
  display: block;
  color: white;
}
#content #slider #slides div div h3 {
  font-weight: 300;
  margin-bottom: 10px;
}
#content #slider #slides div div p {
  font-size: 12px;
  margin-bottom: 0;
}
#content #slider #slides div div p a {
  display: block;
  color: #d81d1d;
}
#content #slider #slides div div p a:hover {
  color: #dbdbdb;
}
#content #slider #pager {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  padding-left: 280px;
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  padding-top: 12px;
  background: url(/images/hs/pagerBg.jpg) repeat-x 0 0;
}
#content #slider #pager a {
  display: block;
  float: left;
  padding: 0 10px;
  line-height: 10px;
  color: white;
  border-right: 1px solid white;
}
#content #featuredProducts {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
}
#content #featuredProducts:before, #content #featuredProducts:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #featuredProducts:after {
  clear: both;
}
#content #featuredProducts h2 {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 23px;
  padding: 7px 0 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
  margin-bottom: 0;
  padding-top: 6px;
}
#content #featuredProducts .featuredProduct {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  height: 280px;
  background-color: white;
  margin-bottom: 10px;
  position: relative;
}
#content #featuredProducts .featuredProduct img {
  position: absolute;
  top: 10px;
  left: 10px;
}
#content #featuredProducts .featuredProduct p {
  position: absolute;
  top: 10px;
  left: 98px;
  width: 122px;
  font-size: 14px;
}
#content #featuredProducts .featuredProduct p strong, #content #featuredProducts .featuredProduct p em {
  display: block;
  font-weight: 700;
}
#content #featuredProducts .featuredProduct p strong {
  color: #d81d1d;
  margin-bottom: 10px;
}
#content #featuredProducts .featuredProduct p strong a {
  color: #d81d1d;
}
#content #featuredProducts .featuredProduct p strong a:hover {
  color: #a30708;
}
#content #featuredProducts .featuredProduct p.amended span {
  color: #39b54a;
  font-weight: bold;
}
#content #featuredProducts .featuredProduct a.buttonLink {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 210px;
  background-image: url(/images/hs/hireBtnBg.jpg);
  bottom: 10px;
  left: 10px;
  margin: 0;
  position: absolute;
  text-indent: 60px;
}
#content #featuredProducts .featuredProduct a.buttonLink:hover {
  background-position: 0 -37px;
}
#content #featuredProducts .left {
  margin-left: 0;
}
#content #featuredProducts .right {
  margin-right: 0;
}
/* PAGE CONTENT Styles 
----------------------------------------------------------------------------------------------------*/
#pageContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  position: relative;
}
#pageContent:before, #pageContent:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent:after {
  clear: both;
}
#pageContent .plainContentPage {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
}
#pageContent .plainContentPage:before, #pageContent .plainContentPage:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent .plainContentPage:after {
  clear: both;
}
#pageContent .plainContentPage h2, #pageContent .plainContentPage ul {
  margin-bottom: 20px;
}
#pageContent .plainContentPage ul {
  list-style: url(/images/hs/listNavHover.gif);
  margin-left: 14px;
}
#pageContent .plainContentPage .tools-refs-links a {
  color: black;
}
#pageContent .plainContentPage .tools-refs-links a:hover {
  color: #666666;
  text-decoration: none;
}
#pageContent .plainContentPage .withSideBar {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 390px;
  margin-left: 0;
}
#pageContent .plainContentPage .withSideBar:before, #pageContent .plainContentPage .withSideBar:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent .plainContentPage .withSideBar:after {
  clear: both;
}
#pageContent .plainContentPage .sideBarContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-right: 0;
  padding-left: 40px;
}
#pageContent .plainContentPage .sideBarContent:before, #pageContent .plainContentPage .sideBarContent:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent .plainContentPage .sideBarContent:after {
  clear: both;
}
#pageContent .plainContentPage a {
  color: #e60909;
}
#pageContent .plainContentPage a:hover {
  color: #e60909;
  text-decoration: underline;
}
#pageContent #sitemap ul {
  list-style: none;
  margin: 0;
}
#pageContent #sitemap ul li {
  padding: 3px 0 3px 10px;
}
#pageContent #sitemap ul li a {
  background: url(/images/hs/listNav.gif) no-repeat 5px 2px;
  color: black;
  display: block;
  line-height: 1.25;
  padding: 0 0 0 20px;
}
#pageContent #sitemap ul li a:hover {
  background: url(/images/hs/listNavHover.gif) no-repeat 5px 2px;
  color: #666666;
  text-decoration: underline;
}
#pageContent #sitemap ul .siteSection {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  width: 620px;
}
#pageContent #sitemap ul .siteSection:before, #pageContent #sitemap ul .siteSection:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent #sitemap ul .siteSection:after {
  clear: both;
}
#pageContent #sitemap ul .siteSection ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  width: 620px;
}
#pageContent #sitemap ul .siteSection ul:before, #pageContent #sitemap ul .siteSection ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent #sitemap ul .siteSection ul:after {
  clear: both;
}
#pageContent #sitemap ul .siteSection ul li {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
}
#pageContent #sitemap ul .siteSection:nth-child(odd) {
  background: #f0f0f0;
}
#breadcrumb {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
#breadcrumb:before, #breadcrumb:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#breadcrumb:after {
  clear: both;
}
#breadcrumb li {
  display: inline;
  float: left;
}
#breadcrumb li a {
  float: left;
  display: block;
  padding: 9px 10px 0 10px;
  color: #d81d1d;
  font-weight: 700;
  padding-right: 20px;
  background: url(/images/hs/listNavHover.gif) no-repeat right 15px;
}
#breadcrumb li a:hover {
  color: #666666;
}
#breadcrumb li.currentPage {
  padding: 10px 10px 0 10px;
}
.mustComplete span,
.required span,
.formNotice span,
.requiredMarker {
  color: #d81d1d;
}
/* CATEGORIES CONTENT Styles 
----------------------------------------------------------------------------------------------------*/
#categoriesContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
}
#categoriesContent:before, #categoriesContent:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#categoriesContent:after {
  clear: both;
}
#categoriesContent h2, #categoriesContent p, #categoriesContent #categoryBlocks {
  margin-bottom: 20px;
}
#categoriesContent h5 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
#categoriesContent #categoryBlocks:before, #categoriesContent #categoryBlocks:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#categoriesContent #categoryBlocks:after {
  clear: both;
}
#categoriesContent #categoryBlocks .categoryBlock {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  width: 148px;
  height: 160px;
  border: 1px solid #666;
  margin-bottom: 10px;
}
#categoriesContent #categoryBlocks .categoryBlock span {
  font-weight: 700;
  color: white;
  background: #333333 url(/images/hs/categoryTitleBg.gif) repeat-x 0 0;
  padding: 5px 5px;
  display: block;
  height: 40px;
}
#categoriesContent #categoryBlocks .categoryBlock:hover span {
  color: #dbdbdb;
}
#categoriesContent #categoryBlocks .first-child {
  margin-left: 0;
}
#categoriesContent #categoryBlocks .last-child {
  margin-right: 0;
}
/* LISTINGS CONTENT Styles 
----------------------------------------------------------------------------------------------------*/
#listingsContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0 0 0;
  background-color: white;
  margin-bottom: 10px;
  position: relative;
}
#listingsContent:before, #listingsContent:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#listingsContent:after {
  clear: both;
}
#listingsContent h2 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  padding-right: 200px;
}
#listingsContent h3, #listingsContent p {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  padding-right: 40px;
}
#listingsContent h2, #listingsContent h3, #listingsContent p {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  margin-bottom: 0;
}
#listingsContent h2 {
  padding-bottom: 30px;
}
#listingsContent p {
  margin-bottom: 20px;
}
#listingsContent #help {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 140px;
  background-image: url(/images/hs/helpBtnBg.jpg);
  margin: 0;
  position: absolute;
  right: 40px;
  text-indent: 40px;
  top: 30px;
}
#listingsContent #help:hover {
  background-position: 0 -37px;
}
#listingsContent .prompt {
  background: none;
  border: 0;
}
#listingsContent .toomanyresults, #listingsContent .noresults, #listingsContent .noproducts {
  background: none;
  border: 0;
  width: 630px;
}
#listingsContent .productListing {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  border-top: 10px solid #dbdbdb;
  padding-bottom: 79px;
  position: relative;
}
#listingsContent .productListing h2 {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 23px;
  padding: 7px 0 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
  margin-bottom: 30px;
  width: 700px;
}
#listingsContent .productListing img {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  margin-left: 0;
  padding-left: 40px;
}
#listingsContent .productListing .productDescription {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 430px;
  margin-right: 0;
  padding-left: 40px;
  line-height: 1.4;
}
#listingsContent .productListing .productDescription p, #listingsContent .productListing .productDescription li {
  line-height: 1.4;
}
#listingsContent .productListing .productDescription ul {
  margin: 5px 0 0 -10px;
}
#listingsContent .productListing .productLinks {
  bottom: 30px;
  position: absolute;
  right: 40px;
}
#listingsContent .productListing .productLinks li {
  display: block;
  float: left;
  margin-left: 6px;
}
#listingsContent .productListing .productLinks li a.hireBtn {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 110px;
  background-image: url(/images/hs/hireBtnBg.jpg);
  padding-right: 30px;
  width: auto;
}
#listingsContent .productListing .productLinks li a.hireBtn:hover {
  background-position: 0 -37px;
}
#listingsContent .productListing .productLinks li a.productSpecBtn {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 230px;
  background: url(/images/hs/specBtnBg.jpg) no-repeat 0 0;
}
#listingsContent .productListing .productLinks li a.productSpecBtn:hover {
  background-position: 0 -37px;
}
/* PRODUCT DETAIL CONTENT Styles 
----------------------------------------------------------------------------------------------------*/
#productDetailContent, #productRates {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
  margin-bottom: 10px;
}
#productDetailContent:before,
#productRates:before,
#productDetailContent:after,
#productRates:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#productDetailContent:after, #productRates:after {
  clear: both;
}
#productDetailContent {
  position: relative;
}
#productDetailContent h2 {
  margin: 0;
  min-height: 68px;
}
#productDetailContent h2.narrowerTitle {
  padding-right: 220px;
}
#havInstock {
  width: 200px;
  height: 80px;
  position: absolute;
  right: 40px;
  top: 10px;
}
#havInstock #hav, #havInstock #inStock {
  width: 100px;
  height: 80px;
  float: right;
}
#productInformation {
  margin-bottom: 20px;
  border-top: 1px solid #333;
  padding-top: 30px;
}
#productInformation:before, #productInformation:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#productInformation:after {
  clear: both;
}
#productImageViewer {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  padding-right: 40px;
  margin-left: 0;
}
#productImageViewer #mainImage {
  width: 148px;
  height: 148px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  position: relative;
}
#productImageViewer #productThumbs {
  width: 150px;
  height: 100px;
}
#productImageViewer #productThumbs .jcarousel-clip {
  overflow: hidden;
  width: 150px;
}
#productImageViewer #productThumbs ul {
  width: 150px;
  height: 100px;
  list-style: none;
}
#productImageViewer #productThumbs li {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  width: 68px;
  height: 68px;
}
#productImageViewer #productThumbs li img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
#productImageViewer #productThumbs .last {
  margin-right: 0;
}
#productImageViewer .prev, #productImageViewer .next {
  position: absolute;
  top: 25px;
  background: url(/images/hs/prevNext.jpg) no-repeat;
  width: 14px;
  height: 17px;
  cursor: pointer;
}
#productImageViewer .prev {
  background-position: 0 0;
  left: -20px;
}
#productImageViewer .prev:hover {
  background-position: 0 -17px;
}
#productImageViewer .next {
  background-position: right 0;
  right: -20px;
}
#productImageViewer .next:hover {
  background-position: right -17px;
}
#productDescription {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  padding-right: 40px;
}
#productDescription ul#product-symbols {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
#productDescription ul#product-symbols li {
  width: 38px;
  float: left;
  display: inline;
}
#productDescription ul#product-symbols li img {
  width: 100%;
}
#productSpec {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-right: 0;
  list-style: none;
}
#productSpec li {
  padding: 5px 0;
  margin-bottom: 10px;
}
#productSpec .title {
  font-weight: 700;
  border-bottom: 1px solid black;
  margin-bottom: 0;
}
#productRates table {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 10px 0 20px 0;
}
#productRates table td, #productRates table th {
  background-color: #f1f1f1;
  text-align: left;
  padding: 5px;
  border: 1px white solid;
}
#productRates table th {
  background-color: #dbdbdb;
  font-weight: 700;
}
#productRates table .code, #productRates table .productRate {
  width: 80px;
}
#productRates table .productRate {
  text-align: center;
}
#productRates table .item {
  width: 170px;
}
#productRates table .amended {
  color: #39b54a;
  font-weight: bold;
}
#productRates table .amended .price {
  color: black;
  display: block;
  font-weight: normal;
  text-decoration: line-through;
}
#productRates table.SaleRates .item {
  width: 447px;
}
#productRates p.disclaimer {
  font-weight: 700;
  color: #d81d1d;
  padding-top: 15px;
}
#productRates p.disclaimer {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 390px;
  margin-left: 0;
  margin-right: 0;
}
#productRates p.disclaimer:before, #productRates p.disclaimer:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#productRates p.disclaimer:after {
  clear: both;
}
#productRates a {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 200px;
  background-image: url(/images/hs/hireBtnBg.jpg);
  float: right;
  padding-right: 30px;
  width: auto;
}
#productRates a:hover {
  background-position: 0 -37px;
}
#tabNav {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 35px;
  text-transform: uppercase;
  font-style: normal;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
}
#tabNav:before, #tabNav:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#tabNav:after {
  clear: both;
}
#tabNav li {
  text-align: center;
  display: inline;
  float: left;
}
#tabNav li a {
  text-align: center;
  height: 23px;
  padding-top: 7px;
  padding-bottom: 5px;
  color: white;
  display: block;
  float: left;
}
#tabNav li a:hover {
  background: url(/images/hs/lightGreyBg.gif) repeat-x 0 0;
  color: black;
}
#tabNav li .current {
  background: url(/images/hs/tabNavRoll.gif) repeat-x 0 0;
  color: black;
}
#tabNav .download a, #tabNav .video a, #tabNav .related a {
  border-right: 1px solid #333333;
}
#tabNav .video a, #tabNav .related a, #tabNav .other a {
  border-left: 1px solid #dbdbdb;
}
#tabNav .download a {
  width: 149px;
}
#tabNav .video a {
  width: 148px;
}
#tabNav .related a {
  width: 203px;
}
#tabNav .other a {
  width: 204px;
}
.productTabs {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  margin-bottom: 10px;
  position: relative;
}
.productTabs:before, .productTabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.productTabs:after {
  clear: both;
}
.productTabs h2 {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 23px;
  padding: 7px 0 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
}
.productTabs .prev, .productTabs .next {
  position: absolute;
  top: 25px;
  background: url(/images/hs/prevNext.jpg) no-repeat;
  width: 14px;
  height: 17px;
  cursor: pointer;
}
.productTabs .prev {
  background-position: 0 0;
  left: -20px;
}
.productTabs .prev:hover {
  background-position: 0 -17px;
}
.productTabs .next {
  background-position: right 0;
  right: -20px;
}
.productTabs .next:hover {
  background-position: right -17px;
}
.productTabs .prev, .productTabs .next {
  top: 75px;
}
#tabPanes .productTabs {
  display: none;
}
#tabPanes .productTabs .tabpane {
  height: 206px;
  margin: 20px 32px;
  width: 636px;
}
#tabPanes .productTabs .tabpane .jcarousel-clip {
  overflow: hidden;
  width: 630px;
}
#tabPanes .videos .tabpane {
  height: 405px;
  margin: 20px 40px;
  width: 630px;
}
.downloads ul, .relatedProducts ul, .otherProducts ul {
  width: 632px;
}
.downloads ul:before,
.relatedProducts ul:before,
.otherProducts ul:before,
.downloads ul:after,
.relatedProducts ul:after,
.otherProducts ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.downloads ul:after, .relatedProducts ul:after, .otherProducts ul:after {
  clear: both;
}
.downloads ul li, .relatedProducts ul li, .otherProducts ul li {
  width: 148px;
  display: inline;
  float: left;
  list-style: none;
  margin: 0 5px;
}
.downloads ul li a, .relatedProducts ul li a, .otherProducts ul li a {
  display: block;
  padding: 10px 0 0 0;
  text-align: center;
  text-decoration: underline;
}
.downloads ul li a img, .relatedProducts ul li a img, .otherProducts ul li a img {
  width: 120px;
  height: 120px;
  display: block;
  margin-bottom: 10px;
}
.downloads ul .first, .relatedProducts ul .first, .otherProducts ul .first {
  margin-left: 0;
}
.downloads ul .last, .relatedProducts ul .last, .otherProducts ul .last {
  margin-right: 0;
}
.downloads ul li a img {
  height: auto;
  margin: 0 auto 10px;
  width: auto;
}
#helpPrint {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  height: 48px;
  position: relative;
}
#helpPrint #help {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 150px;
  background-image: url(/images/hs/helpBtnBg.jpg);
}
#helpPrint #help:hover {
  background-position: 0 -37px;
}
#helpPrint #print {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 170px;
  background-image: url(/images/hs/printBtnBg.jpg);
}
#helpPrint #print:hover {
  background-position: 0 -37px;
}
#helpPrint #help, #helpPrint #print {
  position: absolute;
  height: 30px;
  bottom: 10px;
  right: 0;
}
/* BRANCH FINDER Styles 
----------------------------------------------------------------------------------------------------*/
#branchFinder {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  background: white url(/images/hs/branchFinderBg.jpg) no-repeat right 0;
}
#branchFinder:before, #branchFinder:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#branchFinder:after {
  clear: both;
}
#branchFinder h3 {
  color: #666666;
}
#branchFinder label {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  margin-left: 0;
  clear: left;
}
#branchFinder select, #branchFinder input {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  clear: right;
}
#branchFinder h3,
#branchFinder label,
#branchFinder select,
#branchFinder input {
  margin: 20px 0;
}
#branchFinder input.submit {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat right 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 37px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 150px;
  background-image: url(/images/hs/branchFinderRegionsBg.jpg);
  border: none;
  clear: left;
  font-size: 110%;
  margin-left: 150px;
  padding-bottom: 6px;
  text-indent: 10px;
}
#branchFinder input.submit:hover {
  background-position: 0 -37px;
}
#branchFinderRegions {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
#branchFinderRegions:before, #branchFinderRegions:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#branchFinderRegions:after {
  clear: both;
}
#branchFinderRegions li {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  margin-bottom: 10px;
}
#branchFinderRegions li a {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
}
#branchFinderRegions li a:hover {
  background-position: right -37px;
}
#branchFinderRegions .left {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
}
#branchFinderRegions .right {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-right: 0;
}
#branchRegions, .foundBranchResults {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
}
#branchRegions h2, .foundBranchResults h2 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 510px;
  margin-left: 0;
  margin-bottom: 30px;
}
#branchRegions ul.foundBranches,
.foundBranchResults ul.foundBranches,
#branchRegions ol.foundBranches,
.foundBranchResults ol.foundBranches {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  list-style: none;
}
#branchRegions ul.foundBranches li,
.foundBranchResults ul.foundBranches li,
#branchRegions ol.foundBranches li,
.foundBranchResults ol.foundBranches li {
  margin-bottom: 10px;
}
#branchRegions ul.foundBranches li a,
.foundBranchResults ul.foundBranches li a,
#branchRegions ol.foundBranches li a,
.foundBranchResults ol.foundBranches li a {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
}
#branchRegions ul.foundBranches li a:hover,
.foundBranchResults ul.foundBranches li a:hover,
#branchRegions ol.foundBranches li a:hover,
.foundBranchResults ol.foundBranches li a:hover {
  background-position: right -37px;
}
#branchRegions ul.foundBranches li .geo,
.foundBranchResults ul.foundBranches li .geo,
#branchRegions ol.foundBranches li .geo,
.foundBranchResults ol.foundBranches li .geo {
  display: none;
}
#branchRegions #map_canvas, .foundBranchResults #map_canvas {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 350px;
  margin-right: 0;
  height: 386px;
}
#branchFinderDetails, .foundSingleBranchResult, .branchesFromPostcode {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
}
#branchFinderDetails h2, .foundSingleBranchResult h2, .branchesFromPostcode h2 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 430px;
  margin-left: 0;
  margin-bottom: 30px;
}
#branchFinderDetails #branchDetails,
.foundSingleBranchResult #branchDetails,
.branchesFromPostcode #branchDetails,
#branchFinderDetails .branchResult,
.foundSingleBranchResult .branchResult,
.branchesFromPostcode .branchResult,
#branchFinderDetails .branchResultFromPostcode,
.foundSingleBranchResult .branchResultFromPostcode,
.branchesFromPostcode .branchResultFromPostcode {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  padding: 0;
}
#branchFinderDetails #branchDetails h3,
.foundSingleBranchResult #branchDetails h3,
.branchesFromPostcode #branchDetails h3,
#branchFinderDetails .branchResult h3,
.foundSingleBranchResult .branchResult h3,
.branchesFromPostcode .branchResult h3,
#branchFinderDetails .branchResultFromPostcode h3,
.foundSingleBranchResult .branchResultFromPostcode h3,
.branchesFromPostcode .branchResultFromPostcode h3 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  width: 270px;
}
#branchFinderDetails #branchDetails .adr,
.foundSingleBranchResult #branchDetails .adr,
.branchesFromPostcode #branchDetails .adr,
#branchFinderDetails .branchResult .adr,
.foundSingleBranchResult .branchResult .adr,
.branchesFromPostcode .branchResult .adr,
#branchFinderDetails .branchResultFromPostcode .adr,
.foundSingleBranchResult .branchResultFromPostcode .adr,
.branchesFromPostcode .branchResultFromPostcode .adr,
#branchFinderDetails #branchDetails ul,
.foundSingleBranchResult #branchDetails ul,
.branchesFromPostcode #branchDetails ul,
#branchFinderDetails .branchResult ul,
.foundSingleBranchResult .branchResult ul,
.branchesFromPostcode .branchResult ul,
#branchFinderDetails .branchResultFromPostcode ul,
.foundSingleBranchResult .branchResultFromPostcode ul,
.branchesFromPostcode .branchResultFromPostcode ul {
  margin-bottom: 20px;
}
#branchFinderDetails #branchDetails .adr,
.foundSingleBranchResult #branchDetails .adr,
.branchesFromPostcode #branchDetails .adr,
#branchFinderDetails .branchResult .adr,
.foundSingleBranchResult .branchResult .adr,
.branchesFromPostcode .branchResult .adr,
#branchFinderDetails .branchResultFromPostcode .adr,
.foundSingleBranchResult .branchResultFromPostcode .adr,
.branchesFromPostcode .branchResultFromPostcode .adr {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  width: 270px;
}
#branchFinderDetails #branchDetails ul,
.foundSingleBranchResult #branchDetails ul,
.branchesFromPostcode #branchDetails ul,
#branchFinderDetails .branchResult ul,
.foundSingleBranchResult .branchResult ul,
.branchesFromPostcode .branchResult ul,
#branchFinderDetails .branchResultFromPostcode ul,
.foundSingleBranchResult .branchResultFromPostcode ul,
.branchesFromPostcode .branchResultFromPostcode ul {
  list-style: none;
}
#branchFinderDetails #branchDetails .geo,
.foundSingleBranchResult #branchDetails .geo,
.branchesFromPostcode #branchDetails .geo,
#branchFinderDetails .branchResult .geo,
.foundSingleBranchResult .branchResult .geo,
.branchesFromPostcode .branchResult .geo,
#branchFinderDetails .branchResultFromPostcode .geo,
.foundSingleBranchResult .branchResultFromPostcode .geo,
.branchesFromPostcode .branchResultFromPostcode .geo {
  display: none;
}
#branchFinderDetails .right, .foundSingleBranchResult .right, .branchesFromPostcode .right {
  margin-right: 0;
  padding-left: 80px;
  margin-left: 5px;
}
#branchFinderDetails .branchResultFromPostcode, .foundSingleBranchResult .branchResultFromPostcode, .branchesFromPostcode .branchResultFromPostcode {
  margin-bottom: 20px;
}
#branchFinderDetails .branchResultFromPostcode h3, .foundSingleBranchResult .branchResultFromPostcode h3, .branchesFromPostcode .branchResultFromPostcode h3 {
  font-size: 100%;
}
#branchFinderDetails .branchResultFromPostcode a, .foundSingleBranchResult .branchResultFromPostcode a, .branchesFromPostcode .branchResultFromPostcode a {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  color: white;
}
#branchFinderDetails .branchResultFromPostcode a:hover, .foundSingleBranchResult .branchResultFromPostcode a:hover, .branchesFromPostcode .branchResultFromPostcode a:hover {
  background-position: right -37px;
}
#branchFinderDetails .branchResultFromPostcode a:hover, .foundSingleBranchResult .branchResultFromPostcode a:hover, .branchesFromPostcode .branchResultFromPostcode a:hover {
  color: white;
  text-decoration: none;
}
#branchFinderDetails .branchResultFromPostcode .adr, .foundSingleBranchResult .branchResultFromPostcode .adr, .branchesFromPostcode .branchResultFromPostcode .adr {
  margin-bottom: 10px;
  min-height: 40px;
}
#branchFinderDetails .branchResultFromPostcode .contactDetails,
.foundSingleBranchResult .branchResultFromPostcode .contactDetails,
.branchesFromPostcode .branchResultFromPostcode .contactDetails,
#branchFinderDetails .branchResultFromPostcode .openingHours,
.foundSingleBranchResult .branchResultFromPostcode .openingHours,
.branchesFromPostcode .branchResultFromPostcode .openingHours {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
}
#branchFinderDetails .branchResultFromPostcode .contactDetails h3,
.foundSingleBranchResult .branchResultFromPostcode .contactDetails h3,
.branchesFromPostcode .branchResultFromPostcode .contactDetails h3,
#branchFinderDetails .branchResultFromPostcode .openingHours h3,
.foundSingleBranchResult .branchResultFromPostcode .openingHours h3,
.branchesFromPostcode .branchResultFromPostcode .openingHours h3 {
  margin-bottom: 0;
}
#branchFinderDetails .branchResultFromPostcode .contactDetails ul, .foundSingleBranchResult .branchResultFromPostcode .contactDetails ul, .branchesFromPostcode .branchResultFromPostcode .contactDetails ul {
  margin-bottom: 10px;
}
#branchFinderDetails .branchResultFromPostcode .openingHours p, .foundSingleBranchResult .branchResultFromPostcode .openingHours p, .branchesFromPostcode .branchResultFromPostcode .openingHours p {
  line-height: 1.7;
}
#branchFinderDetails .branchEmail, .foundSingleBranchResult .branchEmail, .branchesFromPostcode .branchEmail {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  font-size: 15px;
  padding: 6px 0 5px 10px;
}
#branchFinderDetails .branchEmail:hover, .foundSingleBranchResult .branchEmail:hover, .branchesFromPostcode .branchEmail:hover {
  background-position: right -37px;
}
#branchFinderDetails #phone,
.foundSingleBranchResult #phone,
.branchesFromPostcode #phone,
#branchFinderDetails #fax,
.foundSingleBranchResult #fax,
.branchesFromPostcode #fax,
#branchFinderDetails #email,
.foundSingleBranchResult #email,
.branchesFromPostcode #email {
  background: url(/images/hs/contactIcons.png) no-repeat;
  line-height: 1.8;
  padding: 3px 0 0 23px;
  width: 112px;
}
#branchFinderDetails #phone .type,
.foundSingleBranchResult #phone .type,
.branchesFromPostcode #phone .type,
#branchFinderDetails #fax .type,
.foundSingleBranchResult #fax .type,
.branchesFromPostcode #fax .type,
#branchFinderDetails #email .type,
.foundSingleBranchResult #email .type,
.branchesFromPostcode #email .type {
  display: none;
}
#branchFinderDetails #phone, .foundSingleBranchResult #phone, .branchesFromPostcode #phone {
  background-position: 0 -39px;
}
#branchFinderDetails #fax, .foundSingleBranchResult #fax, .branchesFromPostcode #fax {
  background-position: 0 -14px;
}
#branchFinderDetails #email, .foundSingleBranchResult #email, .branchesFromPostcode #email {
  background: none;
  padding: 0;
  width: 270px;
}
#branchFinderDetails #email a, .foundSingleBranchResult #email a, .branchesFromPostcode #email a {
  background: url(/images/hs/contactIcons.png) no-repeat 0 49px;
  color: black;
  float: none;
  font-weight: normal;
  padding: 0 0 0 23px;
  text-decoration: underline;
  width: auto;
}
#branchFinderDetails #map_canvas, .foundSingleBranchResult #map_canvas, .branchesFromPostcode #map_canvas {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 350px;
  margin-right: 0;
}
#branchFinderDetails .tabTitle, .foundSingleBranchResult .tabTitle, .branchesFromPostcode .tabTitle {
  color: #d81d1d;
  font-size: 90%;
  font-weight: bold;
}
#branchFinderDetails .myBubbleTabContents, .foundSingleBranchResult .myBubbleTabContents, .branchesFromPostcode .myBubbleTabContents {
  background: url(/images/hs/logo_mini.png) no-repeat center bottom;
  display: block;
  font-size: 90%;
  height: 111px;
}
#branchFinderDetails .myBubbleTabContents #branchName, .foundSingleBranchResult .myBubbleTabContents #branchName, .branchesFromPostcode .myBubbleTabContents #branchName {
  font-weight: bold;
}
#branchFinderDetails .myBubbleTabContents #saddr, .foundSingleBranchResult .myBubbleTabContents #saddr, .branchesFromPostcode .myBubbleTabContents #saddr {
  font-size: 100%;
  margin: 0 0 3px 0;
  width: 160px;
}
#branchFinderDetails .myBubbleTabContents #getDirectionsButton, .foundSingleBranchResult .myBubbleTabContents #getDirectionsButton, .branchesFromPostcode .myBubbleTabContents #getDirectionsButton {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  background-position: right -5px;
  border: 0;
  padding: 4px 25px 3px 8px;
  margin: 0 0 5px 0;
}
#branchFinderDetails .myBubbleTabContents #getDirectionsButton:hover, .foundSingleBranchResult .myBubbleTabContents #getDirectionsButton:hover, .branchesFromPostcode .myBubbleTabContents #getDirectionsButton:hover {
  background-position: right -37px;
}
#branchFinderDetails .myBubbleTabContents #getDirectionsButton:hover, .foundSingleBranchResult .myBubbleTabContents #getDirectionsButton:hover, .branchesFromPostcode .myBubbleTabContents #getDirectionsButton:hover {
  background-position: right -42px;
}
.foundSingleBranchResult #branchDetails h3 {
  margin-bottom: 0;
}
.foundSingleBranchResult #branchDetails #email a {
  background-position: 0 3px;
}
.foundSingleBranchResult #branchDetails a.branchEmail {
  float: left;
  width: 230px;
}
.foundSingleBranchResult #branchDetails a.branchEmail:hover {
  color: white;
  text-decoration: none;
}
#branchRegions .goBack,
.foundBranchResults .goBack,
#branchFinderDetails .goBack,
.foundSingleBranchResult .goBack,
.branchesFromPostcode .goBack,
#branchRegions .newSearch,
.foundBranchResults .newSearch,
#branchFinderDetails .newSearch,
.foundSingleBranchResult .newSearch,
.branchesFromPostcode .newSearch {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 110px;
  margin-right: 0;
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  font-size: 15px;
  padding: 6px 0 5px 0;
  text-indent: 10px;
}
#branchRegions .goBack:hover,
.foundBranchResults .goBack:hover,
#branchFinderDetails .goBack:hover,
.foundSingleBranchResult .goBack:hover,
.branchesFromPostcode .goBack:hover,
#branchRegions .newSearch:hover,
.foundBranchResults .newSearch:hover,
#branchFinderDetails .newSearch:hover,
.foundSingleBranchResult .newSearch:hover,
.branchesFromPostcode .newSearch:hover {
  background-position: right -37px;
}
#branchRegions .newSearch,
.foundBranchResults .newSearch,
#branchFinderDetails .newSearch,
.foundSingleBranchResult .newSearch,
.branchesFromPostcode .newSearch {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-right: 0;
}
/* CONTACT PAGE Styles 
----------------------------------------------------------------------------------------------------*/
.contentPageWithFormSeparator {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  background: black;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
.vcard {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
  padding-bottom: 10px;
}
.vcard .fn, .vcard .org {
  font-size: 18px;
  font-weight: bold;
}
.vcard .fn,
.vcard .org,
.vcard .postaladr,
.vcard .tel,
.vcard .emailadr {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
}
.vcard .adr, .vcard .value, .vcard .email {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.vcard .adr span {
  display: block;
}
.vcard .type {
  font-weight: bold;
  display: inline;
  float: left;
}
.vcard a {
  color: #e60909;
}
.vcard a:hover {
  color: #e60909;
  text-decoration: underline;
}
/* CUSTOMER LOGIN CONTENT Styles 
----------------------------------------------------------------------------------------------------*/
#recaptchaholder {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 160px;
  padding-right: 80px;
  background-color: white;
  width: 320px;
}
#recaptchaholder:before, #recaptchaholder:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#recaptchaholder:after {
  clear: both;
}
#recaptchaholder input {
  margin-top: 20px;
}
#recaptchaholder .signInRegisterContainer {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 390px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
#recaptchaholder .signInRegisterContainer:before, #recaptchaholder .signInRegisterContainer:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#recaptchaholder .signInRegisterContainer:after {
  clear: both;
}
#recaptchaholder .enquiryFormSubmit {
  font-weight: bold;
  display: block;
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  border: 0;
  color: #ffffff;
  margin: 3px 0;
  padding: 3px 6px;
  margin: 20px 0 3px 2px;
}
#recaptchaholder .enquiryFormSubmit:hover {
  background-position: 0 -25px;
}
#recaptchaholder .errorMessage {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #e42528;
  background-color: #fdd5c8;
  padding: 0 10px;
  margin: 30px 0 10px 3px;
  width: 236px;
}
#recaptchaholder .errorMessage p {
  margin-bottom: 0;
}
#recaptchaholder .errorMessage ul {
  list-style: none;
}
#recaptchaholder .errorMessage ul li {
  margin: 5px 0;
}
#customerLoginContent, #customerRegisterContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 5px;
  background-color: white;
}
#customerLoginContent:before,
#customerRegisterContent:before,
#customerLoginContent:after,
#customerRegisterContent:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#customerLoginContent:after, #customerRegisterContent:after {
  clear: both;
}
#customerLoginContent h2, #customerRegisterContent h2 {
  margin-bottom: 20px;
}
#customerLoginContent h3, #customerRegisterContent h3 {
  font-weight: normal;
}
#customerLoginContent p, #customerRegisterContent p {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  margin: 15px 0;
  height: 10px;
  /* style rules for the character counter */

}
#customerLoginContent p:before,
#customerRegisterContent p:before,
#customerLoginContent p:after,
#customerRegisterContent p:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#customerLoginContent p:after, #customerRegisterContent p:after {
  clear: both;
}
#customerLoginContent p .title, #customerRegisterContent p .title {
  width: 135px;
  font-weight: 700;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
#customerLoginContent p .requiredMarker, #customerRegisterContent p .requiredMarker {
  display: block;
  left: 141px;
  position: absolute;
  top: 5px;
  width: 5px;
}
#customerLoginContent p input,
#customerRegisterContent p input,
#customerLoginContent p textarea,
#customerRegisterContent p textarea,
#customerLoginContent p select,
#customerRegisterContent p select {
  width: 308px;
  padding: 1px 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #abadb3;
}
#customerLoginContent p select, #customerRegisterContent p select {
  width: 312px;
}
#customerLoginContent p textarea, #customerRegisterContent p textarea {
  height: 140px;
  width: 310px;
}
#customerLoginContent p .originalTextareaInfo, #customerRegisterContent p .originalTextareaInfo {
  color: #000000;
  font-size: 85%;
  font-style: italic;
  position: absolute;
  text-align: right;
  top: 25px;
  width: 135px !important;
}
#customerLoginContent p .warningTextareaInfo, #customerRegisterContent p .warningTextareaInfo {
  color: #a30708;
}
#customerLoginContent .errorMessage, #customerRegisterContent .errorMessage {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #e42528;
  background-color: #fdd5c8;
  padding: 0 10px;
  margin: 30px 0 10px 160px;
  width: 236px;
}
#customerLoginContent .errorMessage p, #customerRegisterContent .errorMessage p {
  margin-bottom: 0;
}
#customerLoginContent .errorMessage ul, #customerRegisterContent .errorMessage ul {
  list-style: none;
}
#customerLoginContent .errorMessage ul li, #customerRegisterContent .errorMessage ul li {
  margin: 5px 0;
}
#customerLoginContent .formInstructions, #customerRegisterContent .formInstructions {
  border-bottom: 1px solid #CCC;
  height: auto;
  margin-top: -10px;
  padding-bottom: 10px;
}
#customerLoginContent .tallParagraph, #customerRegisterContent .tallParagraph {
  height: 143px;
}
#customerLoginContent .formNotice, #customerRegisterContent .formNotice {
  margin-top: 0;
  text-align: right;
}
#customerLoginContent .formNotice .required, #customerRegisterContent .formNotice .required {
  display: inline;
  position: relative;
  left: 0;
  top: 0;
}
#customerLoginContent .submit, #customerRegisterContent .submit {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 110px;
  margin-left: 0;
  margin-right: 0;
  clear: left;
  margin: 20px 0;
}
#customerLoginContent .emailUserSubmit, #customerRegisterContent .emailUserSubmit {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  clear: left;
  margin: 20px 0;
}
#customerLoginContent a, #customerRegisterContent a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: block;
  text-align: right;
  margin-top: 20px;
}
#customerLoginContent a:hover, #customerRegisterContent a:hover {
  color: #666666;
}
#customerRegisterContent .errorMessage {
  margin: 2px 0 10px 480px;
}
#customerLoginContent {
  position: relative;
}
#customerLoginContent p input {
  right: 50px;
  width: 258px;
}
#customerLoginContent #forgotPassword {
  background: url(/images/hs/listNav.gif) no-repeat 5px 4px;
  bottom: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 20px;
  position: absolute;
  right: -77px;
  width: auto;
}
#customerLoginContent #forgotPassword:hover {
  color: #666666;
}
input.emailUserSubmit,
input.update,
input.prev,
input.next,
input.editStartDate,
input.loginformSubmit,
input.registerFormSubmit,
input.updateUserProfile,
input.forgottenPasswordFormSubmit,
input.changePasswordFormSubmit,
input.submit {
  font-weight: bold;
  display: block;
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  border: 0;
  color: #ffffff;
  margin: 3px 0;
  padding: 3px 6px;
  display: inline-block;
  margin-left: 5px;
  padding: 3px 10px;
  height: 25px;
  cursor: pointer;
}
input.emailUserSubmit:hover,
input.update:hover,
input.prev:hover,
input.next:hover,
input.editStartDate:hover,
input.loginformSubmit:hover,
input.registerFormSubmit:hover,
input.updateUserProfile:hover,
input.forgottenPasswordFormSubmit:hover,
input.changePasswordFormSubmit:hover,
input.submit:hover {
  background-position: 0 -25px;
}
input.orderPayment {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  border: none;
  width: 200px;
  font-size: 15px;
  padding: 6px 0 5px 0;
  margin: 0;
  text-align: left;
  text-indent: 10px;
  cursor: pointer;
}
input.orderPayment:hover {
  background-position: right -37px;
}
input.forgottenPasswordFormSubmit {
  margin: 35px 0 0 160px;
}
#register {
  background: url(/images/hs/listNav.gif) no-repeat 5px 4px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 20px;
  position: absolute;
  right: 42px;
  top: 23px;
  width: auto;
}
/*CUSTOMER ACCOUNT section styles 
----------------------------------------------------------------------------------------------------*/
.basketContent .orderhistory {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.basketContent .orderhistory table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.basketContent .orderhistory table td, .basketContent .orderhistory table th {
  border: 1px solid #cccccc;
  padding: 4px 7px;
  vertical-align: middle;
}
.basketContent .orderhistory table td a, .basketContent .orderhistory table th a {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat right 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 21px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 21px;
  color: #e60909;
  float: left;
  margin: 0 5px;
  padding: 0;
  text-indent: -9999em;
}
.basketContent .orderhistory table td a:hover, .basketContent .orderhistory table th a:hover {
  background-position: 0 -37px;
}
.basketContent .orderhistory table td a:hover, .basketContent .orderhistory table th a:hover {
  background-position: 0 -25px;
  color: #e60909;
  text-decoration: underline;
}
.basketContent .orderhistory table td .cancel, .basketContent .orderhistory table th .cancel {
  background-image: url(/images/hs/remove.png);
}
.basketContent .orderhistory table td .modify, .basketContent .orderhistory table th .modify {
  background-image: url(/images/hs/edit.png);
}
.basketContent .orderhistory table td .print, .basketContent .orderhistory table th .print {
  background-image: url(/images/hs/print.png);
}
.basketContent .orderhistory table td .refund, .basketContent .orderhistory table th .refund {
  background-image: url(/images/hs/undo.png);
}
.basketContent .orderhistory table td .view, .basketContent .orderhistory table th .view {
  background-image: url(/images/hs/details.png);
}
.basketContent .orderhistory table thead th {
  background: #595959 url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
  border-right-color: #333333;
  border-left-color: #cccccc;
  color: #ffffff;
  font-size: 90%;
  padding: 8px 7px;
}
.basketContent .orderhistory table thead .date {
  width: 115px;
}
.basketContent .orderhistory table thead .date, .basketContent .orderhistory table thead .status {
  text-align: center;
}
.basketContent .orderhistory table thead .actions {
  border-right-color: #cccccc;
  text-indent: -9999em;
  width: 95px;
}
.basketContent .orderhistory table tbody tr.even {
  background: #f1f1f1;
}
.basketContent .orderhistory table tbody tr.even th, .basketContent .orderhistory table tbody tr.even td {
  border-top-color: #f1f1f1;
  border-right-color: #f1f1f1;
}
.basketContent .orderhistory table tbody tr th, .basketContent .orderhistory table tbody tr td {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  font-size: 90%;
  text-align: left;
}
.basketContent .orderhistory table tbody tr td.last {
  border-right: 1px solid #cccccc;
}
.basketContent .orderhistory table tbody tr td.status {
  text-align: center;
}
.basketContent .orderhistory .section {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}
.basketContent .orderhistory .section h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.basketContent .orderhistory .section p {
  margin: 0;
}
.basketContent .orderhistory #summary {
  padding: 0;
  width: 250px;
}
.basketContent .orderhistory #summary p {
  margin-bottom: 5px;
}
.basketContent .orderhistory #summary p span {
  font-weight: bold;
  margin-right: 5px;
}
.basketContent .orderhistory #actions {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  list-style: none;
  margin: 20px 0;
  padding: 20px 0;
}
.basketContent .orderhistory #actions li {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 20px 0 0;
  width: 197px;
}
.basketContent .orderhistory #actions li a {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 26px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 197px;
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  text-indent: 43px;
}
.basketContent .orderhistory #actions li a:hover {
  background-position: 0 -37px;
}
.basketContent .orderhistory #actions li a:hover {
  background-position: 0 -32px;
}
.basketContent .orderhistory #actions li a.refund, .basketContent .orderhistory #actions li a.cancel {
  background-image: url(/images/hs/undo_largebtn.png);
}
.basketContent .orderhistory #actions li a.modify {
  background-image: url(/images/hs/edit_largebtn.png);
}
.basketContent .orderhistory #actions li a.print {
  background-image: url(/images/hs/print_largebtn.png);
}
.basketContent .orderhistory #actions .last {
  margin: 0;
  width: 196px;
}
.basketContent .orderhistory #actions .last a {
  width: 100%;
}
.basketContent .orderhistory #itemisedOrder thead tr th {
  width: 50px;
}
.basketContent .orderhistory #itemisedOrder thead tr .code, .basketContent .orderhistory #itemisedOrder thead tr .quantity {
  width: 60px;
}
.basketContent .orderhistory #itemisedOrder thead tr .productOption {
  width: 100px;
}
.basketContent .orderhistory #itemisedOrder thead tr .item {
  width: 280px;
}
.basketContent .orderhistory #itemisedOrder tbody tr .last {
  text-align: right;
}
.basketContent .orderhistory #itemisedOrder tbody th {
  text-align: left;
}
.basketContent .orderhistory #itemisedOrder tbody .summary td {
  border-color: #ffffff #cccccc #cccccc #cccccc;
  font-weight: bold;
  text-align: right;
}
/* BASKET CONTENT Styles 
----------------------------------------------------------------------------------------------------*/
#breadcrumb.basket {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-transform: capitalize;
}
#breadcrumb.basket:before, #breadcrumb.basket:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#breadcrumb.basket:after {
  clear: both;
}
#breadcrumb.basket li {
  display: inline;
  float: left;
  padding: 9px 8px 7px 10px;
  background: url(/images/hs/listNavHover.gif) no-repeat center left;
  text-indent: 6px;
}
#breadcrumb.basket li a {
  display: block;
  color: #666666;
  background: none;
  margin: 0;
  padding: 0;
}
#breadcrumb.basket .currentPage {
  color: #d81d1d;
}
#breadcrumb.basket li.first {
  background: none;
  text-indent: 0;
}
.error, .prompt {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 685px;
}
.error p, .prompt p {
  margin-bottom: 0;
}
.error ul, .prompt ul {
  list-style: none;
}
.error ul li, .prompt ul li {
  margin: 5px 0;
}
.error.last, .prompt.last {
  margin-bottom: 0;
}
h2.emptyCart {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 670px;
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
  font-size: 20px;
  font-style: normal;
  margin: 10px 0;
  padding: 20px 10px 90px 10px;
  width: 690px;
}
.prompt.emptyCart {
  margin: -70px 0 0 10px;
  width: 665px;
}
.error {
  border: 2px solid #e42528;
  background-color: #fdd5c8;
}
.prompt {
  border: 2px solid #f0f8f9;
  background-color: #f0f8f9;
}
.toomanyresults, .noresults, .noproducts {
  width: 630px;
}
.basketContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.basketContent h2, .basketContent .mustComplete {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  height: 23px;
  padding: 7px 0 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
  margin-bottom: 30px;
}
.basketContent h2.narrowTitle {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 550px;
  margin-left: 0;
  margin-right: 0;
  width: 538px;
}
.basketContent .mustComplete {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  font-size: 100%;
  font-weight: normal;
  padding: 9px 12px 8px 0;
  text-align: right;
  text-transform: none;
}
.basketContent h3 {
  font-weight: lighter;
  margin: 0 40px 20px 40px;
}
.basketContent .error, .basketContent .prompt {
  padding: 5px;
  font-weight: 700;
  margin: 0 40px;
  width: 620px;
}
.basketContent .error p, .basketContent .prompt p {
  margin-bottom: 0;
}
.basketContent .error ul, .basketContent .prompt ul {
  list-style: none;
}
.basketContent .error ul li, .basketContent .prompt ul li {
  margin: 5px 0;
}
.basketContent .error.last, .basketContent .prompt.last {
  margin-bottom: 0;
}
.basketContent .error {
  border: 2px solid #d81d1d;
  background-color: #fdd5c8;
}
.basketContent .prompt {
  border: 2px solid #39b54a;
  background-color: #ceedca;
}
.basketContent .notes {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 40px;
}
.basketContent .notes input {
  float: right;
}
.basketContent .notes textarea {
  height: 140px;
  width: 623px;
}
.basketContent #totalCost {
  width: 630px;
}
.basketContent #totalCost tr td, .basketContent #totalCost tr th {
  padding: 5px 0;
  text-align: right;
  width: 300px;
  border-bottom: 1px solid #dbdbdb;
}
.basketContent #totalCost tr .label {
  width: 400px;
  font-weight: 700;
  text-align: left;
}
.basketContent #totalCost tr .accessory, .basketContent #totalCost tr group, .basketContent #totalCost tr .mainProduct {
  text-align: left;
}
.basketContent #totalCost tr .mainProduct .productHirePeriod {
  display: block;
  font-style: italic;
  margin-top: 5px;
}
.basketContent #totalCost td.mainProduct {
  text-indent: 20px;
}
.basketContent #totalCost td.accessory {
  text-indent: 40px;
}
.basketContent #totalCost .totals td {
  background-color: #f1f1f1;
  font-weight: 700;
}
.basketContent #totalCost .totals .label {
  text-align: right;
}
.basketContent #orderInfo {
  margin-bottom: 40px;
}
.basketContent #orderInfo thead tr th {
  border-bottom: 1px solid #dbdbdb;
  padding: 5px;
  text-align: right;
  width: 90px;
}
.basketContent #orderInfo thead tr .name {
  width: 220px;
}
.basketContent #orderInfo thead tr .date, .basketContent #orderInfo thead tr .name {
  text-align: left;
}
.basketContent #orderInfo tr td {
  text-align: right;
  background-color: #f1f1f1;
  padding: 5px;
}
.basketContent #orderInfo tr .date, .basketContent #orderInfo tr .name {
  text-align: left;
}
.basketContent .amended {
  color: #39b54a;
  font-weight: bold;
}
.basketContent .amended .price {
  color: black;
  display: block;
  font-weight: normal;
  text-decoration: line-through;
}
.basketContent .amended .price span {
  display: inline;
  margin-right: 5px;
}
.basketContent .summaryChosenDates, .basketContent table#summaryChosenDates, .basketContent table#summaryPurchaseItems {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 40px;
}
.basketContent .summaryChosenDates p, .basketContent .summaryChosenDates input {
  float: left;
}
.basketContent .summaryChosenDates p {
  margin-right: 30px;
}
.basketContent table#summaryChosenDates tr th,
.basketContent table#summaryPurchaseItems tr th,
.basketContent table#summaryChosenDates tr td,
.basketContent table#summaryPurchaseItems tr td {
  border: 1px white solid;
  padding: 5px;
  text-align: left;
}
.basketContent table#summaryChosenDates tr th, .basketContent table#summaryPurchaseItems tr th {
  background-color: #dbdbdb;
  font-weight: 700;
}
.basketContent table#summaryChosenDates tr td, .basketContent table#summaryPurchaseItems tr td {
  background-color: #f1f1f1;
}
.basketContent table#summaryChosenDates tr .productName, .basketContent table#summaryPurchaseItems tr .productName {
  width: 380px;
}
.basketContent table#summaryChosenDates tr .quantity, .basketContent table#summaryPurchaseItems tr .quantity {
  width: 70px;
}
.basketContent table#summaryChosenDates tr .hirePeriod, .basketContent table#summaryPurchaseItems tr .hirePeriod {
  width: 180px;
}
.basketContent table#summaryPurchaseItems tr th.productName {
  width: 570px;
}
.basketContent table {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 40px;
  text-align: left;
}
.basketContent table th {
  font-weight: 700;
}
.basketContent table label {
  margin-right: 10px;
  font-weight: 700;
  display: block;
  float: left;
  width: 140px;
  margin-top: 6px;
}
.basketContent table tr .itemImage {
  width: 68px;
  padding: 0 20px 0 0;
}
.basketContent table tr .itemImage .remove, .basketContent table tr .itemImage .edit {
  font-weight: bold;
  display: block;
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  border: 0;
  color: #ffffff;
  margin: 3px 0;
  padding: 3px 6px;
  display: inline-block;
  margin-left: 5px;
  padding: 3px 10px;
  height: 25px;
  cursor: pointer;
  background: url(/images/hs/continueShopping.jpg) no-repeat -30px -6px;
  margin-left: 0px;
  color: #666;
  margin-left: 0;
  width: 68px;
}
.basketContent table tr .itemImage .remove:hover, .basketContent table tr .itemImage .edit:hover {
  background-position: 0 -25px;
}
.basketContent table tr .itemImage .remove:hover, .basketContent table tr .itemImage .edit:hover {
  background-position: -30px -43px;
}
.basketContent table tr .itemDescription {
  width: 281px;
  vertical-align: top;
  padding: 0 0 20px 0;
}
.basketContent table tr .itemDescription p {
  margin-right: 12px;
  display: block;
}
.basketContent table tr .itemDescription p strong {
  display: block;
}
.basketContent table tr .itemDescription ul {
  list-style: none;
}
.basketContent table tr .itemDescription ul li strong {
  color: black;
}
.basketContent table tr .itemDescription .amended li {
  font-weight: 700;
  color: #39b54a;
}
.basketContent table tr .itemDescription .amended li .price {
  text-decoration: line-through;
  font-weight: normal;
  color: black;
}
.basketContent table tr .itemDescription div {
  width: 282px;
  float: left;
}
.basketContent table tr .itemDescription div .label,
.basketContent table tr .itemDescription div select,
.basketContent table tr .itemDescription div textarea,
.basketContent table tr .itemDescription div .fieldInfo,
.basketContent table tr .itemDescription div .optionalAccessories {
  display: block;
  float: left;
}
.basketContent table tr .itemDescription div .label {
  margin: 0 10px 0 0;
  font-weight: 700;
  width: 140px;
}
.basketContent table tr .itemDescription div select,
.basketContent table tr .itemDescription div textarea,
.basketContent table tr .itemDescription div .fieldInfo,
.basketContent table tr .itemDescription div .optionalAccessories {
  width: 125px;
  margin: 0 0 10px 0;
}
.basketContent table tr .itemDescription div select {
  width: auto;
}
.basketContent table tr .itemDescription div .optionalAccessories {
  list-style: none;
}
.basketContent table tr .itemDescription div hr {
  height: 2px;
  border: none;
  background-color: #dbdbdb;
  margin: 10px 0;
  display: block;
  clear: both;
}
.basketContent table tr td .productRates {
  margin: 0;
  width: auto;
}
.basketContent table tr td .productRates th, .basketContent table tr td .productRates td {
  border: 1px white solid;
  padding: 5px;
  text-align: center;
  width: 72px;
}
.basketContent table tr td .productRates th {
  background-color: #dbdbdb;
  font-weight: 700;
  /* color: @white; */

}
.basketContent table tr td .productRates td {
  background-color: #f1f1f1;
}
.basketContent table tr td .productRates .amended {
  color: #39b54a;
  font-weight: bold;
}
.basketContent table tr td .productRates .amended .price {
  color: black;
  display: block;
  font-weight: normal;
  text-decoration: line-through;
}
.basketContent table tr td p.disclaimer {
  font-weight: 700;
  color: #d81d1d;
  padding-top: 15px;
}
.basketContent table tr .qty {
  float: left;
  margin-top: 3px;
  width: 30px;
}
.basketContent table tr .submit {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 110px;
  margin-right: 0;
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  font-size: 15px;
  margin: 0 0 10px 370px;
  padding: 6px 0 5px 0;
  text-indent: 10px;
  cursor: pointer;
}
.basketContent table tr .submit:hover {
  background-position: right -37px;
}
.basketContent .item {
  border-bottom: 2px #dbdbdb solid;
  margin-bottom: 20px;
}
.basketContent .item.last {
  border-bottom: none;
  margin-bottom: 0;
}
.basketContent .item.last tr td {
  padding-bottom: 0;
}
.basketContent .mandatoryAccessories {
  margin-left: 129px;
  width: 545px;
}
.basketContent .mandatoryAccessories tr th, .basketContent .mandatoryAccessories tr td {
  background-color: #dbdbdb;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  width: 75px;
}
.basketContent .mandatoryAccessories tr th.mandatory, .basketContent .mandatoryAccessories tr td.mandatory {
  text-align: left;
  width: 399px;
}
.basketContent .mandatoryAccessories tr.even th, .basketContent .mandatoryAccessories tr.even td {
  background-color: #f1f1f1;
}
.basketContent .optionalAccessory tr td .productRates {
  margin-top: 10px;
}
.basketContent .optionalAccessory tr .itemDescription {
  padding-bottom: 0;
}
.basketContent .calendar {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
}
.basketContent .calendar select,
.basketContent .calendar .prev,
.basketContent .calendar .next,
.basketContent .calendar #calendarKey {
  margin-bottom: 20px;
}
.basketContent .calendar select, .basketContent .calendar .selectedMonth {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  margin-left: 0;
}
.basketContent .calendar select {
  display: none;
  padding: 2px 2px 3px 2px;
}
.basketContent .calendar .selectedMonth {
  line-height: 1.5;
}
.basketContent .calendar .prev, .basketContent .calendar .next {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 70px;
  margin-top: 2px;
  width: auto;
}
.basketContent .calendar .buttonReplacement {
  background: url(/images/hs/buttonBg.gif) repeat-x 0 0;
  color: white;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
}
.basketContent .calendar #calendarKey {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  float: right;
  margin: 0;
  width: 314px;
}
.basketContent .calendar #calendarKey p {
  float: left;
  margin: 5px 0 0 10px;
}
.basketContent .calendar #calendarKey .selected, .basketContent .calendar #calendarKey .unavailable {
  width: 25px;
  height: 25px;
  background-color: #89c1ea;
  float: left;
  margin: -3px 10px 0 0;
}
.basketContent .calendar #calendarKey .unavailable {
  background-color: #fdd5c8;
  margin-left: 34px;
}
.basketContent .calendar .chosenDates {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 10px;
  width: 603px;
}
.basketContent .calendar .chosenDates p, .basketContent .calendar .chosenDates input {
  display: block;
  float: left;
}
.basketContent .calendar .chosenDates p {
  margin: 0 53px 0 0;
  min-height: 39px;
}
.basketContent .calendar .chosenDates input {
  margin: 6px 0 0 0;
}
.basketContent .calendar table {
  margin: 0;
  border-collapse: collapse;
}
.basketContent .calendar table thead tr {
  border: 1px #666666 solid;
}
.basketContent .calendar table thead tr th {
  width: 88px;
  text-align: center;
  height: 23px;
  padding: 3px 0 1px 0;
  font-weight: lighter;
  text-transform: uppercase;
  font-style: normal;
  color: white;
  font-size: 15px;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 center;
}
.basketContent .calendar table tbody tr {
  background-color: white;
}
.basketContent .calendar table tbody tr td {
  width: 88px;
  padding: 0;
  border: 1px #dbdbdb solid;
}
.basketContent .calendar table tbody tr td .date {
  display: block;
  padding: 3px 5px 0 0;
  height: 20px;
  color: #666666;
  text-align: center;
  font-size: 12px;
  background-color: #f1f1f1;
}
.basketContent .calendar table tbody tr td a {
  height: 40px;
  display: block;
  cursor: pointer;
}
.basketContent .calendar table tbody tr td a:hover .slot, .basketContent .calendar table tbody tr td a:hover .price {
  background-color: #89c1ea;
}
.basketContent .calendar table tbody tr td .slot {
  display: block;
  text-align: center;
  background-color: white;
  color: #666666;
  font-size: 10px;
  padding: 3px 3px 0 3px;
  height: 15px;
  margin-bottom: 23px;
}
.basketContent .calendar table tbody tr td .unavailable .slot {
  background-color: #fdd5c8;
  color: white;
  height: 38px;
  margin-bottom: 0;
}
.basketContent .calendar table tbody tr td .unavailable .slot:hover {
  background-color: #fdd5c8;
}
.basketContent .calendar table tbody tr td .withPrice .slot {
  margin-bottom: 0;
}
.basketContent .calendar table tbody tr td .withPrice .price {
  background-color: white;
  color: #666666;
}
.basketContent .calendar table tbody tr td .withPrice:hover .slot {
  background-color: #666666;
  color: white;
}
.basketContent .calendar table tbody tr td .withPrice:hover .price {
  background-color: white;
  color: #d81d1d;
  font-weight: 700;
  border: 2px solid #666666;
  border-top: 0;
}
.basketContent .calendar table tbody tr td .selected .slot {
  background-color: #89c1ea;
  color: white;
}
.basketContent .calendar table tbody tr td .selected .price {
  background-color: #89c1ea;
}
.basketContent .calendar table tbody tr td .selected.withPrice .price {
  background-color: white;
}
.basketContent .calendar table tbody tr td .selected.withPrice .end {
  color: #d81d1d;
  font-weight: 700;
}
.basketContent .calendar table tbody tr td .selected.withPrice:hover .slot {
  background-color: #666666;
}
.basketContent .calendar table tbody tr td .selected.withPrice:hover .price {
  color: #d81d1d;
}
.basketContent .calendar table tbody tr td .price {
  display: block;
  padding: 0 3px 0 0;
  text-align: center;
  height: 20px;
}
.basketContent .calendar table tbody tr .inactive {
  background: white;
  height: 103px;
}
.basketContent .calendar table tbody tr .inactive .date {
  background: white;
  color: #dbdbdb;
}
.basketContent .instruction, .basketContent .calendar {
  margin: 0 40px;
}
.basketContent .instruction {
  margin-bottom: 20px;
}
.basketContent #accessories th, .basketContent #accessories td {
  width: 315px;
}
.basketContent .paymentInstructions {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.basketContent .paymentInstructions p {
  margin: 0;
}
.basketContent .paymentInstructions p .supportedpaymentcards {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.basketContent .paymentInstructions p .supportedpaymentcards img {
  margin: 8px;
}
.basketContent .paymentInstructions p .orderPayment {
  margin: 20px auto 0 auto;
}
#storedAddresses {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 40px;
}
#storedAddresses .jcarousel-clip {
  overflow: hidden;
  width: 630px;
}
#storedAddresses ul {
  list-style: none;
}
#storedAddresses ul li {
  float: left;
  width: 190px;
  padding-left: 20px;
}
#storedAddresses p {
  margin-bottom: 0;
}
#storedAddresses p span {
  font-weight: bold;
}
#storedAddresses p a.collectionPoint {
  text-decoration: underline;
}
#storedAddresses .prev, #storedAddresses .next {
  position: absolute;
  top: 25px;
  background: url(/images/hs/prevNext.jpg) no-repeat;
  width: 14px;
  height: 17px;
  cursor: pointer;
}
#storedAddresses .prev {
  background-position: 0 0;
  left: -20px;
}
#storedAddresses .prev:hover {
  background-position: 0 -17px;
}
#storedAddresses .next {
  background-position: right 0;
  right: -20px;
}
#storedAddresses .next:hover {
  background-position: right -17px;
}
#storedAddresses .prev, #storedAddresses .next {
  top: 60px;
}
.basketContent.halfWidthLeft, .basketContent.halfWidthRight {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 350px;
  background-color: white;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.basketContent.halfWidthLeft .payment,
.basketContent.halfWidthRight .payment,
.basketContent.halfWidthLeft .paymentInstructions,
.basketContent.halfWidthRight .paymentInstructions {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  height: 220px;
  margin: 0;
  text-align: left;
  position: relative;
}
.basketContent.halfWidthLeft .payment p,
.basketContent.halfWidthRight .payment p,
.basketContent.halfWidthLeft .paymentInstructions p,
.basketContent.halfWidthRight .paymentInstructions p {
  margin-bottom: 10px;
}
.basketContent.halfWidthLeft .payment label,
.basketContent.halfWidthRight .payment label,
.basketContent.halfWidthLeft .paymentInstructions label,
.basketContent.halfWidthRight .paymentInstructions label {
  font-weight: 700;
  width: 80px;
  display: block;
  float: left;
  margin-top: 5px;
}
.basketContent.halfWidthLeft .payment input,
.basketContent.halfWidthRight .payment input,
.basketContent.halfWidthLeft .paymentInstructions input,
.basketContent.halfWidthRight .paymentInstructions input {
  width: 182px;
}
.basketContent.halfWidthLeft .payment input.loginformSubmit,
.basketContent.halfWidthRight .payment input.loginformSubmit,
.basketContent.halfWidthLeft .paymentInstructions input.loginformSubmit,
.basketContent.halfWidthRight .paymentInstructions input.loginformSubmit {
  margin-left: 98px;
  width: auto;
}
.basketContent.halfWidthLeft .payment #customerLoginContent,
.basketContent.halfWidthRight .payment #customerLoginContent,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 15px 0;
}
.basketContent.halfWidthLeft .payment #customerLoginContent p,
.basketContent.halfWidthRight .payment #customerLoginContent p,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent p,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent p {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  margin: 0 0 15px 0;
}
.basketContent.halfWidthLeft .payment #customerLoginContent p .title,
.basketContent.halfWidthRight .payment #customerLoginContent p .title,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent p .title,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent p .title {
  padding: 0;
  position: relative;
  text-align: left;
  width: 98px;
}
.basketContent.halfWidthLeft .payment #customerLoginContent p input,
.basketContent.halfWidthRight .payment #customerLoginContent p input,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent p input,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent p input {
  position: relative;
  right: 0;
  width: 170px;
}
.basketContent.halfWidthLeft .payment #customerLoginContent #recaptchaholder,
.basketContent.halfWidthRight .payment #customerLoginContent #recaptchaholder,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent #recaptchaholder,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent #recaptchaholder {
  padding: 0;
  width: 270px;
}
.basketContent.halfWidthLeft .payment #customerLoginContent #recaptchaholder input,
.basketContent.halfWidthRight .payment #customerLoginContent #recaptchaholder input,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent #recaptchaholder input,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent #recaptchaholder input {
  margin-top: 0;
}
.basketContent.halfWidthLeft .payment #customerLoginContent #recaptchaholder .errorMessage,
.basketContent.halfWidthRight .payment #customerLoginContent #recaptchaholder .errorMessage,
.basketContent.halfWidthLeft .paymentInstructions #customerLoginContent #recaptchaholder .errorMessage,
.basketContent.halfWidthRight .paymentInstructions #customerLoginContent #recaptchaholder .errorMessage {
  margin: 20px 0 0 0;
  width: 246px;
}
.basketContent.halfWidthLeft .payment .orderPayment,
.basketContent.halfWidthRight .payment .orderPayment,
.basketContent.halfWidthLeft .paymentInstructions .orderPayment,
.basketContent.halfWidthRight .paymentInstructions .orderPayment {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  border: none;
  width: 200px;
  font-size: 15px;
  padding: 6px 0 5px 0;
  margin: 0;
  text-align: left;
  text-indent: 10px;
  cursor: pointer;
  margin: 0 auto;
}
.basketContent.halfWidthLeft .payment .orderPayment:hover,
.basketContent.halfWidthRight .payment .orderPayment:hover,
.basketContent.halfWidthLeft .paymentInstructions .orderPayment:hover,
.basketContent.halfWidthRight .paymentInstructions .orderPayment:hover {
  background-position: right -37px;
}
.basketContent.halfWidthLeft .payment .orderPayment:hover,
.basketContent.halfWidthRight .payment .orderPayment:hover,
.basketContent.halfWidthLeft .paymentInstructions .orderPayment:hover,
.basketContent.halfWidthRight .paymentInstructions .orderPayment:hover {
  background-image: url(/images/hs/branchFinderRegionsBg.jpg);
}
.basketContent.halfWidthLeft {
  margin-left: 0;
}
.basketContent.halfWidthRight {
  margin-right: 0;
}
#pickup {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 40px 10px 40px;
}
#pickup label {
  font-weight: 700;
}
#pickup input {
  margin: 0 5px;
  width: 80px;
}
#pickup input.submit {
  margin: 0 20px 0 0;
  width: auto;
}
#pickup select {
  margin: 20px 0 0 0;
  padding: 2px 2px 3px 2px;
  width: auto;
}
#pickup .submit {
  margin-left: 0;
  width: 110px;
}
.summaryLogin {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 40px;
}
.summaryLogin p {
  margin-bottom: 0;
}
.summaryLogin .fields {
  width: 300px;
  float: left;
  margin-bottom: 20px;
}
.summaryLogin .fields label {
  font-weight: 700;
  display: block;
  float: left;
  width: 84px;
  margin-top: 5px;
}
.summaryLogin .fields .checkLabel {
  width: 220px;
}
.summaryLogin .fields .checkLabel a {
  display: inline;
  float: none;
  text-decoration: underline;
}
.summaryLogin .fields input {
  width: 210px;
}
.summaryLogin .fields select {
  width: 215px;
  margin: 5px 0;
}
.summaryLogin .fields .check {
  margin: 7px 0 0 0;
  width: auto;
}
.summaryLogin .fields .submit, .summaryLogin .fields .checkout, .summaryLogin .fields .continue {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  border: none;
  font-size: 15px;
  padding: 6px 0 5px 0;
  margin: 0 0 10px 115px;
  text-align: left;
  text-indent: 10px;
  cursor: pointer;
  float: right;
  width: 200px;
}
.summaryLogin .fields .submit:hover, .summaryLogin .fields .checkout:hover, .summaryLogin .fields .continue:hover {
  background-position: right -37px;
}
.summaryLogin .fields .checkout {
  margin-top: 50px;
}
.summaryLogin .fields a {
  display: block;
  font-weight: 700;
  padding-top: 7px;
  text-align: right;
  float: right;
}
.summaryLogin .fields a:hover {
  color: #666666;
}
.summaryLogin .fields .register {
  color: #d81d1d;
  margin-left: 16px;
}
.summaryLogin .firstBlock {
  margin-right: 30px;
}
.summaryLogin .contactName, .summaryLogin .additionalNotice, .summaryLogin .withCheckboxes {
  width: 630px;
}
.summaryLogin .contactName label {
  width: 135px;
}
.summaryLogin .contactName input {
  width: 489px;
}
.summaryLogin .additionalNotice label {
  width: 85px;
}
.summaryLogin .additionalNotice input {
  width: 210px;
}
.summaryLogin .additionalNotice span.note {
  color: #666666;
  font-size: 85%;
  font-style: italic;
  font-weight: normal;
  line-height: 0.5;
  margin-left: 5px;
}
.summaryLogin .withCheckboxes {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
  margin: 10px 0 0 0;
  padding: 5px 0;
}
.summaryLogin .withCheckboxes div {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 550px;
  margin-left: 0;
  margin-right: 0;
  background: #f5f5f5;
  padding: 0 10px 5px 10px;
  width: 610px;
}
.summaryLogin .withCheckboxes div label.checkLabel {
  color: #666666;
  float: left;
  font-weight: normal;
  margin-top: 5px;
  padding: 0;
  text-align: right;
  width: 290px;
}
.summaryLogin .withCheckboxes div label.checkLabel span {
  float: right;
  margin: 0 10px 0 0;
}
.summaryLogin .withCheckboxes div label.checkLabel input {
  float: right;
  margin-top: 3px;
}
.summaryLogin .withCheckboxes div label.checkLabel a {
  color: #666666;
}
.summaryLogin .withCheckboxes div .firstBlock {
  margin-right: 30px;
}
.summaryLogin .withCheckboxes div #AgreesToNewsletterSignup_label {
  width: 100%;
}
.summaryLogin .withCheckboxes div #AgreesToNewsletterSignup_label span {
  max-width: 580px;
  text-align: left;
}
.summaryLogin .withCheckboxes.register {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding: 5px 0px;
}
.summaryLogin .withCheckboxes.register:before, .summaryLogin .withCheckboxes.register:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.summaryLogin .withCheckboxes.register:after {
  clear: both;
}
.summaryLogin .withCheckboxes.register label {
  float: left;
}
.basketProceed {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  background-color: white;
}
.basketProceed div {
  padding: 10px;
}
.basketProceed div:before, .basketProceed div:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.basketProceed div:after {
  clear: both;
}
.basketProceed div .nextStep, .basketProceed div .checkout {
  font-weight: bold;
  display: block;
  background: url(/images/hs/branchFinderRegionsBg.jpg) no-repeat right 0;
  font-size: 12px;
  color: white;
  padding: 8px 0 8px 10px;
  border: none;
  font-size: 15px;
  padding: 6px 0 5px 0;
  margin-left: 10px;
  text-align: left;
  text-indent: 10px;
  cursor: pointer;
  width: 200px;
  float: right;
}
.basketProceed div .nextStep:hover, .basketProceed div .checkout:hover {
  background-position: right -37px;
}
.basketProceed div .continueShopping {
  font-weight: bold;
  display: block;
  background: url(/images/hs/continueShopping.jpg) no-repeat left 0;
  border: none;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  float: left;
  text-align: right;
  padding: 6px 20px 5px 0;
  text-indent: 0;
  margin: 2px 0 0 0;
  width: 190px;
  color: #666666;
}
.basketProceed div .continueShopping:hover {
  background-position: left -37px;
}
.basketProceed div .modifyOrderNo {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  height: 22px;
  margin: 2px 0 0 0;
  padding: 6px 15px 5px 15px;
  text-align: center;
  text-transform: uppercase;
}
.basketProceed div #print {
  background: url(/images/hs/shoppingbasket.jpg) no-repeat 0 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-indent: 50px;
  width: 160px;
  background: url(/images/hs/printBtnBg.jpg) no-repeat 0 0;
  margin-top: 0px;
  /*padding: 6px 0 5px 0;
			margin-left: 10px;
			margin-top: 2px;*/

  float: right;
}
.basketProceed div #print:hover {
  background-position: 0 -37px;
}
/* FINAL SUMMARY page
----------------------------------------------------------------------------------------------------*/
#pageContent .finalSummary, #finalSummaryFields {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  margin-left: 0;
  margin-right: 0;
}
#pageContent .finalSummary:before,
#finalSummaryFields:before,
#pageContent .finalSummary:after,
#finalSummaryFields:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pageContent .finalSummary:after, #finalSummaryFields:after {
  clear: both;
}
#finalSummaryFields #orderSummary {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-left: 0;
  min-height: 590px;
}
#finalSummaryFields #orderSummary:before, #finalSummaryFields #orderSummary:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#finalSummaryFields #orderSummary:after {
  clear: both;
}
#finalSummaryFields #orderSummary #totalCost {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 550px;
  margin: 0 40px;
}
#finalSummaryFields #orderSummary #totalCost:before, #finalSummaryFields #orderSummary #totalCost:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#finalSummaryFields #orderSummary #totalCost:after {
  clear: both;
}
#finalSummaryFields #delivery, #finalSummaryFields #invoice {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  margin-right: 0;
  min-height: 275px;
}
#finalSummaryFields #delivery:before,
#finalSummaryFields #invoice:before,
#finalSummaryFields #delivery:after,
#finalSummaryFields #invoice:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#finalSummaryFields #delivery:after, #finalSummaryFields #invoice:after {
  clear: both;
}
#finalSummaryFields #storedAddresses, #finalSummaryFields #invoiceAddress {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
  padding-left: 40px;
}
#finalSummaryFields #storedAddresses:before,
#finalSummaryFields #invoiceAddress:before,
#finalSummaryFields #storedAddresses:after,
#finalSummaryFields #invoiceAddress:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#finalSummaryFields #storedAddresses:after, #finalSummaryFields #invoiceAddress:after {
  clear: both;
}
#finalSummaryFields #storedAddresses p span, #finalSummaryFields #invoiceAddress p span {
  font-weight: bold;
}
#finalSummaryFields #storedAddresses p a, #finalSummaryFields #invoiceAddress p a {
  text-decoration: underline;
}
/* USEFUL INFO Styles 
----------------------------------------------------------------------------------------------------*/
#usefulInformation {
  background: #dbdbdb;
  margin: 10px auto;
  width: 960px;
  padding: 10px 5px 0 5px;
  padding: 10px 0 0 0;
}
#usefulInformation:before, #usefulInformation:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#usefulInformation:after {
  clear: both;
}
#usefulInformation h2 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  color: white;
  height: 23px;
  font-weight: lighter;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  text-indent: 10px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  background: url(/images/hs/sectionHeadingBg.gif) repeat-x 0 0;
}
#usefulInformation .SEOtext,
#usefulInformation .b1111,
#usefulInformation .b112,
#usefulInformation .b121,
#usefulInformation .b211,
#usefulInformation .b22,
#usefulInformation .b13,
#usefulInformation .b31,
#usefulInformation .b4 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  margin-bottom: 10px;
}
#usefulInformation .SEOtext:before,
#usefulInformation .b1111:before,
#usefulInformation .b112:before,
#usefulInformation .b121:before,
#usefulInformation .b211:before,
#usefulInformation .b22:before,
#usefulInformation .b13:before,
#usefulInformation .b31:before,
#usefulInformation .b4:before,
#usefulInformation .SEOtext:after,
#usefulInformation .b1111:after,
#usefulInformation .b112:after,
#usefulInformation .b121:after,
#usefulInformation .b211:after,
#usefulInformation .b22:after,
#usefulInformation .b13:after,
#usefulInformation .b31:after,
#usefulInformation .b4:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#usefulInformation .SEOtext:after,
#usefulInformation .b1111:after,
#usefulInformation .b112:after,
#usefulInformation .b121:after,
#usefulInformation .b211:after,
#usefulInformation .b22:after,
#usefulInformation .b13:after,
#usefulInformation .b31:after,
#usefulInformation .b4:after {
  clear: both;
}
#usefulInformation .SEOtext a,
#usefulInformation .b1111 a,
#usefulInformation .b112 a,
#usefulInformation .b121 a,
#usefulInformation .b211 a,
#usefulInformation .b22 a,
#usefulInformation .b13 a,
#usefulInformation .b31 a,
#usefulInformation .b4 a {
  line-height: 0;
  font-size: 0;
}
#usefulInformation .SEOtext a span,
#usefulInformation .b1111 a span,
#usefulInformation .b112 a span,
#usefulInformation .b121 a span,
#usefulInformation .b211 a span,
#usefulInformation .b22 a span,
#usefulInformation .b13 a span,
#usefulInformation .b31 a span,
#usefulInformation .b4 a span {
  display: none;
}
#usefulInformation .SEOtext a:hover,
#usefulInformation .b1111 a:hover,
#usefulInformation .b112 a:hover,
#usefulInformation .b121 a:hover,
#usefulInformation .b211 a:hover,
#usefulInformation .b22 a:hover,
#usefulInformation .b13 a:hover,
#usefulInformation .b31 a:hover,
#usefulInformation .b4 a:hover {
  opacity: 0.7;
}
#usefulInformation .SEOtext {
  background: white url(/images/hs/SEOtext.jpg) no-repeat 0 0;
}
#usefulInformation .SEOtext h4, #usefulInformation .SEOtext p {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 550px;
  padding-left: 400px;
  margin-right: 0;
  margin-left: 0;
}
#usefulInformation .SEOtext h4 {
  font-size: 17px;
  font-weight: 700;
  color: #d81d1d;
  margin-top: 10px;
  margin-bottom: 10px;
}
#usefulInformation .SEOtext h4 em {
  color: black;
}
#usefulInformation .b1111 a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  background-color: white;
}
#usefulInformation .b112 div,
#usefulInformation .b121 div,
#usefulInformation .b211 div,
#usefulInformation .b13 div,
#usefulInformation .b31 div,
#usefulInformation .b22 div {
  background-color: white;
}
#usefulInformation .b112 div img,
#usefulInformation .b121 div img,
#usefulInformation .b211 div img,
#usefulInformation .b13 div img,
#usefulInformation .b31 div img,
#usefulInformation .b22 div img {
  float: left;
}
#usefulInformation .b112 div p,
#usefulInformation .b121 div p,
#usefulInformation .b211 div p,
#usefulInformation .b13 div p,
#usefulInformation .b31 div p,
#usefulInformation .b22 div p {
  padding: 10px;
  width: 357px;
  margin-bottom: 0;
  float: left;
}
#usefulInformation .b112 div p em,
#usefulInformation .b121 div p em,
#usefulInformation .b211 div p em,
#usefulInformation .b13 div p em,
#usefulInformation .b31 div p em,
#usefulInformation .b22 div p em {
  font-style: normal;
  font-weight: 700;
  color: #d81d1d;
}
#usefulInformation .b112 a,
#usefulInformation .b121 a,
#usefulInformation .b211 a,
#usefulInformation .b13 a,
#usefulInformation .b31 a,
#usefulInformation .b22 a {
  background-color: white;
}
#usefulInformation .b112 div, #usefulInformation .b121 div, #usefulInformation .b211 div {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
}
#usefulInformation .b112 a, #usefulInformation .b121 a, #usefulInformation .b211 a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
}
#usefulInformation .b13 div, #usefulInformation .b31 div {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 710px;
}
#usefulInformation .b13 a, #usefulInformation .b31 a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
}
#usefulInformation .b22 div {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
}
#usefulInformation .b22 a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 470px;
}
#usefulInformation .b4 {
  background-color: white;
}
#usefulInformation .b4 a {
  width: 950px;
  display: block;
  margin-bottom: 0;
}
#usefulInformation .b4 a:before, #usefulInformation .b4 a:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#usefulInformation .b4 a:after {
  clear: both;
}
#usefulInformation a.first-child, #usefulInformation div.first-child {
  margin-left: 0;
}
#usefulInformation a.last-child, #usefulInformation div.last-child {
  margin-right: 0;
}
/* FOOTER Styles 
----------------------------------------------------------------------------------------------------*/
#footer {
  background: #dbdbdb;
  margin: 10px auto;
  width: 960px;
  padding: 10px 5px 0 5px;
  padding: 10px 5px;
}
#footer:before, #footer:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#footer:after {
  clear: both;
}
#footer #footerNav, #footer #footerImages {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  background-color: white;
}
#footer #footerNav:before,
#footer #footerImages:before,
#footer #footerNav:after,
#footer #footerImages:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#footer #footerNav:after, #footer #footerImages:after {
  clear: both;
}
#footer #footerNav ul, #footer #footerImages ul {
  list-style: none;
}
#footer #footerNav ul li, #footer #footerImages ul li {
  float: left;
}
#footer #footerNav ul li a, #footer #footerImages ul li a {
  line-height: 10px;
  display: block;
}
#footer #footerNav {
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px 0;
}
#footer #footerNav span {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
  color: #d81d1d;
  text-indent: 10px;
}
#footer #footerNav ul li {
  padding: 4px 10px 0 10px;
}
#footer #footerNav ul li a {
  padding-right: 20px;
  border-right: 1px solid black;
}
#footer #footerNav ul li a:hover, #footer #footerNav ul li a.selected {
  color: #666666;
}
#footer #footerNav #bookmarkRSS a {
  color: #d81d1d;
  border-right: 1px solid black;
}
#footer #footerNav #bookmarkRSS a:hover {
  color: #666666;
}
#footer #footerNav #bookmarkRSS a.last-child {
  border-right: none;
}
#footer #footerImages {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
}
#footer #footerImages:before, #footer #footerImages:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#footer #footerImages:after {
  clear: both;
}
#footer #footerImages ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  margin: 0 -5px;
  width: 960px;
}
#footer #footerImages ul:before, #footer #footerImages ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#footer #footerImages ul:after {
  clear: both;
}
#footer #footerImages ul li a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  width: 127px;
}
/* LIGHTBOX Styles 
----------------------------------------------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* 
    User Style:
*/
#cboxOverlay,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  background: #dbdbdb;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  width: 10px;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxTopCenter,
#cboxBottomCenter {
  height: 10px;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious, #cboxNext, #cboxClose {
  position: absolute;
  bottom: 0;
  background: url(/images/hs/lightbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0;
  background-position: -75px 0;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  left: 27px;
  background-position: -50px 0;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  right: 0;
  background-position: -25px 0;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
#cboxLoadingOverlay {
  background: url(/images/hs/lightbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/images/hs/lightbox/loading.gif) no-repeat center center;
}
/* YOUTUBE styles 
----------------------------------------------------------------------------------------------------*/
#ytvideo {
  margin-bottom: 10px;
}
.yt_holder {
  background: #f3f3f3;
  padding: 10px;
  float: left;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
ul.playlist {
  margin: 0;
  padding: 0;
  width: 630px;
}
ul.playlist li {
  list-style-type: none;
  display: block;
  float: left;
  width: 610px;
  margin-bottom: 10px;
  padding: 10px;
}
ul.playlist li img {
  width: 120px;
  float: left;
  margin-right: 10px;
  clear: left;
}
ul.playlist li a {
  text-decoration: none;
  display: block;
}
ul.playlist li .videoTitle {
  font-size: 17px;
  font-weight: 700;
  color: #09b2d1;
  display: block;
  padding: 5px;
}
.currentvideo {
  background: #e6e6e6;
}
/*FAQs section styles 
----------------------------------------------------------------------------------------------------*/
#pageContent .faqContent {
  padding-bottom: 20px;
  position: relative;
}
#pageContent .faqContent #togglefaqsanswers {
  bottom: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
}
#pageContent .faqContent #togglefaqsanswers li {
  float: left;
  margin-left: 30px;
}
#pageContent .faqContent #togglefaqsanswers li a {
  background: url(/images/hs/listNavHover.gif) no-repeat left center;
  color: black;
  padding: 0 0 0 13px;
}
#pageContent .faqContent #togglefaqsanswers li a:hover {
  color: #666666;
}
#pageContent hr {
  background: black;
  border: 0;
  height: 1px;
  float: left;
  width: 100%;
}
#pageContent .FAQsCategoryTitle {
  margin: 15px 0 10px 0;
}
#pageContent .FAQsCategoryTitle a {
  color: black;
}
#pageContent #FAQsCategories .questionCount {
  color: #666666;
  font-size: 90%;
  font-style: italic;
  margin-left: 5px;
}
#pageContent #FAQsCategories a {
  color: black;
}
#pageContent #FAQsCategories a:hover {
  color: #666666;
}
#pageContent .ListOfFAQs .faqQuestion span.question {
  cursor: pointer;
  font-weight: bold;
}
#pageContent .ListOfFAQs .faqQuestion span.question:hover {
  color: #666666;
}
#pageContent .ListOfFAQs .answer img {
  float: right;
  margin: 0 0 15px 30px;
  max-height: 150px;
  max-width: 150px;
}
#pageContent .ListOfFAQs .answer a {
  color: #e60909;
}
#pageContent .ListOfFAQs .answer a:hover {
  color: #e60909;
  text-decoration: underline;
}

