/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset, td, th, .formInput, .formInputLarge {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #001b37;
}
/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 0px 0px 1em 0px;
    padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
    margin-left: 3em;
    margin-bottom: 1em;
}
/* Miscellaneous conveniences: */
form label, label {
	display: block;
	float: left;
	width: 160px;
	color: #001b37;
	font-weight: bold;
}
.checkbox {
	width: auto;
}
img {
	border: 0px none;
	vertical-align: middle;
}
fieldset {
	border: none;
}
.underline {
	text-decoration: underline;
	cursor: pointer;
}
.red, .red span {
	color: #f00 !important;
}
form input, textarea, select {
	font-size: 100%;
	color: #000;
	padding: 0;
	vertical-align: middle;
	height: 20px;
}
.formInput {
	width: 160px;
	color: #001b37;
	float: left;
	padding: 2px !important;
}
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}
a {
	text-decoration: none;
}
.popupBorder {
	padding: 15px;
	font-size: 87%;
}
.generalContainer {
	margin-top: 20px;
	width: 730px;
}
.lightBlueBar {
	clear: left;
	color: #fff;
	background: url(/custom/images/light-blue-rpt.gif) repeat-x;
	padding: 8px 9px 0 9px;
	height: 22px;
}
.lightBlueBar a {
	color: #fff;
}
h1 {
	font-size: 110%;
}
/* Custom styles */
body {
	background: #ebeff3 url(/custom/images/bg.gif) repeat-x top;
}
#main {
	width: 964px;
	margin: 0px auto;
	position: relative;
}
#headContainer {
	height: 120px;
}
#logo {
	float: left;
	margin: 13px 0 0 9px;
}
#head {
	float: right;
	width: 730px;
	margin-top: 13px;
}
#headItems {
	height: 32px;
	text-align: right;
}
#btnHeadLogin {
	background: url(/custom/images/btn-head-login.gif) no-repeat;
	width: 55px;
	margin-right: 6px;
}
#btnHeadRegister {
	background: url(/custom/images/btn-head-register.gif) no-repeat;
	width: 62px;
	margin-right: 10px;
}
#btnHeadLogout {
	background: url(/custom/images/btn-head-login.gif) no-repeat;
	width: 55px;
	margin-right: 10px;
}
#btnHeadAccount {
	background: url(/custom/images/btn-head-register.gif) no-repeat;
	width: 62px;
	margin-right: 6px;
}
.btnHeadAccount {
	float: right;
	display: block;
	padding-top: 2px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 18px;
}
#btnHeadVat {
	float: right;
	cursor: pointer;
}
#headTextsizeToggle {
	float: right;
	margin-right: 12px;
	background: url(/custom/images/textsize-bg.jpg) no-repeat;
	width: 141px;
	height: 20px;
}
#headTextsizeSmaller {
	float: right;
	margin-top: 3px;
	cursor: pointer;
}
#headTextsizeExample {
	float: right;
	width: 104px;
	text-align: center;
	color: #fff;
}
#headTextsizeBigger {
	float: right;
	margin: 3px 4px 0 0;
	cursor: pointer;
}
#headShare {
	float: right;
	margin: 2px 20px 0 0;
	font-size: 87%;
	color: #001b37;
}
#headShare img {
	vertical-align: middle;
	margin-left: 4px;
}
#nav {
	height: 42px;
}
#navHome {
	float: right;
}
#navHome img {
	vertical-align: top;
}
#navRpt {
	float: right;
	background: url(/custom/images/nav-rpt.gif) repeat-x;
	
}
#navRight {
	background: url(/custom/images/nav-right.gif) no-repeat right;
	height: 30px;
	width: 680px;
}
#navRight li {
	padding: 7px 0 0 0;
	margin: 0;
}
#navRight li a {
	color: #fff;
	margin: 0 10px;
	font-weight: bold;
}
#navBasket {
	float: right;
	height: 22px;
	padding: 8px 10px 0 10px;
	border-left: 1px solid #fff;
	color: #fff;
}
#navBasket img {
	margin-right: 2px;
}
#minibasketPrice {
	margin: 0 4px;
	font-weight: bold;
}
#navBasket a {
	color: #fff;
	text-decoration: underline;
}
#headLiveChat {
	float: right;
	cursor: pointer;
}
#zeroVat {
	position: absolute;
	margin: 24px 0 0 455px;
	z-index: 1;
}
#rhs {
	float: right;
	width: 730px;
	margin-left: 20px;
}
#lhs {
	float: left;
	width: 214px;
	margin-top: 20px;
}
#lhsPhone {
	height: 30px;
	background: url(/custom/images/lhs-phone.gif) no-repeat;
	border-bottom: 1px solid #fff;
}
#lhsSearch {
	height: 49px;
	background: url(/custom/images/lhs-search-bg.gif) no-repeat;
}
/* search box */
#searchForm {
	padding-top: 10px;
}
#searchText {
	float: left;
	width: 155px;
	height: 18px;
	border: 0;
	margin: 8px 3px 0 16px;
}
#searchButton {
	border: 0;
	float: left;
	width: 30px;
	height: 30px;
	background: url(/custom/images/lhs-search-btn.gif) no-repeat;
	cursor: pointer;
}

