/*

Styles for tile.co.uk

Some elements based on 
Petrol.css by Ian Sidaway at dpivision
===============================================

Copyright:		2008 dpivision.com
Author:			Ian Sidaway
Last edit:		16/04/2009 by Ian Sidaway

*/


/* =BASE
=============================================== */

body {
	background: #f6f6f6 url(../graphics/tile/body-bg.png) repeat-x top;
	color: #111;
	font: 62.5%/1.8em Verdana, Arial sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	}
table,
td,
input,
textarea,
select,
li {
	color: #222;	
	font: 1em Verdana, Arial, sans-serif;
	}

.clearer{
	height: 1px;
	clear: both;
	font-size: 1px;
}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #00f;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #f00;
	text-decoration: underline;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font-size: 1.4em;
	clear: both;
	font-weight: bold;
	}
h2#pageTitle, h1#pageTitle {
	font: normal 30px Cocon, "Trebuchet MS", ;
	margin: .7em 0;
	clear: both;
	color: #c03;
	}
h2#pageTitle span, h1#pageTitle span {
	color: #aaa;
	}
	
h2.special-offers {font-size: 2em;}
	
#sidebar h2 {color: #de127a; font-size: 1.8em; padding-left: 15px; margin-bottom: 0.5em;}

h3 {
	clear: both;
	font-size: 1.2em;
	}
#content h3 {margin-left: 20px;}
h4,
h5 {
	font-size: 1em;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
.message {
	background: #f2f2f2;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.message.positive {
	background: #cfc;
	border-left: 3px solid #afa;
	}
.message.negative {
	background: #f7e1e1;
	}
.note {
	background: #fff;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	border-left: 3px solid #e982b1;
	}
.warning {
	background: #f7e1e1;
	font-size: 1em;
	padding: .5em 10px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin: 1em 0;
	}


/* =CONTAINER
=============================================== */

#container {
	background: transparent;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 822px;
	padding-top: 13px;
	}

/* =HEADER
=============================================== */

#header {
	background: url(../graphics/tile/header-bg.png) no-repeat top;
	font-size: 1.1em;
	height: 138px;	
	width: 100%;
	position: relative;
	padding-top: 0;
	}

/* company logo & tagline */
#logo{
	margin-top: 0;
}
#logo a {
	display: block;
	background: transparent url(../graphics/tile/brooke-ceramics.png) no-repeat top left;
	height: 88px;
	text-indent: -999em;
	position: absolute;
	top:0;
	left:0;
	width: 260px;
	}
/* shopping basket info */

#info {
	color: #fff;
	font-weight: bold;
	height: 3.2em;
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	position: absolute;	
	right: 10px;
	top: 0;
	text-align: right;
	width: 300px;
	z-index: 10;
	}
	
#info a {
	color: #fff;
	margin-left: 5px;
	}
#info a span{
	text-decoration: underline;
	}
#basket {
	background: url(../graphics/tile/icon_cart.gif) no-repeat 0 50%;
	display: inline;
	height: 3.2em;
	line-height: 3.2em;
	padding-left: 2em;
	}
	
#tiles_phone{
	background-image: url(../graphics/tile/phone-number.png);
	height: 25px;
	width: 156px;
	position: absolute;
	right: 30px;
	top: 53px;
	text-indent: -999em;
}


/* =MID
=============================================== */

#mid {
	background: transparent;
	margin: 0 auto;
	padding-bottom: 1.5em;
	padding-top: 3px;
	position: relative;
	}

/* breadcrumb trail */

#breadcrumbs {
	color: #777;
	float: left;
	display: inline;
	margin: 0 0 .5em 0;
	padding: 0;
	}
#breadcrumbs a {
	color: #444;
	}
#breadcrumbs a:hover {
	color: #111;
	}


/* =SIDEBAR
=============================================== */

#sidebar {
	float: right;
	font-size: 1.1em;
	display: inline;
	margin-bottom: 1em;
	width: 272px;
	}
	
#sidebar ul.sidebar-links {list-style: disc; padding-left: 15px; margin: 0.5em 0 2.5em 15px;}
#sidebar ul.sidebar-links li {margin: 0.4em 0; font-size: 1.2em; color: #666;}

.sidebar-panels {list-style: none; padding: 0; margin: 0;}

/* standard search */

#searchTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#search {
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#adv {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
	}
#searchSubmit {
	background: #e3358e;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 1em 0 0 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #fc0266;
	cursor: pointer;
	}

/* shop by brand */

#shopbyBrandTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #e3358e;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #fc0266;
	cursor: pointer;
	}

