/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* 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;
}

a {
	text-decoration: underline;
	color: #000;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 3em;
	margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	width: 123px;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0px none;
	vertical-align: middle;
}
.link {
	text-decoration: underline;
	cursor: pointer;
}
.greyTextInput {
	width: 32px;
	border: 1px solid #e2e3ea;
}
.greyTextInput input {
	border: 1px solid #fff;
	background-color: #dbdfe6;
	width: 30px;
	padding: 2px 0 2px 0;
	height: 14px;
}
.greyTextInput .largeInput {
	width: 138px !important;
}
.greyTextInput .promoInput {
	width: 100px !important;
}
/** begin custom **/

/* buttons */

.buttonAddToBasket {
	border: 0;
	width: 110px;
	height: 23px;
	background: url(../images/btn_add_to_basket.gif) center;
	font-family: arial;
	cursor: pointer;
}
.button {
	border: 0;
	height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	font-family: arial;
}
.buttonShort {
	width: 49px;
	background: url(../images/button_short.gif) no-repeat center;
}
.buttonMedium {
	width: 73px;
	background: url(../images/button_medium.gif) no-repeat center;
}
.buttonLong {
	width: 104px;
	background: url(../images/button_long.gif) no-repeat center;
}
.buttonShortGrey {
	width: 49px;
	background: url(../images/btn_grey_short.gif) center;
}
.buttonExtraLongGrey {
	width: 122px;
	background: url(../images/btn_grey_extra_long.gif) center;
}
#searchSubmit {
	width: 54px;
}
#mainBody {
	background: url(../images/background.gif) center top repeat-y #f0f0f0;
}

h1, h2 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 10pt;
}
h2 {
	font-size: 9pt;
}
.pageTitle {
	font-size: 20pt;
	font-weight: bold;
}
.pageSubTitle {
	font-size: 13pt;
	font-weight: bold;
}
#productDeliveryOptions ul {
	list-style-image: url(../images/arrowbulletonpink.gif);
}
#productDeliveryOptions li {
	margin: 0 0 6px 15px;
}
#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 990px;
	height: 140px;
	overflow: hidden;
}

#logo {
	padding: 5px 0px 0px 0px;
	float: left;
	width: 358px;
	height: 130px;
}

#headerTopRight {
	float: left;
	width: 632px;
	height: 100px;
}

#headerBottomRight {
	float: left;
	width: 632px;
	height: 40px;
}

#phoneNumber {
	float: left;
	width: 300px;
	height: 104px;
	color: #df0d0d;
	background: url(../images/phone_number.gif) 30px 35px no-repeat;
}

#topRightLinks {
	float: left;
	width: 323px;
	height: 30px;
	text-align: right;
	color: #e8e8e8;
	padding-top: 5px;
}

#topRightLinks a, #topRightLinks span {
	padding: 0px 8px;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

#topRightLinks img {
	cursor: pointer;
}

#minibasket {
	float: left;
	background: url(../images/minibasket.gif) no-repeat right 1px;
	width: 309px;
	height: 51px;
	text-align: right;
	padding: 14px 14px 0px 0px;
}

#basketFirstLine {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
}

#basketSecondLine {
	padding-top: 5px;
}

#basketSecondLine a {
	color: #df0d0d;
	margin-left: 94px;
	text-decoration: underline;
}
#basketSecondLine span {
	color: #df0d0d;
}

#displayPrices {
	float: left;
	width: 383px;
	height: 35px;
	text-align: left;
	margin-top: 5px;
}

#displayPrices strong {
	margin-right: 10px;
}

#addForFreeDelivery, #currentlyForFreeDelivery {
	width: 229px;
	height: 40px;
	float: left;
	text-align: center;
	padding-left: 20px;
	font-size: 12px;
}
#currentlyForFreeDelivery {
	margin-top: 10px;
}

.red {
	color: #df0d0d;
}
.navBackground {
	background: url(../images/navbar.gif) repeat-x top left #df0d0d;
	width: 100%;
}
#navBar td {
	background: transparent;
	color: #fff;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	border-right: 2px solid #fff;
}

#navBar td div {
	background: url(../images/navbar_drop_arrow_small.gif) no-repeat right;
	padding-right: 8px;
	text-align: center;
	margin-right: 8px;
}

#navBar a {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 36px;
	height: 36px;
	padding-right: 8px;
}

.subMenu {
	padding: 2px 2px 9px 2px;
	background: #ce0303;
	color: #000;
	position: absolute;
	width: 177px;
	z-index: 999 !important;
}
.subMenuInner {
	background-color: #fff;
	padding: 2px;
}
.subMenu ul, .subMenu li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.subMenu a {
	display: block;
	width: 166px;
	color: #000;
	padding: 4px 5px 4px 2px;
	text-decoration: none;
	font-size: 10pt;
}
.subMenu a:hover {
	background-color: #f9dede;
	color: #ce0303;
	text-decoration: underline;
}
.subMenuDivider {
	height: 3px;
	width: 177px;	background: url(/custom/images/nav-separator.gif) repeat-x;
}
#crumbAndSearchBar {
	margin-top: 8px;
	margin-bottom: 8px;
}
#breadCrumbLinks {
	float: left;
	width: 702px;
	background: #efefef;
	margin-top: 1px;
	padding: 3px 10px 3px 10px;
	font-size: 9pt;
}

