/* ICONOGRAPHY - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 160%;
	color: #797979;
	font-size: small;
	background: #f1f0f1;
}
#bodyinner {
	/* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
}
#tinymce {
	background: #fff;
	padding: 5px;
}
/*************** BOOTSTRAP OVERRIDES *******************/
.container, .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}
header.container-fluid .container > div {
    padding-left: 0;
    padding-right: 0;
}
/************* COMMON ***************/
a {
	color: #00788b;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.article-text a {
	text-decoration: underline;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 105%;
}
li {
	margin: 0.5em 0;
	padding: 0;
	font-size: 105%;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 200%;	
	line-height: normal;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.4em 0;
	color: #00788b;
	clear: both;
}
h2 {
	font-size: 170%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0; 
	color: #00788b;
}
h3 {
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #00788b;
}
h4 {
	font-size: 140%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #00788b;
}
h5 {
	font-size: 130%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
    color: #00788b;
}
h6 {
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #00788b;
}
.red {
	color: #900;
}
.green {
    color: #090;
}
.grey {
	color: #999;
}
.note {
	font-size: 85%;
	color: #999;
	font-weight: normal;
	padding: 4px;
}
.note a {
	color: #999;
}
hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
hr.clear {
    border: none;
}
hr.spacer {
	border: none;
	margin: 10px 0;
}
/******************** HEADER ***********************/
.pagewrap {
	/*background: #FFF;*/
	width: 100%;
	float: left;
	position: relative;
}
#header {
	position: relative;
	width: 100%;
	margin: 0 0 6px 0;
	float: left;
	clear: both;
	display: inline;
	z-index: 999;
	background: #FFF;
    border-top: 6px solid #00788b;
}
#header .logo {
    display: block;
    margin: 18px auto;
    padding: 0;
}
#header .topnavigation {
    margin: 51px auto 0 auto;
    padding: 0;
	color: #999;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-size: 110%;
    text-align: right;
}
#header .topnavigation a {
	color: #797979;
	margin: 0 6px;
}
#header .topnavigation a:hover {
    color: #00788b;
    text-decoration: none;
}
#header .topnavigation span {
    color: #00788b;
    margin: 0 0 0 12px;
    padding: 0 0 0 24px;
    font-weight: bold;
    background: url("/images/phoneicon.png") no-repeat left center;
}
#header .searchbox {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header .search {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
	background: #FFF url("/images/bkg_fieldS.gif") no-repeat top right;
	position: relative;
	z-index: 999;
	height: 27px;
}
#header .search form {
    padding: 0;
    width: 100%;
}
#header .search #keyword {
    border: 0 none;
    color: #7f7f7f;
	background: none;
	margin: 0;
    padding: 4px 70px 4px 12px;
    width: 100%;
	height: 26px;
	line-height: 18px;
	display: inline;
}
#header .search #submit {
	position: absolute;
	right: 5px;
	top: 5px;
}
/*************************** TABS ****************************/
#menu-icon {
	display: none;
	width: 32px;
	height: 32px;
	background: transparent url("/images/threedot.png") no-repeat center center;
	float: right;
}
#menu-title {
	display: none;
	line-height: 32px;
	margin-left: 15px;
}
.tabs {
	color: #FFF;
	background: #333;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	line-height: normal;
	width: 100%;
	z-index: 999;
	left: 0;
	top: 0;
}
.tabs ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	position: relative;
}
.tabs #tabwrap {
	width: 100%;
}
.tabs li {
	float: left;
	margin: 0;
	padding: 6px 0;
	font-size: 100%;
	z-index: 999;
}
.tabs li.last {
	background: none;
}
.tabs > div > ul > li:hover, .tabs > div > ul > li.current {
    background: #00788b;
}
.tabs li:hover a, .tabs li.current a {
	color: #fff;
}
.tabs .mainoption {
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	background: #F9F9F9;
	padding: 6px 24px 6px 8px;
	margin: 6px 0 2px 0;
}
.tabs .mainoption:hover, .tabs li.current .mainoption:hover {
	color: #FFF;
	background: #00788b url("/images/shopnav_arrow.png") no-repeat center right;
	text-decoration: none;
}
.tabs .suboption {
    padding-left: 12px;
}
.tabs .alloption {
	margin-bottom: 8px;
}
.tabs a {
	float: left;
	display: block;
	padding: 0;
	color: #EEE;
	margin: 0 9px;
	font-size: 110%;
	text-decoration: none;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
.tabs a {
	float: none;
}
/* End IE5-Mac hack */
/* sub nav links */
.tabs ul li ul {
	background: #fff;
	display: none;
	margin: 0;
	padding: 12px 6px;
	position: absolute;
	top: 28px;
	z-index: 999;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	font-size: 100%;
	text-transform: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
.tabs ul li ul.widemenu {
	width: 100%;
	left: 0;
}
.tabs ul li ul.rightmenu {
	right: 0;
}
.tabs ul li:hover ul {
	display: block;
}
.tabs ul li.over:hover ul {
	display: none;
}
.tabs ul li ul li {
	padding: 0 5px 0 12px;
	margin: 0;
	font-size: 100%;
	background: none;
    min-width: 150px;
}
.tabs ul li ul li.menubannerimage {
    float: right;
    text-align: right;
}
.tabs ul li ul li.menucategoryimage img, .tabs ul li ul li.menubannerimage img {
    max-width: 100%;
}
.tabs ul li ul li:hover {
	background: none;
}
.tabs ul li ul li strong {
	color: #BBB;
}
.tabs ul li ul li a {
	padding: 4px 0 4px 0;
	margin: 0 auto;
	color: #333;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 90%;
}
.tabs ul li ul li a:hover, .tabs li.current ul li a:hover {
	color: #00788b;
	text-decoration: underline;
}
.tabs ul li ul li .productframe {
	padding: 8px;
	width: 100%;
	border: 1px solid #DDD;
	box-shadow: 0 0 3px #EEE;
}
.tabs ul li ul li .productframe a {
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}
.tabs li.tabright {
	float: right;
	background: none;
}
#breadcrumb {
    clear: both;
    display: inline;
    float: left;
    height: 28px;
    line-height: 28px;
	font-size: 85%;
    padding: 0 15px 0 15px;
	margin-bottom: 5px;
    position: relative;
	color: #666;
	background: none;
	width: 100%;
}
#breadcrumb a {
	color: #333;
}
.homepagetext {
    clear: both;
    float: left;
    font-size: 120%;
    margin: 0 0 4px 0;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}
