/* ICONOGRAPHY - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: "Quicksand", Helvetica, Arial, sans-serif;
	line-height: 130%;
	color: #333;
	font-size: small;
	background: #FFF;
}
#popupbody {
	background: #FFF;
	background-image: none;
	margin: 10px;
}
#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: #24005d;
	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;
    line-height: 1.4em;
}
li {
	margin: 0.5em 0;
	padding: 0;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5 {
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 200%;
	line-height: normal;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.4em 0;
	color: #24005d;
	clear: both;
	letter-spacing: -0.03em;
}
h2 {
	font-size: 175%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #24005d;
	letter-spacing: -0.03em;
}
h3 {
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #24005d;
	letter-spacing: -0.03em;
}
h4 {
	font-size: 140%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #24005d;
	letter-spacing: -0.03em;
}
h5 {
	font-size: 130%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #24005d;
}
h6 {
	font-size: 85%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #24005d;
}
.red {
	color: #B00;
}
.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 dashed #CCC;
	height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
hr.clear {
    border: none;
}
hr.spacer {
	border: none;
	margin: 10px 0;
}
/******************** HEADER ***********************/
#header .container, .tabs .container{
	padding: 0 10px;
}
.pagewrap {
	background: #FFF;
	width: 100%;
	float: left;
	position: relative;
}
#header {
	position: relative;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	z-index: 997;
	background: #FFFFFF;
}
#header .logo {
    display: block;
    margin: 15px auto;
    padding: 0;
}
#header .logo img{
	max-width: 100%;
}
#header .topnavigation {
	float: left;
	font-size: 100%;
	padding: 0;
	color: #005d4a;
	width: 100%;
}
#header .topnavigation .left {
	padding: 0;
}
#header .topnavigation .right {
	padding: 0 0 0 20px;
	background: url("/images/topnav_currency.gif") no-repeat left center;
}
#header .topnavigation .right a.currency {
	font-weight: bold;
	text-decoration: underline;
}
#header .topnavigation a {
	color: #333;
	margin: 0 11px;
	font-size: 154%;
	line-height:32px;
	position: relative;
}
#header .topnavigation a:hover {
	text-decoration: none;
}
#header .topnavigation span.hover-link-text {
	position: absolute;
	top: 40px;
	height: 20px;
	line-height: 15px;
	padding: 2px 10px;
	left: -115%;
	width: 65px;
	border: 1px solid rgb(200,200,200);
	border-radius: 3px;
	color: #616161;
	background: white;
	font-weight: bold;
	text-align: center;
	display: none;
	font-size: 11px;
}
#header .topnavigation span.hover-link-text img{
	width: 10px;
	top: -10px;
	position: absolute;
	margin-left: -5px;
	left: 50%;
}
#header .topnavigation a:hover span{
	display: block;
}
#header .topnavigation .header-icon{
	position: relative;
}
#header .topnavigation .header-icon:before{
	content: '';
	position: absolute;
	top: -5px;
	left: -9px;
	width: 37px;
	height: 37px;
	padding: 16px;
	border-radius: 50%;
	background: #f2f2f2;
	z-index: -1;
	transition: all .4s;
}
#header .topnavigation .header-icon:hover:before{
	background: #CCCCCC;
}
#header .topright, #header .topleft {
    position: relative;
	padding: 55px 0 0;
}
#header .topright {
    padding: 35px 0 0;
}
#header .topnavigation span.call {
    display: none;
}
#header .topleft{
	padding-right: 100px;
}
#header #basketsummary {
	text-align: right;
	font-size: 85%;
	padding-top: 24px;
	padding-bottom: 20px;
}
#header #basketsummary span {
	padding: 3px 10px 0 25px;
	background: url("/images/shopping-bag.gif") no-repeat left center;
}
#header #basketsummary strong {
	font-size: 150%;
}
#header #basketsummary a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#header #basketsummary a:hover {
	text-decoration: underline;
}
.searchbox {
	float: left;
	padding:0;
}
.search {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	z-index: 999;
	height: 32px;
}
.search form {
    padding: 0;
    width: 100%;
}
.search .keyword {
	background: #f2f2f2;
    border: 0 none;
    color: #7f7f7f;
	margin: 0;
    padding-left: 12px;
    padding-right: 36px;
    padding-top: 4px ;
    padding-bottom: 4px;
    width: 100%;
	height: 32px;
	line-height: 26px;
	display: inline;
}
.search .submit {
	position: absolute;
	right: 15px;
	top: 7px;
}
/*************************** 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 {
    position: relative;
	color: #FFF;
	background: #FFF;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	line-height: normal;
	width: 100%;
	z-index: 997;
	left: 0;
	top: 0;
}
.tabs ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	position: relative;
}
.tabs #tabwrap {
	width: 100%;
	border-top: 1px solid #e1e1dc;
	border-bottom: 1px solid #e1e1dc;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.tabs li {
	float: left;
	margin: 0;
	padding: 20px 0;
	font-size: 100%;
	z-index: 999;
}
.tabs li.special {
	background: #e3e3e3 url("/images/btngradient.gif") repeat-x top left;
}
.tabs li.last {
	background: none;
}
/*.tabs > div > ul > li:hover, .tabs > div > ul > li.current {
    background: #FFF;
	background-size: 100%;
}*/
.tabs li:hover a.toplevelcat, .tabs li.current a.toplevelcat {
	 color: #333;
}
.tabs li:hover a.toplevelcat.red{
	color: #B00;
}
.tabs .dropmenu {
	padding-right: 22px;
	background: url("/images/dropmenu.png") no-repeat right center;
}
/*.tabs li:hover .dropmenu, .tabs li.current .dropmenu {
	background: url("/images/dropmenu_on.png") no-repeat right center;
}*/
.tabs .mainoption {
	background: #F9F9F9;
	font-weight: bold;
	padding: 5px 24px 5px 8px;
	margin: 6px 0 2px 0;
}
.tabs .mainoption:hover, .tabs li.current .mainoption:hover {
	color: #FFF;
	background: #24005d url("/images/shopnav_arrow.png") no-repeat 97% 50%;
	text-decoration: none;
}
.tabs .suboption {
    padding-left: 12px;
}
.tabs .alloption {
	margin-bottom: 8px;
}
.tabs .homeicon {
	padding-left: 22px;
	background: url("/images/homeicon.png") no-repeat left center;
}
.tabs li:hover .homeicon, .tabs li.current .homeicon {
	background: url("/images/homeicon_on.png") no-repeat left center;
}
.tabs .specialicon {
	padding-left: 22px;
	background: url("/images/specialicon.png") no-repeat left center;
}
.tabs li:hover .specialicon, .tabs li.current .specialicon {
	background: url("/images/specialicon_on.png") no-repeat left center;
}
.tabs .phoneicon {
	padding-left: 26px;
	background: url("/images/phoneicon.png") no-repeat left center;
}
.tabs li:hover .phoneicon, .tabs li.current .phoneicon {
	background: url("/images/phoneicon_on.png") no-repeat left center;
}
.tabs a {
	float: left;
	display: block;
	padding: 0;
	color: #333;
	margin: 0;
	font-size: 107%;
	text-decoration: none;
	font-weight:bold;
}
.tabs a.red, .tabs a.red:hover{
	color: #B00;
}
/* 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: 57px;
	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 8px;
	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 em {
	color: #BBB;
	font-style: normal;
}
.tabs ul li ul li a {
	padding: 5px 0 5px 0;
	margin: 0 auto;
	color: #333;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 100%;
}
.tabs ul li ul li a:hover, .tabs li.current ul li a:hover {
	color: #24005d;
	text-decoration: underline;
}
.tabs ul li ul li .productframe {
	padding: 5px 10px;
	width: 100%;
	border: none;
    min-height: 270px;
}
.tabs ul li ul li .productframe .price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.tabs ul li ul li .productframe a {
	padding: 0;
	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: #FFF;
	width: 100%;
}
#breadcrumb a {
	color: #333;
}
.homepagetext1, .homepagetext2, .homepagetext3 {
    clear: both;
    float: left;
    font-size: 200%;
	line-height: 120%;
	font-weight:bold;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: 100%;
	color: #24005d;
}
.homepagetext1 .inner{
	border-top: 1px solid #e1e1dc;
	border-bottom: 1px solid #e1e1dc;
	padding:30px;
	letter-spacing: 0.0625em;
	line-height: normal;
}
.homepagetext2 {
	margin: 15px 0;
}
.homepagetext3 {
	margin: 15px 0 0 0;
}
.homepagetext3 .homepagetext3-inner{
	background: #f2f2f2;
	padding: 15px;
}
.homepagetext2 .homepagetext2-inner{
	background: #f2f2f2;
	padding: 15px;
}
.hometop {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 10px 15px 0;
	margin: 20px 0;
}
.container-fluid .hometop {
	padding: 0 10px;
}
#cookieprompt {
	position : fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	background: #333;
	background: rgba(30,30,30,0.9);
	color: #FFF;
	padding: 0;
	font-size: 110%;
	z-index: 999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#cookieprompt.cookieblock {
	height: 100%;
	justify-content: center;
}
#cookieprompt #cookiepromptinner {
	padding: 30px 60px;
}
#cookieprompt.cookieblock #cookiepromptinner {
	background: #FFF;
	width: 50%;
	color: #333;
	border-radius: 10px;
	text-align: center;
}
#cookieprompt #cookiepromptinner a {
	color: inherit;
}
#cookieprompt #cookieOk {
	font-size: 70px;
	font-family: serif;
	position: absolute;
	left: 20px;
	top: 28px;
	color: #FFF;
	text-decoration: none;
}
#cookieprompt a {
	color: #FFF;
	text-decoration: underline;
}
/* home image changer */
#imagechanger, #nonchanger, #homevideo {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
	position: relative;
}
.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;
	background: no-repeat center center;
	background-size: cover;
}
#imagechanger li {
	display: none;
}
#imagechanger li:first-child {
	display: block;
}
#getthelook #imagechanger li, #getthelook #nonchanger li {
	padding-bottom: 260px;
}
#imagechanger li span, #nonchanger li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 78px;
	color: #333;
	background: #fff;
	opacity: 0.9;
}
#imagechanger li a, #nonchanger li a {
	display: block;
	text-decoration: none;
}
#imagechanger li img, #nonchanger li img {
    max-width: 100%;
    width: 100%;
}
.homechangercontainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.homechangerbox {
	position: absolute;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.homechangerbox_topleft {
	top: 60px;
	left: 0;
}
.homechangerbox_topright {
	top: 60px;
	right: 0;
}
.homechangerbox_bottomleft {
	bottom: 60px;
	left: 0;
}
.homechangerbox_bottomright {
	bottom: 60px;
	right: 0;
}
#getthelook .homechangerbox_bottomleft {
	bottom: 320px;
}
#getthelook .homechangerbox_bottomright {
	bottom: 320px;
}
.homechangerbox_center {
	bottom: calc(50% - 100px);
}
.homechangerbox h1 {
    margin: 0;
	display: block;
    padding: 12px 50px;
	font-size: 461%;
	line-height: normal;
	letter-spacing: 0.0625em;
	text-shadow: 1px 1px 10px #333;
}
.homechangerbox_white h1{
	border-bottom:1px solid #FFF;
}
.homechangerbox_black h1{
	border-bottom:1px solid #333;
}
.homechangerbox p {
	font-size: 176%;
    padding: 10px 0;
	margin: 0;
	line-height: normal;
    font-weight: normal;
	text-shadow: 1px 1px 10px #333;
}
/*.homechangerbox_black {
    background: url("/images/transparent.png");
    background: rgba(255,255,255,0.5);
}
.homechangerbox_white {
    background: rgba(0,0,0,0.5);
}*/
.homechangerbox_black h1, .homechangerbox_black p {
    color: #333;
    /*text-shadow: 0 0 15px #fff;*/
}
.homechangerbox_white h1, .homechangerbox_white p {
    color: #FFF;
    /*text-shadow: 0 0 15px #111;*/
}
.homechangerbox .inputbutton {
	display: inline-block;
	margin-top: 10px;
}
#imagechangernav {
	position: absolute;
	bottom: 20px;
	padding: 0;
	width: 100%;
	text-align: center;
	z-index: 110;
}
#getthelook #imagechangernav {
	bottom: 280px;
}
#imagechangernext, #imagechangerprev {
	position: absolute;
	top: 45%;
	padding: 0;
	z-index: 110;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#getthelook #imagechangernext, #getthelook #imagechangerprev {
	top: 25%;
}
#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: transparent;
	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 {
	background: #FFF;
}
#homeright {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
.home-pic-container{
	padding:10px;
}
.homepicsright {
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	text-decoration: none !important;
	overflow: hidden;
}