#breadCrumbLinks a {
	padding-top: 4px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#breadCrumbLinks img {
	margin-right: 5px;
}

.breadCrumbDivider {
	letter-spacing: -2px;
	font-size: 10pt;
	padding: 0 4px;
}

.homeLink {
	padding-right: 5px;
	font-size: 8pt;
	text-decoration: none !important;
}
.homeLink img {
	vertical-align: middle;
	margin-left: 2px;
}

#searchBar {
	float: left;
	width: 257px;
	height: 25px;
	margin-left: 11px;
}

#searchBar form {
	padding: 0px;
	margin: 0px;
}

#searchBar input {
	vertical-align: middle;
}

#searchText {
	width: 192px;
	height: 18px;
	margin-right: 4px;
	padding-top: 3px;
	padding-left: 3px;
	border: #dbdbdb 1px solid;
}

#main722 {
	width: 722px;
	float: left;
	margin-right: 6px;
}

.mainBox234 {
	width: 234px;
	height: 176px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.mainBox234Edit{
	width: 234px;
	float: left;
	margin-left: 10px;
}

.mainBox234 p {
	margin: 0px;
}

.mainBox234 a {
	background: none;
	width: 190px;
	height: 30px;
	display: block;
	padding-top: 146px;
	padding-right: 44px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: absolute;
	z-index: 10;
	background: url(/admin/images/blank.gif);
}

.absolute {
	position: absolute;
	z-index: 0;
}

.graySelector234 {
	position: absolute;
	margin-top: 140px;
	z-index: 1;
	width: 234px;
	height: 29px;
}

.graySelector173 {
	position: absolute;
	margin-top: 140px;
	z-index: 1;
	width: 173px;
	height: 29px;
}

.mainBox173 {
	width: 173px;
	height: 176px;
	overflow: hidden;
	float: left;
	margin-left: 10px
}

.mainBox173Edit{
	width: 173px;
	float: left;
	margin-left: 10px
}

.mainBox173 p {
	margin: 0px;
}

.mainBox173 a {
	background: url(/admin/images/blank.gif);
	width: 129px;
	height: 30px;
	display: block;
	padding-top: 146px;
	padding-right: 44px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	z-index: 10;
}

.mainBoxRow {
	height: 186px;
}

.mainBoxRow a {
	text-decoration: none;
}

.noMargin {
	margin: 0px !important;
}

#rightColumn {
	float: left;
	width: 262px;
}
.rightColumnThin {
	width: 262px;
	margin-bottom: 4px;
}
.rightColumnThin p {
	margin-bottom: 0;
}

/** footer **/
#footer {
	clear: both;
	margin-top: 9px;
	margin-bottom: 14px;
}
#footerBoxesTop {
	height: 4px;
	background: url(/custom/images/footertopbg.gif) repeat-x top;
	overflow: hidden;
}
#footerBoxesTopLeft, #footerBoxesTopRight {
	width: 2px;
	height: 4px;
	overflow: hidden;
}
#footerBoxesTopLeft {
	background: url(/custom/images/footertopleft.gif) no-repeat;
	float: left;
}
#footerBoxesTopRight {
	background: url(/custom/images/footertopright.gif) no-repeat;
	float: right;
}
#footerBoxesContent {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 4px;
}
.footerBox {
	width: 182px;
	height: auto !important;
	height: 178px;
	min-height: 178px;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 7px;
	margin-top: 7px;
	float: left;
}
.footerBox, .footerBox a {
	color: #6e6e6e;
	text-decoration: none;
}
.footerBoxLast {
	width: 242px !important;
	border-right: 0 !important;
}
.footerBoxContent {
	width: 168px;
	margin-left: 7px;
}
.footerBoxTitle {
	margin-left: 5px;
	width: 172px;
	height: 60px;
	background: url(/custom/images/footerbar.gif) repeat-x left 41px;
}
.footerBoxLast .footerBoxTitle {
	width: 237px !important;
}
.footerBoxLast .footerBoxContent {
	width: 233px;
}
.footerBoxTitleHead {
	height: 36px;
	background-repeat: no-repeat;
	background-position: 7px center;
}
#footerBoxTitleContact {
	background-image: url(/custom/images/footericoncontact.jpg);
}
#footerBoxTitleWhyBuy{
	background-image: url(/custom/images/footericonwhybuy.jpg);
}
#footerBoxTitleSecurity {
	background-image: url(/custom/images/footericonpadlock.jpg);
}
#footerBoxTitleNews {
	background-image: url(/custom/images/footericonnews.jpg);
}
#footerBoxTitleTestimonials {
	background-image: url(/custom/images/footericontestimonials.jpg);
}
#footerBoxTitleInfo {
	background-image: url(/custom/images/footericoninfo.jpg);
}