#lhsMenu {
	padding: 7px 0;
	background-color: #fff;
}
#lhsMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#lhsMenu li {
	position:relative;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 4px 10px;
}
#lhsMenu ul ul {
	display: none;
	position:absolute;
	top:0;
	left:212px; 
	width:212px;
	border: 1px solid #000;
	background: #fff;
}
#lhsMenu a {
	color: #001b37;
	display: block;
}
#lhsMenu ul li:hover, .menuActive {
	background: #d4e1f1;
}
#lhsMenu ul li:hover ul, #lhsMenu ul a:hover ul {
	display: block;
}

.lhsBottomBg {
	background: url(/custom/images/lhs-bottom-bg.gif) no-repeat;
	width: 214px;
	height: 6px;
	overflow: hidden;
}
#lhsWeAccept {
	margin-top: 16px;
	background: url(/custom/images/lhs-we-accept.gif) no-repeat;
	width: 214px;
	height: 184px;
}
#lhsNHSSupplier {
	margin-top: 16px;
	color: #1f64b5;
	padding: 5px;
}
#lhsNHSSupplier a {
	color: #f48418;
}
#lhsNHSSupplier img {
	position: relative; top: -5px; left: -5px;
}
#lhsBSIISO {
	margin-top: 16px;
	background: url(/custom/images/BSI-ISO.gif) no-repeat;
	width: 214px;
	height: 136px;
}
/* banner */
.bannerLeft {
	display: block;
	float: left;
	width: 548px;
	height: 256px;
	background-repeat: no-repeat;
}
#bannerRight {
	float: left;
	width: 181px;
	height: 240px;
	border-left: 1px solid transparent;
}
#bannerRight img {
	float: left;
	clear: left;
	cursor: pointer;
}
.bannerTabBorder {
	border-bottom: 1px solid #fff;
}
#homeFreeDelivery {
	width: 730px;
	height: 42px;
	margin-bottom: 8px;
}
/* home */
.homeProduct {
	display: block;
	width: 168px;
	height: 252px;
	float: left;
	margin-bottom: 18px;
}
.homeProductMargin {
	margin-right: 18px;
}
.homeProductImage {
	width: 168px;
	height: 168px;
	background-color: #fff;
}
.homeProductBg {
	width: 168px;
	height: 84px;
    text-align: left;
	background: url(/custom/images/product-bg.jpg) no-repeat;
}
.homeProductName {
	display: block;
	padding: 6px 0 0 10px;
	width: 148px;
	height: 33px;
    color: #001b37;
    font-weight: bold;
    text-align: left;
	overflow: hidden;
}
.homeProductPrice {
	display: block;
    color: #001b37;
	margin: 0 0 0 11px;
	font-size: 150%;
	width: 80px;
	line-height: 18px;
	text-align: right;
}
.homeProductVat {
	display: block;
    color: #001b37;
	font-size: 50%;
	width: 80px;
	text-align: right;
}
#homeContent {
	margin-bottom: 15px;
	border-top: 1px solid #aaadb4;
	border-left: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	background-color: #fff;
	padding: 20px;
	height: 88px;
	overflow-y: auto;
	line-height: 14pt;
}
/* footer */
#footer {
	clear: both;
	margin-top: 15px;
	background: #9bb0c4 url(/custom/images/footer-background.gif) repeat-x top;
	padding: 20px 0 15px 0;
}
#footerInner {
	position: relative;
	width: 964px;
	margin: 0 auto;
	color: #fff;
	font-size: 90%;
}
#footerLeft {
	float: left;
}
#footerAddress {
	margin-top: 5px;
	width: 270px;
}
#footerAddress a {
	color: #fff;
	text-decoration: underline;
}
.footerSEO {
	float: right;
	margin: 15px 20px 0 0;
	width: 145px;
}
.footerSEOTitle {
	font-weight: bold;
}
.footerSEO a {
	color: #fff;
}
#TMELink {
	position: absolute; bottom: 0px; right: 0px;
}
#TMELink a {
	color: #fff;
}
/* product section */
.tabHeadRpt {
	background: url(/custom/images/tab-head-rpt.gif) repeat-x;
	width: 730px;
}
.tabHeadLeft {
	background: url(/custom/images/tab-head-left.gif) no-repeat left;
	width: 730px;
}
.tabHeadRight {
	background: url(/custom/images/tab-head-right.gif) no-repeat right;
	padding: 5px 0 0 11px;
	width: 719px;
	height: 25px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
}
.tabHeadRight img {
	margin: 0 6px 0 0;
}
.tabHeadHideOverflow {
	height: 19px;
	overflow: hidden;
}
#productSectionPaginationSpacer {
	height: 5px;
	clear: both;
	overflow: hidden;
}
#productSectionCurrent {
	background-color: #fff;
}
#productSectionCurrentImage {
	float: left;
	width: 338px;
	padding: 20px;
}
#productSectionCurrentDescription {
	padding: 20px;
	zoom: 1;
}
.productSectionChildSection {
	float: left;
	margin-top: 5px;
	width: 356px;
	height: 179px;
	background-color: #fff;
}
.productSectionChildSectionLeft {
	margin-right: 18px;
}
.productSectionChildSectionImage {
	margin: 5px;
	height: 168px;
	width: 168px;
	float: left;
}
.productSectionChildSectionInfo {
	float: left;
	width: 168px;
	padding: 16px 0 0 5px;
}
.productSectionChildSectionInfo a {
	font-weight: bold;
	color: #001b37;
}
.productSectionChildSectionInfo img {
	margin-left: 46px;
}
.productSectionChildSectionInfoInner {
	height: 111px;
	width: 163px;
	margin-bottom: 6px;
	overflow: hidden;
}
.productSectionChildSectionDescription {
	padding-top: 5px;
}
#productSectionChildren {
	float: left;
	background-color: #fff;
	padding: 11px 0 10px 0;
	width: 730px;
}
#productSectionChildren a {
	color: #001b37;
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}
#productSectionChildren a:hover {
	text-decoration: underline;
}
.productSectionChild {
	float: left;
	width: 221px;
	margin: 0 11px 1px 11px;
}
#productSectionNoneFound {
	margin-bottom: 19px;
	text-align: center;
	width: 548px;
}
/* product section products */
.productSectionProduct {
	margin-top: 5px;
	height: 179px;
}
.productSectionProductLeft {
	float: left;
	margin-right: 1px;
	width: 538px;
	height: 168px;
	padding: 5px;
	background-color: #d4e1f1;
}
.productSectionProductRight {
	padding: 10px;
	float: left;
	width: 161px;
	height: 158px;
	background-color: #d4e1f1;
}
.productSectionProductImage {
	float: left;
	width: 168px;
	height: 168px;
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
}
.productSectionProductDetailsInner {
	height: 102px;
	margin: 0 0 10px 0;
	font-size: 140%;
	overflow: hidden;
}
.productSectionProductDetails {
	float: left;
	width: 356px;
	margin-top: 5px;
}
.productSectionProductDetails img {
	float: right;
}
.productSectionProductTitle {
	font-weight: bold;
	color: #144980;
}
.productSectionProductDescription {
	margin-top: 5px;
}
.productSectionProductCode {
	height: 45px;
	font-weight: bold;
}
.productSectionProductPrice {
	text-align: right;
	height: 47px;
}
/* crumbs */
.crumbs {
	font-size: 90%;
	height: 16px;
	overflow: hidden;
}
.crumbSeparator {
	color: #fff;
	margin: 0 3px;
}
.crumbOn {
	font-weight: bold;
}
/* pagination */
.paginationEtc {
	float: right;
}
.lightBlueBar select {
	margin-top: -3px;
}
.paginationSelected {
	text-decoration: underline;
	font-weight: bold;
}
.paginationDisplay {
	margin-left: 12px;
}
.paginationDisplayItem {
	margin-left: 1px;
}
/* product */
#productBackToList {
	float: right;
}
#productBackToList a {
	color: #fff;
	text-decoration: underline;
}
#productDetails {
	background-color: #fff;
}
#productDetailsLeft {
	float: left;
	border-right: 1px solid #ebeff3;
	width: 539px;
	padding: 0 0 15px 10px;
	margin-top: 13px;
	position: relative;
}
#productDetailsRight {
	float: right;
	padding: 0 12px 15px 10px;
	margin-top: 13px;
	width: 158px;
}
#productDescription {
	float: left;
	width: 520px;
	margin-right: 22px;
}
#productCode {
	float: right;
	width: 100px;
	font-size: 93%;
	text-align: right;
}
#productName {
	width: 420px;
}
#productImages {
	float: left;
	margin-top: 20px;
}
#productImage {
	text-align: center;
}
#productImageClick {
	margin-top: 10px
}
#productThumbs {
	float: left;
	background: url(/custom/images/product-thumbs-enlarge-bg.gif) no-repeat;
	padding: 28px 0 0 5px;
	height: 57px;
	width: 166px;
	margin: 0 10px;
	clear: left;
}
.productThumb {
	float: left;
	margin: 3px 0 0 2px;
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid transparent;
}
.productThumbSelected {
	border: 1px solid #a4b9cf !important;
}
#productDetailImageLarge {
	margin: 0 10px 0 10px;
	float: left;
	width: 168px;
	height: 168px;
	text-align: center;
}
#productDetailImageLargeMagnify {
	width: 168px;
	height: 168px;
	cursor: pointer;
	background-image: url('/custom/images/magnify.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 999;
	margin: 0 10px;
}
.homeProductContainer, .otherProductContainer {
	width: 168px;
	height: 252px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.homeProductFadeRight {
	display: none;
	position: absolute;
	background: url(/custom/images/fade-right.gif) no-repeat;
	width: 5px;
	height: 123px;
	margin: -123px 0 0 168px;
}
.homeProductFadeBottom {
	display: none;
	position: absolute;
	background: url(/custom/images/fade-bottom.gif) no-repeat;
	width: 173px;
	height: 7px;
}
.otherProductFadeRight {
	display: none;
	position: absolute;
	background: url(/custom/images/fade-white-right.png) no-repeat bottom;
	width: 5px;
	height: 123px;
	margin: -123px 0 0 168px;
}
.otherProductFadeBottom {
	display: none;
	position: absolute;
	background: url(/custom/images/fade-white-bottom.png) no-repeat right;
	width: 173px;
	height: 7px;
}
#homePanelLeft {
	float: left;
	width: 500px;
}
#homePanelRight {
	float: right;
	width: 220px;
	padding: 5px;
}
.featuredCategory {
	float: left;
	width: 230px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
.featuredCatHead {
	background: url(/custom/images/tab-head.gif) no-repeat;
	height: 29px;
	width: 214px;
	color: #fff;
	line-height: 29px;
	font-size: 130%;
	font-weight: bold;
	padding: 0 8px;
}
.featuredCatInner {
	padding: 5px 8px 0 8px;
	width: 214px;
	background: #fff;
	min-height: 120px;
	margin: 0;
	overflow: hidden;
	height: 120px;
	height: auto !important;
}
.featuredCatInner a {
	color: #001b37;
	text-decoration: none;
}
.featuredCatFoot {
	background: url(/custom/images/tab-foot.gif) no-repeat;
	height: 6px;
	overflow: hidden;
	width: 230px;
}
#homeNewsTitle, #mainTitle, .pageTitle {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
}
.newsTitle {
	margin: 10px;
}
#homeNewsAllLink {
	float: right;
	position: relative; top: 3px;
	font-size: 77%;
	font-weight: normal;
}
#homeNewsAllLink a, .underLink {
	color: #001b37;
	text-decoration: underline;
	cursor: pointer;
}
.homeNewsItem {
	margin-bottom: 10px;
}
.homeNewsItemTitle, .subTitle {
	font-weight: bold;
}
.homeNewsItemTitle a {
	color: #001b37;
}
#homeSEOBottom {
	height: 15px;
}
#accountTop {
	height: 6px;
	width: 480px;
	margin-top: 8px;
	background: url(/custom/images/account-top.gif) no-repeat;
}
#accountMiddle {
	position: relative;
	background: #fff;
	width: 460px;
	padding: 5px 10px 5px 10px;
}
#accountBottom {
	height: 6px;
	width: 480px;
	background: url(/custom/images/account-bottom.gif) no-repeat;
}
.registerTable {
	margin-bottom: 25px;
}
.registerTable th {
	text-align: left;
	padding-right: 15px;
}
.registerTable th, .registerTable td {
	height: 28px;
}
.registerCheckbox {
	position: relative; top: 1px;
	width: 18px !important;
}
.contactTable {
	width: 100%;
	margin-bottom: 0px !important;
}
.contactTable th {
	width: 140px;
}
#registerForm input, #generalForm input, #contactForm input {
	width: 175px;
}
#registerForm select, #generalForm select, #contactForm select {
	min-width: 90px;
}
#registerButton {
	position: absolute; right: 10px; bottom: 2px;
	padding-bottom: 3px;
}
.generalButton {
	border: 0;
	width: 109px !important;
	height: 35px;
	background: url(/custom/images/button-109.gif) no-repeat;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
#accountHeader {
	position: relative;
	height: 263px;
	width: 730px;
	background: url(/custom/images/account-header.jpg) no-repeat;
}
#accountHeader img {
	position: absolute;
	top: 23px;
	left: 13px;
}
#wrongPlace {
	text-align: center;
	margin-top: 50px;
}
.popup {
	display: none;
}