.homepixbox {
	padding: 0;
}
.homepixbox_square, .homepixbox_rectangle {
	max-height: 280px;
	overflow: hidden;
}
.homepixbox img {
	width: 100%;
}
.homepicsright:hover {
	text-decoration: none;
}
.homepicsright .homepicstitle{
	position: absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	margin:auto;
	height:30px;
}
.homepicsright h2 {
	font-size: 184%;
	font-weight: normal;
	color: #FFF;
	letter-spacing: normal;
	padding: 0;
	text-align: center;
	display: table;
	white-space: nowrap;
	text-shadow: 1px 1px 10px #333;
}
.homepicsright h2:before,  .homepicsright h2:after{
	border-top: 1px solid #FFF;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.7em;
	width: 45%;
}
.homepicsright h2:before{
	right: 3.5%;
}
.homepicsright h2:after{
	left: 3.5%;
}
.homepicsright span {
	height: 16px;
}
.homepicsright p {
	font-size: 85%;
	color: #FFF;
	padding: 0 12px;
	position: absolute;
	left: 0;
	top: 40px;
}
.homepicsright .homepicstitle p {
	top: unset;
	left: unset;
	font-size: 140%;
	position: relative;
	text-align: center;
	text-shadow: 0px 1px 4px #333;
}
.homepicsright .morebutton {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.homepicsright .morebutton .inputbutton {
    display: inline-block;
}
#homeintro {
	clear: both;
	float: left;
	margin: 20px 10px 10px 10px;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	padding: 0 15px;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	position: relative;
	background: #FFF;
}
#home #main-body{
	padding:0;
}
#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 {
	font-size:200%;
	color: #24005d;
	padding:0;
	margin:30px 0;
	display: table;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 0.0625em;
}
#homefeatured .sideheading:before,  #homefeatured .sideheading:after{
	border-top: 1px solid #e1e1dc;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.7em;
	width: 45%;
}
#homefeatured .sideheading:before{
	right: 3.5%;
}
#homefeatured .sideheading:after{
	left: 3.5%;
}
.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: #24005d;
	text-decoration: none;
}
.navbox .nav {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
	background: #f9f9f9;
}
#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: 8px 24px 8px 18px;
	margin: 0;
	color: #333;
}
#sidebar .navbox ul li a:hover {
	color: #FFF;
	background: #24005d url("/images/shopnav_arrow.png") no-repeat 97% 50%;
}
/* 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: 8px 0 8px 30px;
	color: #797979;
	background: none;
}
#sidebar .navbox ul li ul li a:hover {
	color: #24005d;
	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: 100%;
	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: 115%;
}
#rightbar .productfeat .name a{
	font-size:100%;
}
.productfeat .name .inputbutton {
	font-size: 85%;
}
#homefeatured, #recentlyviewed {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}
#homefeatured{
	margin:0 0 40px;
	padding:0 10px;
}
#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 {
	padding: 6px;
	clear: none;
	text-align: center;
	margin: 10px 0 0 0;
	min-height: 100px;
}
#homefeatured .productfeat {
	min-height: 410px;
	height: 410px;
	padding: 10px;
	clear: none;
	margin: 10px 0;
	overflow: hidden;
}
#homefeatured .productfeat.last {
	border-right: none;
}
#homefeatured .productfeat .desc {
	color: #666;
	font-size:107%;
	float: left;
	width:100%;
	padding:5px 0;
}
#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: 20px 8px 0 8px;
}
#homefeatured .productfeat .name a{
	color: #24005d;
	font-size:123%;
	display: block;
}
#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: 123%;
	font-weight: bold;
	color: #333;
}
.thumbimagewrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 6px;
}
.thumbimagewrap .thumb2 {
	display: none;
}
.brandbox {
	/*height: 100px;*/
	height: auto;
	padding: 10px;
	margin: 0;
	float: left;
	text-align: center;
	/*line-height: 70px;*/
	/*background: url("/images/corner-flap.gif") no-repeat bottom right;
	background-size: 100%;*/
}
.brandbox .brandbox-inner{
	position: relative;
	overflow: hidden;
	border: 1px solid #e1e1dc;
}
.brandbox a {
	text-decoration: none;
	font-size: 120%;
}
.brandbox.header a:hover {
	text-decoration: underline;
}