#footerBoxContentContact, #footerBoxContentContact a {
	color: #000;
}

.latestNewsTitle {
	font-weight: bold;
	padding-right: 5px;
}
.latestNewsDate {
	white-space: nowrap;
}
.latestNewsTitle a {
	text-decoration: none;
	color: #6e6e6e;
}
.latestNewsIntro {
	margin-bottom: 1em;
	margin-top: 2px;
}

.quoteOpen {
	background: url(/custom/images/speechmarkopen.gif) no-repeat 2px top;
	padding-left: 20px;
}
.quoteClose {
	width: 12px;
	height: 12px;
	background: url(/custom/images/speechmarkclose.gif) no-repeat;
	position: absolute;
	margin-top: -4em;
	margin-left: 155px;
}

.footerTextScroll {
	width: 100%;
	height: 120px;
	overflow: auto;
}

#footerLinks {
	clear: both;
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: 9pt;
}
#footerLinks a {
	text-decoration: underline;
	padding: 0 28px;
}
#footerTME {
	float: right;
	text-align: right;
	width: 150px;
}
#footerText {
	margin: 0 150px;
	padding-bottom: 1em;
	font-size: 9pt;
	text-align: center;
}

/** end footer **/

.clearer {
	clear: both;
}

.price_incVAT_pounds, .price_exVAT_pounds, .price_incVAT_euros, .price_exVAT_euros, .price_pounds, .price_euros {
	display: none;
}

label.inline {
	float: none;
	clear: none;
	display: inline;
}

#lhs {
	width: 183px;
	float: left;
	margin-right: 10px;
}
#rhsMain {
	width: 797px;
	float: left;
}

/* basic product setup */

#lhsMain {
	width: 790px;
	float: left;
}
#rhs {
	width: 190px;
	float: left;
	margin-left: 10px;
}

/* full setup no borders */

#full {
	padding: 10px 0px;
	width: 988px;
}

/*  product stuff  */

#productSectionsMenu {
	margin-bottom: 10px;
}
.productSectionMenuTitle {
	background: #e50808 url(/custom/images/barbg.gif) repeat-x top;
	border: 1px solid #e50808;
	color: #fff;
	padding: 5px 12px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
}
.productSectionMenuLink a {
	display: block;
	background: #bbb url(/custom/images/menuitembg.gif) repeat-x top;
	margin-top: 3px;
	padding: 5px 12px;
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	line-height: 100%;
}
.productSectionMenuLink a:hover, .productSectionMenuLinkOn {
	background: #8d8d8d url(/custom/images/menuitemonbg.gif) repeat-x top !important;
}
.productSectionBanner {
	background: url(/custom/images/menuitemonbg.gif) repeat-x;
	padding: 6px 12px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	margin-bottom: 10px;
}
.productSectionBannerHeading {
	color: #6e6e6e;
	background-color: #f8e1f7;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
}
.productSectionBannerTitle {
	padding-left: 20px;
	padding-top: 6px;
	font-size: 19pt;
	color: #fff;
	font-weight: bold;
}
.productSectionBannerContent {
	margin-left: 20px;
	padding-top: 8px;
	width: 415px;
	color: #fff;
	font-size: 9pt;
}
.productSectionBannerContent li {
	margin-bottom: 0;
}