#productTabbedSection {
	margin-top: 30px;
}
#productTabs a {
	color: #001b37;
}
.productTab {
	cursor: pointer;
	width: 106px;
	height: 29px;
	color: #001b37;
	float: left;
	border-right: 1px solid #ebeff3;
	text-align: center;
	background: url(/custom/images/product-tab-off.gif);
	line-height: 34px;
}
.productTabOn {
	font-weight: bold;
	background: url(/custom/images/product-tab-on.gif);
	line-height: 29px;
}
.productTabContent {
	background: #fff;
	padding: 10px;
	height: 150px;
	height: auto !important;
	min-height: 150px;
}
.documentLink a {
	color: #001b37;
	line-height: 16px;
}
.productScroller {
	width: 380px;
	margin: 0 auto;
}
.productScrollOuter {
	margin: 10px 60px 0 80px;
	height: 270px;
	overflow: hidden;
}
.productScrollInner {
	width: 558px;
}
.productScrollInner2 {
	width: 750px;	
}
.leftFloat {
	float: left;
}
.scrollerTitle {
	float: left;
	width: 300px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 110%;
	font-weight: bold;
}
.scrollerTitle div {
	float: right;
}
.scrollerTitle a {
	font-weight: normal;
	color: #001b37;
	font-size: 90%;
	text-decoration: underline;
}
.relatedProducts {
	margin-top: 30px;
}
.productScrollOuter2 {
	width: 750px;
	margin: 10px 0 0 0;
	height: 270px;
	overflow: hidden;
}
#aboutHeader {
	position: relative;
	height: 263px;
	width: 730px;
	background: url(/custom/images/about-header.jpg) no-repeat;
}
#aboutProducts {
	clear: both;
	padding-top: 20px;
}
#contactCommentBox {
	height: 125px;
	width: 330px;
}
.formSubmit {
	height: 35px;
	width: 99px !important;
	background: url(/custom/images/btn-submit.gif) no-repeat;
	border: 0;
	cursor: pointer;
}
#contactDetails {
	position: relative; left: -5px;
	height: 218px;
	width: 210px;
	background: url(/custom/images/contact-details-bg.gif) no-repeat;
	margin-bottom: 20px;
	margin-top: 3px;
	padding: 10px;
	color: #fff;
}
#contactHeader {
	position: relative;
	height: 263px;
	width: 730px;
	background: url(/custom/images/contact-header.jpg) no-repeat;
}
#contactLiveChat {
	position: relative; left: -1px;
	cursor: pointer;
}
.contactNumbers {
	position: relative; top: -5px; left: -3px;
}
.contactNumbers td {
	padding-left: 2px;
	color: #fff;
	font-weight: bold;
}
.contactNumbers td.largeText{
	font-size: 130%;
}
#newsHeader {
	position: relative;
	height: 263px;
	width: 730px;
	background: url(/custom/images/news-header.jpg) no-repeat;
}
.newsPagination {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	background: url(/custom/images/nav-rpt.gif);
	padding: 0 10px;
}
.newsPagination a {
	color: #fff;
}
.newsPagination a.current {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.newsPagination .spacer {
	width: 20px;
}
#paginated {
	background: #fff;
	position: relative;
}
.paginatedItem {
	margin: 0 10px;
}