.brandbox .brandboxname {
	height: 60px;
	line-height:40px;
	transition: .3s ease height, .3s ease background;
}
.brandbox.header a:hover .brandboxname, .brandbox.no-header a .brandboxname {
	height: 100%;
	background: #FFF;
}
.brandbox .brandboxlogo{
	position: absolute;
	height: 70px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .4s all;
}
.brandbox.header .brandboxlogo {
	visibility: hidden;
	opacity: 0;
}
.brandbox.header a:hover .brandboxlogo{
	visibility: visible;
	opacity: 1;
}

.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;
}
.bannercenter img {
	width: 100%;
	height: auto;
}
.bannerright {
	float: right;
    position: relative;
    width: 100%;
}
#product .bannerright img {
	max-width: 100%;
}
.banner {
	margin-bottom: 10px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #CCC;
}
.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: 0;
	margin: 0;
	line-height: normal;
	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, .categoryframe3, .categoryframe4 {
	height: auto;
}
.categoryframe2 img, .categoryframe3 img, .categoryframe4 img {
	width: 100%;
}
.catbox, .brandboxname {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    padding: 10px 10px;
	margin: 0;
	font-size: 120%;
	background: rgba(255,255,255,0.8);
	transition: 0.3s ease padding;
}
.categoryframe:hover .catbox{
	background: #24005d;
	color: #FFF;
    padding: 10px 10px 30px 10px;
	transition: 0.3s ease padding;
}
.catbox span {
	font-weight: normal;
	font-size: 85%;
	color: #333;
}
.categoryframe a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
.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: 16px 8px;
	box-shadow: 0 0 4px #DDD;
	display: inline-block;
}
.photoframelabel {
	padding: 6px 0 0 0;
	line-height: normal;
	font-size: 85%;
	color: #666;
}
/* GALLERY PHOTO LIKE */
form.galleryphotolike{
	padding: 10px 0 0 0;
}
form.galleryphotolike .inputbutton{
	margin: 0 3px;
}
.inputbutton.liked{
	background: #81d191;
	border: 1px solid #339933;
	color: #FFF;
}
.inputbutton.disliked{
	background: #ff0000;
	border: 1px solid #990000;
	color: #FFF;
}
.albumlist {
	margin: 0 0 30px 0;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
 }