.productSectionSubCat {
	width: 259px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.productSectionSubCatRight {
	margin-right: 0 !important;
}
.productSectionSubCatContent {
	width: 257px;
	height: auto;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.productSectionSubCatTitle {
	background: #e50b0b url(/custom/images/prodsecbarbg.gif) repeat-x top;
	border: 1px solid #e50b0b;
	color: #fff;
	padding: 6px 10px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
}
.productSectionSubCatTitle a {
	background: url(/custom/images/arrowbulletonred.gif) no-repeat 0 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
}
.productSectionSubCatImage {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	background: no-repeat center;
	cursor: pointer;
}
.productSectionSubCatLink {
	margin-top: 10px;
	padding-left: 25px;
	background: url(/custom/images/arrowbulletgrey.gif) no-repeat 10px 4px;
}
.productSectionSubCatLink a {
	font-size: 10pt;
	color: #000;
}

#productSectionNoProducts {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.lastViewedProduct {
	width: 185px;
	margin-right: 8px;
	float: left;
}
.lastViewedProductImage {
	float: left;
	width: 70px;
	height: 70px;
	background: no-repeat center;
	margin-right: 10px;
}
.lastViewedProductRight {
	float: left;
	width: 105px;
}

.productSectionExtraDescription {
	height: 125px;
	overflow: auto;
	border: 1px solid #dbdbdb;
	padding: 16px;
	clear: both;
	margin-bottom: 10px;
}
#productListTitle {
	background: url(/custom/images/menuitemonbg.gif) repeat-x;
	padding: 6px 12px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
}
.productListMods {
	clear: both;
	background-color: #e5e5e5;
	margin-top: 1px;
	padding: 10px 12px;
}
.productListMods select {
	margin: 0 10px;
	font-size: 9pt;
}
.productListModsPagination {
	float: right;
	margin-top: 3px;
}
.productListModsPages {
	float: left;
	margin-right: 15px;
}
.productListModsPagination a {
	margin: 0 7px;
	float: left;
	text-decoration: none;
}
.currentPage {
	float: left;
	margin: 0 1px;
	background: url(/custom/images/pagination-number.gif) no-repeat;
	padding-top: 1px;
	width: 16px;
	height: 15px;
	color: #fff;
	text-align: center;
}
.productListProduct {
	float: left;
	width: 141px;
	margin: 10px 7px 14px 7px;
}
.productListProductImage {
	width: 140px;
	height: 140px;
	margin-bottom: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.productListProductDetails {
	width: 121px;
	margin: 0 10px;
}
.productListProductPriceWas {
	float: left;
	width: 60px;
	font-size: 9pt;
	color: #a1a3a9;
	font-weight: bold;
}
.productListProductPriceNow {
	float: right;
	text-align: right;
	width: 60px;
	color: #e61414;
	font-size: 12pt;
	font-weight: bold;
}
.pence {
	font-size: 6pt;
	font-weight: normal !important;
	position: relative;
	top: 3px;
}
.productListProductPriceVat {
	color: #a1a3a9;
	font-weight: normal;
	font-size: 7pt;
	letter-spacing: -1px;
}
.productListProductPrice a {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
}
.productListProductBrand {
	clear: both;
	font-size: 9pt;
	font-weight: bold;
	height: 16px;
}
.productListProductName a, .productListProductBrand a {
	text-decoration: none;
}
.productListRowSeparator {
	clear: both;
	height: 1px;
	width: 776px;
	background-color: #e5e5e5;
	overflow: hidden;
}
.productLhs {
	clear: left;
	float: left;
	width: 464px;
}
.productRhs {
	float: left;
	margin-left: 8px;
	width: 311px;
}
#productName {
	line-height: 36px;
	font-size: 14pt;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
}
#productDescription {
	clear: left;
	font-size: 9pt;
	line-height: 140%;
	margin: 15px 0 18px 0;
}
#productCriteria {
	clear: left;
	border-bottom: 1px solid #e5e5e5;
}
#productCriteria td {
	vertical-align: top;
}
#productPricing {
	clear: left;
	height: 38px;
	margin-top: 6px;
	border-bottom: 1px solid #e5e5e5;
}
#productPrice {
	float: left;
	width: 70px;
	margin-left: 4px;
	font-size: 13pt;
}
.productThePrice {
	font-weight: bold;
}
.productThePrice span {
	position: absolute;
	margin: 2px 0 0 2px;
	font-size: 7pt;
}
.productVAT {
	font-size: 7pt;
}
#productSubPrice {
	float: left;
	width: 140px;
	margin-left: 4px;
	padding-top: 2px;
	font-weight: bold;
}
#productSubPrice .grey {
	color: #888;
	font-size: 9pt;
}
#productSubPrice .red {
	color: #e22828;
	font-size: 8pt;
}
#productQty {
	float: left;
	padding-top: 5px;
	width: 70px;
}
#productTheQty {
	float: left;
	margin: 4px 6px 0 0;
	font-weight: bold;
	font-size: 10pt;
}
#productAddToBasket {
	float: left;
	width: 167px;
	margin: 5px 0 0 5px;
}
#productAddToBasket img {
	vertical-align: top;
	margin-left: 5px;
}
#productLevel {
	clear: left;
	height: 8px;
	overflow: hidden;
}
#productDelivery {
	background-color: #fce6e6;
	padding: 14px 0 0 13px;
	height: 84px;
}
#productDeliveryVan {
	float: left;
	width: 82px;
}
#productDeliveryOptions {
	float: left;
	width: 366px;
}
#productImage {
	width: 255px;
	margin: 0 30px 10px 30px;
}
#productImageContainer {
	text-align: center;
	width: 255px;
	position: relative;
}
#productEnlarge {
	text-align: center;
	margin: 10px 0 20px 0;
}
#productEnlarge img {
	cursor: pointer;
}
#productCode {
	text-align: center;
}
#productExtras {
	background-color: #e5e5e5;
	padding-top: 12px;
	height: 86px;
}
#productExtras img {
	margin-right: 6px;
}
#productExtras img, #productExtras span, #productExtras a {
	cursor: pointer;
}
.productExtra {
	margin-bottom: 5px;
}
.productExtraBookmark {
	margin-top: 8px;
}
#productExtrasLeft {
	float: left;
	margin-left: 19px;
	width: 155px;
}
#productExtrasRight {
	float: left;
	width: 125px;
}
#productRecentlyViewedContainer {
	margin-top: 8px;
}
#productSectionRecentlyViewedContainer {
	margin: 0px 0 10px 0;
}
#productRecentlyViewed {
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: url(/custom/images/product-recent-bg-rpt.gif) repeat-x bottom;
	height: 122px;
	padding-top: 20px;
}
.productRecentlyViewed {
	float: left;
	padding-top: 10px;
	width: 196px;
}
.productRecentlyViewedBorder {
	border-right: 1px solid #d6d6d6;
}
.genericProduct {
	width: 166px;
	height: 91px;
}
.genericProductImageContainer {
	float: left;
	width: 65px;
	margin-right: 10px;
	text-align: center;
}
.genericProductDetails {
	float: left;
	width: 91px;
}
.genericProductDescription {
	height: 45px;
	overflow: hidden;
}
.genericProductDescription a {
	text-decoration: none;
	font-size: 9pt;
}
.genericProductPrice {
	margin-top: 8px;
	color: #e50808;
	font-size: 9pt;
	font-weight: bold;
	height: 12px;
}
.floatTextInput {
	float: left;
}
.genericProductForm {
	margin-top: 8px;
}
.genericProductButton {
	float: left;
	margin-left: 3px;
}
.productLastViewed {
	padding: 0 16px 0 16px;
}
/* end product stuff */