/* top-level navigation */

#navDeptTitle {
	display: none;
	}
	
#navDept {position: absolute; top: -32px; left: 50px; z-index: 1000;}

#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navDept li {
	padding-bottom: 1px; float: left; display: inline;
}
/*Tile image replacement*/
#navDept a{
	display: block;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../graphics/tile/tabs-bg.png);
        background-repeat: no-repeat;
	width: auto;
	}

#navDept .wall_tiles a{background-position: -90px 0px; width: 107px;}
#navDept .floor_tiles a{background-position: -197px 0px; width: 111px;}
#navDept .mosaics a{background-position: -308px 0px; width: 98px;}
#navDept .natural_stone a{background-position: -406px 0px; width: 133px;}
#navDept .special_offers a{background-position: -539px 0px; width: 141px;}
#navDept .bathrooms a{background-position: -680px 0px; width: 124px;}

#navDept .wall_tiles a:hover{background-position: -90px -31px; width: 107px;}
#navDept .floor_tiles a:hover{background-position: -197px -31px; width: 111px;}
#navDept .mosaics a:hover{background-position: -308px -31px; width: 98px;}
#navDept .natural_stone a:hover{background-position: -406px -31px; width: 133px;}
#navDept .special_offers a:hover{background-position: -539px -31px; width: 141px;}
#navDept .bathrooms a:hover{background-position: -680px -31px; width: 124px;}

#navDept .wall_tiles a.selected,
#navDept .wall_tiles a.selected:hover{background-position: -90px -31px;}
#navDept .floor_tiles a.selected,
#navDept .floor_tiles a.selected:hover{background-position: -197px -31px; width: 111px;}
#navDept .mosaics a.selected,
#navDept .mosaics a.selected:hover{background-position: -308px -31px; width: 98px;}
#navDept .natural_stone a.selected,
#navDept .natural_stone a.selected:hover{background-position: -406px -31px; width: 133px;}
#navDept .special_offers a.selected,
#navDept .special_offers a.selected:hover{background-position: -539px -31px; width: 141px;}
#navDept .bathrooms a.selected,
#navDept .bathrooms a.selected:hover{background-position: -680px -31px; width: 124px;}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

ul.navSub {margin: 0 0 0 0; padding: 0 0 0 0px; background: #fff; border: 1px solid #fff; border-top: none; border-bottom: none; display: none; z-index: 10000; position: absolute;}
#navDept .navSub li {display: block; zoom: 1; float: none;}
#navDept .navSub a{background: #DE127A; text-indent: 0; color: #fff; padding: 4px 10px;}
#navDept .navSub a:hover {background: #C62C7A;}
#navDept li:hover ul.navSub {display: block;}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	left: 0;
	position: absolute;
	top: -180px;
	width: 720px;
	}
#navTools li {
	float: left;
	margin-right: 2em;
	}
#navTools li a {
	color: #aaa;
	font-weight: bold;
	padding: .5em 0;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #fff;
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}

/* newsletter signup */

#newsletterTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#newsletterSubmit {
	background: #e3358e;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#newsletterSubmit:hover {
	background: #fc0266;
	cursor: pointer;
	}

/* menu items */

#recentlyViewedTitle {
	background: #f2f2f2;
	font-size: 1em;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #111;
	}
#recentlyViewed li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}


/* =CONTENT
=============================================== */

#main {
	clear: both;
	float: left;
	font-size: 1.1em;
	display: inline;
	width: 550px;
	}
	
.full-width #main {float: none; width: 822px;}

/* content area */

#content {
	margin: 0 0 3px;
	}
#content #contactDetails {
	margin-left: 20px;
	width: 320px;
	}
#content #contactDetails address {
	margin: 0;
	}
#content a {
	font-weight: bold;
	}
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	list-style: disc;
	margin: .5em 0 .5em 2em;
	}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #e3358e;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #fc0266;
	}

/*  sub-department navigation - content area */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 0 50%;
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}


/* =FORMS
=============================================== */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #e3358e;
	border: none;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	}
.formButton:hover {
	background: #fc0266;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}


/* =TABLES
=============================================== */

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
	}
tr {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	}
td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #c06;
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}


/* =MISC
=============================================== */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 10px 0 0 0;
	width: 245px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 250px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
	
#acceptedCards {margin-bottom: 10px;}

.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/site/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}

/* content area forms (checkout, login, contact form etc.) */

#main label {
	display: block;
	}
#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#content .formField,
#frmContact .formField {
	width: 310px;
	}
	