.albumpix {
	padding: 8px;
	min-height: 135px;
}
.albumpix img {
	padding: 0;
	margin: 0;
	max-height: 155px;
}
#photoset {
    clear: both;
    float: left;
    margin: 10px 0;
    width: 100%;
}
#featured .productframe {
	padding: 5px 20px;
	margin-top: 5px;
	width: 100%;
	height: auto;
	clear: both;
	border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: 0 0 3px #EEEEEE;
	text-align: left;
	background: #FFFFFF url("/images/featured.png") no-repeat bottom right;
}
#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: 160%;
	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: #24005d;
	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: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-top: 1px dotted #DDD;
	border-left: 1px dotted #DDD;
	border-right: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}
.productframe:hover, #homefeatured .productfeat:hover {
	border: 1px solid #CCC;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.productframe a {
	text-decoration: none;
}
.layout180 {
	height: 320px;
}
.layout230 {
	height: 410px;
}
.layout380 {
	height: 540px;
}
.layout400 {
	height: 640px;
}
.layout520 {
	height: 770px;
}
.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;
}
.overlay .percenttext {
    z-index: 80;
    position: absolute;
	text-align: center;
    top: 33%;
    left: 0;
	width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 138%;
    line-height: 70%;
	transform: rotate(-15deg);
}
.overlay .percenttext span {
    font-size: 60%;
	font-weight: normal;
}
#mainImageHolder .overlay .percenttext {
	font-size: 150%;
	top: 28%;
}
.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;
	float: left;
	width: 100%;
	margin: 10px 0 5px 0;
	padding: 0 10px;
	clear: both;
	font-weight: bold;
    font-size: 115%;
}
.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 {
	display: block;
	margin: 4px 0;
	padding: 0 10px;
}
.tabs .productframe .price, .productfeat .price {
	font-size: 110%;
}
.price .note {
	font-size: 70%;
	padding: 0;
}
.productframe .buttons {
    position: absolute;
	display: block;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255,255,255,0.8);
    width: auto;
    opacity: 0;
	transform: translate(0, 80px);
	transition: 0.3s ease all;
}
.productframe:hover .buttons {
    opacity: 1;
	transform: translate(0, 0);
	transition: 0.3s ease all;
}
.productframe .buttons label {
    display: inline-block;
    float: none;
	padding: 6px 12px;
}
.productframe .buttons .inputbutton {
    display: inline-block;
	width: 49%;
}
.productframe .buttons .inputbutton.widebutton {
	width: 100%;
}
.productframe .buttons .primarybutton, .productframe .buttons .actionbutton {
    display: block;
	width: 100%;
	padding: 10px 15px;
	margin: 2px 0;
	font-size: 120%;
}
/*** 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%;
	width:100%;
	background: #FFF;
	position: relative;
    padding: 4px;
}
#prodpics #mainImageHolder .overlay {
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 100;
}
#prodpics #mainImageHolder .brandoverlay {
	display: none;
}
#prodpics #mainImageHolder .prodimgscroller{
	display: block;
	float: left;
	width: 100%;
}
#prodpics #mainImageHolder .prodimgslide{
	width: 100%;
	float: left;
	display: block;
}
.zoomPad {
	float: none !important;
}
.zoomPad img {
	width: 100%;
}
.zoomWrapperImage img {
	max-width: 9999px !important;
	width: auto !important;
}
.zoomWindow {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#fancybox-wrap, #fancybox-outer, #fancybox-inner {
	box-sizing: content-box;
}
#prodpics #thumbs {
	width: 100%;
	margin: 0 0 15px 0;
    padding: 0;
	float: left;
	clear: both;
}
#prodpics #thumbs a.thumb {
	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.active {
	border: 1px solid #BBB;
}
#prodpics #thumbs img {
	padding: 0;
	margin: 0;
	max-width: 71px;
	max-height: 71px;
}
#productright {
    padding: 0;
}
#productrightbox .biginputbutton {
    width: 100%;
	padding: 10px 15px;
	display: block;
	margin: 10px 0;
}
#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-color: #FFF;
    border: 1px solid #CCC;
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    padding: 6px 16px;
    position: relative;
	white-space: nowrap;
	font-size: 85%;
	border-radius: 3px;
	box-shadow: 0 0 2px #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%;
}
.optionswatch {
	padding: 5px;
	width: 32%;
	margin: 0 1% 1% 0 !important;
	min-width: 80px;
	min-height: 80px;
	background-size: 100% 100%;
}
#variantimage .optionvariantimage {
	width: 95px;
	height: 95px;
}
.optiongroup label span, #swatch label span, .optionswatch span {
	padding: 0 5px;
    border-radius: 3px;
	background: url("/images/transparent.png");
	display: inline-block;
	white-space: normal;
}
#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: #24005d;
	color: #FFF;
	border: 1px solid #333;
}
.optiongroup label:active span, .optiongroup label.varianton span, .optionswatch.varianton span, #swatch label:active span, #swatch label.varianton span, #variantimage label:active span, #variantimage label.varianton span  {
	background: #24005d;
	color: #FFF;
}
#variant1 .variantoff, #variant2 .variantoff, #variant3 .variantoff {
    background: url("/images/disabled.png") no-repeat #f6f6f6;
    background-size: 100% 100%;
	color: #999;
}
/* 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;
}
.reviewbox {
	border-bottom: 1px dashed #DDD;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	font-weight: normal;
}
.expertreview {
    border: 2px solid #CCC;
    background: #FAFAFA;
    padding: 10px;
}
.reviewbox .top {
	width: 100%;
	padding: 0 0 4px 0;
	float: left;
	clear: both;
	font-weight: bold;
}
.reviewbox .reviewdetail {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 4px 0;
}
.reviewbox .reviewresponse {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 5px 20px;
}

.concertina .prodtab {
    float: left;
    border-top: 1px solid #e1e1dc;
    padding: 10px 0 10px 10px;
    width: 100%;
    display: block;
    position: relative;
}
.concertina .prodtab h5 {

}
.concertina .prodtab h5.closed a {
    position: relative;
    background: none;
}
.concertina .prodtab h5.closed a:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 12px;
}
.concertina .prodtab h5.open a {
    position: relative;
    background: none;
}
.concertina .prodtab h5.open a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 12px;
}
.concertina .prodtab h5 a {
    float: left;
    width: 100%;
    padding: 10px 0 10px 25px;
    text-decoration: none;
    outline: 0;
}
.concertina .prodtabcontent {
    display: none;
    float: left;
    width: 100%;
    padding: 15px 0 0;
}


/* my account pages */
#accountpage {
	margin: 0;
	padding: 20px 10px;
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #CCC;
}
#accountpage .wishlist {
	text-align: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
