/* ICONOGRAPHY - Standard Screen CSS */
body {
	margin: 0;
	/*preventing hero banner appearing behind nav bar on mobile*/
	padding: 0;
	font-family: 'Raleway', sans-serif;
	line-height: 150%;
	color: #333;
	font-size: 15px;
	background: #FFF;
}
#popupbody {
	background-color: #FFF;
	background-image: none;
	margin: 10px;
}
#bodyinner {
	/* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
}
#tinymce {
	background: #fff;
	padding: 5px;
}
.relative {
	position: relative !important;
}
/*************** 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: #185080;
	text-decoration: none;
}
a:hover {
	color: #1e4062;
	text-decoration: underline;
}
.article-text a {
	text-decoration: underline;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0;
    line-height: 1.5em;
}
li {
	margin: 0.5em 0;
	padding: 0;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kreon', serif;
	line-height: normal;
	font-weight: bold;
	padding: 0;
	color: #333;
}
h1 {
    font-size: 320%;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0.4em 0;
	clear: both;
	letter-spacing: -0.03em;
}
h2 {
	font-size: 175%;
	margin: 0 0 0.4em 0;
	letter-spacing: -0.03em;
}
h3 {
	font-size: 150%;
	margin: 0 0 0.4em 0;
	letter-spacing: -0.03em;
}
h4 {
	font-size: 140%;
	margin: 0 0 0.3em 0;
	letter-spacing: -0.03em;
}
h5 {
	font-size: 130%;
	margin: 0 0 0.2em 0;
}
h6 {
	font-size: 85%;
	margin: 0 0 0.2em 0;
}
.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 ***********************/
.pagewrap {
	margin: 0;
	background: #FFF;
	width: 100%;
	float: left;
	position: relative;
}
#home .pagewrap {
	margin: 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#header {
	position: relative;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	z-index: 997;
	background: rgba(255,255,255,0.86);
}
#header .logo {
    display: block;
    margin: 10px auto;
    padding: 0;
}
#header .topnavigation {
	float: left;
	padding-top: 40px;
    padding-right: 0;
	color: #333;
	width: 100%;
}
#header .topnavigation .right {
	width: 100%;
    text-align: right;
}
#header .topnavigation a {
	font-size: 85%;
	color: #333;
	margin: 0 5px;
}
#header .topright {
    position: relative;
}
#header .topnavigation .right span:not(#basketsummary) {
    clear: both;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 26px;
    white-space: nowrap;
}
/*#header #basketsummary {
	text-align: right;
	font-size: 100%;
	padding-top: 28px;
	padding-bottom: 20px;
}
#header #basketsummary span {
	padding: 10px 10px 2px 40px;
	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;
}*/
#header .topnavigation .header-phone {
	padding: 10px 30px 10px 30px;
	background: url('/images/header-phone.png') no-repeat left center;
    position: relative;
}
#header .topnavigation .header-location {
	padding: 10px 30px 10px 30px;
	background: url('/images/header-location.png') no-repeat left center;
}
#header .topnavigation .header-heart {
	padding: 10px 30px 10px 30px;
	background: url('/images/header-heart.png') no-repeat left center;
}
#header .topnavigation .header-basket {
	padding: 10px 5px 10px 30px;
	background: url('/images/header-basket.png') no-repeat left center;
}