#content .global-form .formField, #frmContact .formField{
	width: 220px;
	}


#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: 5px;
	}
#cv2 {
	float: left;
	margin: -.2em 0 0 1em;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


/* =PRODUCT LISTS
=============================================== */

/* product list */

.special-offers{
	color: #c06;
}

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {
	background: #fcfbf8;
	margin: 0 0 1em 0;
	padding: 1px 10px 0 120px;
	position: relative;
	border: 1px solid #cecdca;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	color: #443b28;
	font-size: 1.1em;
	}
.products li:hover {
	background: #fff;
	}
.products li h3 {
	background: none;
	clear: left;
	font-size: 1.3em;
	font-weight: normal;
	margin-right: 4.5em;
	margin-bottom: .25em;
	}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #443b28;
	}
.products li h3 a:hover {
	color: #c06;
	}
.products .image {
	display: inline;
	float: left;
	margin: -2.3em 0 1em -108px;
	width: 96px;
	}
.products .image a img {
	background: #eee;
	padding: 2px;
	}
.products .image a:hover img {
	background: #fff;
	padding: 2px;
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1em 1em 0.5em;
	position: absolute;
	top: 0;
	right: 0;
	-moz-border-radius: 0 4px;
	-webkit-border-radius: 0 4px;
	}
.products .price {
	font-size: 1.5em;
	text-align: right;
	margin-top: 0;;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}
	
.products p{
	margin: .25em 0;
}

.sup{
	vertical-align: super;
	font-size: .7em;
}

/* product grid */

.products.grid {
	margin-right: -10px;
	width: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 204px;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}

/* pagination */

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


/* =PRODUCT DETAILS
=============================================== */

/* product details */

#product {	
	margin: 1em 0;
	}

/* image gallery */

#product .image {	
	float: left;
	margin: 1em 0;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 5px 0 0;
	}
#product .image ul li a img {
	background: #f2f2f2;
	padding: 4px;
	}
#product .image ul li a:hover img {
	background: #ddd;
	padding: 4px;
	}

/* product price & options */

#product .info {
	background: #f1efe3;
	float: right;
	margin: 1em 10px 0 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 228px;
	}
	
#product .image {
	}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 1em .5em 1em;
	position: absolute;
	top: 0;
	right: 0;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
#product .info label {
	float: left;
	margin: 5px .5em 0 0;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}

#product .image p{
	margin-top: 3px;
}

#product #viewlargelink{
	color: #666;
	font-weight: normal;
	background: url(/graphics/i_magnifying.gif) no-repeat top left;
	padding-left: 20px;
	font-size: .85em;
	padding-top: 2px;
}

.blurb {width: 500px;}

.blurb p{
}

#product .info .formButton{
	float: right;
	width: 100px;
}



/* =ARTICLES
=============================================== */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	background: url(../graphics/petrol/articleBg.gif) repeat-x bottom left;
	list-style: none;
	margin: 1em 0 .5em 0;
	padding: 0 0 .8em 0;
	}
#articles ul li a {
	background: url(../graphics/petrol/articleIcon.gif) no-repeat 0 0;
	color: #666;
	font-weight: bold;
	padding-left: 2.3em;
	padding-top: .2em;
	}
#articles ul li a:hover {
	background: url(../graphics/petrol/articleIcon2.gif) no-repeat 0 0;
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =REVIEWS
=============================================== */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#writeReview {
	background: #333;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em .4em 1em;
	position: absolute;
	top: 10px;
	right: 10px;
	}
#writeReview a {
	color: #aaa;
	}
#writeReview a:hover {
	color: #fff;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
=============================================== */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}


/* =FOOTER
=============================================== */

#footer {
	clear: both;
	font-size: 1.1em;
	padding: 1em 0;
	text-align: center;
	}
#footer .inner {
	margin: 0 auto;
	width: 768px;
	}
#footer p {
	margin-bottom: 0;
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	border-left: 1px solid #ccc;
	display: inline;
	margin-left: .4em;
	padding-left: .8em;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #999;
	}
#footer a:hover {
	color: #666;
	}
#footer #credits {
	}


/* =FLOAT FIX
=============================================== */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/*  \*/
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	min-height: 1%;
	}
* html .inner,
* html #content,
* html .products,
* html .products li,
* html .pagination,
* html #total,
* html .module1,
* html .module2,
* html #search,
* html #brand,
* html #newsletter,
* html #navSubDept,
* html #navSubDept li,
* html #productSortOptions,
* html dl,
* html dl dt,
* html dl dd,
* html form,
* html .billShipBlock {
	height: 1%;
	}
 /*  */