#accountpage .wishlist .notesbox {
	margin: 0;
	padding: 0;
}
#accountpage .wishlist .notesbox p {
	font-size: 100%;
}
#accountpage .wishlist .notesbox form {
	display: inline;
}
#accountpage .wishlist .notesbox .textfield {
	width: 100%;
}
.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: 15px 0 15px 0;
	margin: 0;
	border-top: 1px dashed #efefef;
	width: 100%;
}
.history .hdate {
	float: left;
	clear: left;
	width: 100%;
}
.historytwo {
	display: none;
	border-bottom: 1px dashed #efefef;
	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;
}
.odd .historytb {
	background: #FFF;
}
/*** 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 */
.basketitem {
	text-decoration: none !important;
	font-size: 120%;
	font-weight: bold;
}
.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: #333;
	color: #FFF;
}
.basketprocess td.on b {
	font-size: 150%;
}
.basketprocess td.off {
	color: #444;
}
.basketimage {
	max-height: 64px;
	max-width: 64px;
}
.odd {
	background: #f9f9f9;
}
/*** news pages ***/
.bloglist, .eventlist {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 0;
	float: left;
	clear: both;
	border-bottom: 1px dashed #efefef;
}
.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: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 30px;
}
.faq .answer {
	width: 95%;
	float: left;
	clear: both;
	margin: 10px 0 0 30px;
}
/************************ right column *********************/
#rightbar {
	margin: 0;
	padding: 0;
}
#rightbar .rightbanner {
	float: left;
	padding: 0;
	margin: 0;
}
#rightbar .navbox {
	clear: none;
}
#rightbar .whitebox {
	width: 168px;
	float: left;
	clear: both;
	padding: 10px;
	margin: 0;
	background: #fff;
}
#rightbar .whitebox .boxtitle {
	font-size: 120%;
	color: #3a3a3a;
}
#rightbar .whitebox .review {
	width: 100%;
	font-size: 90%;
	padding: 10px 0 0 0;
}
#rightbar .whitebox .review .pad {
	width: 100%;
	padding: 0 0 10px 0;
}
#rightbar .whitebox .review a {
	color: #3a3a3a;
}