.hometop {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 10px 15px 0;
	margin: 0;
}
.container-fluid .hometop {
	padding: 0;
}
#cookieprompt {
	position : fixed;
	bottom: 0;
	width: 100%;
	background: #fff8cc;
	color: #333;
	padding: 5px 10px;
	font-size: 12px;
	border-top: 1px solid #ffe95c;
	z-index: 999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
/* home image changer */
#imagechanger, #nonchanger {
	margin: 0 0 14px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.bannerchanger {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin: 0 0 16px 0;
}
#imagechanger li, #nonchanger li {
    width: 100% !important;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
#imagechanger .headerimage-container, #nonchanger .headerimage-container {
    width: 100%;
}
#imagechanger li .overlay, #nonchanger li .overlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("/images/transparent_dark.png");
    z-index: 0;
}
#imagechanger li img, #nonchanger li img {
    width: 100%;
}
#imagechanger .homechangerbox, #nonchanger .homechangerbox {
    position: absolute;
    padding: 15px;
    width: 100%;
    top: 16%;
    left: 0;
    text-align: center;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
#imagechanger .homechangerbox h1, #nonchanger .homechangerbox h1  {
    color: #fff;
    margin: 0;
    font-size: 300%;
    line-height: normal;
}
#imagechanger .homechangerbox p, #nonchanger .homechangerbox p {
    color: #fff;
    margin: 0;
    font-size: 200%;
    line-height: normal;
    font-weight: normal;
}
#imagechanger li a {
    display: block;
}
#imagechangernav {
	position: absolute;
	bottom: 20px;
	padding: 0;
	width: 100%;
	text-align: center;
	z-index: 110;
}
#imagechangernext, #imagechangerprev {
	position: absolute;
	top: 45%;
	padding: 0;
	z-index: 110;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#imagechangernext {
	background: #24211e url("/images/next.gif") no-repeat center center;
	right: 15px;
}
#imagechangerprev {
	background: #24211e url("/images/prev.gif") no-repeat center center;
	left: 15px;
}
#imagechangernav span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	line-height: 16px;
	margin: 0 4px 0 0;
	text-align: center;
	color: #666;
	font-size: 90%;
	font-weight: bold;
	background: url("/images/transparent.png");
	background: rgba(255,255,255,0.4);
	text-decoration: none;
	cursor: pointer;
}
#imagechangernav span.cycle-pager-active {
	color: #fff;
	background: #24211e;
}
#homeright {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0;
	padding: 0;
	position: relative;
}
.homepicsright {
	float: left;
	margin: 0;
	padding: 7px;
	position: relative;
	line-height: normal;
	text-decoration: none !important;
	overflow: hidden;
}
.homepixbox {
	padding: 0;
	max-height: 360px;
	overflow: hidden;
}
.homepixbox img {
	width: 100%;
}
.homepicsright:hover {
	text-decoration: none;
}
.homebox {
    padding: 20px;
    min-height: 200px;
    height: 200px;
    overflow: hidden;
    background: #00788b;
    line-height: normal;
}
.homebox h2 {
    font-size: 150%;
    padding: 0;
    margin: 0 0 0.2em 0;
    color: #fff;
}
.homebox p {
    color: #fff;
}
.homebox.black {
    background: #333;
}
.homebox.white {
    background: #fff;
}
.homebox.black h2, .homebox.black p {
    color: #fff;
}
.homebox.white h2, .homebox.white p strong {
    color: #00788b;
}
.homebox.white p {
    color: #797979;
}
#fullwhite {
    background: #FFF;
    width: 100%;
    float: left;
    margin: 14px 0 0 0;
    padding: 20px 0;
}
#fullwhite .homebox {
    min-height: 236px;
    height: 236px;
    float: left;
}
#fullwhite .homebox a {
    color: #fff;
    font-weight: bold;
}
#fullwhite .homepixbox {
    float: right;
}
#homeintro {
	clear: both;
	float: left;
	margin: 20px 10px 10px 10px;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	padding: 14px;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	position: relative;
    background: #fff;
}
#home #main-body {
    padding: 0;
    background: none;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#content img {
	max-width: 100%;
}
.sideheading  {
    clear: both;
    display: block;
    margin: 0;
    padding: 6px;
	font-size: 120%;
    width: 100%;
}
#rightbar .nav {
	background: none;
	border: none;
}
.fullwidth .sideheading {
    width: 971px;
}
#homefeatured .sideheading {
	width: 673px;
}
.pagecontainer.fullwidth .sideheading {
    width: 724px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
#mainprodcats .sideheading {
	margin: 0 0 10px 0;
}
h5 span {
	float: right;
}