/* ask as question */
#askAQuestionForm {
	margin-top: 10px;
}
#askAQuestionActions {
	margin-top: 10px;
	width: 312px;
	text-align: right;
}
#askAQuestionDetails {
	height: 152px;
}
.askAQuestionInput {
	height: 25px;
}
.askAQuestionInput .text {
	width: 180px;
}
.askAQuestionInput textarea {
	height: 75px;
	width: 180px;
}
#askAQuestionForm label {
	width: 130px;
}
#askAQuestionPost {
	margin-top: 25px;
}
/* price promise */
#pricePromiseForm {
	margin-top: 10px;
}
#pricePromiseActions {
	margin-top: 10px;
	width: 312px;
	text-align: right;
}
#pricePromiseDetails {
	height: 152px;
}
.pricePromiseInput {
	height: 25px;
}
.pricePromiseInput .text {
	width: 180px;
}
#pricePromiseForm label {
	width: 130px;
}
/* minibasket */

#itemAddedArea {
	position: absolute;
	margin: 62px 0 0 838px;
	height: 300px;
	width: 213px;
}

#itemAdded {
	background: url(/custom/images/mini_basket.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 185px;
	height: 126px;
	padding: 68px 14px 0 14px;
	font-weight: bold;
}

#itemAddedTitleArea {
	height: 25px;
}

#itemAddedClose {
	float: right;
}

#itemAddedTitle {
	float: left;
	padding-top: 2px;
}

#itemAddedLeft {
	float: left;
	width: 80px;
}

#itemAddedRight {
	float: left;
	width: 105px;
}

#itemAddedName {
	font-weight: bold;
	height: 30px;
	margin-bottom :10px;
	overflow: hidden;
}

#itemAddedQty {
	margin-right: 10px;
}
#itemAddedCheckoutContainer {
	position: absolute;
	margin: -35px 0 0 126px;
}
#itemAddedCloseContainer {
	position: absolute;
	margin: -125px 0 0 155px;
	cursor: pointer;
}
/* end minibasket stuff */

.sideBox {
	margin-bottom: 10px;
	clear: both;
}
.sideBoxTitle {
	background: #f5f5f5 url(/custom/images/sidebartitlebg.gif) repeat-x top;
	border: 1px solid #e1e1e1;
	color: #000;
	padding: 7px 0 4px 8px;
	font-size: 14pt;
	line-height: 100%;
}
.sideBoxContent {
	border: 4px solid #e5e5e5;
	padding: 12px;
}
.sideBoxSlimBorderContent {
	padding: 12px;
}