/* product detail */
#productrightbox {
    padding: 10px;
    background: #F3F3F3;
    width: 100%;
    float: right;
}
#productintro {
    float: left;
    width: 100%;
    padding: 15px 15px 5px 15px;
    background: #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}
#productintro h1 {
    clear: none;
    font-size: 155%;
}
#productrightbox .proddesc {
	margin: 0 0 1em 0;
	padding: 0;
	color: #3a3a3a;
	font-size: 90%;
}
#productrightbox .proddesc p {
	font-size: 100%;
}
#product .big {
	font-size: 140%;
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
#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;
}
#highlights div {
    margin: 0 0 15px 0;
}
#highlights .van {
    background: url("/images/highlight_van.png") no-repeat left top;
    padding-left: 60px;
}
#highlights .plane {
	background: url("/images/highlight_plane.png") no-repeat left top;
	background-size: 36px;
	padding-left: 60px;
}
#highlights .collect {
    background: url("/images/highlight_collect.png") no-repeat left top;
    padding-left: 60px;
}
#highlights .email {
    background: url("/images/highlight_email.png") no-repeat left top;
    padding-left: 60px;
}
#highlights .loyalty {
    background: url("/images/highlight_loyalty.png") no-repeat left top;
    padding-left: 60px;
}
#highlights .call {
    background: url("/images/highlight_call.png") no-repeat left top;
    padding-left: 60px;
}
#highlights .finance {
    background: url("/images/highlight_finance.png") no-repeat left top;
    padding-left: 60px;
}
/********************* footer *********************/
.newsletter-bar{
	background: #f2f2f2;
}
.newsletter-bar .right, .newsletter-bar .left{
	width:100%;
	text-align: center;
}
.newsletter-bar label, .newsletter-bar span{
	font-size: 154%;
	color: #333;
	line-height:75px;
	margin-right:25px;
}
.newsletter-bar .textfield{
	width:320px;
	background: #FFF;
	border:1px solid #e1e1dc;
	border-radius: 0;
	margin:0;
	height:35px;
}
.newsletter-bar .inputbutton{
	margin-left: -4px;
	height:35px;
	overflow: hidden;
	line-height:1.2;
	vertical-align: middle;
	text-transform: uppercase;
}
footer.container{
	padding:0 10px;
}
#footer {
	padding: 20px 0 15px 0;
	margin-top: 20px;
	background: #FFF;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	line-height: normal;
	position: relative;
}
#footer .container, #footer .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerbox h5 {
	margin: 0 0 0.5em 0;
	font-size: 100%;
	color: #666;
	letter-spacing: normal;
	font-weight: bold;
}
#footer .footerbox p {
	font-size: 85%;
}
#footer .footerbox p, #footer .footerbox a, #footer .footerbottom a {
	color: #333;
}
#footer .footerbox img {
	margin: 0 5px 0 0;
}
#footer .footerbottom {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
#footer .footerbottom p {
	color: #666666;
	font-size: 100%;
	margin:0;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer li {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	font-size: 100%;
	color: #333;
}
#footer li a{
	font-weight:bold;
	font-size: 107%;
}
#footer #securepayments img {
    margin: 2px;
}
#newsletterbar {
	margin: 10px 0 15px 0;
	padding: 0 15px;
}
#newsletterbar label {
	font-size: 85%;
	color: #666;
}
/********************* 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: 1em 0 !important;
    padding: 20px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    white-space: pre-line;
    word-wrap: break-word;
    width: 50%;
	max-height: 100%;
	overflow: scroll;
	position: fixed;
	bottom: 0;
	right: -49%;
	z-index: 1000;
	transition: 0.3s all ease;
}
.debug:hover {
	right: 0;
}
.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: 90%;
	border: 1px solid transparent;
}
.productfeat label {
    display: block;
    margin: 6px 0;
}
.productfeat label.subfilter {
    margin-left: 15px;
}
.textfield {
	background: #fff url("/images/bkg_field.gif") repeat-x top;
	border: 1px solid #CCC;
	border-radius: 2px;
	color: #999;
	font-size: 115%;
	margin: 0 0 4px 0;
	padding: 5px 8px;
	vertical-align: middle;
	width: 90%;
}
.textfield.textfieldxsmall {
	width: 15%;
}
.textfield.textfieldsmall {
	width: 33%;
}
.textfield.textfieldmedium {
	width: 66%;
}
.textfield.textfieldfull {
	width: 100%;
}
.requirederror {
	border: 1px solid #C00;
	box-shadow: inset 0 0 2px rgb(200, 100, 100);
}
.qty {
	width: 3em;
	border: 1px solid #999;
	font-size: 130%;
	text-align: center;
}
.rrp {
	color: #999;
}
.inputbutton {
	display: inline-block;
	color: #666;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none !important;
	border-radius: 0;
	background: #e3e3e3 url('/images/btngradient.gif') repeat-x top;
	text-align: center;
	cursor: pointer;
	overflow: visible;
	border: 0;
	box-shadow: none;
	transition: background .4s;
}
.inputbutton:hover, .inputbutton:focus {
	text-decoration: none !important;
	color: #333;
	background: #ebebeb url('/images/btngradient-on.gif') repeat-x top;
}
a.inputbutton {
	color: #666;
	font-size: 100%;
}
a.primarybutton, a.actionbutton {
	color: #FFF;
}
a.primarybutton:hover {
	color: #FFF;
}
a.smallbutton, input.smallbutton {
	font-size: 11px;
	line-height: 14px;
	margin: 2px 0;
	padding: 2px 10px;
    font-weight: normal;
}
.biginputbutton {
	font-size: 160%;
	padding: 8px 16px;
	margin: -3px 0;
}
.primarybutton {
	color: #FFF;
	background: #24005d;
}
.primarybutton:hover, .primarybutton:focus {
	color: #FFF;
	background: #31007F;
}
.actionbutton {
	color: #FFF;
	background: #24005d;
}
.actionbutton:hover, .actionbutton:focus {
	color: #FFF;
	background: #31007F;
}

.promotion {
	width: 100%;
	float: left;
	clear: both;
    padding: 10px 50px 5px 15px;
	margin: 0 0 5px 0;
	background: #FFF url("/images/offer.gif") no-repeat top right;
	border: 1px dashed #B80000;
	box-shadow: 0 0 4px #FFCCCC;
}
.promotion img {
	float: left;
	margin-right: 15px;
}
.promotiontext {
	display: table-cell;
}
.promotiontext h3, .promotiontext a {
	color: #B80000;
}
.categoryheaderimage {
	margin-bottom: 10px;
    width: 100%;
}
.categorylogoimage {
	right: 0;
	position: absolute;
}
.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: 998;
	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: 10px;
	height: 50px;
	width: 50px;
}
.quicksearchimage img {
	max-width: 50px;
}
.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: 10px;
	position: relative;
	top: -4px;
}
.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 30px;
	background: url("/images/expand.gif") no-repeat 8px center;
	text-decoration: none;
	border-top: 1px solid #e9e9e9;
	display: block;
}
.foldouttoggle:hover {
	text-decoration: underline;
}
.foldoutopen {
	background: url("/images/collapse.gif") no-repeat 8px center;
}
.foldoutbox {
	display: none;
	padding: 5px 0;
}
.sidebarfoldoutbox {
    padding: 0;
}
.mobilefoldouttoggle {
	background-color: #F2F2F2;
	color: #333 !important;
	padding: 10px 20px 10px 30px;
	font-size: 120%;
	margin-bottom: 5px;
	border-radius: 5px;
	border: none;
}
#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 15px;
	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: 8px 50px 8px 30px;
	border: 1px solid #e3e3e3;
	background: #F6F6F6;
	margin: 6px 0;
	line-height: 1.8em;
	border-radius: 5px;
}
.label:hover {
	background: #FBFBFB;
}
.label input {
	margin: 12px;
	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;
}
select {
	padding: 4px;
	border: 1px solid #CCC;
    border-radius: 3px;
}
.inbasket .itemcount {
	background: url("/images/shopping-bag-mini.gif") no-repeat center left;
	padding-left: 24px;
	margin-right: 10px;
	line-height: 220%;
}
.pricebox {
	float: right;
	text-align: right;
	margin: 4px 0 0 4px;
}
.sitemapbox {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%;
}
.copytable td {
	border: 1px solid #efefef;
}
#myaccount {
	position: relative;
	background: #24005d;
	padding: 5px 70px 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;
}
#myaccount .logout {
	color: #FFF;
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-decoration: none;
}
#myaccount .logout:hover {
	text-decoration: underline;
}
.mycard {
	border: 1px solid #CCC;
	border-radius: 15px;
	background: #FAFAFA;
	padding: 20px;
}
.brandlogo {
    float: right;
    margin: 0 0 10px 10px;
}
.categorybannerimage {
	margin-bottom: 10px;
	width: 100%;
}
/*.categorybannerheader {
	font-size: 140%;
}*/
#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: 260px;
}
#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: 0 20px !important;
    position: relative;
}
.qtywrap strong {
	margin-right: 5px;
	line-height: 220%;
}
.qtywrap .qty {
	border: none;
	background: none;
	color: #333;
}
.qtyup {
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
}
.qtydown {
	position: absolute;
	top: 3px;
	left: 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: #24005d;
	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;
    border-right: 1px dotted #CCCCCC;
    padding: 20px;
	min-height: 160px;
}
.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 10px;
	padding: 0;
	height: 70px;
	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 */