#mainprodcats .sideheading span a {
	color: #fff;
}
/******************* left column and navigation ***********************/
#sidebar {	
	padding-left: 0;
}
.navbox {	
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
}
#sidebar .navbox {
	width: 100%;
}
.navboxinner {
    padding: 15px;
	margin: 0;
}
#sidebar .newsletter {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
#sidebar .newsletter .nav {
	width: 100%;
	padding: 6px 12px;
	background: none;
}
#sidebar .newsletter .nav p {
	color: #fff;
}
#sidebar .newsletter .nav a {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 4px 0 0 0;
	font-weight: bold;
	color: #9f9f9f;
}
#sidebar .newsletter .nav a:hover {
	color: #00788b;
	text-decoration: none;
}
.navbox .nav {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
	background: #f1f0f1;
}
#sidebar .navbox ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}	
#sidebar .navbox ul li { 
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	z-index: 99;
	font-size: 100%;
	border-top: 1px solid #fff;
}
#sidebar .navbox ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 24px 5px 18px;
	margin: 0;
	color: #333;
}
#sidebar .navbox ul li a:hover {
	color: #FFF;
	background: #00788b url("/images/shopnav_arrow.png") no-repeat center right;
}
/* sub nav */
#sidebar .navbox ul li ul {
	display: none;
	padding: 0 0 7px 0;
}
#sidebar .navbox ul li ul li {
	border: none;
	background: none;
	font-size: 100%;
}
#sidebar .navbox ul li ul li a {
	padding: 2px 0 2px 30px;
	color: #797979;
	background: none;
}
#sidebar .navbox ul li ul li a:hover {
	color: #00788b;
	background: none;
}
#sidebar .navbox .navon {
	display: block !important;
}
.boxcenter {
	width: 188px;
	float: left;
	clear: both;
	padding: 10px 0;
	text-align: center;
}
/* compare products */
.compare {
	width: 100%;
	float: left;
	clear: both;
	padding: 4px 0;
}
.compare .compproduct {
	width: 100%;
	float: left;
	clear: both;
	font-size: 90%;
	padding: 6px 10px;
	margin: 0;
	line-height: normal;
	border-bottom: 1px solid #E2E2E2;
}
.compare .compproduct .left {
	width: 85%;
}
.compare .compproduct .right {
	width: 10%;
	text-align: right
}
.comparetable {
	width: 100%; 
	float: left;
	clear: both;
	overflow: auto;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.comparetable td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.comparetable .product {
	text-align: center;
}
.comparetable .remove {
	float: right;
	position: relative;
	z-index: 10;
}
/* latest products */
.boxpad {
	width: 170px;
	float: left;
	clear: both;
	padding: 10px;
}
.boxtitle {
	color: #000000;
	font-size: 150%;
	margin-bottom: 10px;
}
.productfeat {
	position: relative;
	clear: both;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-size: 85%;
	line-height: normal;
	overflow-x: hidden;
}
.productfeatspacer {
	clear: both;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 0;
}
.navbox .productfeat {
	width: 100%;
	padding: 15px 5px;
	margin: 0;
	border-top: 1px solid #d5d5d5;
}
.navbox .productfeat .featimage {
	float: left;
	left: 0;
	margin-right: 10px;
	position: relative;
	text-align: center;
	width: 56px;
}
.navbox .productfeat .name {
	display: table-cell;
	margin: 0;
	padding: 0;
}
.productfeat .name a {
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
}
.productfeat .name .inputbutton {
	font-size: 85%;
}
#homefeatured, #recentlyviewed {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}
#recentlyviewed {
    border-top: 1px solid #DDDDDD;
    display: inline;
	margin: 10px 0;
    padding: 20px 15px 0;
	width: 100%;
}
#featured .productfeat {
	min-height: 250px;
	height: 250px;
	padding: 5px;
	clear: none;
	text-align: center;
	margin: 10px 0 0 0;
}
#featured .clear {
	clear: both;
}
#recentlyviewed .productfeat {
	min-height: 180px;
	height: 180px;
	padding: 6px;
	clear: none;
	text-align: center;
	margin: 10px 0 0 0;
}
#homefeatured .productfeat.last {
	border-right: none;
}
#homefeatured .productfeat .desc {
	color: #666;
}
#homefeatured .productfeat .price {
	font-size: 135%;
}
#homefeatured .productfeat .inputbutton {
	position: absolute;
	bottom: 0;
	left: 15px;
}
#featured .productfeat .featimage, #recentlyviewed .productfeat .featimage, #homefeatured .productfeat .featimage {
	width: 100%;
}
#featured .productfeat .name, #recentlyviewed .productfeat .name {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 10px;
}
#homefeatured .productfeat .name {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	padding: 8px 8px 0 8px;
}
#associated {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
	border-top: 1px dashed #efefef;
}
#associated .productfeat {
	clear: none;
	width: 155px;
	height: 6em;
	margin: 0 5px 6px 0;
}
.price {
	font-size: 150%;
	font-weight: bold;
	color: #e66d33;
}
.thumbimagewrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 6px;
}
.thumbimagewrap .thumb2 {
	display: none;
}
.thumbimagewrap:hover .thumb1 {
	display: none;
}
.thumbimagewrap:hover .thumb2 {
	display: block;
}
.brandbox {
	height: 120px;
	padding: 20px 9px 20px;
	margin: 5px 0;
	float: left;
	text-align: center;
	line-height: 80px;
	background: url("/images/corner-flap.gif") no-repeat bottom right;
	background-size: 100%;	
}
.brandbox a {
	text-decoration: none;
}
.brandbox a:hover {
	text-decoration: underline;
}
.collectionbox {
    background: url("/images/corner-flap.gif") no-repeat scroll right bottom #FFFFFF;
    float: left;
    height: 205px;
    line-height: 100%;
    padding: 10px;
	margin: 1px 1px 10px 1px;
    text-align: center;
    width: 205px;
	position: relative;
}
.collectionbox img {
	margin-bottom: 10px;
}
.collectionbox a {
	bottom: 25px;
	left: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
}

/************************ right main content *********************/
.page {
	padding-left: 0;
	padding-right: 0;
}
.fullwidth {
	width: 100% !important;
}
.article-text {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.pagecontainer {
	position: relative;
}
#product .pagecontainer {
	padding-left: 0;
}
.bannerleft {
	float: left;
    position: relative;
}	
.bannercenter {
    width: 100%;
	float: left;
	clear: both;
    text-align: center;
	position: relative;
}
.bannerright {
	float: right;
    position: relative;
    width: 100%;
}
.banner img {
	width: 100%;
    height: auto;
}
.banner {
	margin-bottom: 10px;
	padding: 0;
	background: #FFF;
}
.article-text .copy {
	margin: 0;
	padding: 0;	
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	background: #fff;
}
.callback .fullwidth .article-text .copy {
    padding: 10px 100px;
}
/* shop page showing all cats and right col featured prods */
#mainprodcats, .mainprodcats {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
}
.magnifiertext {
    background: url("/images/magnifier-icon.gif") no-repeat scroll 5px center #F6F6F6;
    border: 1px solid #EEEEEE;
    clear: both;
    color: #999999;
    font-size: 85%;
    margin: 0 0 0 75px;
    padding: 2px 10px;
    text-align: center;
}
.catintro {
	clear: both;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	position: relative;
}
.categoryframewrap {
	padding: 0 5px 5px 0;
}
.categoryframe {
	padding: 10px;
	margin: 0;
	line-height: normal;
	font-size: 90%;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	border: 1px solid #DDD;
	box-shadow: 0 0 3px #EEE;
	border-radius: 4px 4px 4px 4px;
}
.categoryframe2 {
	height: 300px;
}
.categoryframe2 img {
	max-width: 230px;
	max-height: 230px;
}
.categoryframe2 .catpix {
	margin-bottom: 5px;
}
.categoryframe3 {
	height: 300px;
}
.categoryframe3 img {
	max-width: 230px;
	max-height: 230px;
}
.categoryframe3 .catpix {
	margin-bottom: 5px;
}
.categoryframe4 {
	height: 195px;
}
.categoryframe4 img {
	max-width: 135px; 
	max-height: 135px;
}
.categoryframe4 .catpix {
	margin-bottom: 5px;
}
.albumframe {
	height: 210px;
	padding: 5px 10px;
	margin: 0;
	float: left;
	line-height: normal;
	font-size: 90%;
	background: #fff url("/images/album.gif") no-repeat center bottom;
	background-size: 100% 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.photoframe {
	padding: 10px;
	margin: 0;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}	
.photoframeinner {
	width: 100%;
	background: #fff;
	border: 1px solid #CCC;
	padding: 6px;
	box-shadow: 0 0 4px #DDD;
	display: inline-block;
}
.photoframelabel {
	padding: 6px 0 0 0;
	line-height: normal;
	font-size: 85%;
	color: #666;
}
.albumpix {
	padding: 7px 0;
	min-height: 135px;
}
.albumpix img {
	padding: 0;
	margin: 0;
}
.catbox, .albumbox {
    padding: 4px 8px;
}
.catbox span {
	font-weight: normal;
	font-size: 85%;
	color: #333;
}
.categoryframe a, .albumbox a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#photoset {
    clear: both;
    float: left;
    margin: 20px 0;
    width: 100%;
}
#featured .productframe .thumb {
	min-height: 0;
}
#featured .productframe .thumb .overlay img {
	width: 52px;
}
#featured .productframe .name {
	margin: 10px 0 0 0;
	clear: none;
}
#featured .productframe .name a {
	display: block;
	font-size: 220%;
	margin-bottom: 10px;
}
#featured .productframe .name .longdesc {	
	display: block;
	font-weight: normal;
}
#featured .productframe .price {
	font-size: 160%;
	margin: 10px 0;
}