#header .topnavigation .header-phone-orange {
	padding: 10px 30px 10px 30px;
	background: url('/images/header-phone-orange.png') no-repeat left center;
	position: relative;
}
#header .topnavigation .header-location-orange {
	padding: 10px 30px 10px 30px;
	background: url('/images/header-location-orange.png') no-repeat left center;
}
#header .topnavigation .header-heart-orange {
	padding: 10px 30px 10px 30px;
	background: url('/images/header-heart-orange.png') no-repeat left center;
}
#header .topnavigation .header-basket-orange {
	padding: 10px 5px 10px 30px;
	background: url('/images/header-basket-orange.png') no-repeat left center;
}
.searchbox {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.search {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	z-index: 999;
	height: 40px;
}
.search form {
    padding: 0;
    width: 100%;
}
.search .keyword {
	text-align: right;
	background: none;
    border: 0 none;
	border-radius: 0;
    color: #333;
	font-size: 90%;
	margin: 0;
    padding: 9px 36px 10px 8px;
    width: 100%;
	height: 40px;
	line-height: 26px;
	display: inline;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tabright .search .keyword {
    max-width: 100px;
}
.search .keyword:focus {
	background: #fff;
}
.search .keyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
	font-weight: 600;
	font-size: 100%;
}
.search .keyword::-moz-placeholder { /* Firefox 19+ */
	color: #333;
	font-weight: 600;
	font-size: 100%;
}
.search .keyword:-ms-input-placeholder { /* IE 10+ */
	color: #333;
	font-weight: 600;
	font-size: 100%;
}
.search .keyword:-moz-placeholder { /* Firefox 18- */
	color: #333;
	font-weight: 600;
	font-size: 100%;
}
.search .submit {
	position: absolute;
	right: 5px;
	top: 6px;
}
.search .submit:active {
    outline: 2px solid
}
/*************************** 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;
	background: #fff;
	background: rgba(255,255,255,0.86);
	color: #333;
	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%;
}
.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tabs li.special {
	background: #e3e3e3 url("/images/btngradient.gif") repeat-x top left;
}
.tabs li.last {
	background: none;
}
.tabs > div > ul > li, .tabs > div > ul > li {
	border: 2px solid rgba(255,255,255,0);
	margin: 0 0 0 -2px;
}
.tabs > div > ul > li:hover, .tabs > div > ul > li.current {
    background: #FFFFFF;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
}
.tabs li:hover a, .tabs li.current a {
	 color: #333;
 }
.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: #3176ba;
	text-decoration: none;
}

.tabs.orange .mainoption:hover, .tabs.orange li.current .mainoption:hover {
	background: #ffa200;
}
.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: 12px 10px;
	color: #333;
	margin: 0;
	font-size: 90%;
	text-decoration: none;
	font-weight: 600;
}

/* 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: 40px;
	z-index: 999;
	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 {
     width: 100%;
}
.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: #1e4062;
	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;
}
.tabs li.tabright:hover {
	box-shadow: none;
}
.sub-nav {
	float: left;
	width: 100%;
	background: rgba(17,119,192,0.5);
	position: relative;
	z-index: 996;
	text-align: center;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.sub-nav.orange {
	background: rgba(255,162,0,0.5);
}

.sub-nav a {
	color: #fff;
	padding: 5px 20px;
	float: left;
	width: 100%;
	font-size: 95%;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.sub-nav a:hover {
	text-decoration: none;
	background: rgba(17,119,192,0.8);
}
.sub-nav.orange a:hover {
	background: rgba(255,162,0,0.8);
}
.sub-nav .sub-nav-image {
	padding: 0 10px;
}
#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 {
	background: none repeat scroll 0 0 #EEEEEE;
	clear: both;
	float: left;
	font-size: 100%;
	margin: 8px 0 0 0;
	padding: 4px 0;
	text-align: center;
	width: 100%;
	position: relative;
	top: -56px;
}
.homepagetext2 {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    float: left;
    font-size: 100%;
    margin: 8px 0 0 0;
    padding: 4px 0;
    text-align: center;
    width: 100%;
	z-index: 6;
	position: relative;
}
.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%;
	display: flex;
	align-items: center;
	background: #333;
	background: rgba(30,30,30,0.9);
	color: #FFF;
	padding: 0;
	font-size: 110%;
	z-index: 9999;
	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;
}
iframe.paypal-offers--minimized {
	z-index: 9998 !important;
}
/* 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;
}
.homechangercontainer .notextlink, .homechangercontainer .notextlink:active {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
.homechangerbox {
	position: absolute;
	padding: 15px;
	max-width: 35%;
}
.homechangerbox_topleft {
	top: 230px;
	left: 80px;
}
.homechangerbox_topright {
	top: 230px;
	right: 80px;
}
.homechangerbox_bottomleft {
	bottom: 60px;
	left: 80px;
}
.homechangerbox_bottomright {
	bottom: 60px;
	right: 80px;
}
.homechanger-search-container {
	padding: 0 25px;
	position: relative;
	bottom: 100px;
	width: 100%;
}
.homechanger-search-container .search {
	height: 65px;
	background: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	z-index: 1;
}
.homechanger-search-container .search .keyword {
	height: 65px;
	text-align: left;
	font-size: 150%;
	padding: 10px 50px 10px 25px;
}
.homechanger-search-container .search .submit {
	top: 14px;
	right: 20px;
}
.homechanger-search-container .search .keyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #3f3f3f;
}
.homechanger-search-container .search .keyword::-moz-placeholder { /* Firefox 19+ */
	color: #3f3f3f;
}
.homechanger-search-container .search .keyword:-ms-input-placeholder { /* IE 10+ */
	color: #3f3f3f;
}
.homechanger-search-container .search .keyword:-moz-placeholder { /* Firefox 18- */
	color: #3f3f3f;
}
#getthelook .homechangerbox_bottomleft {
	bottom: 320px;
}
#getthelook .homechangerbox_bottomright {
	bottom: 320px;
}
.homechangerbox h1 {
    margin: 0;
	padding: 0;
	font-size: 300%;
	line-height: normal;
	text-align: right;
	letter-spacing: normal;
}
.homechangerbox p {
	font-size: 100%;
    padding: 10px 0;
	margin: 0;
	line-height: normal;
    font-weight: normal;
	text-align: right;
}
.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: 20px;
	float: right;
	font-size: 95%;
	padding: 8px 20px;
}
.homechangerbox .inputbutton:hover {
	background: #1e4062;
	color: #fff;
}
.owl-dots {
	padding: 20px;
	text-align: center;
}
#imagechanger .owl-nav, #imagechanger .owl-dots {
	position: absolute;
	padding: 0;
	width: 100%;
	text-align: center;
	z-index: 110;
}
#imagechanger .owl-nav {
	bottom: 55%;
}
#imagechanger .owl-dots {
	bottom: 20px;
}
#getthelook #imagechanger .owl-nav {
	bottom: 70%;
}
#getthelook #imagechanger .owl-dots {
	bottom: 280px;
}
#imagechanger .owl-nav .owl-prev, #imagechanger .owl-nav .owl-next {
	position: absolute;
	padding: 0;
	z-index: 110;
	cursor: pointer;
	font-size: 0;
}
#imagechanger .owl-nav .owl-next {
	right: 30px;
}
#imagechanger .owl-nav .owl-prev {
	left: 30px;
}
.owl-dots .owl-dot {
	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(220,220,220,0.4);
	text-decoration: none;
	cursor: pointer;
}
.owl-dots .owl-dot.active {
	background: #444444;
}
#homeright {
	float: left;
	clear: both;
	width: 100%;
	margin: -45px 0 20px 0;
	padding: 0;
	position: relative;
}
#homeright .clear {
	margin: 20px 0;
}
.homepicsright {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	text-decoration: none !important;
	overflow: hidden;
}
.homepicsright:hover > .hometextbox {
	top: -25px;
}
.homepicsright:hover > .homepixbox > .homepixbox-overlay {
	opacity: 1;
}
.homepixbox {
	position: relative;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	float: left;
	width: 100%;
}
.hometextbox {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	background: #fff;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.homepixbox img {
	width: 100%;
	height: auto;
}
.homepixboxarrow {
	position: absolute;
	z-index:10;
	height: 0;
	border: 35px solid transparent;
	border-bottom-color: #fff;
	bottom: 42px;
	left: calc(50% - 35px);
}
.homepixbox .homepixbox-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	float: left;
	background: rgba(17,119,192,0.5);
	height: calc(100% - 5px);
	width: calc(100% - 10px);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.homepixbox .homepixbox-overlay.orange {
	background: rgba(255, 162, 0, 0.5);
}
.homepicsright:hover {
	text-decoration: none;
}
.homepicsright h2 {
	font-size: 300%;
	letter-spacing: normal;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	top: 35%;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
	font-weight: 400;
	float: left;
}
.homepicsright h3 {
	font-size: 175%;
	letter-spacing: normal;
	padding: 5px 10px;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #2269ac;
	font-weight: 200;
	float: left;
	position: relative;
}
.homepicsright span {
	height: 16px;
}
.homepicsright p {
	float: left;
	font-size: 95%;
	color: #333;
	padding: 0 12px;
	text-align: center;
	width: 100%;
}
#homeintro {
	clear: both;
	float: left;
	margin: 20px 10px 10px 10px;
}
.parallax {
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 150% auto;
	background-color: #fff;
	overflow: hidden;
	padding: 20px 5% 30px 5%;
	margin: -10px 0 0 0;
	min-height: 330px;
	text-align: center;
	width: 100%;
	z-index: 1;
	background-position: 50% 50%;
}
.parallax-textbox {
	padding: 10px 25px;
	float: left;
	width: 40%;
	text-align: left;
}
.parallax-textbox h3 {
	color: #fff;
	font-size: 300%;
	font-weight: 400;
	text-shadow: 0 0 2px rgba(255,255,255,0.3);
}
.parallax-textbox p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
}
.parallax-link {
	float: left;
	width: 100%;
	text-align: right;
	padding: 0 25px 0 25px;
}
.parallax-link span {
	padding: 10px 15px;
	background: #fff;
	color: #333;
	position: relative;
	bottom: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.parallax-link span:hover {
	background: #1e4062;
	color: #fff;
}
.parallax-header {
	z-index: 1;
	position: fixed;
	top: 0;
	width: 100%;
}
.parallax-body {
	z-index: 5;
	position: relative;
	background: #fff;
}
.nonparallax-body {
	/*margin-top: 250px;*/
}
.noparallax {
	position: relative;
}
.specialbannerheight {
	min-height: 330px;
	width: 99vw;
}
body{
	overflow-x:hidden;
}
.parallax-footer {
	z-index: 5;
	position: relative;
	background: #fff;
}
.parallax-space {
	position: relative;
	width: 100%;
	display: block;
	background: #fff;
	padding: 20px 0;
	clear: both;
	z-index: 5;
	border-bottom: none;
}
/************** MAIN CONTENT *****************/
/*#home #main-body, #home .main-body  {
	margin: -65px 0 0 0;
}*/
#main-body, .main-body{
	width: 100%;
	padding: 0 15px;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	position: relative;
	background: #FFF;
}
#content, .content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#content img, .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: #dd7200;
	text-decoration: none;
}
.navbox .nav {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
	background: #f9f9f9;
	border: 2px solid #eee;
}
#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: #3176ba 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: #3176ba;
	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: 120%;
}
.productfeat .name .inputbutton {
	font-size: 85%;
}
#homefeatured, #recentlyviewed {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}
#recentlyviewed {
    border-top: 1px solid #CCC;
    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: 400px;
	height: 400px;
	padding: 10px;
	clear: none;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#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;
}
#homefeatured .thumbimagewrap {
	padding: 0;
}
#homefeatured .thumbimagewrap img {
	display: block;
	margin: 0 auto;
}
#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: 3px 3px 0 3px;
}
#homefeatured .productfeat .name a {
	color: #333;
	font-weight: 500;
}
#homefeatured .productfeat {
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
#homefeatured .productfeat:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
#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: #333;
}
.thumbimagewrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 6px;
}
.thumbimagewrap .thumb1 {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.thumbimagewrap .thumb2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.brandbox {
	height: 100px;
	padding: 15px 20px;
	margin: 0 0 -1px -1px;
	float: left;
	text-align: center;
	line-height: 70px;
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.brandbox:hover {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
.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%;
}
.featuredproductshr {
	padding: 35px 0 0 0;
	border-bottom: 1px solid #cccccc;
}
.featuredproducts-sideheading {
	clear: both;
	display: block;
	padding: 0;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 23%;
	top: -23px;
	font-size: 200%;
	font-weight: 300;
	color: rgb(17,119,192);
}
.brandscrollerhr {
	padding: 35px 0 0 0;
	border-bottom: 1px solid #cccccc;
}
.brandscroller-sideheading {
	clear: both;
	display: block;
	padding: 0;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 16%;
	top: -23px;
	font-size: 200%;
	font-weight: 300;
	color: rgb(17,119,192);
}
/************************ 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 10px 10px 0;
}
.categoryframe {
	padding: 0;
	margin: 0;
	line-height: normal;
	height: auto;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.categoryframe img {
	width: 100%;
}
.catbox {
    padding: 10px 10px;
	margin: 0;
	color: #00529f;
	position: relative;
	top: 0;
	font-size: 120%;
	background: #fff;
	max-height: 47px;
	line-height: 31px;
	oveflow: hidden;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}
.catboxarrow {
	position: absolute;
	z-index:10;
	height: 0;
	border: 35px solid transparent;
	border-bottom-color: #fff;
	bottom: 47px;
	left: calc(50% - 35px);
}
.categoryframe:hover .catbox {
	color: #00529f;
	top: -20px;
}
.categoryframe:hover .catbox span {
	color: #fff;
}
.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;
	display: inline-block;
}
form.galleryphotolike .inputbutton{
	margin: 0 3px;
}
.inputbutton.liked, .inputbutton.liked:focus, .inputbutton.liked:active {
	background: #81d191;
	border: 1px solid #339933;
	color: #FFF;
}
.inputbutton.disliked, .inputbutton.disliked:focus, .inputbutton.disliked:active {
	background: #CC3333;
	border: 1px solid #993333;
	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;
    box-shadow: 0 0 3px #EEEEEE;
	text-align: left;
}
#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: #3176ba;
	padding: 1px 6px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
}
#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 0 -1px -1px;
	float: left;
	line-height: normal;
	font-size: 85%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 2px solid #eee;
}
.productframe:hover {
	border: 2px solid #eee;
}
.productframe a {
	text-decoration: none;
}
.layout180 {
	height: 320px;
}
.layout230 {
	height: 385px;
}
.layout380 {
	height: 540px;
}
.layout400 {
	height: 640px;
}
.layout520 {
	height: 770px;
}
.productframe .thumb, .productframe .featimage {
	position: relative;
	overflow: hidden;
	padding: 4px;
	margin: 0;
	text-align: center;
}
.productframe .thumb img {
	margin: 0 auto;
}
.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: 170%;
    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;
	margin: 10px 0 0 0;
	padding: 0 10px;
	clear: both;
	font-weight: bold;
    font-size: 120%;
}
.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;
}
#prodpics #mainImageHolder {
	float: left;
	margin: 0;
	max-width: 100%;
	width:100%;
	background: #FFF;
	position: relative;
    padding: 4px;
	text-align: center;
}
#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;
}
#productrightbox .biginputbutton {
    width: 100%;
	padding: 12px 16px;
	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: 2px solid #eee;
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    padding: 6px 16px;
    position: relative;
	white-space: nowrap;
	font-size: 85%;
	text-align: center;
}
#variant1 label:hover, #variant2 label:hover, #variant3 label:hover, .optiongroup label:hover {
	background-color: #EEE;
	border: 2px solid #eee;
}
#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: 10px 0;
	border-bottom: 2px solid #eee;
}
#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: #1e4062;
	color: #FFF;
	border: 2px solid #fff;
}
.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: #1e4062;
	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: 30px 0;
    width: 100%;
}

ul.tabnav {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 2px;
}

ul.tabnav li {
	float: left;
	background: #FFFFFF;
	margin: 0 4px 0 0;
	padding: 0;
	display: inline;
	border: 2px solid #eee;
}

ul.tabnav li a {
	color: #888;
	float: left;
	display: block;
	background: #F9F9F9;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0;
}

ul.tabnav li.current {
	color: #3a3a3a;
	float: left;
	background: #FFF;
	border: 2px solid #eee;
	border-bottom-color: #FFF;
	position: relative;
}

ul.tabnav li.current a.selected {
	float: left;
	display: block;
	background: #fff;
	color: #3a3a3a;
	text-decoration: none;
	margin: 0;
}

ul.tabnav li a:focus {
	outline: 0;
}
.undertabs2 {
    float: left;
    margin:0;
    padding: 15px 20px;
    width: 100%;
    clear: both;
    background: #FFF;
    display: inline;
    border: 2px solid #eee;
}
.undertabs2 .reviewbox {
	border-bottom: 1px solid #EEE;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	font-weight: normal;
}
.undertabs2 .expertreview {
    border: 10px solid #F3F3F3;
    padding: 10px;
}
.undertabs2 .reviewbox .reviewdetail {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 4px 0;
	margin: 0.3em 0;
	font-size: 130%;
	line-height: 130%;
}
.undertabs2 .reviewbox .reviewresponse {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 5px 20px;
}
/* my account pages */
#accountpage {
	margin: 0 0 40px 0;
	padding: 0 20px;
}
#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 a {
	text-decoration: none;
}
#accountpage .wishlist .notesbox form {
	display: inline;
}
#accountpage .wishlist .notesbox .textfield {
	width: 100%;

}
.tablink {
	padding: 10px;
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	color: #777;
	width: 100%;
	background: #f0f0f0;
}
.tablink.tablinkactive {
	color: #333;
	border: 1px solid #CCC;
	background: #FFF;
}
a.tablink {
	text-decoration: none;
}
.history {
	float: left;
	clear: both;
	padding: 15px 0 15px 0;
	margin: 0;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	width: 100%;
}
.history .hdate {
	float: left;
	clear: left;
	width: 100%;
}
.historytwo {
	display: none;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 20px 20px 20px;
}
.historyadd {
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
}
.historytb {
	background: #FFF;
	border: 1px solid #d5d5d5;
	margin: 0 0 10px 0;
	padding: 6px;
}
.historytb th {
	background: #f9f9f9;
}
/*** 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 55px;
	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;
}
.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;
}
/**** alt news page ****/
.gutter-sizer{
	width: 2.2%;
}
.blog-list-container{
	padding: 0;
	margin: 0 0 10px;
	max-width: 31.8525%;
}
.blog-list-container .bloglist{
	background: #f9f9f9;
	padding: 10px;
	border: none;
	transition: background .4s;
}
.blog-list-container .bloglist > a{
	text-decoration: none;
}
.blog-list-container > a:hover{
	color: inherit;
}
.blog-list-container > a:hover .bloglist{
	background: #EEE;
}
.blog-list-outer-container{
	padding-bottom: 80px;
}
.blog-list-outer-container .ias-spinner {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	margin-left: -16px;
}
/**** 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;
}
.nopadding {
	padding: 0;
}
/* product detail */
#productrightbox {
    padding: 15px;
	width: 100%;
    background: #f9f9f9;
    float: right;
	border: 2px solid #eee;
}
#productintro {
    float: left;
    width: 100%;
	padding: 10px 0;
	border-bottom: 2px solid #eee;
}
#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;
}
#highlightswrap {
	background: #FFFFFF;
	float: left;
	width: 100%;
}
#highlights {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
    background: #FFF;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