#buyingGuidesContent ul, #buyingGuidesContent li, #whyBuyFromUsContent ul, #whyBuyFromUsContent li, #whyBuyContent ul, #whyBuyContent li {
	margin-left: 0;
	padding-left: 0;
}
#buyingGuidesContent ul, #productCriteria ul {
	margin-left: 20px;
	list-style-image: url(/custom/images/arrowbullet.gif);
	font-size: 9pt;
}
#productCriteria ul {
	margin-left: -18px;
}
#buyingGuidesContent li, #whyBuyFromUsContent li, #productCriteria li, #whyBuyContent li {
	margin-bottom: 0.5em;
}
#whyBuyFromUsContent ul {
	margin-left: 16px;
	list-style-image: url(/custom/images/tick.gif);
	color: #6e6e6e;
	font-size: 9pt;
}
#whyBuyContent ul {
	margin-left: 26px;
	list-style-image: url(/custom/images/bigtick.gif);
	color: #6e6e6e;
	font-size: 8pt;
}
#whyBuyFromUsContent strong {
	color: #df0707;
}
#whyBuyContent strong {
	color: #df0707;
	font-size: 11pt;
}
/* narrow search */
.narrowBox {
	border: 7px solid #e5e5e5;
	padding: 4px;
}
.narrowBoxTitle {
	font-family: times new roman;
	text-align: center;
	border: 2px solid #e5e5e5;
	padding: 5px 1px;
}
.narrowBoxTitleSmall {
	font-size: 15pt;
}
.narrowBoxTitleLarge {
	font-size: 20pt;
	line-height: 0.8em;
}
.narrowBoxItem {
	padding: 10px 0;
	margin: 0 5px;
	font-size: 9pt;
}
.narrowBoxItemBorder {
	border-top: 1px solid #e5e5e5;
}
.narrowBoxItem a {
	display: block;
	text-decoration: none;
}
/* rhs box */

.rhsBox {
	border: 2px solid #e1e1e1;
	padding: 3px;
	background-color: #fff;
	margin-bottom: 10px;
	clear: both;
}
.rhsBoxTitle {
	background-color: #e5e5e5;
	color: #000;
	padding-top: 5px;
	height: 25px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
.rhsBoxTitleWhy {
	padding-top: 6px;
	font-size: 14px;
}
.rhsBoxTitleWhy img {
	padding-right: 10px;
}
.rhsBoxProduct {
	padding: 16px 0 7px 12px;
	height: 100px;
}
/* full panel */
#fullPanelContainer {
	border: 9px solid #df0707;
	padding: 14px;
	font-size: 9pt;
}
#fullPanel {
	border: 2px solid #df0707;
	padding: 9px 25px;
	min-height: 1px;
}
#fullPanelLeft {
	padding: 10px 25px 0 0;
	float: left;
	width: 415px;
	border-right: 2px solid #df0707;
}
#fullPanelRight {
	padding: 56px 0 0 25px;
	float: left;
	width: 415px;
}
#splitPanelLeft {
	padding: 10px 25px 0 0;
	float: left;
	width: 175px;
}
#splitPanelRight {
	border-left: 2px solid #df0707;
	padding: 4px 0 0 25px;
	float: left;
	width: 655px;
}
#fullPanelWhole {
	padding: 10px 25px 10px 25px;
	width: 830px;
}
.fullPanelSubTitle {
	font-size: 12pt;
	font-weight: bold;
}
/* register */
.registerRequired {
	float: right;
	margin: 8px 0 4px 0;
}
.registerTerms {
	font-size: 9pt;
}
.generalForm p {
	clear: left;
	float: left;
	width: 400px;
	margin: 16px 0 0 0;	
}
.generalForm label {
	float: left;
	width: 110px;
	font-size: 9pt;
}
.generalForm select {
	float: left;
}
.generalForm .text {
	float: left;
	width: 195px;
}
.generalForm textarea {
	float: left;
	width: 195px;
	height: 100px;
}
.generalFormHelp {
	clear: both;
	float: left;
	padding: 0 0 0 110px; 
	width: 200px;
	color: #5a5a5a;
	font-size: 8pt;
	margin-top: 6px;
}
.generalForm {
	font-size: 10pt;
}
/* login panel */
.mask {
	background-color: #fff !important;
	-moz-opacity: 0.80;
	opacity: .80;
	filter: alpha(opacity=80);
}
.popupClose {
	top: 31px;
	right: 34px;
	cursor: pointer;
	position: absolute;
}
#loginPopup, #tipPopup {
	background: transparent;
	border:none;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#loginPopup .hd, #tipPopup .hd {
	display: none;
}
#loginPopupBg, #tipPopupBg {
	background: transparent url(/custom/images/login-bg.png);
	width: 379px;
	height: 240px;
	position: absolute;
	z-index: -1;
}
#loginPanel {
	margin: 31px 0 0 31px;
}
#tipPanel {
	margin: 31px 0 0 31px;
	width: 305px;
}
#loginPanelDetails {
	margin-top: 22px;
	height: 75px;
}
#loginPanelExisting {
	font-weight: bold;
	font-size: 9pt;
}
#loginPanelActions {
	margin-left: 110px;
	width: 200px;
	height: 23px;
}
/* checkout */
#checkoutHelpBar {
	background-color: #e5e5e5;
	height: 25px;
}
#checkoutHelpBar a {
	text-decoration: none;
}
#checkoutHelpText div {
	float: left;
}
#checkoutHelpImage {
	float: left;
	border: 0;
	margin-left: 4px;
}
#checkoutHelpTitle {
	font-size: 11pt;
	font-weight: bold;
	margin: 4px 8px 0 7px;
}
#checkoutHelpSubTitle {
	margin-top: 7px;
}
.checkoutHelpTab {
	float: right;
	cursor: pointer;
	border-right: 2px solid #fff;
	padding: 6px 10px 5px 8px;
}
.checkoutHelpTab img {
	padding-left: 5px;
	position: relative; top: -1px;
}
.checkoutPageTitle {
	margin: 26px 0 0 18px;
}
#checkoutSafe {
	float: right;
	margin: 13px 13px 0 0;
}
#checkoutTable {
	margin-top: 35px;
	text-align: left;
	width: 100%;
	font-size: 9pt;
}
#checkoutTable th {
	font-weight: normal;
	border-bottom: 1px solid #cfcfcf;
	height: 33px;
}
#checkoutTable td {
	border-bottom: 1px solid #cfcfcf;
	vertical-align: middle;
	height: 47px;
	font-weight: bold;
	font-size: 10pt;
}
.imageColumn {
	width: 90px;
	text-align: center;
}
.nameColumn {
	padding-left: 22px;
}
.qtyColumn div {
	margin: 0 auto;
}
.qtyColumn {
	text-align: center;
	width: 80px;
}
.priceColumn {
	width: 100px;
	text-align: center;
}
.removeColumn {
	width: 75px;
	text-align: center;
}
.removeColumn img {
	cursor: pointer;
}
#checkoutPanelLeft {
	float: left;
	width: 364px;
	border-right: 1px solid #d2d2d2;
	font-size: 9pt;
	padding: 10px;
	position: relative;
}
#checkoutPanelRight {
	float: left;
	width: 405px;
	height: 280px;
	font-size: 9pt;
}
.checkoutDetailsTableLeftColumn {
	width: 	125px;
}
.checkoutDetailsTableRightColumn {
	width: 265px;
}
#checkoutUpdatePromoCode {
	color: #000;
	margin: 3px 0 0 10px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}