.categoryframe a.name {
	display: block;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.pagingoptions {
    color: #999999;
    float: left;
    margin: 0 0 5px 0;
    padding: 6px 10px;
    width: 100%;
}
.pagingoptions a {
	text-decoration: none;
	margin: 0 4px;
}
a.pageselected {
	color: #FFF;
	background: #00788b;
	padding: 1px 6px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
}
#prodlistoptions {
    background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #EEE;
    clear: both;
    float: left;
    font-size: 90%;
    margin: 0 0 5px 0;
    padding: 6px 10px;
    width: 100%;
}
#prodlistoptions a {
	color: #BBB;
	font-weight: bold;
	text-decoration: none;
}
#prodlistoptions #options {
	width: 100%;
}
#prodlistoptions #options .textfield {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#prodlistoptions #sortoptions, #prodlistoptions #perpageoptions {
    display: inline-block;
}
#prodlistoptions .pagingoptions {
	padding: 10px 0;
	text-align: right;
}
#prodlistoptions .pagingoptions .pageselected {
	color: #333;
	text-decoration: none;
}
/**** style switcher ****/
#theme {
	float: right;
	clear: both;
	list-style: none;
	width: 100%;
	margin: 8px;
	padding: 0;
	text-align: right;
}
#theme li {
	margin: 0 0 0 6px;
	padding: 0;
	display: inline;
	font-size: 100%;
}
#theme li a {
	border-bottom: none;
	background-image: none;
}
#theme li a img {
	background: #dee6ed;
	margin: 0 2px 0 0;
}
#theme li a:hover img {
	background: #dd0303;
}
#theme li a img#theme-grid {
	background: #333;
}
#theme li a img#theme-list { background: #FFF; border: 0;}
#theme li a img#theme-grid { background: #333; border: 0;}
#theme li a:hover img#theme-grid { background: #333; }
#theme li a:hover img#theme-list { background: #333; }