/*Homepage specific stuff*/
#home-panels{
	padding-right: 0;
}

#home-panels ul, #home-panels li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#home-panels img{
	display:block;
}

#home-panels li{
	float: right;
	display: inline;
	margin-bottom: 2px;
}

#home-panels li.three{
	margin-bottom: 6px;
}

#home-panels li.big-panel{
	float: left;
}

#homepage #content{
	clear: both;
}

#home-main-content{
	clear: both;
	background: url(../graphics/tile/store-bg.jpg) no-repeat bottom;
	height: 120px;
	padding: 25px 8px 127px 120px;
	line-height: 1.2;
	width: 694px;
}

#home-main-content *{
	margin: 0;
}

#home-main-content h1{
	color : #c06;
	font-weight: normal;
	margin-bottom: 4px;
	font-size: 2.8em;
}

#home-main-content p{
	color: #000;
	font-size: 1.3em;
}

#home-main-content .more{
	text-align: right;
        margin-top: 20px;
        margin-right: 10px
}

#home-main-content .more a{
	color: #c06;
}

#more-panels ul, #more-panels li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

#more-panels{
	padding-left: 6px;
}

#more-panels li{
	float: left;
	width: 281px;
	height: 63px;
	padding-right: 4px;
	padding-bottom: 2px;
}

* html #more-panels li{
	display: inline;
	float: none;
	padding-bottom: 6px;
}

* html #more-panels li img{
	margin-bottom: 4px
}

h2.more{
	color:#c06;
	padding-left: 10px;
	font-size: 1.7em;
	margin-bottom: .5em;
}


/*Sideboxes*/

/*Get directions box*/
#directions, #search{
	background: url(../graphics/tile/tile-small-blank.png) no-repeat;
	margin-top: 3px;
	line-height: 1.2;
	color: #625a49;
	width: 272px;
	height: 103px;
	margin-bottom: 4px;
}

#directions fieldset, #search fieldset{
	background: transparent;
	padding: 14px 14px 0px;
	min-height: 87px;
}

#search fieldset{
	min-height: 1px;
}

* html #directions fieldset{
	height: 83px;
}

#directions *, #search *{
	margin: 0;
	padding: 0;
}

#directions h3, #search h3{
	color: #c06;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 4px;
}

#directions strong{
	font-weight: normal;
	color: #000;
}

#directions #postcode, #search #searchKeyword{
	width: 176px;
	border: 1px solid #83a0bb;
	padding: 4px;
	margin-top: 4px;
}

#directions input, #search input{
	vertical-align: middle;
	margin-top: 8px;
}

/* Our default fields, using Javascript to replace the default value with the label*/
.default{
	color: #737373;
}

#nearby{
	padding: 13px;
	line-height: 1.3em;	
}

#nearby .address{
	color: #463c28;
}

#nearby .address span{
	display: block;
}

#nearby .easy-distance{
	color: #7e7158
}

#nearby p, #nearby h4{
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 1em;
}

#nearby h3{
	font-weight: normal;
	font-size: 1em;
}

#helpful-advice{
	background: url(../graphics/tile/panel_side_helpful.jpg) no-repeat top;
	padding: 110px 14px 14px;
	line-height: 1.2em;
}

#helpful-advice h3{
	color: #c06;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 .5em;
}

#helpful-advice p{
	margin: 0;
	color: #625a49;
}