/* BREAKER */

.productDetailQty {
	text-align: right;
	height: 30px;
}
.qtyInput {
	width: 24px;
	height: 21px;
	background: url(/custom/images/qtybg.png) repeat-x;
	border: 0;
	padding: 3px 2px 0 0;
	line-height: 17px;
	font-size: 12px;
	color: #000;
	text-align: right;
	vertical-align: middle;
}
.qtyArrow {
	cursor: pointer;
}
#productDetailPrice {
	text-align: right;
	height: 44px;
}
.productDetailPricePrice {
	font-size: 22px;
	line-height: 100%;
}
.vatIndicator {
	font-size: 10px;
}
.addToBasketButton {
	text-align: right;
}
.addToBasketButton input {
	height: 35px !important;
}
#vatFreeButton {
	margin-top: 10px;
	text-align: right;
}
#vatFreeButton img {
	cursor: pointer;
}
.basketCrumbs {
	position: absolute;
	margin: -8px 0 0 -9px;
}
.basketCrumbUnavailable, .basketCrumbCurrent, .basketCrumbAvailable {
	padding: 8px 10px;
	height: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	float: left;
}
.basketCrumbCurrent {
	background: #ed5705 url(/custom/images/basket-crumb-on.gif) repeat-x top;
	font-weight: bold;
}
.basketCrumbUnavailable {
	cursor: pointer;
}
.basketCrumbAvailable {
	cursor: pointer;
	background: #ed5705 url(/custom/images/basket-crumb-on.gif) repeat-x top;
}