#prodlist, .prodlist {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.productframe {
	padding: 10px 7px 7px 7px;
	margin: 0;
	float: left;
	line-height: normal;
	font-size: 85%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.productframe a {
	text-decoration: none;
}
.productframe .thumb, .productframe .featimage {
	position: relative;
	overflow: hidden;
	padding: 4px;
	margin: 0;
	text-align: center;
}
.dropshadow {
	padding: 4px;
	border: 1px solid #EEE;
	box-shadow: 1px 1px 6px #CCC;
}
.overlay {
	z-index: 80;
	position: absolute;
	top: 0;
	left: 0;
}
.brandoverlay {
	left: auto;
	right: 0;
}
.swatchoverlay {
	margin-top: 5px;
	left: 10px;
	text-align: center;	
}
img.swatchimageoverlay {
	width: 14px;
	height: 14px;
	border: 1px solid #AAA !important;
	margin: 0 4px 4px 0;
}
.overlay img {
	border: none !important;
	box-shadow: none !important;
}
.productframe .name {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	font-weight: bold;
}
.productframe .name .desc {	
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: normal;
	color: #999;
}
.productframe .name .longdesc {	
	display: none;
}
.productframe .price, .productfeat .price {
	display: block;
	margin: 4px 0;
	padding: 0;
	font-size: 110%;
}
.productframe .buttons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255,255,255,0.8);
    display: none;
}
.productframe:hover .buttons {
    display: block;
}
.productframe .buttons label {
    display: inline-block;
    float: none;
}
.productframe .buttons .inputbutton {
    font-size: 95%;
    display: inline-block;
}
/*** home page featured prods ****/
#featured {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
}
/* product detail page */
#prodpics {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
}
#prodpics #mainImageHolder {
	float: left;
	margin: 0;
	max-width: 100%;
	height: auto !important;
	background: #FFF;
	position: relative;
    padding: 4px;
	text-align: center;
}
#prodpics #mainImageHolder .overlay {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 62px;
	height: 62px;
	z-index: 100;
}
#prodpics #mainImageHolder .brandoverlay {
	display: none;
}
.zoomPad {
	float: none !important;
}
.zoomPad img {
	width: 100%;
}
.zoomWrapperImage img {
	max-width: 9999px !important;
	width: auto !important;
}
#fancybox-wrap, #fancybox-outer, #fancybox-inner {
	box-sizing: content-box;
}
#prodpics #thumbs {
	width: 100%;
	margin: 0;
    padding: 0;
	float: left;
	clear: both;
}
#prodpics #thumbs a {
	float: left;
	display: block;
	padding: 0;
	margin: 8px 8px 0 0;
	width: 75px;
	height: 75px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #DDD;
	background: #FFF;
	cursor: pointer;
}
#prodpics #thumbs a.thumblast {
	margin: 0;
}
#prodpics #thumbs a.zoomThumbActive {
	border: 1px solid #BBB;
}
#prodpics #thumbs img {
	padding: 0;
	margin: 0;
	max-width: 71px;
	max-height: 71px;
}
#productright {
    padding: 0;
}
#productrightbox .biginputbutton {
    float: right;
}
#product #variantsubmitbutton {
	float: left;
	margin: 0 4px 0 0;
}
#variant1, #variant2, #variant3, #swatch {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
#variant1 label, #variant2 label, #variant3 label, .optiongroup label, #swatch label, #variantimage label  {
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    display: block;
    float: left;
    margin: 0 2px 2px 0;
    padding: 4px 12px;
    position: relative;
	white-space: nowrap;
	font-size: 85%;
	border-radius: 3px;
	box-shadow: 0 0 3px #EEEEEE;
	text-align: center;
}
#variant1 label:hover, #variant2 label:hover, #variant3 label:hover, .optiongroup label:hover {
	background-color: #EEE;
	border: 1px solid #999;
}
#variant1 label input, #variant2 label input, #variant3 label input, #swatch label input, #variantimage label input, .optiongroup label input {
	position: absolute;
	right: 99999px;
	top: 0;
}
#optionswrap, #variantswrap {
	clear: both;
	float: left;
	width: 100%;
    padding: 15px 15px 0 15px;
    background: #FFF;
    border-right: 1px solid #CCC;
}
#optionswrap {
    padding-top: 0;
}
.optiongroup {
	clear: both;
	float: left;
	padding: 5px 0;
    width: 100%;
}
.optiongroup .optionswatch, #swatch .optionswatch {
	padding: 5px;
	min-width: 100px;
	min-height: 85px;
	background-size: cover;
}
#variantimage .optionvariantimage {
	width: 95px;
	height: 95px;
}
.optiongroup label span, #swatch label span {
	padding: 0 5px;
    border-radius: 3px;
	background: url("/images/transparent.png");
}
#swatch label, #variantimage label {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 1px;
	float: left;
	margin: 0 2px 2px 0;
}
#swatch label:hover, #variantimage label:hover {
	border: 1px solid #666;
}
#variant1 label.varianton, #variant1 label:active, #variant2 label.varianton, #variant2 label:active, #variant3 label.varianton, #variant3 label:active, .optiongroup label.varianton, .optiongroup label:active {
	background-color: #00788b;
	color: #FFF;
	border: 1px solid #b50;
}
.optiongroup label:active span, .optiongroup label.varianton span, #swatch label:active span, #swatch label.varianton span, #variantimage label:active span, #variantimage label.varianton span  {
	background: #00788b;
	color: #FFF;
}
/* prod detail attribute icons */
.prodattributes {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}
.prodattributes img {
	margin: 0 5px 5px 0;
}
/* prod detail tabs */
.prodtabs {
    float: left;
    clear: both;
    padding: 0;
    margin: 10px 0;
    width: 100%;
}
UL.tabNav {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    font-size: 100%;
    position: relative;
    top: 1px;
}
UL.tabNav LI {
    float: left;
    background: #f0f0f0;
    margin: 0 4px 0 0;
    padding: 0;
    display: inline;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #CCC;
}
UL.tabNav Li A {
    color: #888;
    float: left;
    display: block;
    background: #f0f0f0;
    padding: 4px 8px;
    text-decoration: none;
    margin: 0;
}
UL.tabNav LI.current {
    color: #3a3a3a;
    float: left;
    background: #FFF;
    border: 1px solid #BBB;
    border-top: 1px solid #CCC;
    border-left: 1px solid #BBB;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #AAA;
    position: relative;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
}
UL.tabNav LI.current A.selected {
    float: left;
    display: block;
    background: #fff;
    color: #3a3a3a;
    padding: 4px 8px;
    text-decoration: none;
    margin: 0;
}
UL.tabNav LI A:focus {
    outline: 0;
}
.undertabs2 {
    float: left;
    margin:0;
    padding: 15px 10px;
    width: 100%;
    clear: both;
    background: #FFF;
    display: inline;
    border-top: 1px solid #CCC;
}
/* scrolling box */
.undertabs2 .scroll {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: auto;
}
.undertabs2 .reviewbox {
	border-bottom: 1px dashed #DDD;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	font-weight: normal;
}
.undertabs2 .expertreview {
    border: 2px solid #CCC;
    background: #FAFAFA;
    padding: 10px;
}
.undertabs2 .reviewbox .top {
	width: 100%;
	padding: 0 0 4px 0;
	float: left;
	clear: both;
	font-weight: bold;
}
.undertabs2 .reviewbox .reviewdetail {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 4px 0;
}
.tablink {
	padding: 5px 8px;
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 2px 0 0;
	position: relative;
	top: 1px;
	color: #777;
}
span.tablink {
	color: #333;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
	position: relative;
	top: 1px;
	box-shadow: 2px -1px 2px rgba(0,0,0,0.3);
}
a.tablink {
	background: #f0f0f0;
	text-decoration: none;
}
.history {
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: 1px dashed #efefef;
	width: 100%;
}
.history .hdate {
	float: left;
	clear: left;
	padding: 0 0 2px 0;
}
.historytwo {
	display: none;
	border-bottom: 1px dashed #efefef;
	background: #f0f0f0;
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
}
.historyadd {
	width: 50%;
	float: left;
	margin: 0; 
	padding: 0 0 8px 0;
}
.historytb {
	background: #F9F9F9;
	border: 1px solid #d5d5d5;
	margin: 0 0 10px 0;
	padding: 6px;
}
/*** site map ****/
.sitemap td {
	margin: 0;
	padding: 2px;
}
.sitemap h4 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.sitemaptop {
	margin: 0.5em 0 0 0;
	padding: 0 0 2px 0;
	display: block;
	clear: both;
	float: left;
}
.sitemaptop a {
	text-decoration: none;
}
.sitemapsub {
	margin: 0 0 0 18px;
	padding: 0 0 2px 0;
	float: left;
	clear: both;
}
.sitemapsub a {
	font-weight: normal;
	text-decoration: none;
}
.sitemapsub a:hover {
	
}
.sitemapprod1 {
	margin: 0 0 0 18px;
	padding: 0;
	display: block;
	clear: both;
}
.sitemapprod1 a {
	color: #999;
	text-decoration: none;
}
.sitemapprod1 a:hover {
	color: #3a3a3a;
}
.sitemapprod2 {
	margin: 0 0 0 36px;
	padding: 0;
	display: block;
	clear: both;
}
.sitemapprod2 a {
	color: #999;
	text-decoration: none;
}
.sitemapprod2 a:hover {
	color: #3a3a3a;
}
/* shopping basket and checkout */
.basketprocess {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 10px 0 20px 0;
}
.basketprocess img {
	width: 100%;
}
.basketprocess td {
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: center;
}
.basketprocess td.on {
	background-color: #00788b;
	color: #FFF;
}
.basketprocess td.on b {
	font-size: 150%;
}
.basketprocess td.off {
	color: #444;
}
.basketimage {
	max-height: 40px;
	max-width: 40px;
}
.odd {
	background: #f6f6f6;
}
/*** news pages ***/
.bloglist, .eventlist {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 55px;
	float: left;
	clear: both;
	border-bottom: 1px dotted #f1f0f1;
}
.blogarticle {
    margin: 0 0 20px 0;
    padding: 0 75px 0 0;
    float: left;
    clear: both;
}
.bloglisticon {
	background: #FFF url("/images/blog.png") no-repeat top left;
}
.eventlisticon {
	background: #FFF url("/images/event.png") no-repeat top left;
}
.bloglist dt a, .blogarticle dt a, .eventlist dt a {
	text-decoration: none;
}
.bloglist dt span, .blogarticle dt span, .eventlist dt span {
	color: #999;
}
.bloglist dd img, .blogarticle dd img, .eventlist dd img {
	padding: 0;
    margin-bottom: 20px;
	background: #FFF;
}
.bloglist dd img.thumb, .eventlist dd img.thumb {
	width: 85px;
	float: left;
	margin: 0 10px 10px 0;
}
.bloglist dd .readmore, .eventlist dd .readmore {
	padding: 8px 0 0 0;
}
.profilebox {
    border-top: 1px dashed #DDD;
    margin: 20px 0 0 0;
    padding: 20px 0;
}
/**** search page ****/
#pagesearchresults {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
}
#pagesearchresults p {
	margin-left: 10px;
}
#pagesearchresults em {
	background: #FF0;
	padding: 0 2px;
}
/*** faqs ***/
.faq {
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	float: left;
}
.faq .question {
	width: 95%;
	float: left;
	clear: both;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 23px;
}
.faq .answer {
	width: 95%;
	float: left;
	clear: both;
	margin: 10px 0 0 23px;
}
#highlights {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
    background: #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 10px;
}
/********************* footer *********************/
#footer {
	margin: 20px 0 0 0;
    padding: 0 0 20px 0;
	background: #00788b;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	line-height: normal;
	position: relative;
}
#home #footer {
    margin: 0;
}
#footer .container, #footer .container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}
#footer .foldouttoggle {
    background: url("/images/expand_light.gif") no-repeat center left;
    border-top: none;
}
#footer .foldoutopen {
    background: url("/images/collapse_light.gif") no-repeat center left;
}
#footer .mobilefoldouttoggle {
    background-color: #00788b;
    color: #fff !important;
}
#footer .foldoutbox {
    padding: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerbox h5 {
	margin: 1.5em 0 0.5em 0;
    font-size: 140%;
	color: #fff;
	font-weight: bold;
}
#footer .footerbox p, #footer .footerbox a, #footer .footerbox a {
	color: #cce4e8;
}
#footer .footerbox img {
	margin: 0 5px 0 0;
}
#footer ul {
	margin: 0;
	padding: 0;
    list-style: none;
}
#footer li {
	margin: 0 0 0.3em 0;
	color: #cce4e8;
}
#twitter {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0 20px 20px 20px;
    background: #298e9e;
}
#twitter .odd {
    background: none;
}
.boxlast a {
    color: #fff !important;
}
.boxlast .padding {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
}
.tweetarrow {
    width: 94%;
    margin: 0;
    padding: 0;
    float: right;
    clear: both;
    height: 25px;
    background: url("/images/tweetarrow.png") no-repeat top left;
}
#newsletterbar {
	margin: 10px 0 15px 0;
	padding: 0 15px;
}
#newsletterbar label {
	font-size: 100%;
}
/********************* MISC ***********************/
.mid {
	vertical-align: middle;
}
a img {
	border: none;
}
.hide {
	display: none;
}
dl, dt, dd {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}
#confbox, #errbox, .noticebox {
	clear: both;
	float: left;
	margin: 2px auto 8px auto;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}
