/* ############################## */
/* ###### GENERAL STYLING ####### */
/* ############################## */

/*	light blue:	#6fb6e7 -> #54a5e5	*/
/*	dark blue:	#1f79b7				*/
/*	dark navy:	#0066c0				*/

@charset "UTF-8";

@import url("//fonts.googleapis.com/css?family=Exo+2:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext");

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
{
	border:0;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
	display:block;
}
html
{
	background:#3d4042;
	font-size:15px;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
}
*, *:before, *:after
{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"open sans", arial, sans-serif;
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	outline:0;
	padding:0;
	text-rendering:optimizeLegibility;
	-webkit-text-stroke:1px transparent;
}
::-moz-focus-inner
{
	border:0 !important;
	margin:0 !important;
	outline:0 !important;
	padding:0 !important;
}
::-moz-selection
{
	background:#3296c8;
	color:#fff;
}
::-webkit-selection
{
	background:#3296c8;
	color:#fff;
}
::selection
{
	background:#3296c8;
	color:#fff;
}
[align="center"], center, .center
{
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align:center !important;
}
[disabled]
{
	cursor:default !important;
}
[hidden], [type="hidden"]
{
	display:none !important;
}
a
{
	color:#0066c0;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
b, code, h1, h2, h3, h4, h5, h6, pre, strong, th, tt
{
	font-weight:700;
}
blockquote, body, img, input, q, textarea
{
	color:#333;
}
blockquote, q
{
	quotes:none;
}
blockquote:after, blockquote:before, q:after, q:before
{
	content:"";
	content:none;
}
body
{
	background:#fff;
	direction:ltr;
	font-weight:400;
	line-height:1.6 !important;
	text-align:left;
}
em, i
{
	font-style:italic;
}
h1, h2, h3, h4, h5, h6, ol, p, pre, ul
{
	display:block;
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family:"exo 2", arial, sans-serif !important;
	color:#333;
}
h1, h2
{
	font-size:28px;
	margin:20px auto 25px;
}
h2
{
	font-size:18px;
	font-weight:400;
}
hr, hr.ruler
{
	background:#ddd;
	color:#ddd;
	height:1px;
	line-height:1px;
	margin:20px auto;
}
img
{
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}
input, select, textarea
{
	padding:3px;
}
input[type="image"]
{
	height:auto !important;
	width:auto !important;
}
input[type="password"], input[type="text"], textarea
{
	border-color:#bcc1c8 #bababa #adb2bb;
	border-radius:2px;
	border-style:solid;
	border-width:1px;
	font-size:13px;
}
input[type="password"], input[type="text"]
{
	height:30px;
	line-height:1;
}
label
{
	cursor:text;
}
ol, ul
{
	list-style-type:decimal;
	margin:0;
	padding:0;
}
sub, sup
{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub
{
	bottom:-0.25em;
}
sup
{
	top:-0.5em;
}
table, table tr td, table tr th
{
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:middle;
}
table
{
	width:100%;
}
table tr td, table tr th
{
	padding:0 15px;
}
ul
{
	list-style-type:disc;
}
.clear
{
	clear:both;
	content:"";
	display:block !important;
	font-size:0;
	height:0 !important;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.emphasis
{
	border-color:#888 !important;
	color:#888 !important;
	font-family:inherit;
}
.error
{
	border-color:#b12704 !important;
	color:#b12704 !important;
	font-family:inherit;
}
.form-error
{
	color:#b12704 !important;
	display:block;
	font-size:13px;
	font-weight:400;
}
.header_warning
{
	background:#b12704;
	display:block;
	left:0;
	margin:0;
	padding:20px 0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:999;
}
.header_warning a
{
	color:#fff;
	text-decoration:underline;
}
.header_warning p
{
	color:#fff;
	font-size:16px;
	font-weight:600;
	margin:0;
	padding:0;
	text-align:center;
}
.header_warning p + p
{
	margin:15px 0 0;
}
.line_detail
{
	display:table;
	font-family:inherit !important;
	font-size:14px;
	font-weight:400;
	line-height:1.5 !important;
	margin:0 0 4px !important;
}
#dialog .line_detail
{
	margin:0 0 8px !important;
}
.line_detail a
{
	color:inherit !important;
}
.line_detail em
{
	font-style:normal;
}
.line_detail > strong
{
	color:#1f79b7;
	display:table-cell;
	font-weight:700 !important;
	width:115px;
}
#dialog .line_detail > strong
{
	color:inherit;
	width:145px;
}
.message_box
{
    background:#ddd;
	border-left:4px solid #555;
    color:#555;
	display:block;
	font-size:14px;
	margin:10px 0px;
	overflow:hidden;
	padding:12px 30px 10px 15px;
	position:relative;
}
.message_box.type_error, input.error
{
/*
    background:#ffbaba;
	border-color:#b12704;
    color:#b12704;
*/
	background:#fbdbcf;
	border-color:#900;
	color:#900;
}
.message_box.type_info
{
/*
    background:#bde5f8;
	border-color:#00529b;
    color:#00529b;
*/
	background:#cfe6fc;
	border-color:#163161;
	color:#163161;
}
.message_box.type_success, input.valid
{
/*
    background:#dff2bf;
	border-color:#4f8a10;
    color:#4f8a10;
*/
	background:#d2f7ad;
	border-color:#363;
	color:#363;
}
.message_box.type_warning
{
/*
    background:#feefb3;
	border-color:#9f6000;
    color:#9f6000;
*/
	background:#fae7a2;
	border-color:#c60;
	color:#c60;
}
.message_box > em.fa
{
	color:inherit;
	cursor:pointer;
	font-size:18px;
	position:absolute;
	right:8px;
	top:7px;
}
.message_box p
{
	color:inherit;
	margin:0;
	overflow:hidden;
}
.message_box p ~ p
{
	margin:10px 0 0;
}
.success
{
	border-color:#363 !important;
	color:#363 !important;
	font-family:inherit;
	font-weight:400;
}
.tip
{
	background:#ebebeb;
	clear:both;
	overflow:hidden;
	padding:9px 15px 10px;
}
.tip strong
{
	font-weight:700 !important;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all
{
	z-index:6;
}
span.review_rating_stars
{
	background:url("/images/review_rating_bw.jpg") top left no-repeat;
	display:inline-block;
	display:none !important;
	height:20px;
	position:relative;
	vertical-align:bottom;
	width:104px;
}
span.review_rating_stars span
{
	background:url("/images/review_rating_colour.jpg") top left no-repeat;
	display:inline-block;
	display:none !important;
	height:20px;
	left:0;
	position:absolute;
	top:0;
}
#loading
{
	background:#fff;
	bottom:0;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:998;
}
#loading div
{
	display:table-cell;
	height:200px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:200px;
}
#loading div img
{
	display:block;
	margin:0 auto;
}
#loading div strong
{
	color:#333;
	display:block;
	font-size:21px;
	font-weight:300;
	line-height:1 !important;
	margin:25px auto 0;
	text-align:center;
}
#preview
{
	background:#fff;
	border:1px solid #ddd;
	border-radius:2px;
	position:absolute;
	z-index:9;
}
#preview em.fa, .preview em.fa
{
	color:#666;
	font-size:15px;
	margin:0 5px 0 0;
	position:relative;
	top:-1px;
}
#preview img
{
	border-radius:2px;
}


/* ############################## */
/* ####### OPACITY EFFECTS ###### */
/* ############################## */

img, #search_results .page_options span
{
	box-shadow:0 0 0 #fff;
}
a:hover img, img:hover
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)" !important;
	filter:alpha(opacity=75) !important;
	-moz-opacity:0.75 !important;
	opacity:0.75 !important;
}
#search_results .page_options span
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)" !important;
	filter:alpha(opacity=25) !important;
	-moz-opacity:0.25 !important;
	opacity:0.25 !important;
}


/* ############################## */
/* ###### TRANSFORM EFFECTS ##### */
/* ############################## */
/*
.category_tiles ul li a:hover img
{
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
*/

/* ############################## */
/* ##### TRANSITION EFFECTS ##### */
/* ############################## */

button, input[type="button"], input[type="password"], input[type="reset"], input[type="submit"], input[type="text"], .button,
a, em.fa, img, header #header_top ul > li div, header #header_top #nss_logo span, nav > ul > li > .dropdown, nav > ul > li > .dropdown ul.nav_bestselling li:first-child + li > a > p,
.display_product_info ul > li > a, .display_product_info ul > li > a > *, .display_product_info ul > li > a *,
.category_tiles ul li a h3, #faqs_tab_content div, #search_results .page_options span, #reviews_tab_content div, #top
{
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}


/* ############################## */
/* ####### MAJOR ELEMENTS ####### */
/* ############################## */

#accessory_brands_cloud
{
	display:block;
	height:200px;
	margin:0 0 0 25px;
	overflow:hidden;
	position:relative;
}
#accessory_brands_cloud > a
{
	display:inline-block;
	float:right;
	margin:25px 0 16px 45px;
	position:relative;
	text-align:center;
}
#accessory_brands_cloud > div
{
	background:#fff;
	border-top:15px solid #fff;
	bottom:0;
	position:absolute;
	text-align:right;
	width:100%;
}
#accessory_brands_cloud > div .button em.fa
{
	margin:0 0 0 5px;
	position:relative;
	top:1px;
}
#buttons
{
	clear:both;
	display:block;
	margin:0 auto;
	min-height:225px;
	width:100%;
}
#buttons h6
{
	font-size:16px;
	font-weight:400;
	margin:0 0 15px 15px;
}
#buttons ul
{
	list-style:none;
	margin:0 auto 20px;
	padding:0 10px;
}
#buttons ul li
{
	display:inline-block;
	margin:0;
	min-width:300px;
	padding:0 0 0 10px;
	position:relative;
	width:33%;
}
#buttons ul li:first-child
{
	padding:0;
}
#buttons ul li a
{
	background:#fff;
	background-position:96% 50%;
	background-repeat:no-repeat;
	border:1px solid #1f79b7;
	display:block;
	height:120px;
	overflow:hidden;
	padding:10px 105px 15px 15px;
	text-decoration:none;
	width:100%;
}
#buttons ul li a h2
{
	font-weight:400;
	margin:0;
	padding:0;
}
#buttons ul li a p
{
	color:#1f79b7;
	font-size:13px;
	height:60px;
	margin:5px 0 10px;
	padding:0;
}
#buttons ul li a em, #buttons ul li a strong, #closing_text p strong, #opening_text p strong
{
	font-style:normal;
	font-weight:400;
	text-decoration:none;
}
#closing_text, #content, #opening_text
{
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:left;
}
#closing_text
{
	clear:both;
}
#content > h1, #opening_text > h1, #closing_text > h1, #product_details > h1, #spare_part_details > h1
{
	font-size:29px;
	font-weight:400;
	line-height:1.2 !important;
	margin:0 0 20px;
}
#content > h2, #opening_text > h2, #closing_text > h2, #product_details > h2, #spare_part_details > h2,
#content > h3, #opening_text > h3, #closing_text > h3, #product_details > h3, #spare_part_details > h3
{
	font-size:20px;
	font-weight:400;
	line-height:1.2 !important;
	margin-bottom:20px;
}
#content h3
{
	font-size:16px;
	margin-bottom:8px;
}
#content ol, #closing_text ol, #opening_text ol, #product_details ol, #spare_part_details ol,
#content ul, #closing_text ul, #opening_text ul, #product_details ul, #spare_part_details ul
{
	padding-left:30px;
}
#content p, #opening_text p, #closing_text p
{
	text-align:left;
}
#content table
{
	width:auto;
}
#opening_text
{
	margin:0 auto 15px;
}
#opening_text.half h1, #opening_text.half h2, #opening_text.half p
{
	clear:left;
	float:left;
	margin:0 0 1em;
	min-width:625px;
	padding:0;
	width:50%;
}
#opening_text.half h1
{
	margin:0 0 20px;
}
#opening_text.half h1 .emphasis
{
	display:block;
	font-size:20px;
	margin:5px 0 0;
}
#opening_text .logo
{
	float:right;
	margin:0 0 25px 25px;
}
#shower_spares, .inner
{
	display:block;
	height:100%;
	margin:0 auto;
	max-width:1280px;
	min-width:990px;
	padding:0 20px;
	position:relative;
	text-align:left;
	width:97.5%;
}
#shower_spares
{
	background:#fff;
	overflow:hidden;
	padding:225px 20px 20px;
}


/* ############################## */
/* ########## BUTTONS ########### */
/* ############################## */

/* SASS:lighten by 18.8%, darken by 7.5% */