#highlights div {
    margin: 0 0 15px 0;
}
#highlights .van {
    background: url("/images/highlight_van.png") no-repeat left top;
    padding-left: 60px;
}
#highlights .collect {
    background: url("/images/highlight_home.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_user.PNG") no-repeat left top;
    padding-left: 60px;
}
#highlights .call {
    background: url("/images/highlight_phone.PNG") no-repeat left top;
    padding-left: 60px;
}
#highlights .finance {
    background: url("/images/highlight_currency.PNG") no-repeat left top;
    padding-left: 60px;
}
#highlights .youcanalso {
    background: url("/images/highlight_also.png") no-repeat left top;
    padding-left: 60px;
}
/********************* footer *********************/
footer {
	z-index: 5;
	position: relative;
}
#footer {
	padding: 20px 0 15px 0;
	margin-top: 0;
	background: #f4f4f4;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	line-height: normal;
	position: relative;
}
#footer .container, #footer .container-fluid {
	padding-left: 35px;
	padding-right: 35px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerbox h5 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 0.5em 0;
	font-size: 90%;
	color: #333;
	letter-spacing: normal;
	font-weight: bold;
}
#footer .footerbox p {
	font-size: 85%;
}
#footer .footerbox p, #footer .footerbox a, #footer .footerbottom a {
	color: #999;
	font-weight: 500;
}
#footer .footerbox img {
	margin: 0 5px 0 0;
}
#footer .footerbottom {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
#footer .footer-openinghours {
	text-align: right;
	padding: 0 15px 0 0;
}
#footer #securepayments {
	padding: 0 15px 0 40px;
}
#footer .footer-phone {
	font-size: 125% !important;
	color: #333 !important;
}
#footer .footerbottom p {
	color: #999;
	font-size: 85%;
}
#footer .footerbottom a {
	margin: 0 5px;
	padding: 0 5px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	margin: 0 0 0.3em 0;
	font-size: 85%;
	color: #999;
}
#newsletterbar {
	margin: 10px 0 15px 0;
	padding: 0 15px;
}
#newsletterbar label {
	font-size: 85%;
	color: #666;
}
#footer-newsletterbar {
	float: left;
	width: 100%;
	padding: 20px 0;
}
#footer-newsletterbar p {
	color: #333 !important;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer-newsletterbar .textfield:focus {
	outline: 2px solid rgba(17,119,192,0.2);
}
#footer-newsletterbar .textfield {

	padding: 7px 12px 7px 45px;
	width: 40%;
	border: 1px solid #e1e1dc;
	box-shadow: none;
	background: #fff;
}
#footer-newsletterbar .inputbutton {
	background: none;
	border: none;
	color: #333;
	box-shadow: none;
	padding: 8px 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