#confbox {
	color: #009900;
	border-top: 1px solid #AACCAA;	
	border-bottom: 1px solid #AACCAA;
	background: #EEFFEE;
}
#errbox {
	color: #CC0000;
	border-top: 1px solid #CCAAAA;	
	border-bottom: 1px solid #CCAAAA;
	background: #FFEEEE;
}
#errbox a {
	color: #CC0000;
	text-decoration: underline;
}
#errbox a:hover {
	color: #000000;
}
.noticebox {
	color: #333;
	border-top: 1px solid #CCCC00;	
	border-bottom: 1px solid #CCCC00;	
	background: #FFFFEE;
}
.debug {
    background: #ffff99;
    color: #333;
    display: inline-block;
    margin: 0.5em 0 !important;
    padding: 1em !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    white-space: pre-line;
    word-wrap: break-word;
    max-width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearempty {
	clear: both;
	height: 0;
	line-height: 0px;
	border: 0;
}
.contact td.answer {
	padding-bottom: 10px;
}
/**** form styles ****/
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
form {
	clear: both;
	margin: 0;
	padding: 0;
}
label {
	font-size: 100%;
	border: 1px solid transparent;
}
.productfeat label {
	font-size: 85%;
    display: block;
    margin-top: 3px;
}
.productfeat label.subfilter {
    margin-left: 10px;
}
.textfield {
	background: #fff url("/images/bkg_field.gif") repeat-x top;
	border: 1px solid #AAA;
	color: #999;
	font-size: 115%;
	margin: 0 0 6px 0;
	padding: 4px 6px;
	vertical-align: middle;
	width: 90%;
}
.textfield.textfieldxsmall {
	width: 15%;
}
.textfield.textfieldsmall {
	width: 33%;
}
.textfield.textfieldmedium {
	width: 66%;
}
.requirederror {
	border: 1px solid #C00;
	box-shadow: inset 0 0 2px rgb(200, 100, 100);
}
.qty {
	width: 2em;
	border: 1px solid #999;
	font-size: 130%;
	text-align: center;
}
.rrp {
	color: #999;
}
.inputbutton {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none !important;
	background: #00788b;
	text-align: center;
	cursor: pointer;
	overflow: visible;
    border: none;
}
.inputbutton:hover, .inputbutton:focus {
	text-decoration: none !important;
	background: #298e9e;
}
a.inputbutton {
	color: #666;
	font-size: 100%;
}
a.primarybutton {
	color: #FFF;
}
a.primarybutton:hover {
	color: #FFF;
}
a.smallbutton, input.smallbutton {
	font-size: 11px;
	line-height: 14px;
	margin: 2px 0;
	padding: 2px 10px;
}
.biginputbutton {
	font-size: 160%;
	padding: 8px 16px;
	margin: -3px 0;
}
.primarybutton {
	color: #FFF;
	background: #00788b url('/images/primary-gradient.gif') repeat-x top;
}
.primarybutton:hover, .primarybutton:focus {
	color: #FFF;
	background: #ef8700 url('/images/primary-gradient-on.gif') repeat-x top;
}
.actionbutton {
	color: #FFF;
	background: #29ae13 url('/images/action-gradient.gif') repeat-x top;
}
.actionbutton:hover, .actionbutton:focus {
	color: #FFF;
	background: #26c115 url('/images/action-gradient-on.gif') repeat-x top;
}
.logoheading {
	margin-bottom: 1.4em;
}
#newvoucher {
	vertical-align: middle;
}
#jquery-live-search {
	background: #FFF;
	color: #333;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 10px;
	z-index: 999;
	margin-left: 0;
	margin-top: -3px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