#checkoutUpdatePromoCode span{
	text-decoration: underline;
}
#checkoutOrUse {
	color: #8d8d8d;
	margin-left: 33px;
}
/* contact */
#contactPanelLeft {
	margin-left: 25px;
}
#contactPanelRight {
	margin-top: 55px;
}
#contactButton {
	clear: left;
	padding: 22px 0 0 205px;
}
/* login */
.loginBackButton {
	float: right;
	clear: right;
	margin: 25px 5px 0 0;
}
.loginBackButtonLeft {
	float: left;
	clear: left;
	margin: 10px 0 0 15px;
}
#loginTextError {
	margin: 20px 0 0 18px;	
}
#loginIntro {
	margin: 10px 0 0 18px;
	width: 390px;
}
#loginBreak {
	clear: both;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.loginBox {
	margin-top: 18px;
	float: left;
	width: 194px;
	height: 218px;
	padding: 42px 31px 0 31px;
	background: url(/custom/images/login_box.gif) no-repeat;
}
.loginContent {
	margin-top: 12px;
	height: 123px;
}
.loginButton {
	float: right;
}
.loginContent label {
	padding: 8px 0 6px 0;
}
.loginContent .text {
	width: 185px;
}
.loginContent a {
	text-decoration: underline;
}
#loginExtra {
	margin-top: 18px;
	float: left;
	width: 185px;
	padding: 0 0 0 18px;
}
#loginExtraForgotten {
	padding-bottom: 10px;
}
.loginExtraButton {
	margin: 5px 0 0 104px;
}

/* register box */
#registerLeft {
	float: left;
	width: 489px;
	margin-right: 27px;
}
#registerBoxTop {
	width: 489px;
	height: 6px;
	overflow: hidden;
	background: url(/custom/images/register_box_top.gif) no-repeat;
}
#registerBoxContainer {
	width: 489px;
	background: url(/custom/images/register_box_rpt.gif) repeat-y;
}
#registerBoxBottom {
	width: 489px;
	background: url(/custom/images/register_box_bottom.gif) no-repeat bottom;
}
#registerBox {
	margin: 0 8px 8px 6px;
	border: 2px solid #df0707;
	padding: 10px 20px 0 30px;
}
#checkoutBreak {
	margin-top: 18px;
}
#addressDetailsForm {
	float: left;
}
#addressDetailsForm label {
	width: 100px;
	font-size: 9pt;
}
#addressDetailsForm .formInput {
	width: 188px;
}
#addressDetailsForm .formSelect {
	width: 192px;
}
.registerBoxTitle {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	margin: 16px 0 10px 0;
}
.required {
	color: #df0d0d;	
}
#indicatesRequired {
	margin-top: 20px;
	float: right;
	font-size: 8pt;
}
.formInput {
	width: 188px;
}
.postageInput {
	width: 240px;
}
#registerRight {
	margin-top: 21px;
	float: left;
	width: 260px;
}
#havingProblemsRegister {
	margin-bottom: 20px;
}
#havingProblemsRegister a {
	color: #e22828;
	font-size: 11pt;
}
.errorAreaIntro {
	margin: 8px 0;
}
.error {
	color: #e22828;
	font-size: 9pt;
}
.error ul, .error li {
	margin-left: 0px;
	padding: 0;
}
.error li {
	margin-left: 20px;
}