#footer-newsletterbar .inputbutton:focus {
	outline: 2px solid rgba(17,119,192,0.2);
}
#footer-newsletterbar .inputbutton:hover {
	background: #fff;
}
#footer-newsletterbar .textfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #cccccc;
}
#footer-newsletterbar .textfield::-moz-placeholder { /* Firefox 19+ */
	color: #cccccc;
}
#footer-newsletterbar .textfield:-ms-input-placeholder { /* IE 10+ */
	color: #cccccc;
}
#footer-newsletterbar .textfield:-moz-placeholder { /* Firefox 18- */
	color: #cccccc;
}
#footer-newsletterbar .footer-name {
	 background: url("/images/icon_man.png") no-repeat 10px center #ffffff;
}
#footer-newsletterbar .footer-email {
	background: url("/images/icon_email.png") no-repeat 10px center #ffffff;
}
#footer ul.footer-social{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#footer ul.footer-social li{
	display: inline-block;
}
#footer ul.footer-social li a{
	font-size: 250%;
	color: #2269ac;
}
	/********************* 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: 0;
	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: 8px 12px;
	vertical-align: middle;
	width: 90%;
}
.textfield.textfieldxsmall {
	width: 15%;
}
.textfield.textfieldsmall {
	width: 33%;
}
.textfield.textfieldmedium {
	width: 66%;
}
.textfield.textfieldfull {
	width: 100%;
}
.requirederror, .validation-no {
	border: 1px solid #C00;
	box-shadow: inset 0 0 2px rgb(200, 100, 100);
}
.qty {
	width: 3em !important;
	border: 1px solid #999;
	font-size: 130%;
	text-align: center;
}
.rrp {
	color: #999;
}
.inputbutton {
	display: inline-block;
	color: #666;
	font-weight: 200;
	padding: 5px 12px;
	margin: 0;
	text-decoration: none !important;
	background: #e3e3e3 url('/images/btngradient.gif') repeat-x top;
	text-align: center;
	cursor: pointer;
	overflow: visible;
	border: 1px solid #BBB;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	font-family: 'Raleway', sans-serif;
}
.inputbutton:hover, .inputbutton:focus {
	text-decoration: none !important;
	color: #333;
	background: #ebebeb url('/images/btngradient-on.gif') repeat-x top;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.inputbutton:disabled {
	opacity: 0.2;
}
a.inputbutton {
	color: #666;
	font-size: 100%;
}
a.primarybutton {
	color: #333;
}
a.actionbutton {
	color: #fff;
}
a.primarybutton:hover {
	color: #333;
}
a.smallbutton, input.smallbutton {
	font-size: 12px;
	line-height: 14px;
	margin: 2px 0;
	padding: 3px 12px;
    font-weight: normal;
	display: inline-block;
}
.biginputbutton {
	font-size: 160%;
	padding: 8px 16px;
	margin: -3px 0;
}
.primarybutton {
	border: 1px solid #333;
	color: #333;
	background: #e3e3e3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.primarybutton:hover, .primarybutton:focus {
	border: 1px solid #333;
	color: #333;
	background: #e9e9e9;
}
.actionbutton {
	color: #FFF;
	background: #3176ba;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.actionbutton:hover, .actionbutton:focus {
	color: #FFF;
	background: #1e4062;
}

.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 #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-radius: 4px;
	padding: 10px;
	z-index: 998;
	margin-left: 0;
	margin-top: -5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
#jquery-live-search a {
	color: #211728;
	font-size: 120%;
	float: left;
	width: 100%;
	text-decoration: none;
}
#jquery-live-search ul {
	padding: 0;
}
#jquery-live-search > ul > 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: 15px;
	width: 95px;
	text-align: center;
}
.quicksearchimage img {
	max-width: 95px;
}
.quicksearchsummary {
	color: #999;
	font-size: 85%;
	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;
	display: block;
	border-bottom: 2px solid #eee;
}
.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: #fff;
	color: #333 !important;
	padding: 10px 20px 10px 30px;
	font-size: 120%;
	margin-bottom: 5px;
	border: 2px solid #eee;
}
#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 5px;
	border: 0;
}
#filterform {
	float: left;
	display: block;
	padding: 5px 15px;
	width: 100%;
	text-align: center;
}
/*** horizontal filters ***/
.filternavbox {
	float: left;
	width: 100%;
	position: relative;
	z-index: 300;
	margin: 0;
	background: none;
}
.filternavbox .nav {
	padding: 0 10px 0 10px;
	margin: 0;
}
.filternavbox #presearch {
	padding: 3px 0;
	margin: 0;
}
.filternavbox #presearch span {
	padding: 5px 15px;
	display: inline-block;
}
.filter-container-outer {
	padding: 0;
}
.filter-container {
	padding: 0 0 15px 0;
	margin: 10px 0;
}
.filternav-container input[type="checkbox"], .filternav-container input[type="radio"] {
	vertical-align: middle;
	float: right;
}
.filter-dropdown {
	padding: 0;
	border: 1px solid #ccc;
	position: relative;
}
h5.filter-toggle {
	margin: 0;
	padding: 5px 30px 3px 10px;
	font-size: 100%;
	position: relative;
	white-space: nowrap;
	overflow-x: hidden;
	background: url("/images/expand.gif") no-repeat right 8px center;
}
h5.filter-toggle:hover {
	cursor: pointer;
}
h5.filter-toggle.active {
	background: url("/images/collapse.gif") no-repeat right 8px center;
}
.filter-box {
	padding: 0 5px;
	display: inline-block;
}
.filter-content {
	position: absolute;
	left: 0;
	padding: 5px 10px;
	display: none;
	background: #f9f9f9;
	box-shadow: 0 1px 0 1px #ccc;
	z-index: 998;
	width: 250px;
}
.filter-content label {
	display: block;
	margin: 5px 0;
}
.filternavbox #options {
	float: left;
	display: block;
	padding: 10px 15px;
	width: 100%;
	text-align: center;
}
.filternavbox #options .filter-content {
	left: auto;
	right: 0 !important;
}
.filternavbox #options .inputbutton {
	display: block;
	width: 100%;
}
.filternavbox #options input[type="radio"] {
	vertical-align: middle;
	float: right;
}
/*** horizontal filters end ***/
.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 35px;
	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;
}
.productsummary {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: normal;
}
#productdescriptionwrap {
	padding: 0;
}
#productdescription {
    float: left;
    clear: both;
	width: 100%;
    margin: 30px 0 0 0;
    padding: 15px 30px;
	background: #F9F9F9;
	border: 2px solid #eee;
	overflow-y: auto;
}
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 h1 {
	text-align: left;
	padding-left: 20px;
}
#myaccount h2 {
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#myaccountheading {
	position: relative;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #333;
}
#myaccountheading p {
	margin: 0;
	font-size: 150%;
}
.mycard {
	border: 1px solid #CCC;
	border-radius: 15px;
	background: #FAFAFA;
	padding: 20px;
}
.brandlogo {
    float: right;
    margin: 0 0 10px 10px;
}
.categorybannerimage {
	width: 100%;
	left: 0;
}
.categorybannerheader {
	font-size: 140%;
}
.youcanalso .inputbutton {
	margin: 0 6px 8px 0;
}
.alsolike {
	padding: 0;
	clear: both;
	width: 100%;
	float: left;
}
.alsolike .productfeat {
	float: left;
	clear: none;
	margin: 0;
	padding: 10px;
	min-height: 240px;
}
.alsolike .productfeat .name {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 15px 15px 0;
	padding: 0;
	text-align: center;
}
.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;
	padding: 2px;
	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: #dd7200;
	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%);
}
#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 !important;
	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%;
}
 #brandscroller {
	clear: both;
	float: left;
	width: 100%;
	margin: 15px 0;
	height: 90px;
	position: relative;
	padding: 7px 0;
}
#brandscroller a {
	position: relative;
	float: left;
	margin: 0 10px;
	padding: 0;
	height: 70px;
	width: auto;
	text-align: center;
	text-decoration: none;
}
#brandscroller .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
#brandscroller .owl-nav .owl-prev, #brandscroller .owl-nav .owl-next {
	width: 30px;
	height: 90px;
	position: absolute;
	z-index: 200;
	font-size: 0;
}
#brandscroller .owl-nav .owl-prev {
	left: 0;
	background: #FFF url("/images/prev-horizontal.png") no-repeat center center;
}
#brandscroller .owl-nav .owl-next {
	right: 0;
	background: #FFF url("/images/next-horizontal.png") 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 #dd7200;
	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: #dd7200;
	border: 1px solid #dd7200;
	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;
}
#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%;
}
#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: #dd7200;
	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: 10px;
}
/* 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: 90%;
	background: #f9f9f9;
	border: 4px solid #efefef;
	padding: 15px;
	margin: 10px 0;
}
.fullwidth .postcodeanywherebox {
	margin-left: 33%;
}
.postcodeanywherehide, .postcodeanywherehide2 {
	display: none !important;
}
.postcodeanywherebox input {
	font-size: 130%;
	margin-top: 10px;
}
#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: 2px solid #eee;
}
.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;
}
#checkout .checkout-box {
	padding: 16px;
	margin-bottom: 30px;
	border: 10px solid #efefef;
	min-height: 160px;
	clear: both;
}
#checkout .postcodeanywherebox{
	margin-left: 0 !important;
	max-width:95% !important;
}
.collectbox {
    padding: 0;
    background: none;
    margin: 0;
}
.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: #3176ba;
    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%;
}
.pageblock_feature a {
	position: relative;
	display: block;
}
.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;
}
.giftvoucheredit, .personalisationedit, .giftwrapedit {
	float: left;
	padding: 6px;
	margin-top: 3px;
	margin-right: 10px;
	background: #FFFFEE;
	border: 1px solid #CCCC00;
}
/* get the look */
.gtlarrow {
	position: absolute;
	top: -70px;
	left: 35px;
	z-index: 99;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-bottom-color: #FFFFFF;
}
.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%;
}
/* newsletter popup */
#newslettersignup{
	display: none;
}
#newsletterinner {
	width: 100%;
	max-width: 800px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	background: #fff;
}