#jquery-live-search a {
	color: #211728;
}
#jquery-live-search ul {
	padding: 0;
}
#jquery-live-search li {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
	overflow: hidden;
}
.quicksearchimage {
	float: left;
	margin-right: 5px;
	height: 40px;
	width: 40px;
}
.quicksearchimage img {
	max-width: 40px;
}
.quicksearchsummary {
	color: #999;
	display: table-cell;
}
.loginprompt {
	padding: 20px;
	margin-bottom: 20px;
	border: 10px solid #efefef;
	min-height: 340px;
}
.loginprompt p {
	clear: both;
}
.loginprompt label {
	font-size: 100%;
}
.loginprompt input {
	margin-right: 10px;
}
.loginprompt #password {
	margin-left: 25px;
}
.disabled {
	opacity: 0.2;
}
.flashwrap {
	position: relative;
}
.flashcover {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.flashcover a, .flashcover img {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
}
#brandjump {
	width: 100%;
	padding-left: 12px;
	border: 1px solid #3a3a3a;
}
.foldout {
	clear: both;
	width: 100%;
}
.foldouttoggle {
	cursor: pointer;
	padding: 6px 0 6px 20px;
	background: url("/images/expand.gif") no-repeat center left;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #e2e2e2;
	display: block;
}
.foldouttoggle:hover {
	text-decoration: underline;
}
.foldoutopen {
	background: url("/images/collapse.gif") no-repeat center left;
}
.foldoutbox {
    display: block;
	padding: 5px 0;
}
.sidebarfoldoutbox {
    padding: 0;
}
.mobilefoldouttoggle {
	background-color: #f1f0f1;
	color: #333 !important;
	padding: 10px 20px 10px 25px;
	font-size: 120%;
	margin-bottom: 5px;
}
#presearch, #comparebuttons {
	margin: 10px 0;
	clear: both;
	float: left;
	width: 100%;
	font-weight: bold;
	padding: 0 10px;
}
#presearch .inputbutton, #comparebuttons .inputbutton {
	float: right;
	margin-left: 5px;
	font-size: 11px;
}
.filternavbox .productfeat {
	width: auto;
	color: #333;
	font-size: 100%;
	padding: 4px;
	margin: 0 10px;
	border: 0;
}
#filterform {

}
.optionimage  {
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    display: block;
    float: left;
    margin: 4px;
    padding: 4px;
    position: relative;
	white-space: nowrap;
	width: 20px;
	height: 20px;
}
.optionimage:hover, .optionimage.checked, .optionimage:active {
	border: 1px solid #666;
}
.optionimage input {
	position: absolute;
	right: 99999px;
	top: 0;
}
.optionimage .tick {
	display: none;
}
.optionimage.checked .tick {
	display: block;
	position: absolute;
	left: 2px;
	bottom: 2px;
	background: url("/images/tick.png") no-repeat top left;
	width: 10px;
	height: 10px;
	z-index: 99;
}
.label {
	display: block;
	position: relative;
	padding: 5px 50px 5px 25px;
	border: 1px solid #e3e3e3;
	background: #F6F6F6;
	margin: 4px 0;
}
.label input {
	margin: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
.selectedlabel {
	font-weight: bold;
}
.sublabel {
    color: #999;
    font-size: 90%;
    font-weight: normal;
    padding: 5px 0 0 0;
}
.sublabeltext {
    display: table-cell;
    font-weight: normal;
}
.sublabelprice {
    font-size: 130%;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 5px;
}
.addtobasket {
    float: left;
    width: 100%;
    clear: both;
}
#productrightbox .addtobasket {
    padding: 0 15px 15px 15px;
    background: #FFF;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.productsummary {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: normal;
}
.productdescription {
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 0 10px;
}
#variantswrap select {
    padding: 2px;
    border: 1px solid #BBB;
    border-radius: 3px;
}
.pricebox {
	float: right;
	text-align: right;
	margin: 4px 0 0 4px;
}
.sitemapbox {
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%;
}
.copytable td {
	border: 1px solid #efefef;
}
#myaccount {
	background: #00788b;
	padding: 5px 10px;
	color: #FFF;
	margin: 0 0 10px 0;
}
#myaccount h2 {
	font-size: 230%;
	color: #FFF;
	margin: 0 0 5px 0;
}
#myaccount p {
	margin: 0;
}
.brandlogo {
    float: right;
    margin: 0 0 10px 10px;
}
.categorybannerimage {
	margin-bottom: 10px;
	width: 100%;
}
.categorybannerheader {
    background: #333;
    color: #fff;
    left: 0;
    margin: -10px 0 10px 0;
    padding: 5px 15px;
}
#youcanalso {
	clear: both;
	float: left;
	margin: 20px 0;
	width: 100%;
}
#youcanalso .inputbutton {
	margin: 0 5px 10px 0;
    padding: 3px 12px;
	display: inline-block;
	text-decoration: none;
}
#alsobought, #alsolike {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
}
#alsobought .productfeat, #alsolike .productfeat {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	min-height: 230px;
}
#alsobought .productfeat .name, #alsolike .productfeat .name {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 15px 15px 0;
	padding: 0;
	text-align: center;
}
#alsobought .productfeat .featimage, #alsolike .productfeat .featimage {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.popupheader {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    font-size: 140%;
    padding: 8px 12px;
}
.qtywrapouter {
	float: right;
	margin-right: 10px;
}
.qtywrapouter label {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 0;
}
.qtywrap {
    float: right;
    padding-right: 16px;
    position: relative;
	width: 50px;
}
.qtywrap strong {
	margin-right: 5px;
	line-height: 220%;
}
.qtywrap .qty {
	float: left;
}
.qtyup {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.qtydown {
	position: absolute;
	bottom: 6px;
	right: 0;
	cursor: pointer;
}
.ajaxloading {
	background: url("/images/ajax-loader.gif") no-repeat center right;
	padding-right: 30px !important;
}
#presearch .ajaxloading {
	background: url("/images/ajax-loader-grey.gif") no-repeat center right;
}
.attributes {
	list-style: none;
	padding: 0;
	margin: 0;
}
.attributes img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.attributes p {
	margin-bottom: 15px;
}
#stockistresults {
	width: 100%;
}
#stockistresults th {
	background: #00788b;
	color: #FFF;
	font-size: 150%;
	text-align: left;
	padding: 8px 4px;
}
#quickadd tr, #historyadd tr {
	border-top: 1px dotted #DDD;
}
#quickadd .textfield, #historyadd .textfield {
	margin: 0;
}
#quickadd .heading h4, #historyadd .heading h4 {
	margin: 10px 0 0 0;
}
.latestblog {
	clear: both;
	padding: 10px 15px;
}
.latestblog h5 {
	font-size: 100%;
}
.latestblog p {
	margin: 0;
}
#newsletterbox {
    background: #747273;
    clear: both;
    color: #EEE;
    float: left;
    margin: 0 14px;
    padding: 10px;
    width: 170px;
}
#newsletterbox h5 {
	color: #FFF;
	font-size: 130%;
}
#socialmedia {
	clear: both;
	margin: 20px 10px 10px 10px;
	float: left;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