.calendaritem {
	width: 99%;
	margin: 0 auto 30px;
	border: 0;
}
#calendar td {
	width: 14%;
	height: 80px;
	border-collapse: collapse;
	border: 1px solid #24005d;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#calendar td span {
	float: left;
}
#calendar td a {
	color: #333;
	font-size: 130%;
	text-decoration: none;
	font-weight: bold;
}
#calendar td a:hover {
	text-decoration: underline;
}
#calendar .days td {
	background-color: #24005d;
	border: 1px solid #24005d;
	height: auto;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 5px;
}
#calendar th {
	border: none;
	color: #333;
	font-size: 140%;
	padding: 10px 0;
	text-align: center;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
#calendar .actday {
	font-weight: bold;
	color: #C00;
}
#calendar .blankday {
	background-color: #FFF;
	font-weight: bold;
	border: none;
}
#calendar .eventday {
	background-color: #eee;
	color: #333;
}
#calendar .eventday hr {
	border: none;
}
#calendar .eventday hr:first-of-type {
	border-bottom: 1px solid #FFF;
}
#calendar .owl-nav {
	position: absolute;
	top: 7px;
	width: 100%;
	z-index: 110;
}
#calendar .owl-nav .owl-prev, #calendar .owl-nav .owl-next {
	position: absolute;
	z-index: 110;
	display: block;
}
#calendar .owl-nav .owl-prev {
	left: 7px;
	background: none;
	color: #e2681d;
}
#calendar .owl-nav .owl-next {
	right: 7px;
	background: none;
	color: #e2681d;
}
.bigtext {
	font-size: 200%;
	font-weight: bold;
}
#discount_form {
	clear: none;
	float: left;
	width: 50%;
}
#discount_form strong {
	font-size: 115%;
}
#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: #24005d;
	color: #FFF;
	width: 50%;
}
#storefindertable td {
	background: #F3F3F3;
}
#basket {
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
    clear: both;
}
#basket div {
    padding: 0;
}
#basket div.row {
    padding: 5px;
}
/* basket overlay */
#basketfull {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-weight: normal;
}
#basketfull h5 {
	background: #333333;
	color: #FFF;
	padding: 8px 10px;
}
#basketfull p {
	font-size: 100%;
}
#basketfull .basketfullitem {
	padding: 3px 0;
	width: 100%;
	border-bottom: 1px dotted #DDD;
	clear: both;
	float: left;
	background: #FFF;
}
#basketfull .basketfullitem p {
	width: 100%;
	max-width: 100%;
	display: table-cell;
	margin: 0;
	font-size: 85%;
}
#basketfull .basketfullitem p a {
	font-size: 120%;
	font-weight: bold;
}
#basketfull .basketfullitem img {
	float: left;
	margin: 0 10px;
}
#basketfull .basketfullnotice {
	clear: both;
	float: left;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
    margin: 5px 0 0 0;
    padding: 4px 10px;
    width: 100%;
	max-width: 100%;
}
#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 80px 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;
}
.linkedprod label {
	display: block;
	margin-bottom: 8px;
}
.linkedprod label span {
	font-size: 110%;
}
/* 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: 6px;
}
#checkout #securepayments {
	text-align: center;
}
.collectbox {
    padding: 15px;
    background: #F2F2F2;
    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;
}
#nav-overlay{
    display: none;
    background-color: #000000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
}
.ui-widget-header {
    background: #666;
    border-color: #444;
}
.bundleplus {
	position: absolute;
	right: 0;
	top: 20%;
	font-size: 300%;
}
#homevideo video {
	min-width: 100%;
	width: 100%;
	height: auto;
	background: url('/images/videos/home.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#paypalexpress, #amazonpay {
	float: right;
	margin-top: -10px;
	clear: both;
}
#paypalexpress em, #amazonpay em {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 120%;
	font-style: normal;
}
/* page blocks */
.pageblock {
	margin: 15px 0;
	padding: 0 2px;
}
.pageblock_text.pageblock_left {
	padding: 0 30px 0 0;
}
.pageblock_text.pageblock_right {
	padding: 0 0 0 30px;
}
.pageblock.pageblock_feature {
	padding-left: 2px;
	padding-right: 2px;
	margin: 4px 0;
}
.pageblock.pageblock_feature a,.pageblock.pageblock_feature a:hover {
	color: #333;
}
.container-fluid .pageblock .row {
	margin-left: -15px;
	margin-right: -15px;
}
.pageblock .inputbutton {
	clear: both;
	margin: 5px 0;
}
.pageblock_feature img {
	width: 100%;
	margin-bottom: 15px;
}
.pageblock_feature a {
	position: relative;
	display: block;
	text-decoration: none;
}
.pageblock_feature span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 0.5em;
	text-align: center;
	background: #FFF;
	background: rgba(255,255,255,0.7);
}
.pageblock_feature span p {
	margin: 0;
}
.pageblock .productfeat {
	clear: none;
}
/* get the look */
.gtlarrow {
	position: absolute;
	top: -70px;
	left: 35px;
	z-index: 99;
	width: 0;
	height: 0;
	border-bottom: 35px solid #FFFFFF;
	border-top: 35px solid transparent;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
}
.get-the-look-strip{
    position: absolute;
    bottom: 0;
    clear: both;
    padding: 20px 0;
    height: 260px;
}
.get-the-look-strip .get-the-look-container{
    padding: 0 10px;
}
.get-the-look-strip .get-the-look-inner{
    background: #FFFFFF;
    text-align: center;
	padding: 10px;
}
.get-the-look-inner img {
    max-width: 164px !important;
}
.get-the-look-inner a {
    padding: 10px 0;
}
.get-the-look-inner .price {
    font-size: 100%;
}

/****** pop up *****/
#newsletterinner {
	padding: 20px;
	background: #fff;
	width: 100%;
}
#newsletterinner a {
	margin: 0 4px 0 0;
}
#newsletterinner .popupbody{
	margin-bottom: 10px;
}
#newsletterinner a.close-popup{
	margin:0;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-weight: bold;
	font-size: 175%;
}

/*** swatch thumbnails on product listings ***/
.swatchboxwrap{
	position: absolute;
	bottom: 20px;
}
.swatchboxwrap p{
	font-size: 123%;
	margin:0;
}
.swatchboxwrap img{
	width: 20px;
	margin: 0 5px;
}

#recaptchaform div{
	display: inline;
}
.grecaptcha-badge {
    display: none !important;
}
.instagram-outer {
    clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
}
.instagram-frame {
	max-height: 168px;
	overflow: hidden;
}
.big-text {
    font-size: 350%;
}