.department-info {height: 242px; width: 342px; padding: 30px 470px 0 10px;}
.dept-Mosaics {background: url(../graphics/tile/dept-bg-mosaic.jpg) no-repeat left top;}
.dept-Wall {background: url(../graphics/tile/dept-bg-walls.jpg) no-repeat left top;}
.dept-Floor {background: url(../graphics/tile/dept-bg-floors.jpg) no-repeat left top;}
.dept-Bathrooms {background: url(../graphics/tile/dept-bg-bathrooms.jpg) no-repeat left top;}
.dept-Natural {background: url(../graphics/tile/dept-bg-stone.jpg) no-repeat left top;}
.dept-Jacuzzis {background: url(../graphics/tile/dept-bg-jacuzzis.jpg) no-repeat left top;}
.dept-Mirrors {background: url(../graphics/tile/dept-bg-mirrors.jpg) no-repeat left top;}
.dept-Travertine {background: url(../graphics/tile/dept-bg-travertine.jpg) no-repeat left top;}
.dept-Slate {background: url(../graphics/tile/dept-bg-slate.jpg) no-repeat left top;}
.dept-Special {background: url(../graphics/tile/dept-bg-offers.jpg) no-repeat left top;}
.dept-Marble {background: url(../graphics/tile/dept-bg-marble.jpg) no-repeat left top;}
.dept-Kitchen {background: url(../graphics/tile/dept-bg-kitchens.jpg) no-repeat left top;}
.dept-Stone {background: url(../graphics/tile/dept-bg-stone-effect.jpg) no-repeat left top;}
.dept-Glass {background: url(../graphics/tile/dept-bg-glass-mosaics.jpg) no-repeat left top;}
.dept-White {background: url(../graphics/tile/dept-bg-white-tiles.jpg) no-repeat left top;}
.dept-Bathroom {background: url(../graphics/tile/dept-bg-bathroom-tiles.jpg) no-repeat left top;}
.dept-Metallics {background: url(../graphics/tile/dept-bg-metallics.jpg) no-repeat left top;}
.dept-Naturals {background: url(../graphics/tile/dept-bg-naturals.jpg) no-repeat left top;}
.dept-Black {background: url(../graphics/tile/dept-bg-black-white.jpg) no-repeat left top;}
.dept-Ceramic {background: url(../graphics/tile/dept-bg-ceramic-mosaics.jpg) no-repeat left top;}
.dept-Baths {background: url(../graphics/tile/dept-bg-baths.jpg) no-repeat left top;}
.dept-Showers {background: url(../graphics/tile/dept-bg-showers.jpg) no-repeat left top;}
.dept-Taps {background: url(../graphics/tile/dept-bg-taps.jpg) no-repeat left top;}
.dept-Tile {background: url(../graphics/tile/dept-bg-walls.jpg) no-repeat left top;}
.dept-In-Store {background: url(../graphics/tile/dept-bg-white-tiles.jpg) no-repeat left top;}
.dept-Colour {background: url(../graphics/tile/dept-bg-colour.jpg) no-repeat left top;}

.department-info h1, h1.dept-title{
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
	line-height: 2em;
	font-size: 3em;
	clear: left;
        margin-top: 0; margin-bottom: 0;
}


.department-info h2 {margin-left: 20px;}

.department-info p, #content p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.department-info p.actions, #content p.actions {
	margin-left: 0;
}


.department-info p img{
	margin-left: -20px;
}

/*Directions page*/
#map_canvas{
	height: 400px;
	border: 2px solid #999;
	width: 541px;
}

#my_textual_div{
	min-height: 10px;
	margin-top: 1em;
}

#content {position: relative;}
.announcement {position: absolute; right: 2px; top: 98px; background: #fff; width: 177px; height: 95px; text-indent: -9999px;}
.announcement h2 {padding: 0; margin: 0;}
.announcement a { display: block; width: 177px; height: 95px; background: url(../graphics/free-adhesive.png) no-repeat left top;}
.announcement a:hover, .announcement a:visited:hover {background-position: left bottom;}
.padder {padding: 0 20px; clear: left;}

iframe {float: left;}
.image-link {background: #fff; width: 177px; height: 95px; text-indent: -9999px; float: right; display: block; margin-bottom: 6px;}
.image-link h2 {padding: 0; margin: 0;}
.image-link a, .image-link a:visited {display: block; width: 177px; height: 95px; background-position: left top;}
.image-link a:hover, .image-link a:visited:hover {background-position: left bottom;}
a.printable-map, a.printable-map:visited {background-image: url(../graphics/printable-map.png);}
a.larger-map, a.larger-map:visited {background-image: url(../graphics/printable-map.png);}
.inner {overflow: hidden;}

.opening-hours {width: 177px; margin-left: 20px;}
.opening-hours div {margin-bottom: 15px;}

div.address {margin-left: 20px; margin-top: 1em;}

.tile-box {background: #fff; clear: both; width: 545px; border: 1px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px 0 0 0;}

.infobox {background: #fff; border: 2px solid #F3A8CE; padding: 0.5em 1em; margin-bottom: 2em;}

.hide {display: none;}

.jacuzzi-link {text-align: center; margin: 0 0 20px 0;}
.jacuzzi-link a {display: block;}

#home-main-content p {margin-left: 0;}

.wufoo ul li {width: 95%;}

a.feedback-link {display: block; position: absolute; top: 0; left: 842px; border: 3px solid #DE137B; border-top: none; padding: 3px 10px; color: #333; font-weight: bold; text-decoration: none; width: 80px; text-align: center;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}

a.feedback-link:hover {background: #FCE3EF;}