#like, #plusone, #tweet, #pinit {
	float: left;
    margin-right: 10px;
}
#addthis {
	float: left;
	margin-right: 35px;
}
#basket .basketmessage {
	display: none;
	position: absolute;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	width: 300px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	z-index: 20;
	max-height: 540px;
	overflow: auto;
}
.absmiddle {
	vertical-align: middle;
}
.mydetailsbox {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
}
.bookbutton {
	position: absolute;
	top: 18px;
	right: 12px;
}
.tableclass {
	border: 1px solid #eaeaea;
}
.tableclass p {
	margin: 0;
}
.tableclass td {
	border: 1px solid #eaeaea;
	vertical-align: top;
}
/* brand scroller */
div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
#homebrands, #brandscroller {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0;
}
#brandscroller {
	height: 90px;
	position: relative;
	padding: 7px 0;
}
#brandscroller div.scrollableArea a {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 200px;
	text-align: center;
	text-decoration: none;
}
div.scrollingHotSpotLeft {
	width: 23px;
	height: 90px;
	position: absolute;
	z-index: 200;
	left: 0;
	background: #FFF url("/images/prev-horizontal.gif") no-repeat center center;
}
div.scrollingHotSpotRight {
	width: 23px;
	height: 90px;
	position: absolute;
	z-index: 200;
	right: 0;
	background: #FFF url("/images/next-horizontal.gif") no-repeat center center;
}

/* events */
#calendar {
	width: 100%;
	border: 0 solid #888;
	border-collapse: collapse;
	margin: 0 0 30px 0;
}
#calendar td {
	width: 14%;
	height: 65px;
	border-collapse: collapse;
	border: 1px solid #DDD;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}
#calendar td a {
	font-size: 80%;
}
#calendar .days td {
	background-color: #F1F3F5;
	height: auto;
}
#calendar th {
	border-collapse: collapse;
	border: 1px solid #00788b;
	background-color: #00788b;
	color: #FFF;
}
#calendar .actday {
	font-weight: bold;
	color: #C00;
}
#calendar .blankday {
	background-color: #F1F3F5;
	font-weight: bold;
}
#calendar .eventday {
	background-color: #f0f2eb;
	font-weight: bold;
}
.bigtext {
	font-size: 200%;
	font-weight: bold;
}
#discount_form {
	clear: none;
	float: left;
	width: 50%;
}
#loyalty_form {
	clear: none;
	float: right;
	width: 50%;
	text-align: right;
}
#loyalty_form p {
	margin: 0.6em 0;
}

#ui-datepicker-div {
	display: none;
}

/* store finder */
#stockistresults {
	margin: 20px 0;
}
#storefindertable {
	width: 100%;
	text-align: center;
}
#storefindertable th {
	background: #00788b;
	color: #FFF;
	width: 50%;
}
#storefindertable td {
	background: #F3F3F3;
}
#basket {
    margin: 15px 0;
    width: 100%;
    float: left;
    clear: both;
}
#basket div {
    padding: 0;
}
#basket div.row {
    padding: 5px;
}
#ie6warning {
	padding: 50px 100px;
	text-align: center;
}
#postcodeanywherebox {
	max-width: 440px;
	background: #f4f6f7;
	border: 4px solid #efefef;
	padding: 5px;
	margin: 10px 0;
}
.fullwidth #postcodeanywherebox {
	margin-left: 33%;
}
.postcodeanywherehide {
	display: none;
}

#varianttext {
	clear: both;
	font-size: 140%;
	margin: 5px 0;
	padding: 5px 0 10px 0;
}
#varianttext span {
	font-weight: bold;
}
#varianttext span.note {
	font-weight: normal;
	color: #666;
}
/* collection/linked items */
.linkedprod, .collectionitem {
	float: left;
	clear: both;
	width: 100%;
	padding: 5px;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #DDD;
}
.collectionitem a {
	font-weight: bold;
	text-decoration: none;
}
.linkedprodtext, .collectionitemtext {
	margin: 5px 60px 5px 80px;
}
.collectionitemtextnoimage {
	margin-left: 5px;
}
.linkedprodimage, .collectionitemimage  {
	float: left;
	width: 60px;
	margin: 0 4px 4px 0;
}
.linkedprod .price, .collectionitem .price {
	font-size: 100%;
}
.linkedprod .qtywrap, .collectionitem .qtywrap {
	float: right;
	margin-top: 5px;
}
/* swatches */
#swatchboxwrap {
	clear: both;
	margin: 0;
	padding: 15px 15px 0;
	float: left;
	width: 100%;
    background: #FFF;
    border-right: 1px solid #CCC;
}
.swatchwrap {
	padding: 2px;
	border: 1px solid #FFF;
	box-shadow: 0 0 2px #CCC;
	float: left;
	margin: 0 5px 5px 0;
	width: 64px;
	height: 64px;
	overflow: hidden;
}
.swatchwrap img {
    width: 100%;
}
.swatchwrapselected {
	border: 1px solid #333;
}
.strike {
	text-decoration:line-through;
}
.tablepadding th, .tablepadding td {
	padding: 4px;
}
#checkout #securepayments {
	text-align: center;
}
.collectbox {
    padding: 15px;
    background: #f1f0f1;
    margin: 0 -15px 15px -15px;
}
.text-center {
	text-align: center;	
}	
.text-left {
	text-align: left;	
}	
.text-right {
	text-align: right;	
}
.inpageproductblock {
    width: 100%;
    clear: both;
    float: left;
    background: #FFF;
    padding: 30px 15px;
}
.inpageproduct {
    text-align: center;
}
.ui-tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #FFF;
    padding: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#pricerangeslider {
    margin: 5px;
}
.hotspot {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #EE7D15;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
}
.hotspot:hover, .hotspot:active, .hotspot:focus {
    font-size: 20px;
    color: #FFF;
    outline: none;
}
.webui-popover .addtobasket {
    display: inline;
    width: auto;
    margin-right: 5px;
}