#newsletterinner .popupheader {
	margin: 0;
	font-size: 200%;
	background: #2269ac;
	width: 100%;
}
#pumpkin {
	display:block;
	position:absolute;
	background:url("/images/pumpkin.png");
	background-size:100% 100%;
	width:100%;
	height:100%;
	z-index:0;
}
#mobilepumpkin {
	display:block;
	position:absolute;
	background-color:#4a4a4a;
	background-size:100% 100%;
	width:100%;
	height:100%;
	z-index:0;
}
.shadowed {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}
#newsletterinner.hallowpopup {
	background:#000;
}
#newsletterinner .halloweencontainer{
	width:100%;
	padding:12% 10%;
}
#newsletterinner .hallolink {
	color:#4b8ec8;
}
#newsletterinner .hallolink:hover {
	color:#90ccff;
}
#newsletterinner.hallopopup {
	background-color:rgba(0,0,0,0);
	color:#fff;
}
#newsletterinner .hallopopupheader {
	margin: 0;
	font-size: 200%;
	background: #ff6000;
	width: 100%;
}
#newsletterinner .halloweencontainer .hallopopupheader{
	background-color:rgba(0,0,0,0);
	color:#ff6000;
	font-weight:bold;
	font-family:"Freestyle Script","Tahoma","Arial","Helvetica",sans-serif;
	text-shadow:0px 0px 5px #ff6222;
	font-size:7rem;
}
#newsletterinner .halloweencontainer .mobilehallopopupheader{
	background-color:rgba(0,0,0,0);
	color:#ff6000;
	font-weight:bold;
	font-family:"Freestyle Script","Tahoma","Arial","Helvetica",sans-serif;
	text-shadow:0px 0px 5px #ff6222;
	font-size:4rem;
}
#newsletterinner .halloweencontainer .pop-up-text {
	min-height:0;
}
#newsletterinner.hallowtext-field {
	background: #fff url(/images/bkg_field.gif) repeat-x top;
	font-size: 115%;
	padding: 7px 12px 7px 45px;
	border: 1px solid #e1e1dc;
	box-shadow: none;
	background: #fff;
	margin: 0 0 6px 0;
	color:black;
}
#newsletterinner .halloinputbutton {
	padding: 6px 15px;
	background: #ff6000;
	color: #fff;
	margin: 10px 0;
}
#fancybox-outer {
	background:rgba(0,0,0,0);
}
#fancybox-outer .fancy-bg {
	background-image:none;
}
#newsletterinner .pop-up-text {
	margin: 10px 0;
	min-height: 90px;
}
#newsletterinner p {
	font-size: 155%;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#newsletterinner p.medium-text {
	font-weight: normal;
	font-size: 95%;
	display: inline;
}
#newsletterinner p.small-text {
	font-size: 85%;
	font-weight: normal;
	text-align: left;
}
#newsletterinner p.xsmall-text {
	font-size: 75%;
	font-weight: normal;
	text-align: left;
}
#newsletterinner .text-field {
	background: #fff url(/images/bkg_field.gif) repeat-x top;
	font-size: 115%;
	padding: 7px 12px 7px 45px;
	border: 1px solid #e1e1dc;
	box-shadow: none;
	background: #fff;
	margin: 0 0 6px 0;
}
#newsletterinner .dark {
	color:#000 !important;
}
#newsletterinner .text-field[name="name"] {
	background: url(/images/icon_man.png) no-repeat 10px center #ffffff;
}
#newsletterinner .text-field[name="ename"] {
	background: url(/images/icon_man.png) no-repeat 10px center #ffffff;
}
#newsletterinner .text-field[name="email"] {
	background: url(/images/icon_email.png) no-repeat 10px center #ffffff;
}
#newsletterinner input[type="checkbox"] {
	margin-top: 10px;
}
#newsletterinner .text-field.requirederror {
	border: 1px solid #C00;
}
#newsletterinner .inputbutton {
	padding: 6px 15px;
	background: #2269ac;
	color: #fff;
	margin: 10px 0;
}
#newsletterinner .no-padding {
	padding: 0;
}
#newsletterinner img {
	width: 100%;
}
#newsletterinner .popup-spacer {
	line-height: 10px;
}
.deliverytable td {
	padding: 10px;
}
.videoblock {
	float: left;
	margin:0;
	padding: 15px 20px;
	width: 100%;
	clear: both;
	background: #F9F9F9;
	display: inline;
	border: 2px solid #eee;
	margin-top:30px;
}
.foldout.videoblock .foldouttoggle {
	text-decoration:none;
	border:none;
}
.foldout.videoblock .foldouttoggle h3 {
	margin:0;
}
.pageblock_collapsable .question {
	padding: 10px 30px !important;
	text-decoration: none;
	border-top: none;
}
.table-wrap {
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.table-wrap::-webkit-scrollbar {
	display: none;
}
.table-wrap table {
	max-width: unset;
}
.center{
	text-align:center;
}