.price_exVAT_pounds {
	display: none;
}

#checkoutTable {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 8px 0;
}
.checkoutRow td {
	background: #fff;
	border-bottom: 1px solid #ebeff3;
	padding: 9px 14px;
}
.checkoutRow a {
	color: #001b37;
}
.basketRemoveLink, .basketEditLink {
	cursor: pointer;
}
.basketRemoveLink img {
	margin: 0 2px 0 0;
}
.checkoutTotalCell {
	font-weight: bold;
}

.whiteCornerBL {
	background: #fff url(/custom/images/white-corner-bl.gif) no-repeat left bottom !important;
}
.whiteCornerBR {
	background: #fff url(/custom/images/white-corner-br.gif) no-repeat right bottom !important;
}
.btnApplyCode {
	border: 0;
	background: url(/custom/images/btn-apply-code.gif) no-repeat;
	width: 92px;
	height: 20px;
	margin-left: 4px;
	cursor: pointer;
}
.codeApplyInput {
	width: 103px;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
}
#promoCode {
	margin-top: 10px;
}
#checkoutTotals {
	text-align: right;
	width: 200px;
	float: right;
}
#basketUpdateButton {
	width: 102px;
	height: 20px;
}
#checkoutTotalItems {
	margin: 1em 0;
}
#checkoutTotalIncVAT {
	font-weight: bold;
	margin: 1em 0 0 0;
}
#checkoutProceed {
	background: #fff;
	font-weight: bold;
	text-align: right;
	padding: 5px 8px;
}
#checkoutProceed input {
	height: auto !important;
}
#checkoutProceed2 {
	padding: 15px 0;
}
#checkoutProceed2 input {
	height: auto !important;
}
#previousStage {
	float: left;
}
#submitBasket {
	float: right;
}
#checkoutPromoCode {
	float: left;
	width: 250px;
}
#promoCodeInput {
	width: 100px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #dbdfe6;
	margin: 0 5px 0 0;
}
#applyPromoCodeButton {
	cursor: pointer;
}