.fieldError {
	background: #fbe3e4 !important;
}
.fieldError, .noFieldError {
	padding: 6px 0;
}
.fieldError input, .fieldError select {
	border: 1px solid #d12f19 !important;
}
.registerBoxButtons {
	clear: both;
	padding-top: 7px;
	height: 20px;
}
.leftButton {
	float: left;
}
.rightButton {
	float: right;
}

/* order summary */
.sideBox1px {
	margin-bottom: 10px;
	clear: both;
	border: 2px solid #e5e5e5;
	color: #000;
	padding: 7px 8px 14px 8px;
	font-size: 14pt;
	line-height: 100%;
}

#sideBoxOrderSummary {
	border-top: 1px solid #df0707;
	border-bottom: 1px solid #df0707;
	font-weight: bold;
	height: 14px;
	padding: 8px 0;
}
#sideBoxOrderSummaryTotal {
	float: right;
	font-size: 11pt;
}
#sideBoxOrderSummaryIntro {
	float: left;
	font-size: 10pt;
}
.sideBoxOrderSummaryProduct {
	min-height: 53px;
	height: 53px;
	height: auto;
	padding-bottom: 10px;
	font-size: 8pt;
}
.sideBoxOrderSummaryProductImageContainer {
	float: left;
	margin-right: 18px;
	border: 1px solid #d9d9d9;
}
.sideBoxOrderSummaryProductDetails {
	float: left;
	width: 99px;
	color: #000;
}
.sideBoxOrderSummaryProductName {
	height: 18px;
	overflow: hidden;
}

.popupBorder {
	padding: 15px;
}
/* news */
.newsSectionItemDetails {
	margin-top: 15px;
}
.newsSectionItemTitle a {
	text-decoration: underline;
	font-weight: bold;
}
.newsSectionItemPreview {
	margin-top: 8px;
}
/* news article */
.statusClearance {
	margin: 0 0 0 29px;
}
.productStatusClearance {
	position: absolute;
	margin-left: 88px;
}
.productStatusNew {
	position: absolute;
}
.miniRosetteHolder {
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 45px;
	height: 42px;
	position: absolute;
	margin: 100px 0 0 97px;
}
.featuredRosetteHolder {
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 45px;
	height: 42px;
	position: absolute;
	margin: 40px 0 0 27px;
}
.mainProductRosetteHolder {
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute; top: 0px; right: 0px;
	width: 86px;
	height: 86px;
}
.rosetteOffer {
	color: #fff;
	padding-top: 28px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.basketRosette {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/custom/images/sticker.png);
	cursor: pointer;
	width: 90px;
	height: 42px;
}
#tipDetails {
	margin-top: 22px;
	height: 75px;
}
.whyBuyBox {
	height: 191px;
	width: 254px;
	border: 2px solid #e5e5e5;
	margin-left: 4px;
	margin-bottom: 8px;
}
.whyBuyTitle {
	background: #e5e5e5;
	margin: 3px;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.whyBuyTitle img {
	padding-right: 15px;
}
.whyBuyInner {
	padding: 2px 10px 8px 10px;
}
.whyBuyInner img {
	float: left;
	padding-top: 3px;
}
.whyBuyInnerText {
	float: right;
	width: 210px;
	font-size: 11px;
}
.whyBuyInnerText span {
	color: #e61111;
	display: block;
	font-weight: bold;
}
.qtyChanger {
	border-bottom: 0 !important;
}
.checkoutProgress {
	float: right;
	width: 400px;
	height: 50px;
	margin: 16px 18px 0 0;
}
.checkoutProgressLogin {
	margin-top: 50px !important;
}
.checkoutProgress table {
	width: 100%;
}
.checkoutProgress table td {
	height: 20px;
}
.checkoutProgress .progbar {
	background: #f6e3e0;
}
.checkoutProgress .progbarfilled {
	background: url(/custom/images/progback.gif) repeat-x;
}
.questions {
	padding-right: 15px;
}
.continueCrumbs {
	padding-top: 10px;
}
.checkoutBrandName {
	font-weight: normal;
	padding-top: 5px;
}
.checkoutCriteria {
	font-size: 10px;
	font-weight: normal;
	padding: 5px 10px 5px 0;
}
.checkoutCriteria span {
	font-weight: bold;
}
.xmasPromo {
	padding: 0 0 10px 5px;
	display: none;
}
.xmasPromoCheckout {
	padding: 10px 0 10px 0;
	display: none;
}
.breadCrumbLeft {
	float: left;
}
.crumbsContainer {
	float: right;
	width: 590px;
}
.crumbsContainer a {
	white-space: nowrap;
}
.crumbsContainer span {
	white-space: nowrap;
}
#fullBackButton {
	margin-bottom: 8px;
}
.redText {
	color: #DF0707;
	font-weight: bold;
}