.button, button, input[type="button"], input[type="reset"], input[type="submit"]
{
	background:#e7e9ec;
	background:-moz-linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	background:-ms-linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	background:-o-linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f8fa), to(#e7e9ec));
	background:-webkit-linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	background:linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	border-color:#bcc1c8 #bababa #adb2bb;
	border-radius:2px;
	border-style:solid;
	border-width:1px;
	box-shadow:0 1px 0 rgba(255,255,255,0.4) inset;
	color:#111 !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:400;
	height:33px;
	line-height:32px;
	min-width:60px;
	padding:0 15px;
	text-align:center;
	text-decoration:none !important;
}
.button:active, .button:focus, .button:hover,
button:active, button:focus, button:hover,
input[type="button"]:active, input[type="button"]:focus, input[type="button"]:hover,
input[type="reset"]:active, input[type="reset"]:focus, input[type="reset"]:hover,
input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover,
.tabs .tab_strip li a:hover, .tabs .tab_strip li a.selected, #products_of_interest_header:hover, #products_of_interest_header.selected
{
	background:#d2d5db;
	background:-moz-linear-gradient(to bottom, #dfe3eb, #d2d5db);
	background:-ms-linear-gradient(to bottom, #dfe3eb, #d2d5db);
	background:-o-linear-gradient(to bottom, #dfe3eb, #d2d5db);
	background:-webkit-gradient(linear, left top, left bottom, from(#dfe3eb), to(#d2d5db));
	background:-webkit-linear-gradient(to bottom, #dfe3eb, #d2d5db);
	background:linear-gradient(to bottom, #dfe3eb, #d2d5db);
}
.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active
{
	background:#d2d5db;
	box-shadow:0 1px 3px rgba(0,0,0,0.2) inset;
}
.alternate
{
	background:#fb920a !important;
	background:-moz-linear-gradient(to bottom, #fdbc68, #fb920a) !important;
	background:-ms-linear-gradient(to bottom, #fdbc68, #fb920a) !important;
	background:-o-linear-gradient(to bottom, #fdbc68, #fb920a) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#fdbc68), to(#fb920a)) !important;
	background:-webkit-linear-gradient(to bottom, #fdbc68, #fb920a) !important;
	background:linear-gradient(to bottom, #fdbc68, #fb920a) !important;
	border-color:#fb920a #fb920a #db7d04 !important;
}
.alternate:active, .alternate:focus, .alternate:hover
{
	background:#db7d04 !important;
	background:-moz-linear-gradient(to bottom, #fcab43, #db7d04) !important;
	background:-ms-linear-gradient(to bottom, #fcab43, #db7d04) !important;
	background:-o-linear-gradient(to bottom, #fcab43, #db7d04) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#fcab43), to(#db7d04)) !important;
	background:-webkit-linear-gradient(to bottom, #fcab43, #db7d04) !important;
	background:linear-gradient(to bottom, #fcab43, #db7d04) !important;
}
.alternate:active
{
	background:#db7d04 !important;
}
.amazon
{
	background:#f0c14b !important;
	background:-moz-linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
	background:-ms-linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
	background:-o-linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b)) !important;
	background:-webkit-linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
	background:linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
	border-color:#cba957 #bf942a #aa8326 !important;
}
.amazon:active, .amazon:focus, .amazon:hover
{
	background:#edb528 !important;
	background:-moz-linear-gradient(to bottom, #f4d382, #edb528) !important;
	background:-ms-linear-gradient(to bottom, #f4d382, #edb528) !important;
	background:-o-linear-gradient(to bottom, #f4d382, #edb528) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#f4d382), to(#edb528)) !important;
	background:-webkit-linear-gradient(to bottom, #f4d382, #edb528) !important;
	background:linear-gradient(to bottom, #f4d382, #edb528) !important;
}
.amazon:active
{
	background:#edb528 !important;
}
.blue
{
	background:#1f79b7 !important;
	background:-moz-linear-gradient(to bottom, #54a8e2, #1f79b7) !important;
	background:-ms-linear-gradient(to bottom, #54a8e2, #1f79b7) !important;
	background:-o-linear-gradient(to bottom, #54a8e2, #1f79b7) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#54a8e2), to(#1f79b7)) !important;
	background:-webkit-linear-gradient(to bottom, #54a8e2, #1f79b7) !important;
	background:linear-gradient(to bottom, #54a8e2, #1f79b7) !important;
	border-color:#1f79b7 #1f79b7 #196396 !important;
	color:#fff !important;
}
.blue:active, .blue:focus, .blue:hover
{
	background:#196396 !important;
	background:-moz-linear-gradient(to bottom, #3297dd, #196396) !important;
	background:-ms-linear-gradient(to bottom, #3297dd, #196396) !important;
	background:-o-linear-gradient(to bottom, #3297dd, #196396) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#3297dd), to(#196396)) !important;
	background:-webkit-linear-gradient(to bottom, #3297dd, #196396) !important;
	background:linear-gradient(to bottom, #3297dd, #196396) !important;
}
.blue:active
{
	background:#196396 !important;
}
.dark
{
	background:#444c55 !important;
	background:-moz-linear-gradient(to bottom, #72787f, #444c55) !important;
	background:-ms-linear-gradient(to bottom, #72787f, #444c55) !important;
	background:-o-linear-gradient(to bottom, #72787f, #444c55) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#72787f), to(#444c55)) !important;
	background:-webkit-linear-gradient(to bottom, #72787f, #444c55) !important;
	background:linear-gradient(to bottom, #72787f, #444c55) !important;
	border-color:#3d444c #2f353b #2c3137 !important;
	color:#fff !important;
}
.dark:active, .dark:focus, .dark:hover
{
	background:#393f47 !important;
	background:-moz-linear-gradient(to bottom, #666b72, #393f47) !important;
	background:-ms-linear-gradient(to bottom, #666b72, #393f47) !important;
	background:-o-linear-gradient(to bottom, #666b72, #393f47) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#666b72), to(#393f47)) !important;
	background:-webkit-linear-gradient(to bottom, #666b72, #393f47) !important;
	background:linear-gradient(to bottom, #666b72, #393f47) !important;
}
.dark:active
{
	background:#393f47 !important;
}
.tabs .tab_strip li a:hover, .tabs .tab_strip li a.selected, #products_of_interest_header:hover, #products_of_interest_header.selected
{
	background:#54a5e5 !important;
	border-color:#ddd !important;
	color:#fff !important;
}


/* ############################## */
/* ##### JQUERY UI DIALOGS ###### */
/* ############################## */

#dialog
{
	text-align:left;
	z-index:9;
}
#dialog fieldset
{
	border:0;
}
#dialog form[target="remember"]
{
	margin:0 auto 7px;
}
#dialog form[target="remember"] li:first-child + li
{
	margin:10px 0 0;
}
#dialog form[target="remember"] li input
{
	width:100%;
}
#dialog h1
{
	color:#1f79b7;
	font-size:16px;
	margin-bottom:8px;
	margin-top:4px;
}
#dialog p
{
	margin:0 0 10px;
}
#dialog p.last
{
	margin:0;
}
#dialog.centre h1, #dialog.centre p
{
	text-align:center;
}
#dialog ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#dialog.normal_text ul
{
	list-style:inside !important;
	padding:0 0 0 25px !important;
}
#dialog ul li
{
	padding:2px 0;
}
#dialog ul li label
{
	clear:both;
	display:block;
	float:left;
	font-weight:700;
	line-height:22px;
	width:125px;
}
#dialog #error
{
	font-weight:700;
	height:0;
	line-height:25px;
	padding:0 10px;
}


/* ############################## */
/* ########### HEADER ########### */
/* ############################## */

header
{
	background:#54a5e5;
	left:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	z-index:5;
}
header .inner, #breadcrumb_nav .inner
{
	width:100%;
}
header #header_bottom
{
	background:#54a5e5;
	display:none;
	height:36px;
	left:0;
	overflow:hidden;
	position:fixed;
	top:60px;
	width:100%;
	z-index:2;
}
header #header_bottom ul
{
	display:table;
	height:100%;
	list-style:none;
	margin:0 auto;
	padding:0;
}
header #header_bottom ul > li
{
	display:table;
	float:left;
	height:100%;
	position:relative;
}
header #header_bottom ul > li > a
{
	color:#fff;
	display:inline-block;
	font-size:12px;
	font-weight:400;
	height:36px;
	padding:9px 16px;
	text-align:center;
	text-decoration:none !important;
	vertical-align:middle;
}
header #header_bottom ul > li:hover > a, header #header_bottom ul > li > a:hover
{
	color:#333;
}
header #header_bottom ul > li > a > em.fa
{
	font-size:15px;
	margin:0 7px 0 0;
}
header #header_middle
{
	background:#1f79b7;
	box-shadow:0 1px 5px 2px #ececec;
/*	box-shadow:0 1px 5px 2px rgba(0,0,0,0.075); */
	box-shadow:0 2px 3px rgba(0,0,0,0.2) !important;
	height:60px;
	position:relative;
	width:100%;
	z-index:3;
}
header #header_top
{
	background:inherit;
	height:100px;
	margin:0 auto;
	position:relative;
	z-index:4;
}
header #header_top #header_top_wrapper
{
	display:block;
	height:100%;
	padding:0 20px 0 435px;
	position:absolute;
	right:0;
	top:0;
	width:100%;
}
header #header_top ul
{
	border-bottom:1px solid rgba(255,255,255,0.4);
	display:block;
	float:right;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	z-index:5;
}
header #header_top ul#why_buy_header
{
	border:0;
	float:left;
	top:12px;
	width:auto;
	z-index:4;
}
header #header_top ul > li
{
	display:table;
	float:left;
	height:100%;
	position:relative;
}
header #header_top ul#why_buy_header > li
{
	float:right;
}
header #header_top ul > li > a
{
	color:#fff;
	display:table-cell;
	font-size:14px;
	font-weight:500;
	height:100%;
	min-width:100px;
	padding:0 18px;
	position:relative;
	text-align:center;
	text-decoration:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	vertical-align:middle;
	z-index:1;
}
header #header_top ul:first-child > li:first-child > a, header #header_top ul:first-child > li:first-child + li > a
{
	padding:0 35px 0 0;
}
header #header_top ul#why_buy_header > li > a
{
	font-size:11px;
	line-height:1.5;
	overflow:hidden;
	padding:0 30px 0 0;
}
header #header_top ul > li:hover > a, header #header_top ul > li > a:hover
{
	background:#fff;
	color:#333;
}
header #header_top ul:first-child > li:first-child:hover > a, header #header_top ul:first-child > li:first-child > a:hover,
header #header_top ul:first-child > li:first-child + li:hover > a, header #header_top ul:first-child > li:first-child + li > a:hover,
header #header_top ul#why_buy_header > li:hover > a, header #header_top ul#why_buy_header > li > a:hover
{
	background:none;
}
header #header_top ul > li:hover > a > em.fa, header #header_top ul > li > a:hover > em.fa
{
	color:#333 !important;
}
header #header_top ul > li > a > em.fa
{
	font-size:17px;
	margin:0 8px 0 0;
	position:relative;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	top:2px;
}
header #header_top ul#why_buy_header > li > a span
{
	display:table;
	margin:0 auto;
}
header #header_top ul#why_buy_header > li > a span em.fa
{
	font-size:23px;
	margin:0px 10px 0 0;
	position:relative;
	text-align:left;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	top:-3px;
}
header #header_top ul#why_buy_header > li > a span p
{
	display:inline-block;
	line-height:1.35;
	margin:0;
	padding:0;
	text-align:left;
}
header #header_top ul > li:hover div
{
	display:block !important;
/*	opacity:1;
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0);
	transform:translateY(0);
	visibility:visible; */
}
header #header_top ul > li div
{
	background:#fff;
	border:10px solid #fff;
	box-shadow:0 1px 5px 2px #ebebeb;
	box-shadow:0 1px 5px 2px rgba(0,0,0,0.15);
	display:none;
	font-size:13px;
	position:absolute;
	right:0;
	top:39px;
/*	opacity:0;
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	transform:translateY(-15px);
	visibility:hidden; */
}
header #header_top ul > li div p
{
	margin:15px auto;
	padding:0 15px;
	text-align:center;
	width:100%;
}
header #header_top ul > li div p .button
{
	margin:0 10px;
}
header #header_top #nss_logo
{
	display:inline-block;
	float:left;
	height:65px;
	max-height:65px;
	margin:17px 0 0 0;
	overflow:hidden;
	position:relative;
	z-index:4;
}
header #header_top #nss_logo img
{
	display:inline-block;
	float:left;
}
header #header_top #nss_logo span
{
	color:#fff;
	display:inline-block;
	float:left;
	font-family:"exo 2", arial, sans-serif !important;
	font-size:14px;
	font-weight:500;
	height:100%;
	line-height:1.25 !important;
	padding:0 0 0 12px;
	position:relative;
	text-align:center;
	top:-1px;
}
header #header_top #nss_logo span strong
{
	display:block;
	font-family:"exo 2", arial, sans-serif !important;
	font-size:23px;
	font-weight:500;
	line-height:1 !important;
	margin:0 0 6px;
}
header #header_top #nss_logo span .sub
{
	clear:both;
	display:block;
	float:none;
	font-size:12px;
	height:auto;
	letter-spacing:-0.5px;
	margin:4px 0 0;
	position:static;
}
.mini_dropdown
{
	left:50% !important;
	margin-left:-115px;
	min-width:230px !important;
	text-align:left !important;
	right:auto !important;
	width:auto !important;
}
.mini_dropdown > a, .mini_dropdown > section > a
{
	color:#333;
	display:block;
	font-size:13px;
	font-weight:500;
	padding:10px 15px;
	text-decoration:none;
	white-space:nowrap;
}
.mini_dropdown > a:hover, .mini_dropdown > section > a:hover
{
	text-decoration:underline;
}
.mini_dropdown > a > em.fa, .mini_dropdown > section > a > em.fa
{
	color:#54a5e5;
	font-size:16px;
	margin:0 12px 0 0;
	position:relative;
	text-align:center;
	top:1px;
	width:17px;
}
.mini_dropdown > a > img, .mini_dropdown > section > a > img
{
	display:block;
	margin:5px auto 15px;
}
.mini_dropdown > a > p, .mini_dropdown > section > a > p
{
	display:block;
	margin:-2px auto 0 !important;
	text-align:center;
}
#contact_us, #my_account, #shopping_basket
{
	float:right !important;
}
#contact_us
{
	visibility:hidden !important;
}
#shopping_basket > a > em.fa
{
	top:0 !important;
}
#shopping_basket > div, #shopping_basket > .mini_dropdown
{
	left:auto !important;
	margin:0 !important;
	right:0 !important;
}
#search_box
{
	display:block;
	height:100%;
	overflow:hidden;
	padding:12px 0;
	position:relative;
	z-index:2;
}
#search_box input
{
	color:#333;
	display:block;
	float:right;
	font-size:14px;
	height:36px;
	margin:0;
	max-width:380px !important;
	min-width:260px;
	overflow:hidden;
	padding:5px 50px 5px 10px;
	width:100%;
}
#search_box .button
{
	border-radius:0 2px 2px 0 !important;
	display:inline-block;
	font-size:16px;
	height:36px;
	line-height:35px;
	min-width:1px;
	padding:0;
	position:absolute !important;
	right:0 !important;
	top:12px !important;
	width:40px;
}
#trustpilot
{
	bottom:5px;
	display:inline-block;
	position:absolute;
	right:20px;
	text-align:center;
	text-decoration:none !important;
}
#trustpilot img
{
	display:inline-block;
	margin:0 4px;
}
#trustpilot p
{
	color:#fff;
	font-size:13px;
	margin:3px auto 0;
}


/* ############################## */
/* #### MAIN NAVIGATION MENU #### */
/* ############################## */

#admin nav > ul > li
{
	float:left;
	position:relative;
}
nav
{
	float:left;
	height:100%;
	margin:0 25px 0 0;
	position:relative;
	z-index:1;
}
nav > ul
{
	display:table;
	height:100%;
	list-style:none;
	padding:0;
	position:relative;
}
nav > ul > li
{
	display:table;
	float:left;
	height:100%;
}
nav > ul > li > a
{
/*	border-right:1px solid rgba(255,255,255,0.2); */
	color:#fff;
	display:table-cell;
	font-size:14px;
	font-weight:400;
	height:60px;
	line-height:1.35;
	overflow:hidden;
	padding:0 20px;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	vertical-align:middle;
	z-index:5;
}
/*
nav > ul > li:first-child > a
{
	border-left:1px solid rgba(255,255,255,0.2);
}
*/
nav > ul > li:focus > a, nav > ul > li:hover > a
{
	background:#fff;
	color:#1f79b7;
}
nav > ul > li:focus > .dropdown, nav > ul > li:hover > .dropdown
{
	display:block !important;
/*	opacity:1;
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0);
	transform:translateY(0);
	visibility:visible; */
}
nav > ul > li > a > em.fa
{
	font-size:25px;
	position:relative;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	top:1px;
}
nav > ul > li > .dropdown
{
	background:#fff;
	border:10px solid #fff;
	box-shadow:0 1px 5px 2px #ebebeb;
	box-shadow:0 1px 5px 2px rgba(0,0,0,0.15);
	display:none;
	left:0;
	max-width:850px;
	overflow:hidden;
	padding:10px 15px;
	position:absolute;
	top:60px;
/*	opacity:0;
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	transform:translateY(-15px);
	visibility:hidden; */
	width:100%;
	z-index:4;
}
nav > ul > li > .dropdown h4
{
	border-bottom:1px solid #e6e6e6;
	clear:both;
	display:block;
	float:left;
	font-family:inherit !important;
	font-size:15px;
	font-weight:700;
	margin:0 0 10px;
	padding:5px 12px;
	width:100%;
	word-spacing:-1px;
}
nav > ul > li > .dropdown > ul
{
	display:inline-block;
	float:left;
	margin:0;
	padding:0 0 0 25px;
	position:relative;
	width:33%;
	z-index:2;
}
nav > ul > li > .dropdown > ul:first-child
{
	padding:0;
	width:67%;
}
nav > ul > li > .dropdown > ul > li
{
	clear:none;
	display:block;
	float:left;
	line-height:24px;
	overflow:hidden;
	padding:0 0 0 5px;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:50%;
}
nav > ul > li > .dropdown > ul > li:first-child
{
	padding:0;
	width:100% !important;
}
nav > ul > li > .dropdown > ul:first-child > li
{
	clear:none;
	width:50%;
}
nav > ul > li > .dropdown > ul:first-child + ul > li, nav > ul > li > .dropdown > ul:first-child + ul > li:first-child
{
	clear:left;
	width:100%;
}
nav > ul > li > .dropdown > ul > li > a
{
	color:#333;
	font-size:14px;
	display:inline;
	line-height:1.75;
	overflow:hidden;
	padding:0 0 0 5px;
	text-decoration:none;
	text-overflow:ellipsis;
	white-space:nowrap;
}
nav > ul > li > .dropdown > ul:first-child > li > a
{
	line-height:2.2;
}
nav > ul > li > .dropdown#dd1 > ul > li > a
{
	line-height:1.75 !important;
}
nav > ul > li > .dropdown > ul > li > a:hover
{
	color:#0066c0;
	text-decoration:underline;
}
nav > ul > li > .dropdown > ul > li > a > em.fa
{
	margin:0 10px 0 0;
}
/*
nav > ul > li > .dropdown .nav_bestselling_background
{
	left:-75px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
	filter:alpha(opacity=10) !important;
	-moz-opacity:0.1 !important;
	opacity:0.1 !important;
	position:absolute;
	top:150px;
	z-index:1;
}
*/
nav > ul > li.help
{
	
}
nav > ul > li.help > .dropdown.mini_dropdown
{
	border:0 !important;
	left:auto !important;
	margin:0 !important;
	right:0 !important;
	width:auto !important;
}
nav > ul > li.help > .dropdown.mini_dropdown > section
{
	float:left;
}
nav > ul > li.help > .dropdown.mini_dropdown > section ~ section
{
	padding:0 0 0 40px;
}
nav > ul > li.help > .dropdown.mini_dropdown > section > a
{
	display:block;
	padding:10px;
}
nav > ul > li.help > .dropdown.mini_dropdown > section > h5
{
	font-family:inherit !important;
	margin:10px 0;
	padding:0 0 0 10px;
}


/* ############################## */
/* #### TRAIL/BREADCRUMB AREA ### */
/* ############################## */

#breadcrumb_nav
{
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
	left:0;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:160px;
	width:100%;
}
#breadcrumb_nav p
{
	color:#999;
	display:block;
	font-size:11px;
	margin:0;
	overflow:hidden;
	padding:8px 0 6px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#breadcrumb_nav p#shower_spares_finder_link
{
	float:right;
	margin:0 0 0 15px;
	overflow:visible;
}
#breadcrumb_nav p em.fa
{
	margin:0 5px;
}
#breadcrumb_nav p#shower_spares_finder_link em.fa
{
	font-size:10px;
	margin:0 0 0 5px;
}
#breadcrumb_nav p#shower_spares_finder_link strong
{
	font-weight:500;
}


/* ############################## */
/* ##### BRANDS TICKER AREA ##### */
/* ############################## */

#brands
{
	clear:both;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100%;
}
#brands ul
{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#brands ul li
{
	float:left;
	margin:0 30px 0 0;
}


/* ############################## */
/* ########### FOOTER ########### */
/* ############################## */

footer, footer a, footer h6, footer p
{
	color:#fff !important;
	font-size:12px;
	text-decoration:none;
}
footer
{
/*	background:#95a6ba; */
	background:#3d4042;
	margin:0 auto;
	padding:20px 0 0;
	position:relative;
	text-align:left;
	width:100%;
	z-index:3;
}
footer a:hover
{
	color:#fff !important;
	text-decoration:underline;
}
footer .column_wrapper
{
	display:table;
	margin:0 auto;
	padding:20px 0 25px;
	width:100%;
}
footer .column_wrapper ul
{
	display:inline-block;
	float:left;
	list-style:none;
	min-height:150px;
	position:relative;
	padding:0 25px;
	width:25%;
}
footer .column_wrapper ul li
{
	display:block;
	margin:10px 0;
}
footer .column_wrapper ul li em
{
	display:inline-block;
	font-size:14px;
	margin:0 10px 0 0;
	text-align:center;
	width:15px;
}
footer .column_wrapper ul#footer_payment_options li em
{
	font-size:28px;
	width:38px;
}
footer .column_wrapper ul#footer_social_media li em
{
	font-size:28px;
	width:25px;
}
footer .column_wrapper ul li h6
{
	font-size:20px;
	font-weight:600;
	margin:0 0 15px;
	text-transform:uppercase;
}
#legal
{
	border-top:1px solid #fff;
	display:table;
	margin:20px 0 0;
	padding:10px 0;
	position:relative;
	width:100%;
}
#legal .inner
{
	padding:0 45px;
}
#legal img
{
	display:block;
	margin:15px auto 20px;
}
#legal p, #legal p a
{
	color:#fff !important;
	font-size:11px;
}
#legal p
{
	text-align:center;
}
#legal strong
{
	font-weight:400;
}
#top
{
	background:#000;
	background:rgba(0,0,0,0.75);
	border:0;
	border-radius:3px;
	bottom:25px;
	box-shadow:0 -2px rgba(0,0,0,0.1) inset;
	color:#fff;
	cursor:pointer;
	display:none;
	font-size:25px;
	font-weight:900;
	height:60px;
	line-height:1.2;
	overflow:hidden;
	padding:13px;
	position:fixed;
	right:30px;
	text-align:center;
	text-decoration:none;
	width:60px;
	z-index:999;
}
#top:active, #top:focus, #top:hover
{
	background:#54a5e5 !important;
}


/* ############################## */
/* ##### MAJOR ROW ELEMENTS ##### */
/* ############################## */

.row_container
{
	background:#fff;
/*	border-top:1px solid #ddd; */
	height:auto;
	margin:160px auto 0;
	padding:40px 0;
	position:relative;
	width:100%;
	z-index:1;
}
.row_container ~ .row_container
{
	margin:0 !important;
}
.row_container h2
{
	background:#fff;
	display:table;
	font-size:25px;
	font-weight:500;
	margin:0 auto 15px;
	padding:0 15px;
	position:relative;
	text-align:center;
	z-index:2;
}
.row_container h2 + p
{
	color:#888;
	text-align:center;
}
.row_container hr
{
	background:#ddd;
	color:#ddd;
	height:1px;
	left:0;
	line-height:1px;
	margin:0;
	position:relative;
	right:0;
	top:24px;
	width:100%;
	z-index:1;
}
.row_container .black
{
	background:rgba(0,0,0,0.4);
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.row_container .row_left
{
	float:left;
	padding:0 25px 0 0;
	width:50%;
}
.row_container .row_right
{
	float:right;
	padding:0 0 0 25px;
	width:50%;
}
#footer_brands_slider, #footer_recently_viewed
{
	background:#fff !important;
	border-top:1px solid #ddd;
	margin:35px 0 0;
}
#footer_recently_viewed
{
	border:0;
}
#shower_spares ~ #footer_recently_viewed
{
	margin:0;
}
#footer_recently_viewed + #recently_viewed_fixed
{
	background:#000;
	background:rgba(0,0,0,0.75);
	border:0;
	border-radius:3px;
	bottom:25px;
	box-shadow:0 -2px rgba(0,0,0,0.1) inset;
	color:#fff;
	font-size:13px;
	left:25px;
	margin:0;
	padding:5px 8px;
	position:fixed;
	text-align:center;
	text-decoration:none !important;
	width:90px;
	z-index:2;
}
#footer_recently_viewed + #recently_viewed_fixed:active, #footer_recently_viewed + #recently_viewed_fixed:focus, #footer_recently_viewed + #recently_viewed_fixed:hover
{
	background:#54a5e5 !important;
}
#footer_recently_viewed + #recently_viewed_fixed em.fa
{
	display:block;
	margin:0 0 1px;
}
#home_row_bestselling
{
	padding:28px 0 50px;
}
#home_row_boxes
{
	padding:20px 0 10px;
}
#home_row_boxes section
{
	display:inline-block;
	float:left;
	height:230px;
	margin:0 0 10px;
	padding:15px 20px;
	width:50%;
}
#home_row_boxes section div
{
	background:#f0f0f0;
	box-shadow:0 2px 3px #ccc;
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
	display:block;
	height:100%;
	overflow:hidden;
	padding:68px 15px 15px;
	position:relative;
	width:100%;
}
#home_row_boxes section div h3
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:20px;
	font-weight:600;
	left:0;
	margin:0;
	padding:8px 15px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
#home_row_boxes section div p
{
	font-size:14px;
	margin:0 0 15px;
	text-align:center;
}
#home_row_boxes section div#box_delivery p img
{
	display:inline-block;
	margin:0 10px;
}
#home_row_boxes section div#box_help > a img
{
	bottom:0;
	left:20px;
	position:absolute;
}
#home_row_boxes section div#box_help p
{
	padding:0 0 0 240px;
}
#home_row_boxes section div#box_help p strong
{
	display:block;
	font-size:15px;
	margin:0 0 8px;
}
#home_row_boxes section div#box_identify p em.fa
{
	color:#1f79b7;
	font-size:35px;
	margin:0 15px;
}
#home_row_boxes section div#box_identify p em.fa:hover
{
	color:#333;
}
#home_row_boxes section div#box_trustpilot a#trustpilot_link
{
	bottom:14px;
	font-size:13px;
	position:absolute;
	right:15px;
}
#home_row_boxes section div#box_trustpilot a#trustpilot_link em.fa
{
	margin:0 0 0 5px;
	position:relative;
	top:1px;
}
#home_row_boxes section div#box_trustpilot p#review
{
	font-size:13px;
	height:97px;
	margin:0;
	overflow:hidden;
	padding:0 0 0 155px;
	text-align:left;
}
#home_row_boxes section div#box_trustpilot p#review a#trustpilot_logo
{
	display:block;
	margin:0 0 10px;
	text-decoration:none !important;
}
#home_row_boxes section div#box_trustpilot p#review a#trustpilot_logo img
{
	display:inline-block;
	margin:0 5px;
}
#home_row_boxes section div#box_trustpilot p#review em.fa
{
	color:#666;
	font-size:9px;
	margin:0 2px;
	position:relative;
	top:-3px;
}
#home_row_boxes section div#box_trustpilot p#review em.fa[class*="quote-left"]
{
	margin:0 2px 0 0;
}
#home_row_boxes section div#box_trustpilot p#review em.fa[class*="quote-right"]
{
	margin:0 0 0 2px;
}
#home_row_boxes section div#box_trustpilot p#reviewer
{
	display:block;
	left:15px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:center;
	top:68px;
	width:140px;
}
#home_row_boxes section div#box_trustpilot p#reviewer em.fa
{
	background:#54a5e5;
	border-radius:50%;
	color:#fff;
	display:block;
	font-size:40px;
	height:75px;
	margin:5px auto 15px;
	overflow:hidden;
	padding:17px;
	text-align:center;
	width:75px;
}
#home_row_brands
{
	padding:30px 0 40px;
}
#home_row_brands .button
{
	display:table;
	height:33px;
	margin:30px auto 0;
}
#home_row_brands .button em.fa
{
	margin:0 0 0 5px;
	position:relative;
	top:1px;
}
#home_row_brands #brands
{
	background:#fff;
	border-left:25px solid #fff;
	border-right:25px solid #fff;
	margin:40px 0 0;
	padding:0;
}
#home_row_brands #brands ul
{
	margin:0;
	padding:0;
}
#home_row_categories
{
	padding:30px 0;
}
#home_row_shower_spares_finder
{
	overflow:hidden;
}
#home_row_slides
{
	background:#95a6ba; /* AO.com */
	height:300px;
	overflow:hidden;
	padding:0;
}
#home_row_slides .slides_nav
{
	background:#000;
	background:rgba(0,0,0,0.75);
	border:0;
	border-radius:3px;
	box-shadow:0 -2px rgba(0,0,0,0.1) inset;
	color:#fff;
	cursor:pointer;
	display:none;
	font-size:30px;
	font-weight:900;
	height:60px;
	line-height:1.2;
	overflow:hidden;
	padding:13px;
	position:absolute;
	top:120px;
	text-align:center;
	text-decoration:none;
	width:60px;
	z-index:9;
}
#home_row_slides:hover .slides_nav
{
	display:block;
}
#home_row_slides .slides_nav:active, #home_row_slides .slides_nav:focus, #home_row_slides .slides_nav:hover
{
	background:#54a5e5 !important;
}
#home_row_slides .slides_nav.slides_nav_left
{
	left:25px;
}
#home_row_slides .slides_nav.slides_nav_right
{
	right:25px;
}
#home_row_slides #slides
{
	background:#536283;
	height:300px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#home_row_slides #slides > div[id^="slide"]
{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
#home_row_slides #slides > div#slide1
{
	background:url("/images/slide1_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide2
{
	background:url("/images/slide2_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide3
{
	background:url("/images/slide3_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide4
{
	background:url("/images/slide4_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide5
{
	background:url("/images/slide5_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide6
{
	background:url("/images/slide6_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide7
{
	background:url("/images/slide7_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide8
{
	background:url("/images/slide8_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide9
{
	background:url("/images/slide9_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div#slide10
{
	background:url("/images/slide10_1280px.jpg") no-repeat scroll 50% 50%;
}
#home_row_slides #slides > div[id^="slide"] > a:first-child
{
	display:block;
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
}
#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons
{
	bottom:42px;
	left:50px;
	position:absolute;
	z-index:3;
}
#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons .button
{
	font-size:16px;
	font-weight:500;
	height:auto;
	line-height:inherit;
	margin:0 12px 0 0;
	padding:5px 15px;
}
#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons .button em.fa
{
	margin:0 0 0 7px;
	position:relative;
	top:1px;
}
/*
#home_row_slides #slides > section
{
	height:300px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}
#home_row_slides #slides > section > a > img
{
	display:block;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter:alpha(opacity=100) !important;
	left:50%;
	-moz-opacity:1 !important;
	opacity:1 !important;
	position:absolute;
	top:0;
	width:50%;
	z-index:3;
}
#home_row_slides #slides > section > a > img[src*="slider_1"]
{
	width:auto;
}
#home_row_slides #slides > section > .bg
{
	background:#536283;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:50%;
	z-index:1;
}
#home_row_slides #slides > section > .inner
{
	z-index:2;
}
#home_row_slides #slides > section > .inner .cell
{
	height:300px;
	overflow:hidden;
	width:50%;
}
#home_row_slides #slides > section > .inner .cell div
{
	display:table-cell;
	height:300px;
	vertical-align:middle;
}
#home_row_slides #slides > section > .inner .cell h1
{
	background:#3f4963;
	background:rgba(0,0,0,0.25);
	border-radius:5px;
	color:#fff;
	display:inline-block;
	font-size:31px;
	margin:0;
	padding:3px 15px 5px;
}
#home_row_slides #slides > section > .inner .cell img
{
	margin:25px 5px 0 10px;
}
#home_row_slides #slides > section > .inner .cell p
{
	color:#fff;
	font-family:"exo 2", arial, sans-serif !important;
	font-size:19px;
	margin:15px 0 0;
}
#home_row_slides #slides > section > .inner .cell p ~ p
{
	margin:0;
}
#home_row_slides #slides > section > .inner .cell p span
{
	display:inline-block;
	font-family:inherit;
	font-size:18px;
	margin:0 0 0 10px;
}
#home_row_slides #slides > section > .inner .cell p span em.fa
{
	font-size:16px;
	margin:0 7px 0 0;
	position:relative;
	top:-1px;
}
#home_row_slides #slides > section > .inner .cell .button
{
	font-size:16px;
	font-weight:500;
	height:auto;
	line-height:inherit;
	margin:25px 12px 0 0;
	padding:5px 15px;
}
#home_row_slides #slides > section > .inner .cell .button em.fa
{
	margin:0 0 0 7px;
	position:relative;
	top:1px;
}
*/


/* ############################## */
/* #### SHOWER SPARES FINDER #### */
/* ############################## */

#shower_spares_finder
{
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
	display:block;
	margin:0 3px;
	overflow:hidden;
}
#shower_spares_finder.ssf_condensed
{
	border:1px solid #ddd;
	box-shadow:none;
	float:right;
	margin:0 0 25px 25px;
	width:500px;
}
#shower_spares_finder .button
{
	margin:2px 0 0;
	vertical-align:middle;
	width:100%;
}
#shower_spares_finder .button:first-child
{
	margin-bottom:20px;
}
#shower_spares_finder.ssf_condensed .button
{
	float:left;
	margin:0 0 0 10px;
	width:223px;
}
#shower_spares_finder.ssf_condensed .button:first-child
{
	margin:0 10px 0 0;
}
#shower_spares_finder .button em.fa
{
	margin:0 8px 0 0;
}
#shower_spares_finder .number
{
	background:#e6e6e6;
	border-radius:50%;
	color:#333;
	display:none;
	font-size:12px;
	font-weight:700;
	left:4px;
	padding:2px 8px;
	position:absolute;
	text-align:center;
	top:5px;
}
#shower_spares_finder.ssf_condensed .number
{
	display:inline-block;
}
#shower_spares_finder form
{
	background:#e6e6e6;
	display:block;
	height:120px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100%;
}
#shower_spares_finder.ssf_condensed form
{
	height:auto;
}
#shower_spares_finder form ul
{
	display:table;
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#shower_spares_finder form ul li
{
	display:table;
	float:left;
	height:100%;
	margin:0;
	padding:15px 20px;
	position:relative;
	vertical-align:middle;
	width:20%;
}
#shower_spares_finder.ssf_condensed form ul li
{
	height:auto;
	padding:12px 16px;
	width:50%;
}
#shower_spares_finder.ssf_condensed form ul li:first-child, #shower_spares_finder.ssf_condensed form ul li:first-child + li + li
{
	border-right:1px solid #ddd;
}
#shower_spares_finder.ssf_condensed form ul li:first-child + li + li, #shower_spares_finder.ssf_condensed form ul li:first-child + li + li + li + li
{
	clear:both;
}
#shower_spares_finder.ssf_condensed form ul li:first-child + li + li, #shower_spares_finder.ssf_condensed form ul li:first-child + li + li + li, #shower_spares_finder.ssf_condensed form ul li:first-child + li + li + li + li
{
	border-top:1px solid #ddd;
}
#shower_spares_finder.ssf_condensed form ul li:first-child + li + li + li + li
{
	width:100%;
}
#shower_spares_finder form ul li select
{
	border:1px solid #ccc;
	border-radius:2px;
	height:35px;
	line-height:35px;
	padding:7px 10px;
	width:100%;
}
#shower_spares_finder form ul li select option
{
	padding:1px 0 1px 8px;
}
#shower_spares_finder form ul li select option[value="0"]
{
	display:block !important;
	font-style:italic;
	font-weight:700;
	margin:0 0 12px;
}
#shower_spares_finder h2
{
	background:#fb920a;
	color:#333 !important;
	border-bottom:5px solid #db7d04;
	display:block;
	font-size:21px;
	font-weight:500;
	margin:0;
	min-width:500px;
	padding:5px 20px 4px;
	position:relative;
	text-align:center;
	width:100%;
	z-index:2;
}
#shower_spares_finder.ssf_condensed h2
{
	font-size:17px;
}
#shower_spares_finder h2 em.fa
{
	margin:0 10px 0 0;
	position:relative;
	top:-1px;
}
#shower_spares_finder p
{
	color:#555;
	display:table;
	font-size:11px;
	margin:15px 0 0;
	text-align:left;
}
#shower_spares_finder.ssf_condensed p
{
	margin:10px 0 0;
}
#shower_spares_finder p em.fa
{
	float:left;
	font-size:20px;
	margin:0;
	padding:9px 10px 0;
	text-align:center;
}
#shower_spares_finder.ssf_condensed p em.fa
{
	display:none !important
}
#shower_spares_finder p span
{
	display:block;
	margin:0;
	padding:0 0 0 35px;
}
#shower_spares_finder.ssf_condensed p span
{
	padding:0 0 0 10px;
}


/* ############################## */
/* ####### CATEGORY TILES ####### */
/* ############################## */

.category_tiles
{
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
}
.category_tiles h2
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:17px;
	font-weight:600;
	left:0;
	margin:0 auto;
	padding:6px 10px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
.category_tiles ul
{
	display:table;
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.category_tiles ul#shower_manufacturers
{
	margin:25px auto 0;
}
.category_tiles ul#spares_listings
{
	border:1px solid #ddd;
	margin:0 auto;
	padding:48px 0 0;
}
.category_tiles ul li
{
	display:block;
	float:left;
	height:215px;
	margin:0 0 15px;
	overflow:hidden;
	padding:5px 10px 10px;
	position:relative;
	width:20%;
}
.category_tiles ul#shower_manufacturers li
{
	height:190px;
}
.category_tiles ul#spares_listings li
{
	margin:0;
	width:25%;
}
.category_tiles ul li a
{
	background:#fff;
	box-shadow:none;
	display:inline-block;
	height:100%;
	margin:0;
	padding:5px 0 8px;
	position:relative;
	text-decoration:none;
	width:100%;
}
.category_tiles ul#shower_manufacturers li a
{
	border-color:#bcc1c8 #bababa #adb2bb;
	border-style:solid;
	border-width:1px;
}
.category_tiles ul li a:hover
{
	border-color:#54a5e5 !important;
/*	box-shadow:0 0 3px 1px rgba(0,0,0,0.15); */
	box-shadow:0 0 3px 1px #54a5e5;
}
.category_tiles ul li a img
{
	display:block;
	margin:0 auto;
}
.category_tiles ul#shower_manufacturers li a img
{
	margin:12px auto 5px;
}
.category_tiles ul li a h3
{
	color:#333;
	display:block;
	font-family:inherit !important;
	font-size:15px !important;
	font-weight:500;
	margin:0 auto !important;
	overflow:hidden;
	padding:5px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
	z-index:1;
}
.category_tiles ul li a:hover h3, .category_tiles ul li a:hover h3 em.fa
{
	color:#0066c0;
}
.category_tiles ul li a h3 em.fa
{
	color:#999;
	margin:0 0 0 5px;
	position:relative;
	top:1px;
}


/* ############################## */
/* #### BASKET/CHECKOUT PAGES ### */
/* ############################## */

form#basket_frm
{
	display:block;
	margin:30px 0 0;
	overflow:hidden;
}
form#basket_frm + #security_logos
{
	background:#fff;
	border:1px dotted #ddd;
	border-radius:5px;
	display:inline-block;
	height:55px;
	left:0;
	padding:7px;
	position:absolute;
}
form fieldset.checkout_payment
{
	clear:left;
	float:left;
	margin-left:13px;
	padding-top:12px;
	text-align:center;
	width:100%;
}
form fieldset.triple
{
	float:left;
	padding:0 15px;
	width:33.33334% !important;
}
form fieldset.triple:only-of-type
{
	float:none;
	margin:0 auto;
}
form fieldset div
{
	background:#f5f5f5;
	border:1px solid #ddd;
	height:100%;
	margin:25px 0;
	padding:60px 25px 10px;
	position:relative;
	width:100%;
}
form fieldset div h3
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:17px;
	font-weight:500;
	left:0;
	margin:0;
	padding:5px 10px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
form fieldset div h3 em.fa
{
	margin:0 10px 0 0;
}
form fieldset div img
{
	display:block;
	margin:0 auto;
}
form fieldset div input[type="password"], form fieldset div input[type="text"], form fieldset div textarea
{
	font-size:14px;
	height:32px;
	line-height:1;
	padding:0 5px;
	width:100%;
}
form fieldset div input[type="reset"], form fieldset div input[type="submit"], form fieldset div .button
{
	display:block;
	margin:0 auto;
}
form fieldset div ul
{
	list-style:none;
	overflow:hidden;
	padding:0 !important;
}
form fieldset div ul li
{
	display:block;
	margin:0 0 15px;
	width:100%;
}
form fieldset div ul li.gap
{
	margin:0 auto 4px !important;
}
form fieldset div ul li label
{
	display:block;
	font-size:14px;
	font-weight:500;
	margin:0 0 3px;
}
form fieldset div p
{
	text-align:center !important;
}
form fieldset div h3 + p
{
	margin-top:0;
}
form fieldset div textarea
{
	height:auto;
	line-height:1.65;
	max-width:600px;
	min-width:100%;
	min-height:150px;
	padding:3px 5px;
}
form fieldset div .button em.fa
{
	margin:0 10px 0 0;
}
p.voucher
{
	margin-top:-10px;
	padding-bottom:15px;
}
p.voucher strong
{
	color:#1f79b7;
}
table.basket
{
	width:100% !important;
}
table.basket input
{
	height:33px;
	line-height:1;
	text-align:center;
	width:33px;
}
table.basket td, table.basket th
{
	border-bottom:1px dotted #ddd;
	padding:10px 15px;
	text-align:center;
}
table.basket th
{
	background:#fff;
	white-space:nowrap;
}
table.basket td:first-child, table.basket td:first-child + td + td + td,
table.basket th:first-child, table.basket th:first-child + th + th + th
{
	text-align:center;
}
table.basket td:first-child + td, table.basket th:first-child + th
{
	text-align:left;
}
table.basket td:first-child + td + td, table.basket td:first-child + td + td + td + td,
table.basket th:first-child + th + th, table.basket th:first-child + th + th + th + th
{
	text-align:right;
}
table.basket td > .button[onclick~="remove"]
{
	min-width:30px;
	width:40px;
}
table.basket tr:hover
{
	background:#f5f5f5;
}
table.basket .discount, table.basket .checkout, table.basket .totals
{
	background:#fff !important;
}
table.basket .checkout td
{
	border:0;
	padding:20px 15px;
	text-align:right;
}
table.basket .discount
{
	color:#b12704 !important;
}
table.basket .totals td
{
	border:0;
}
table.basket .totals td:first-child + td, table.basket .totals td:first-child + td + td
{
	border-bottom:1px dotted #ddd;
	text-align:right;
}
.button.empty_basket em.fa
{
	margin:0 0 0 7px;
}
.button.order_complete
{
	display:inline-block;
	margin:10px 15px 0 0;
}
.button.order_complete em.fa
{
	font-size:16px;
	margin:0 10px 0 0;
	position:relative;
	top:1px;
}
.estimated_delivery
{
	color:#b12704;
	display:block;
	font-size:14px;
	font-weight:400;
	margin:3px 0 0 18px;
}
.extra_delivery_info
{
	display:block;
	font-size:12px;
	margin:3px 0 0 18px;
}
.mini_shopping_basket
{
	margin:0 auto;
	width:100%;
}
.mini_shopping_basket#msb_just_added
{
	margin:0 auto 15px;
}
.mini_shopping_basket tr
{
	border-top:1px dotted #ddd !important;
}
.mini_shopping_basket tr:first-child, .mini_shopping_basket tr:first-child + tr
{
	border:0 !important;
}
.mini_shopping_basket tr:hover
{
	background:#f5f5f5;
}
.mini_shopping_basket tr td, .mini_shopping_basket tr th
{
	max-width:225px;
	min-width:50px;
	padding:10px 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mini_shopping_basket#msb_just_added tr td, .mini_shopping_basket#msb_just_added tr th
{
	max-width:350px;
}
.mini_shopping_basket tr td
{
	text-align:right;
}
.mini_shopping_basket tr td:first-child + td
{
	text-align:left;
}
.mini_shopping_basket tr td:first-child, .mini_shopping_basket tr td:first-child + td + td + td
{
	text-align:center;
}
.mini_shopping_basket tr th
{
	background:#fff;
	font-size:16px;
	font-weight:600;
	padding-bottom:15px;
}
.mini_shopping_basket#msb_just_added tr th
{
	font-size:14px;
	font-weight:400;
	padding:5px 0 15px;
}
#basket_offers
{
	border-left:1px dotted #999;
	float:right;
	margin:0 0 0 20px;
	overflow:hidden;
	padding:10px 0 15px 15px;
	width:205px;
}
#basket_offers > a
{
	display:block;
	text-align:center;
}
#basket_offers > a ~ a, #basket_offers > a ~ #basket_upselling
{
	margin:20px 0 0;
}
#basket_offers > a img
{
	display:block;
	margin:0 auto 5px;
}
#basket_offers > a .button
{
	font-size:12px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#basket_offers > h2
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:16px;
	line-height:1.4 !important;
	padding:5px 8px 8px;
	margin:0 auto 15px;
	text-align:center;
}
#delivery_options
{
	background:#f0f0f0;
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
	display:block;
	margin:25px 3px 5px;
	overflow:hidden;
	padding:50px 20px 10px;
	position:relative;
}
#delivery_options > h2
{
	background:#1f79b7;
	color:#fff;
	border-bottom:5px solid #54a5e5;
	display:block;
	font-size:20px;
	font-weight:500;
	left:0;
	margin:0;
	min-width:500px;
	padding:5px 20px;
	position:absolute;
	top:0;
	width:100%;
}
#delivery_options > h2 em.fa
{
	margin:0 10px 0 0;
}
#spend
{
	display:inline-block;
	float:right;
	font-size:13px;
	overflow:hidden;
	position:relative;
	text-align:right;
	text-overflow:ellipsis;
	top:10px;
	white-space:nowrap;
}


/* ############################## */
/* ###### MY ACCOUNT PAGES ###### */
/* ############################## */

table#summary
{
	margin:20px auto 0;
	width:100%;
}
table#summary tr
{
	background:#fff;
}
table#summary tr:nth-child(2n+1)
{
	background:#f9f9f9;
}
table#summary tr:hover
{
	background:#f5f5f5;
}
table#summary tr em.fa
{
	margin:0 10px 0 0;
}
table#summary tr td, table#summary tr th
{
	overflow:hidden;
	padding:10px;
	text-align:left;
	text-overflow:ellipsis;
	white-space:nowrap;
}
table#summary tr td:last-of-type, table#summary tr th:last-of-type
{
	text-align:center;
}
table#summary tr td
{
	border-top:1px dotted #ddd;
}
table#summary tr th
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-family:inherit !important;
	font-size:15px;
	font-weight:700;
}


/* ############################## */
/* ###### BESTSELLERS PAGE ###### */
/* ############################## */

#bestsellers
{
	list-style:none;
	padding:0 !important;
	text-align:left;
}
#bestsellers > li
{
	display:block;
	float:left;
	height:145px;
	overflow:hidden;
	padding:0 20px 0 0;
	position:relative;
	width:50%;
}
#bestsellers > li.bestsellers_header
{
	background:#f4f4f0;
	border:0;
	clear:both;
	font-size:20px;
	height:auto;
	margin:15px 0 5px;
	padding:7px 15px;
	width:100%;
}
#bestsellers > li.bestsellers_header:first-child
{
	margin:15px 0 10px;
}
#bestsellers > li.bestsellers_header + li
{
	clear:both;
}
#bestsellers a
{
	display:block;
	text-decoration:none;
}
#bestsellers > li > a
{
	height:57px;
}
#bestsellers h2
{
	font-size:16px;
	font-weight:600;
}
#bestsellers img
{
	border:2px solid #ddd;
	float:left;
	margin:0 15px 15px 0;
}
#bestsellers p
{
	margin:3px 0;
}
#bestsellers .price
{
	color:#278165 !important;
	font-size:14px !important;
	margin:-15px 0 3px !important;
}
#bestsellers .price > strong
{
	display:inline !important;
	font-size:inherit !important;
}
#bestsellers .quantity
{
	bottom:25px;
	left:117px;
	position:absolute;
}
#bestsellers .quantity a, #bestsellers .quantity input
{
	display:inline-block;
	font-size:13px;
	height:30px;
	line-height:1;
	text-align:center;
	width:30px;
}
#bestsellers .quantity a
{
	font-weight:700;
	position:relative;
	top:1px;
	width:130px;
}
#bestsellers .rrp
{
	font-size:12px;
}
#bestsellers .review_rating, #bestsellers .sales
{
	display:inline;
}
#bestsellers .sales
{
	bottom:24px;
	left:310px;
	position:absolute;
}
#bestsellers_links
{
	list-style:none !important;
	padding:0 !important;
}
#bestsellers_links li
{
	display:block;
	float:left;
	margin:0 34px 0 0;
	width:100px;
}
#bestsellers_links li:before
{
	content:"\2022 ";
	white-space:pre;
}


/* ############################## */
/* ######### CONTACT US ######### */
/* ############################## */

#contact_block
{
	clear:left;
	float:left;
	width:auto;
}
#contact_block tr td
{
	padding:0;
	vertical-align:top;
}
#contact_block tr td:first-child
{
	padding:0 70px 0 0;
}
#contact_block tr td:first-child + td
{
	width:auto;
}
#contact_block tr td p
{
	margin:0;
}
#contact_block tr td p ~ p
{
	margin:25px 0 0;
}
#contact_block tr td p em.fa
{
	display:none;
	margin:0 7px 0 2px;
}
#contact_block tr td p strong
{
	display:block;
}
#contact_block tr td p strong + a
{
	color:inherit;
}


/* ############################## */
/* ###### HELP IDENTIFYING ###### */
/* ############################## */

#hiys_methods
{
	clear:left;
	float:left;
	width:auto;
}
#hiys_methods tr td
{
	padding:0 15px 30px;
}
#hiys_methods tr td section
{
	background:#1f79b7;
	color:#fff;
	height:342px;
	overflow:hidden;
	padding:20px 25px;
	text-align:center;
	vertical-align:middle;
}
#hiys_methods tr td section a
{
	color:inherit;
	font-weight:700;
	text-decoration:none;
}
#hiys_methods tr td section a:hover
{
	text-decoration:underline;
}
#hiys_methods tr td section em.fa
{
	font-size:65px;
	margin:0 0 8px;
}
#hiys_methods tr td section h2
{
	color:#fff;
	display:inline-block;
	font-size:28px;
	margin:0 0 0 15px;
	position:relative;
	text-align:center;
	top:-10px;
}
#hiys_methods tr td section p
{
	border-top:1px dotted #fff;
	margin:10px 0;
	padding:10px 0 0;
	text-align:center !important;
}


/* ############################## */
/* #### DISPLAY PRODUCT INFO #### */
/* ############################## */

.display_product_info
{
	display:block;
	margin:0 auto;
	padding:0;
	position:relative;
}
.display_product_info ul
{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	width:100%;
}
.display_product_info ul > li
{
	background:#fff;
	border-left:1px dotted #ddd;
	float:left;
	overflow:hidden;
	padding:15px;
	position:relative;
	width:20%;
}
.display_product_info ul > li:first-child
{
	border:0;
}
.display_product_info ul > li > a, #packages_tab_content ul > li > .package
{
	display:block;
	font-size:15px;
	height:362px;
	line-height:1.6 !important;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:100%;
}
.display_product_info ul > li > a:hover, .display_product_info ul > li > a:hover > *, .display_product_info ul > li > a:hover *
{
	color:#0066c0 !important;
}
.display_product_info ul > li > a img
{
	display:block;
	margin:0 auto;
}
.display_product_info ul > li > a img.manufacturer_logo
{
	display:none !important;
	position:absolute;
	right:0;
	top:-25px;
	z-index:1;
}
.display_product_info ul > li > a h2, .display_product_info ul > li > a p
{
	color:inherit;
	display:block;
	font-family:inherit !important;
	font-size:15px;
	font-weight:400;
	height:99px;
	left:0;
	margin:0 auto;
	overflow:hidden;
	padding:0 5px;
	position:absolute;
	text-align:center;
	top:164px;
	white-space:normal !important;
	width:100%;
	z-index:2;
}
.display_product_info ul > li > a h2 > .manufacturer
{
	color:#888;
	display:block;
	font-size:14px;
	margin:2px 0 0;
}
.display_product_info ul > li > a p.price
{
	color:#333;
	display:block;
	font-size:20px;
	height:auto !important;
	text-align:center !important;
	top:276px;
}
.display_product_info ul > li > a p.price > strong
{
	color:#b12704;
	display:block;
	font-size:23px;
	font-weight:600;
}
.display_product_info ul > li > a p.price > .vat
{
	color:#888;
	display:block;
	font-size:14px;
}
.display_product_info ul > li > a p.price > .vat > strong
{
	display:inline-block;
	font-weight:400;
	margin:0 0 0 5px;
}
.display_product_info ul > li > section
{
	height:33px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	text-align:center;
	white-space:nowrap;
}
.display_product_info ul > li > section input
{
	float:left;
	font-size:13px !important;
	height:33px;
	line-height:1;
	margin:0 10px 0 0;
	text-align:center;
	width:45px;
}
.display_product_info ul > li > section p.error
{
	background:#f5f5f5;
	border:1px solid #ddd !important;
	border-radius:2px;
	color:#333 !important;
	font-size:13px;
	font-weight:400;
	height:33px;
	line-height:32px;
	margin:0;
	overflow:hidden;
	padding:0 15px;
}
.display_product_info ul > li > section p.error a
{
	color:#333 !important;
	text-decoration:none !important;
}
.display_product_info ul > li > section p.error em.fa
{
	margin:0 10px 0 0;
}
.display_product_info ul > li > section .button
{
	display:block;
	margin:0 auto;
	overflow:hidden;
}
.display_product_info ul > li > section .button em.fa
{
	margin:0 10px 0 0;
}
.button.add_to_basket em.fa
{
	margin:0 10px 0 0;
	position:relative;
	top:-1px;
}
.nav_bestselling ul > li, #basket_upselling ul > li, #recently_viewed ul > li
{
	padding:10px 15px 0;
	width:100%;
}
.nav_bestselling ul > li > a, #basket_upselling ul > li > a, #recently_viewed ul > li > a
{
	height:223px;
}
.nav_bestselling ul > li > a h2, .nav_bestselling ul > li > a p,
#basket_upselling ul > li > a h2, #basket_upselling ul > li > a p,
#recently_viewed ul > li > a h2, #recently_viewed ul > li > a p
{
	font-size:14px;
	height:70px;
	top:104px;
}
.nav_bestselling ul > li > a p.price, #basket_upselling ul > li > a p.price, #recently_viewed ul > li > a p.price
{
	top:180px;
}
.nav_bestselling ul > li > a p.price > strong, #basket_upselling ul > li > a p.price > strong, #recently_viewed ul > li > a p.price > strong
{
	font-size:20px;
}
.nav_bestselling ul > li > a p.price > .vat, #basket_upselling ul > li > a p.price > .vat, #recently_viewed ul > li > a p.price > .vat
{
	display:none;
}
#basket_upselling ul > li
{
	border:0;
	width:100%;
}
#basket_upselling ul > li ~ li
{
	margin:15px 0 0;
}
#recently_viewed
{
	background:#f0f0f0;
}
#recently_viewed ul > li
{
	width:20%;
}


/* ############################## */
/* #### SPECIAL OFFER FLASHES ### */
/* ############################## */

.clearance, .deal_of_the_month, .new, .sale
{
	height:68px;
	left:0;
	position:absolute;
	top:0;
	width:119px;
	z-index:1;
}
.clearance
{
	background:url("/images/offer_clearance.png") 0 0 no-repeat;
}
.deal_of_the_month
{
	background:url("/images/offer_deal.png") 0 0 no-repeat;
}
.new
{
	background:url("/images/offer_new.png") 0 0 no-repeat;
}
.sale
{
	background:url("/images/offer_sale.png") 0 0 no-repeat;
}
.nav_bestselling .clearance, .nav_bestselling .deal_of_the_month, .nav_bestselling .new, .nav_bestselling .sale,
#basket_upselling .clearance, #basket_upselling .deal_of_the_month, #basket_upselling .new, #basket_upselling .sale,
#recently_viewed .clearance, #recently_viewed .deal_of_the_month, #recently_viewed .new, #recently_viewed .sale
{
	left:-12px;
	top:-18px;
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
}
#popular_shower_spares .clearance, #popular_shower_spares .deal_of_the_month, #popular_shower_spares .new, #popular_shower_spares .sale,
#product_replacements_tab_content .clearance, #product_replacements_tab_content .deal_of_the_month, #product_replacements_tab_content .new, #product_replacements_tab_content .sale,
#products_of_interest .clearance, #products_of_interest .deal_of_the_month, #products_of_interest .new, #products_of_interest .sale,
#search_results .clearance, #search_results .deal_of_the_month, #search_results .new, #search_results .sale
{
	left:-10px;
	top:-20px;
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}


/* ############################## */
/* ##### SEARCH RESULTS ETC ##### */
/* ############################## */

#search_results
{
	margin:0 auto;
	overflow:hidden;
}
#search_results input, #search_results select
{
	font-size:13px;
	padding:0 5px;
}
#search_results ul, #packages_tab_content ul, #products_of_interest ul, #product_replacements_tab_content ul
{
	background:#f0f0f0;
	border-left:1px dotted #ddd;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#search_results ul > li, #packages_tab_content ul > li, #products_of_interest ul > li, #product_replacements_tab_content ul > li
{
	border:1px dotted #ddd;
	border-left:0;
	border-top:0;
	padding:25px 15px 15px;
	width:25%;
}
#search_results ul > li > a, #packages_tab_content ul > li > a, #products_of_interest ul > li > a, #product_replacements_tab_content ul > li > a
{
	height:421px;
}
#search_results ul > li > a img[src*="image_missing"], #packages_tab_content ul > li > a img[src*="image_missing"], #products_of_interest ul > li > a img[src*="image_missing"], #product_replacements_tab_content ul > li > a img[src*="image_missing"]
{
	border:20px solid #fff;
}
#search_results ul > li > a h2, #search_results ul > li > a p,
#packages_tab_content ul > li > a h2, #packages_tab_content ul > li > a p,
#products_of_interest ul > li > a h2, #products_of_interest ul > li > a p,
#product_replacements_tab_content ul > li > a h2, #product_replacements_tab_content ul > li > a p
{
	height:100px;
	padding:0 10px;
	top:224px;
}
#search_results ul > li > a p.price, #packages_tab_content ul > li > a p.price, #products_of_interest ul > li > a p.price, #product_replacements_tab_content ul > li > a p.price
{
	top:335px;
}
#search_results .header, #search_results .footer, #spare_parts .header, #spare_parts .footer
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:15px;
	padding:9px 15px 10px;
	text-align:center;
}
#search_results .footer, #spare_parts .footer
{
	border:0;
	clear:both;
	margin-bottom:40px;
	overflow:hidden;
}
#search_results .footer
{
	margin:0;
}
#search_results .page_options
{
	float:left;
	text-align:left;
}
#search_results .page_options a, #search_results .page_options span
{
	display:block;
	float:left;
	height:20px;
	line-height:19px;
	margin:3px 5px 0 0;
	min-width:1px;
	padding:0 10px;
}
#search_results .page_options span
{
	pointer-events:none;
}
#search_results .page_options select
{
	float:left;
	height:20px;
	margin:3px 5px 0 1px;
}
#search_results .order_options
{
	float:right;
	text-align:right;
}
#search_results .order_options select
{
	height:20px;
}
#filters + #search_results, #filters + #sidebar + #search_results
{
	margin-top:0;
}
#filters + #search_results ul > li, #filters + #sidebar + #search_results ul > li
{
	width:33.33334% !important;
}


/* ############################## */
/* ### SEARCH/CATEGORY FILTERS ## */
/* ############################## */

#filters, #sidebar
{
	float:left;
	margin:0 20px 0 0;
	width:190px;
}
#filters form
{
	position:relative;
}
#filters form select
{
	border:1px solid #ddd;
	font-size:13px;
	height:30px;
	left:-1px;
	position:absolute;
	top:0;
	width:190px;
}
#filters form select option
{
	display:block;
	font-size:14px;
	margin:1px 0;
}
#filters ul
{
	list-style:none;
}
#filters ul li
{
	background:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	display:block;
	height:30px;
	line-height:30px;
	z-index:1;
}
#filters ul li a
{
	color:#666;
	display:block;
	font-size:13px;
	height:100%;
	overflow:hidden;
	padding:0 10px;
	text-decoration:none;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#filters ul li a:hover, #filters ul li a.selected, #filters ul li a.selected:hover
{
	background:#eee;
	color:#111;
}
#filters ul li a em.fa
{
	font-size:15px;
	left:1px;
	margin:0 7px 0 0;
	position:relative;
	text-align:left;
	top:1px;
	width:15px;
}
#filters ul li.header
{
	background:#1f79b7;
	border:0;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:15px;
	font-weight:700;
	height:40px;
	line-height:28px;
	padding:5px 10px;
	z-index:0;
}
#filters ul li.last
{
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}


/* ############################## */
/* ########## SIDEBAR ########### */
/* ############################## */

#sidebar
{
	margin:0 20px 25px 0;
}
#filters + #sidebar
{
	clear:both;
}
#product_details #sidebar
{
	margin-right:0;
	width:260px;
}
#spare_part_details ~ #sidebar
{
	margin-top:0;
}
#sidebar.sidebar_right
{
	clear:none !important;
	float:right;
	margin:0 0 0 20px;
}
#sidebar section
{
	background:#f0f0f0;
	border:1px solid #ddd;
	display:block;
	margin:25px 0 0;
	min-height:150px;
	overflow:hidden;
	padding:50px 10px 10px;
	position:relative;
}
#sidebar section:first-child
{
	margin:0;
}
#sidebar section h3
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:15px;
	font-weight:700;
	left:0;
	margin:0;
	padding:6px 10px 4px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
#sidebar section > .button.blue
{
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
}
#sidebar section > .button.blue em.fa
{
	margin:0 0 0 5px;
	position:relative;
	top:1px;
}
#sidebar section#sidebar_contact
{
	padding-bottom:45px;
	text-align:center;
}
#sidebar section#sidebar_contact div
{
	margin:10px 0 0;
}
#sidebar section#sidebar_contact div a em.fa
{
	color:#54a5e5;
	font-size:30px;
	margin:0 7px;
}
#sidebar section#sidebar_contact div a:hover em.fa
{
	color:#1f79b7;
}
#sidebar section#sidebar_contact p
{
	margin:0 0 2px;
}
#sidebar section#sidebar_contact p a
{
	color:#333;
	font-size:13px;
}
#sidebar section#sidebar_contact p a[href*="tel"]
{
	font-size:19px;
}
#sidebar section#sidebar_help
{
	padding-bottom:33px;
}
#sidebar section#sidebar_help img
{
	display:block;
	margin:15px auto 0;
}
#sidebar section#sidebar_help p
{
	font-size:14px;
	margin:0;
	text-align:center;
}
#sidebar section#sidebar_trustpilot
{
	background:#f5f5f5;
	padding-left:0;
	padding-right:0;
}
#sidebar section#sidebar_why
{
	padding:44px 3px 0;
}
#sidebar section#sidebar_why a
{
	background:#54a5e5;
	border-radius:5px;
	color:#fff;
	display:block;
	font-size:13px;
	font-weight:600;
	line-height:1.25 !important;
	margin:0 0 5px;
	padding:7px 5px 6px;
	text-align:center;
	text-decoration:none;
	width:100%;
}


/* ############################## */
/* ### SHOWER SPARES LISTINGS ### */
/* ############################## */

#scroll_to_shower_type
{
	border:1px solid #ddd;
	display:block;
	margin:0 auto 25px;
	overflow:hidden;
	padding:58px 15px 5px;
	position:relative;
}
#scroll_to_shower_type h2
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-size:17px;
	font-weight:600;
	left:0;
	margin:0 auto;
	padding:6px 10px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
#scroll_to_shower_type p
{
	margin:0;
}
#scroll_to_shower_type p ~ p
{
	margin:1em 0 0;
}
#scroll_to_shower_type ul
{
	display:block;
	list-style:none;
	margin:20px 0 0;
	position:relative;
	width:100%;
}
#scroll_to_shower_type ul li
{
	display:inline-block;
	float:left;
	margin:0 0 12px;
	padding:0 10px;
	position:relative;
	width:25%;
}
#scroll_to_shower_type ul li .button
{
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}
#scroll_to_shower_type ul li .button em.fa
{
	margin:0 0 0 7px;
}
#spare_parts
{
	clear:right;
	margin:0 auto;
	overflow:hidden;
}
#spare_parts input, #spare_parts_tab_content input
{
	font-size:13px !important;
	height:33px;
	line-height:1;
	text-align:center;
	width:35px;
}
#spare_parts input
{
	margin-left:0;
}
#spare_parts table
{
	border-left:1px dotted #ddd;
	border-right:1px dotted #ddd;
}
#spare_parts table tr, #spare_parts_tab_content table tr
{
	height:37px;
}
/*
#spare_parts table tr:nth-child(2n+1), #spare_parts_tab_content table tr:nth-child(2n+1)
{
	background:#f9f9f9;
}
*/
#spare_parts table tr:hover, #spare_parts_tab_content table tr:hover
{
	background:#f5f5f5;
}
#spare_parts table tr td, #spare_parts table tr th, #spare_parts_tab_content table tr td, #spare_parts_tab_content table tr th
{
	overflow:hidden;
	padding:10px;
	text-align:right;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#spare_parts table tr td, #spare_parts_tab_content table tr td
{
	border-top:1px dotted #ddd;
}
#spare_parts table tr td:first-child, #spare_parts table tr th:first-child, #spare_parts_tab_content table tr td:first-child, #spare_parts_tab_content table tr th:first-child,
#spare_parts table tr td:first-child + td + td + td + td + td + td + td, #spare_parts table tr th:first-child + th + th + th + th + th + th + th, #spare_parts_tab_content table tr td:first-child + td + td + td + td + td + td + td, #spare_parts_tab_content table tr th:first-child + th + th + th + th + th + th + th
{
	text-align:center;
}
#spare_parts table tr td:first-child + td, #spare_parts table tr th:first-child + th, #spare_parts_tab_content table tr td:first-child + td, #spare_parts_tab_content table tr th:first-child + th,
#spare_parts table tr td:first-child + td + td, #spare_parts table tr th:first-child + th + th, #spare_parts_tab_content table tr td:first-child + td + td, #spare_parts_tab_content table tr th:first-child + th + th,
#spare_parts table tr td:first-child + td + td + td, #spare_parts table tr th:first-child + th + th + th, #spare_parts_tab_content table tr td:first-child + td + td + td, #spare_parts_tab_content table tr th:first-child + th + th + th
{
	text-align:left;
}
#spare_parts table tr td:first-child + td + td + td + td, #spare_parts table tr th:first-child + th + th + th + th, #spare_parts_tab_content table tr td:first-child + td + td + td + td, #spare_parts_tab_content table tr th:first-child + th + th + th + th,
#spare_parts table tr td:first-child + td + td + td + td + td, #spare_parts table tr th:first-child + th + th + th + th + th, #spare_parts_tab_content table tr td:first-child + td + td + td + td + td, #spare_parts_tab_content table tr th:first-child + th + th + th + th + th,
#spare_parts table tr td:first-child + td + td + td + td + td + td, #spare_parts table tr th:first-child + th + th + th + th + th + th, #spare_parts_tab_content table tr td:first-child + td + td + td + td + td + td, #spare_parts_tab_content table tr th:first-child + th + th + th + th + th + th
{
	padding-right:0;
}
#spare_parts table tr td:last-of-type, #spare_parts table tr th:last-of-type, #spare_parts_tab_content table tr td:last-of-type, #spare_parts_tab_content table tr th:last-of-type
{
	padding:10px !important;
	text-align:center !important;
}
#spare_parts table tr td:first-child + td + td, #spare_parts table tr th:first-child + th + th, #spare_parts_tab_content table tr td:first-child + td + td, #spare_parts_tab_content table tr th:first-child + th + th
{
	max-width:130px;
	width:130px;
}
#spare_parts table tr td:first-child + td + td + td, #spare_parts table tr th:first-child + th + th + th, #spare_parts_tab_content table tr td:first-child + td + td + td, #spare_parts_tab_content table tr th:first-child + th + th + th
{
	max-width:300px;
	overflow:visible;
	text-overflow:unset;
	white-space:normal;
	width:100%;
}
#spare_parts table tr th, #spare_parts_tab_content table tr th
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-family:inherit !important;
	font-size:15px;
	font-weight:700;
}
#spare_parts table tr td img, #spare_parts_tab_content table tr td img
{
	margin:0 0 0 3px;
}
#spare_parts ul
{
	border-bottom:1px dotted #ddd;
	border-left:1px dotted #ddd;
	overflow:hidden;
}
#spare_parts ul li
{
	background:#fff;
	border-right:1px dotted #ddd;
	border-top:1px dotted #ddd;
	float:left;
	height:40px;
	line-height:23px;
	overflow:hidden;
	padding:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:50%;
}
#spare_parts ul li:first-child, #spare_parts ul li:first-child + li
{
	border-top:0;
}
#spare_parts .footer
{
	display:none;
}
#spare_parts .header
{
	font-family:"exo 2", arial, sans-serif !important;
	font-size:17px;
	font-weight:600;
	margin:35px 0 0;
	padding:6px 10px;
}
#spare_parts .header:first-of-type
{
	margin:25px 0 0;
}
#spare_parts .preview
{
	display:block;
	float:left;
	height:16px;
	margin:0 10px 0 0;
	width:16px;
}


/* ############################## */
/* #### PRODUCT DETAILS PAGE #### */
/* ############################## */

p.advice
{
	margin-bottom:5px;
}
.brand_logo
{
	border:1px solid #ddd;
	display:block;
	float:right;
	margin:0 0 0 25px;
}
#spare_part_details .brand_logo
{
	border:0;
	margin:0 0 25px 25px;
}
.buy_box
{
	background:#f0f0f0;
	border:1px solid #ddd;
	float:right;
	margin:0 2px 30px 30px;
	min-height:230px;
	overflow:hidden;
	padding:57px 10px 68px;
	position:relative;
	text-align:center;
	width:250px;
}
.buy_box h3
{
	background:#1f79b7;
	border-bottom:5px solid #54a5e5;
	color:#fff;
	font-family:inherit !important;
	font-size:20px;
	font-weight:700;
	left:0;
	margin:0;
	padding:5px 10px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0;
	width:100%;
}
.buy_box section
{
	bottom:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	padding:12px 15px;
	position:absolute;
	text-align:center;
	white-space:nowrap;
	width:100%;
}
.buy_box section input
{
	float:left;
	font-size:13px !important;
	height:33px;
	line-height:1;
	margin:0 10px 0 0;
	padding:0 5px;
	text-align:center;
	width:45px;
}
.buy_box section .button
{
	display:block;
	margin:0 auto;
	overflow:hidden;
}
.buy_box .postage, .buy_box .vat
{
	color:#666;
	font-size:14px;
	font-weight:400;
}
.buy_box .postage
{
	display:inline-block;
	margin:0 0 0 5px;
}
.buy_box .price
{
	color:#b12704;
	display:block;
	font-size:29px;
	font-weight:600;
	margin:0 0 3px;
}
.buy_box .status
{
	display:block;
	font-size:16px;
	font-weight:400;
	line-height:1.5 !important;
	margin:8px 0 0;
	padding:0 5px;
	text-align:center;
}
.buy_box h3 + .status
{
	font-size:15px;
	line-height:1.35 !important;
}
.buy_box .status em.fa
{
	margin:0 0 0 5px;
	position:relative;
	top:1px;
}
.buy_box .stock
{
	color:#666;
	display:block;
	font-size:13px;
	font-weight:400;
	margin:15px 0 -5px;
	padding:0 10px;
}
.buy_box .stock em.fa, .checks span em.fa
{
	font-size:14px;
	margin:0 7px 0 0;
}
.checks
{
	display:block;
	margin:20px auto;
	overflow:hidden;
	padding:0 0 0 1px;
}
.checks span
{
	display:inline-block;
	font-size:13px;
	font-weight:400;
	margin:0 16px 10px 0;
}
.checks span a
{
	color:inherit;
}
.checks span em.fa
{
	color:#91c30f;
	font-size:21px;
	position:relative;
	top:2px;
}
#bestselling_product
{
	background:#91c30f;
	background:rgba(145,195,15,0.6);
	color:#fff;
	font-size:15px;
	font-weight:700;
	height:33px;
	left:0;
	line-height:33px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:227px;
	width:260px;
}
#product_details, #spare_part_details
{
	border:0;
	margin:0;
	padding:0;
	position:relative;
}
#product_details h1, #spare_part_details h1
{
	color:#1f79b7 !important;
	font-size:31px;
	font-weight:600;
	line-height:1.3 !important;
	margin:0 0 20px;
	max-height:85px;
	overflow:hidden;
}
#product_details h1 .emphasis, #spare_part_details h1 .emphasis
{
	color:inherit !important;
}
#product_details .pd_left
{
	display:block;
	float:left;
	margin:0 28px 0 0;
	overflow:hidden;
	padding:0;
	position:relative;
}
#product_details .pd_right
{
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
}
#product_details #admin_product_details
{
	height:60px;
	line-height:1.5 !important;
	margin:-15px auto 22px;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:center;
	width:100%;
}
#product_details #admin_product_details em.fa
{
	float:none;
	margin:0;
	position:absolute;
	right:7px;
	top:6px;
	z-index:2;
}
#product_details #admin_product_details p
{
	display:inline-block;
	float:left;
	font-size:14px;
	font-weight:400;
	height:60px;
	margin:0;
	overflow:hidden;
	padding:9px 5px 5px;
	position:relative;
	text-align:center;
	width:16.66667%;
}
#product_details #admin_product_details p strong
{
	display:block;
	font-size:14px;
	font-weight:700;
	width:100%;
}
#product_details #extras
{
	clear:both;
	float:right;
}
#product_details #extras:empty, #spare_part_details #extras:empty
{
	display:none !important;
}
#product_details #extras .button, #spare_part_details #extras .button
{
	display:inline-block;
	margin:20px 10px 0 0;
}
#spare_part_details #extras .button
{
	margin:5px 10px 15px 0;
}
#product_details #extras .button em.fa, #spare_part_details #extras .button em.fa
{
	margin:0 10px 0 0;
}
#product_details #extras
{
	clear:right;
	float:right;
	margin:-10px 2px 20px 30px;
	width:250px;
}
#product_details #extras .button
{
	margin:0;
	padding:0 10px;
	width:100%;
}
#product_details #extras .button ~ .button
{
	margin:10px 0 0;
}
#product_details #main_product_info
{
	display:block;
	overflow:hidden;
	position:relative;
}
#product_details #product_description
{
	border-top:1px solid #ddd;
	margin:25px 0 0;
	padding:5px 0 0;
}
#product_details #product_description a > strong
{
	font-weight:700 !important;
}
#product_details #product_description p:not(:first-child) strong
{
	font-weight:400;
}
#product_details #product_image, #spare_part_details #product_image
{
	background:url("/images/image_missing.png") 50% 50% no-repeat #fff;
	cursor:pointer;
	height:260px;
	margin:0 0 25px;
	overflow:hidden;
	width:260px;
}
#product_details #product_image:empty, #spare_part_details #product_image:empty
{
	border:1px solid #ddd;
}
#product_details #product_image:not(:empty), #spare_part_details #product_image:not(:empty)
{
	background:#fff;
}
#product_image img
{
	display:block;
	height:100%;
	margin:0 auto;
	width:100%;
}
#product_image a.hidden
{
	display:none;
}
#product_image_help
{
	font-size:12px;
	margin:-7px 0 18px;
	text-align:center;
}
#spare_part_details
{
	margin:0 0 15px;
}
#spare_part_details #product_image_help
{
	margin:15px 0 5px;
}
#product_image_thumbs
{
	display:table;
}
#product_image_thumbs a
{
	display:inline-block;
	float:left;
	height:65px;
	margin:0 0 23px;
	overflow:hidden;
	padding:0 2px;
	width:65px;
}
#product_image_thumbs img
{
	border:1px solid #ddd;
	display:block;
	height:100%;
	margin:0 auto;
	width:100%;
}
#tpwf
{
	clear:both;
	display:block;
}
#tpwf div[class^="listContainer"]
{
	display:block;
	overflow:hidden;
	padding:10px 0 7px 7px;
}
#tpwf div[class^="listContainer"] ul
{
	float:left;
	overflow:hidden;
	padding:0 35px 0 0 !important;
	width:33.33334% !important;
}
#tpwf div[class^="listContainer"] ul li, #tpwf div[class^="listContainer"] ul li[style]:first-child
{
	clear:left;
	float:left;
	height:33px;
	line-height:33px;
	list-style:none;
	margin:2px 0;
	max-width:100% !important;
	padding:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#tpwf div[class^="listContainer"] ul li.temporary
{
	display:none !important;
}
#tpwf h4
{
	border-bottom:1px solid #ddd;
	font-family:inherit !important;
	font-size:16px;
	font-weight:700;
	margin:15px 0 0;
	padding:0 0 3px;
}
#tpwf h4:first-child
{
	margin:5px 0 0;
}


/* ############################## */
/* ## SPARE PARTS DETAILS PAGE ## */
/* ############################## */

#spare_part_details h1
{
	max-height:120px;
}
#spare_part_details #product_image
{
	height:354px;
	margin:0;
	width:469px;
}
#spare_part_details #scroll_down_for_spares.button
{
	display:table;
	margin:20px auto 0;
}
#spare_part_details #scroll_down_for_spares.button em.fa
{
	margin:0 0 0 10px;
}
#spare_part_details .left
{
	float:left;
	margin:0 25px 30px 0;
	width:470px;
}
#spare_part_details .right
{
	overflow:hidden;
}
#spare_part_details .right > img + p
{
	font-weight:700 !important;
}
#spare_part_details .right > p > strong
{
	font-weight:400;
}


/* ############################## */
/* ########## TAB STRIP ######### */
/* ############################## */

.tabs
{
	display:block;
	margin:0;
	overflow:hidden;
	padding:33px 0 0;
	position:relative;
}
#product_details .tabs
{
	clear:both;
	margin:20px 0 0;
}
.tabs .tab_content, #products_of_interest
{
	background:#fff;
	border:1px solid #ddd;
	border-top:5px solid #54a5e5;
	display:none;
	overflow:hidden;
	z-index:0;
}
.tabs .tab_content:first-child
{
	display:block;
}
.tabs .tab_content .line_detail > strong
{
	color:inherit !important;
	width:150px !important;
}
.tabs .tab_strip
{
	left:0;
	list-style:none;
	margin:0 !important;
	overflow:hidden;
	padding-left:0 !important;
	position:absolute;
	top:0;
}
.tabs .tab_strip li
{
	float:left;
}
.tabs .tab_strip li a, #products_of_interest_header
{
	border:1px solid inherit;
	border-bottom:0;
	border-radius:2px 2px 0 0;
	cursor:pointer;
	display:block;
	margin:0 7px 0 0;
}
#product_details_tab_content, #tpwf_tab_content
{
	background:#f5f5f5;
	padding:15px;
}


/* ############################## */
/* ##### FAQ & REVIEWS TABS ##### */
/* ############################## */

#faqs_tab_content div, #reviews_tab_content div
{
	border-top:1px dotted #ddd;
	padding:25px 15px;
	position:relative;
}
#faqs_tab_content div:first-child, #reviews_tab_content div:first-child
{
	border:0;
}
#faqs_tab_content div:nth-child(2n+1), #reviews_tab_content div:nth-child(2n+1)
{
	background:#f9f9f9;
}
#faqs_tab_content div:hover, #reviews_tab_content div:hover
{
	background:#f5f5f5;
}
#faqs_tab_content div h4, #reviews_tab_content div h4
{
	color:#666;
	font-family:inherit !important;
	font-style:italic;
	font-weight:400;
	margin:0 0 10px;
}
#faqs_tab_content div h4 em.fa, #reviews_tab_content div h4 em.fa
{
	font-size:18px;
	margin:0 8px 0 0;
}
#faqs_tab_content div p, #reviews_tab_content div p
{
	margin:8px 0 0;
}
#faqs_tab_content div p:first-child, #reviews_tab_content div p:first-child
{
	margin:0;
}
#faqs_tab_content .button, #reviews_tab_content .button
{
	display:table;
	margin:15px auto 0;
}
#faqs_tab_content .button em.fa, #reviews_tab_content .button em.fa
{
	font-size:15px;
	margin:0 10px 0 0;
	position:relative;
	top:1px;
}


/* ############################## */
/* ######## PACKAGES TAB ######## */
/* ############################## */

#packages_tab_content ul
{
	border:0;
}
#packages_tab_content ul li
{
	border-bottom:0;
	border-left:0;
	padding:5px 15px 15px;
	width:33.33334% !important;
}
#packages_tab_content ul li section
{
	height:auto;
}
#packages_tab_content ul li section div
{
	display:block;
	margin:10px 0 15px;
}
#packages_tab_content ul li section div span
{
	display:block;
}
#packages_tab_content ul li section div strong
{
	color:#b12704;
	display:block;
	font-size:23px;
	font-weight:600;
}
#packages_tab_content ul li .package
{
	height:345px;
}
#packages_tab_content ul li .package div
{
	border-bottom:1px dotted #ddd;
	display:block;
	height:33.33334%;
	overflow:hidden;
	padding:12px 0;
	width:100%;
}
#packages_tab_content ul li .package div h2
{
	font-size:14px;
	height:62px;
	line-height:1.4 !important;
	margin:0;
	overflow:hidden;
	padding:0 5px;
}
#packages_tab_content ul li .package div img
{
	float:left;
	margin:15px 10px 0 0;
}
#packages_tab_content ul li .package div .rrp
{
	display:block;
	font-size:14px;
	margin:5px 0 0;
}
#packages_tab_content ul li .package div .rrp strong
{
	color:#b12704;
	font-weight:600;
}


/* ############################## */
/* ## PRODUCTS OF INTEREST TAB ## */
/* ############################## */

#products_of_interest_header
{
	clear:both;
	display:table !important;
	margin:25px 0 0 !important;
}
#products_of_interest
{
	display:block !important;
}
#products_of_interest ul
{
	border-left:0;
}
#products_of_interest ul > li
{
	border-bottom:0;
}
#products_of_interest ul > li:nth-child(4n)
{
	border-right:0;
}


/* ############################## */
/* ## PRODUCT REPLACEMENTS TAB ## */
/* ############################## */

#product_replacements_tab_content ul
{
	border-left:0;
}
#product_replacements_tab_content ul > li:nth-child(4n)
{
	border-right:0;
}


/* ############################## */
/* ###### JQUERY LIGHTBOX ####### */
/* ############################## */

#jquery-overlay{height:500px;left:0;position:absolute;top:0;width:100%;z-index:200;}
#jquery-lightbox{left:0;line-height:0;position:absolute;text-align:center;top:0;width:100%;z-index:210;}
#jquery-lightbox a img{border:0;}
#lightbox-container-image-box{background-color:#fff;height:250px;margin:0 auto;position:relative;width:250px;}
#lightbox-container-image{padding:10px;}
#lightbox-loading{height:25%;left:0;line-height:0;position:absolute;text-align:center;top:40%;width:100%;}
#lightbox-nav{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;}
#lightbox-container-image-box > #lightbox-nav{left:0;}
#lightbox-nav a{outline:0;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext{display:block;height:100%;width:49%;zoom:1;}
#lightbox-nav-btnPrev{float:left;left:0;}
#lightbox-nav-btnNext{float:right;right:0;}
#lightbox-container-image-data-box{background-color:#fff;font:10px arial, sans-serif;line-height:1.4em;margin:0 auto;overflow:auto;padding:0 10px;width:100%;}
#lightbox-container-image-data{color:#666;padding:0 10px;}
#lightbox-container-image-data #lightbox-image-details{float:left;text-align:left;width:70%;}
#lightbox-image-details-caption{font-weight:700;}
#lightbox-image-details-currentNumber{clear:left;display:block;padding-bottom:1.0em;}
#lightbox-secNav-btnClose{float:right;padding-bottom:0.7em;width:66px;}


/* ############################## */
/* #### RESPONSIVE CSS STYLES ### */
/* ############################## */

@media screen and (max-width:1280px)
{
	#footer_recently_viewed + #recently_viewed_fixed
	{
		display:none !important;
	}
	#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons
	{
		left:25px;
	}
}
@media screen and (max-width:1152px)
{
	form fieldset.triple
	{
		padding:0 12px;
	}
	header #header_bottom,
	header #header_top ul > li.removable,
	header #header_top ul#why_buy_header li:first-child + li
	{
		display:none !important;
	}
	header #header_middle
	{
		box-shadow:0 1px 5px 2px #ececec !important;
		box-shadow:0 2px 3px rgba(0,0,0,0.2) !important;
	}
	header #header_top ul > li#contact_us
	{
		visibility:visible !important;
	}
	nav > ul > li > a
	{
		font-size:13px;
		padding:0 17px;
	}
	nav > ul > li > a > em.fa
	{
		font-size:23px;
	}
	.about_us_row.about_us_last #kevin_aherne p.heading
	{
		font-size:18px !important;
	}
	.buy_box
	{
		width:240px;
	}
	.category_tiles ul li a h3
	{
		font-size:14px !important;
		margin:1px auto 0 !important;
	}
	.checks
	{
		clear:both;
	}
	.display_product_info ul > li > section input
	{
		width:40px;
	}
	#contact_block tr td:first-child + td
	{
		width:350px;
	}
	#filters ~ #sidebar,
	#spare_part_details ~ #sidebar
	{
		display:none !important;
	}
	#hiys_methods tr td section em.fa
	{
		font-size:58px;
	}
	#hiys_methods tr td section h2
	{
		font-size:25px;
	}
	#hiys_methods tr td section p
	{
		font-size:14px;
	}
	#home_row_boxes section div#box_help p
	{
		font-size:13px;
	}
	#home_row_slides #slides > div#slide1
	{
		background:url("/images/slide1_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide2
	{
		background:url("/images/slide2_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide3
	{
		background:url("/images/slide3_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide4
	{
		background:url("/images/slide4_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide5
	{
		background:url("/images/slide5_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide6
	{
		background:url("/images/slide6_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide7
	{
		background:url("/images/slide7_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide8
	{
		background:url("/images/slide8_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide9
	{
		background:url("/images/slide9_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide10
	{
		background:url("/images/slide10_1152px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons
	{
		left:5px;
	}
	#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons .button
	{
		font-size:15px;
		padding:5px 10px;
	}
	#packages_tab_content ul > li:first-child + li + li + li, #products_of_interest ul > li:first-child + li + li + li
	{
		display:none !important;
	}
	#search_results ul > li, #packages_tab_content ul > li, #products_of_interest ul > li, #product_replacements_tab_content ul > li
	{
		width:33.33334%
	}
	#shower_spares_finder form
	{
		height:auto;
	}
	#shower_spares_finder .button
	{
		font-size:12px;
		overflow:hidden;
	}
	#shower_spares_finder .button em.fa
	{
		display:none !important;
	}
}
@media screen and (max-width:1024px)
{
	form#basket_frm + #security_logos
	{
		height:47px;
		margin:60px 0 0;
	}
	form fieldset.triple
	{
		padding:0 10px;
	}
	header #header_top ul#why_buy_header li:first-child + li + li + li
	{
		display:none !important;
	}
	nav
	{
		margin:0 15px 0 0;
	}
	nav > ul > li:first-child > a
	{
		display:none !important;
	}
	nav > ul > li > a
	{
		padding:0 15.5px;
	}
	nav > ul > li > a > em.fa
	{
		font-size:21px;
	}
	nav > ul > li.help > .dropdown.mini_dropdown > section > a
	{
		padding:8px;
	}
	nav > ul > li > .dropdown h4
	{
		font-size:14px;
	}
	.about_us_row.about_us_last #kevin_aherne p.heading
	{
		font-size:16px !important;
	}
	.buy_box
	{
		width:230px;
	}
	.category_tiles ul li
	{
		padding:5px 8px 10px;
	}
	#accessory_brands_cloud
	{
		display:none !important;
	}
	#contact_block tr td:first-child + td
	{
		width:250px;
	}
	#hiys_methods tr td section em.fa
	{
		font-size:50px;
	}
	#hiys_methods tr td section h2
	{
		font-size:22px;
	}
	#hiys_methods tr td section p
	{
		font-size:13px;
	}
	#home_row_boxes section div#box_delivery p
	{
		font-size:13px;
	}
	#home_row_boxes section div#box_help p strong
	{
		display:none !important;
	}
	#home_row_boxes section div#box_trustpilot p#review
	{
		padding:0 0 0 130px;
	}
	#home_row_boxes section div#box_trustpilot p#reviewer
	{
		width:115px;
	}
	#home_row_slides #slides > div#slide1
	{
		background:url("/images/slide1_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide2
	{
		background:url("/images/slide2_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide3
	{
		background:url("/images/slide3_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide4
	{
		background:url("/images/slide4_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide5
	{
		background:url("/images/slide5_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide6
	{
		background:url("/images/slide6_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide7
	{
		background:url("/images/slide7_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide8
	{
		background:url("/images/slide8_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide9
	{
		background:url("/images/slide9_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div#slide10
	{
		background:url("/images/slide10_1024px.jpg") no-repeat scroll 50% 50%;
	}
	#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons
	{
		left:10px;
	}
	#home_row_slides #slides > div[id^="slide"] > .inner > .slide_buttons .button
	{
		clear:left;
		float:left;
		font-size:15px;
		margin:10px 12px 0 0;
		padding:4px 15px;
	}
	#opening_text.half h1, #opening_text.half h2, #opening_text.half p
	{
		overflow:hidden;
		width:auto;
	}
	#popular_shower_spares ul > li
	{
		width:25%;
	}
	#popular_shower_spares ul > li:first-child + li + li + li + li
	{
		display:none !important;
	}
	#product_details h1, #spare_part_details h1
	{
		max-height:125px;
	}
}