#underCheckoutTable {
	padding: 0 10px;
}

.checkoutSpacer {
	clear: both;
	height: 28px;
}

#checkoutLoginPanel {
	width: 356px;
	height: 194px;
	float: left;
	background: url(/custom/images/loginpanelbg.jpg) no-repeat;
}
#checkoutLoginPanelContent, #checkoutRegisterPanelContent {
	padding: 52px 10px 0 10px;
}
#loginPanelSubmit {
	float: right;
	width: 99px;
}
#btnLoginPanelSubmit {
	width: 99px;
	height: 35px;
}
#loginButton {
	border: 0;
	background:url(/custom/images/btn-login.png) no-repeat;
	float: right;
	width: 99px;
	height: 35px !important;
}
.loginPanelInputContainer {
	height: 49px;
}
#loginPanelForgotten {
	float: left;
	width: 184px;
}
.loginPanelForgottenPasswordClick {
	color: #ee0043;
}
#checkoutRegisterPanel {
	width: 356px;
	height: 194px;
	float: right;
	background: url(/custom/images/registerpanelbg.jpg) no-repeat;
}
#registerPanelText {
	height: 98px;
}
#registerPanelSubmit {
	text-align: right;
}

.formInputLarge {
	width: 184px;
	height: 25px;
	color: #9bb0c4;
	padding: 5px 0 0 10px !important;
	font-weight: bold;
	background: url(/custom/images/input-bg.gif) no-repeat;
	border: 0;
	font-size: 16px;
}
.mainContent {
	background-color: #fff;
	padding: 16px 10px;
}
.mainBottomBg {
	background: url(/custom/images/main-bottom-bg.gif) no-repeat;
	width: 730px;
	height: 5px;
}
.mainTopBg {
	background: url(/custom/images/main-top-bg.gif) no-repeat;
	width: 730px;
	height: 5px;
	margin-top: 20px;
}
/* brands */
.brandsContainer {
	margin-top: 18px;
}
.brandItem {
	position: relative;
	width: 169px;
	height: 169px;
	float: left;
	margin-bottom: 18px;
	background-color: #fff;
}
.brandBg {
	position: absolute;
	width: 174px;
	height: 176px;
	background: url(/custom/images/product-bg-over.gif) no-repeat;
	display: none;
	z-index: 1;
}
.brandItem a {
	position: absolute;
	display: block;
	height: 169px;
	width: 169px;
	z-index: 2;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#brandAllFilter {
	color: #ee0043 !important;
	text-decoration: underline;
}
#popupLoginPanel {
	width: 360px !important;
	height: 198px !important;
	background: url(/custom/images/loginpanel.png) no-repeat;
}
.checkoutContainer {
	margin-top: 20px;
	background: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebeff3;
}
.checkoutContainerLower {
	background: #fff;
	padding-bottom: 5px;
}
.checkoutContainerInner {
	float: left;
	width: 365px;
}
.priceSmallText {
	font-size: 77%;
	white-space: nowrap;
}
.heading {
	padding: 15px 0 0 8px;
	color: #144980;
	font-weight: bold;
}
.basketTable {
	margin: 4px;
	width: 350px;
}
.basketTable input {
	width: 200px;
}
.basketTable select {
	width: 204px;
}
#postageLeft {
	float: left;
	width: 450px;
	padding: 8px;
}
#postageRight {
	float: right;
	width: 240px;
	padding: 8px;
}
.notesArea {
	width: 238px;
	height: 120px;
	color: #001b37;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.postageName {
	color: #144980;
	font-weight: bold;
}
.postageTable td{
	padding: 2px 15px 0 5px;
}
.checkoutCompleteContainer {
	background: #fff;
	padding: 3px 0 3px 0;
	line-height: 35px;
}
.checkoutComplete {
	float: right;
	background: #fff;
	padding-right: 8px;
}
.checkoutComplete input {
	height: auto !important;
}
.checkoutEditLink {
	cursor: pointer;
	color: #ee0043;
	font-weight: bold;
}
.manualSection {
	font-weight: bold;
	color: #144980;
	background: #d4e1f1;
	padding: 4px 8px;
}
.manualItem {
	border-bottom: 1px solid #d4e1f1;
	margin: 0 !important;
	padding: 4px 8px;
}
.pdfFile {
	float: left;
	height: 55px;
	width: 55px;
	background: url(/custom/images/pdf-file.gif) no-repeat;
}
.manualName {
	float: left;
	width: 425px;
	padding: 20px 0 0 10px;
}
.manualSize {
	float: left;
	width: 120px;
	padding: 20px 0 0 10px;
}
.manualDownload {
	float: left;
	width: 75px;
	padding: 20px 0 0 10px;
}
.manualDownload a {
	color: #001b37;
}
.manualFilter {
	position: absolute;
	padding: 5px 8px;
}
/* jQuery UI CSS */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #9bb0c4; opacity: .85;filter:Alpha(Opacity=85); }
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.ui-dialog .ui-dialog-titlebar {position: absolute; width: 100%;}
.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
	background: url('/custom/images/popupclose.gif') no-repeat !important;
}
.ui-dialog-titlebar-close {
	position: absolute;
	width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	margin: -5px -8px 0 0 !important;
	top: 13px !important;
	right: 16px !important;
}
.ui-dialog-titlebar-close span {
	background: none !important;
}
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.pagination-hidden {
	display: none;
}
.ui-icon-closethick {
	cursor: pointer;
}
#basketEmpty {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	background-color: #fff;
}
#footerLogo {
	display: block;
	clear: left;
}
#quickSearchResults {
	display: none;
	position: absolute;
	width: 340px;
	top: 171px;
	left: 214px;
	border: 1px solid #000;
	background: #fff;
}
.quickSearchResult {
	padding: 5px;
	zoom: 1;
}
.quickSearchNothing {
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
}
.quickSearchResult:hover {
	background: #d4e1f1;
}
.quickSearchResult:hover .quickSearchNameLink {
	font-weight: bold;
}
.quickSearchImage {
	float: left;
	height: 48px;
	width: 48px;
	border: 1px solid #A4B9CF;
	overflow: hidden;
}
.quickSearchName {
	float: left;
	margin-left: 10px;
	width: 200px;
	padding-top: 10px;
	height: 40px;
	overflow: hidden;
}
.quickSearchName a {
	color: #001b37;
}
.quickSearchView {
	float: left;
	width: 50px;
	margin: 8px 0 0 10px;
}
#quickSearchArrow {
	display: none;
	position: absolute;
	top: 184px;
	left: 205px;
	z-index: 1;
}
#freeDelivery {
	margin-bottom: 10px;
}
#productBrandLogo {
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#registerBox, .quantityStatic {
	display: none;
}
#popupBasketPanel {
	width: 519px !important;
	height: 463px !important;
	background: url(/custom/images/basketpanel.png) no-repeat;
}
#basketPopupTable {
	border-collapse: collapse;
	margin: 0 0 8px 0;
	width: 100%;
}
.popupBasketRow td {
	padding: 9px 14px;
	border-bottom: 1px solid #ebeff3;
}
.popupBasketRow a {
	color:#001B37;
}
#basketPanelContent {
	padding: 31px 2px 0 2px;
}
#basketPanelScroll {
	overflow-y: auto;
	overflow-x: hidden;
	height: 268px;
}
#basketPanelTotals {
	text-align: right;
	padding: 0 10px;
}
#basketPanelButtons {
	padding-top: 10px;
}
.sectionTitle {
	clear: both;
	background: url('/custom/images/section-head-rpt.gif') repeat-x;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	line-height: 25px;
	padding: 0 5px;
}