/* ICONOGRAPHY - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	line-height: 130%;
	color: #333;
	font-size: small;
	background: #FFF;
	font-weight:500;
}
#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;
}
/*************** 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: #333;
	text-decoration: none;
}
a:hover {
	color: #205920;
	text-decoration: underline;
}
.article-text a {
	text-decoration: underline;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0;
    line-height: 1.4;
	font-weight: 500;
}
li {
	margin: 0.5em 0;
	padding: 0;
	font-weight: 500;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: 600;
	padding: 0;
	color: #333;
}
h1 {
    font-size: 200%;
	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 {
	background: #FFF;
	width: 100%;
	float: left;
	position: relative;
}
#header {
	position: relative;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	z-index: 999;
	background: #FFF;
}
#header .logo {
    display: inline-block;
    margin: 35px auto;
    padding: 0;
}
header .logo img {
	max-width:100%;
}
#header .logo:hover, #header .logo:active, #header .logo:focus {
	text-decoration: none;
}
#header .logo .tagline{
	display: block;
	font-size: 118%;
	color: #005d00;
	margin:3px 0 0;
	font-weight:500;
}
#header .topnavigation {
	float: left;
	font-size: 85%;
	padding-top: 20px;
	color: #005d4a;
	width: 100%;
}
#header .topnavigation .left {
	padding: 0 0 0 20px;
	background: url("/images/topnav_home.gif") no-repeat left center;
}
#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: #FFF;
	margin: 0 5px;
}
#header .topright {
    position: relative;
	padding-top: 35px;
}
#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 15px;
}
.search {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	z-index: 999;
	height: 36px;
}
.search form {
    padding: 0;
    width: 100%;
}
.search .keyword {
	background: #FFF;
    border: 1px solid #e7e7e7;
	border-radius: 4px;
    color: #727272;
	font-size: 107%;
	margin: 0;
    padding: 4px 36px 4px 18px;
    width: 100%;
	height: 36px;
	line-height: 26px;
	display: inline;
}
.search .submit {
	position: absolute;
	right: 10px;
	top: 6px;
}
/*** Header Top right ***/
#header .topright .header-links {
	padding-right: 0;
}
#header .topright .header-links ul {
	padding-top: 9px;
}
#header .topright .header-links ul li {
	margin: 0 18px;
}
#header .topright .header-links ul li:last-child {
	margin-right:0;
}
#header .topright .header-links ul li a {
	font-size: 107%;
	color: #727272;
	position: relative;
	padding-left: 25px;
	font-weight: 500;
}
#header .topright .header-links ul li a:before {
	content: '';
	position: absolute;
	left:0;
	top: -2px;
	width: 20px;
	height: 20px;
}
#header .topright .header-links ul li.trackorder a:before {
	background:  url('/images/icon_flag.png') no-repeat left center;
}
#header .topright .header-links ul li.help a:before {
	background:  url('/images/icon_help.png') no-repeat left center;
}
#header .topright .header-links ul li.calculator a:before {
	background:  url('/images/icon_calculator.png') no-repeat left center;
}
/*** Header Features ***/
header .header-features {
	background: #eae8e8;
	padding: 20px 0;
}
header .header-features p {
	margin: 0;
	font-size: 107%;
	font-weight: 400;
}
header .header-features .header-feature p:first-child {
	margin-bottom: 5px;
}
header .header-features p strong {
	font-weight: 600;
	font-size: 114%;
}
header .header-features .header-feature {
	padding-left: 50px;
	position: relative;
}
header .header-features .header-feature:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 43px;
	height: 43px;
	background-size: contain !important;
}
header .header-features .header-feature.uk:before, header .header-features .header-feature.trophy:before {
	background: url('/images/icon_trophy.png') no-repeat left center;
}
header .header-features .header-feature.globe:before {
	background: url('/images/icon_globe.png') no-repeat left center;
}
header .header-features .header-feature.leaf:before {
	background: url('/images/icon_leaf.png') no-repeat right 4px center;
	height: 48px;
	top: -2px;
}
header .header-features .header-feature.climate:before {
	background: url('/images/icon_climate.png') no-repeat left center;
}
header .header-features .header-feature.customer:before {
	background: url('/images/icon_thumbsup.png') no-repeat left center;
}
header .header-features .header-feature.bag:before {
	background: url('/images/icon_truck_grey.png') no-repeat left center;
}
/*header .header-features .header-feature.crane:before {
	background: url('/images/icon_crane.png') no-repeat left center;
}*/
header .header-features .header-feature.express {
	padding-left: 15px;
	padding-right: 0;
}
header .header-features .header-feature.express:before {
	background: url('/images/icon_clock.png') no-repeat left center;
	left: -35px;
}
/*************************** 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: #205920;
	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;
	transition: background-color .4s, color .4s;
}
.tabs > div > ul > li{
	border-right: 1px solid #7fb57f;
}
.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-color: #eae8e8;
	border-color: #eae8e8;
}
.tabs li:hover a, .tabs li.current a {
	 color: #000;
 }
.tabs .dropmenu {
	padding-right: 20px;
	background-image: url("/images/dropmenu.png");
	background-repeat: no-repeat;
	background-position: 85% center;
}
.tabs li:hover.dropmenu, .tabs li.current.dropmenu {
	background-image: url("/images/dropmenu_on.png");
}
.tabs li.dropmenu.last {
	border-right: 0;
}
.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: #205920 url("/images/shopnav_arrow.png") no-repeat 97% 50%;
	text-decoration: none;
}
.tabs .submenuimage{
	padding:10px;
}
.tabs .mainoptionimage {
	position: relative;
	display: block;
	float: left;
	width:100%;
	margin:0;
	overflow: hidden;
}
.tabs .mainoptionimage img{
	width:100%;
	max-width:100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.tabs .mainoptionimage:hover img{
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.tabs .mainoptionimage span{
	position: absolute;
	top: 15px;
	left:0;
	color: #FFF;
	background: rgba(51,51,51,.8);
	font-size: 138%;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: normal;
	padding: 10px 25px;
	margin: 0;
	text-transform: uppercase;
	transition: all .4s;
}
.tabs .mainoptionimage:hover span {
	background: rgba(51,51,51,1);
}
.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 .basketicon .on{
	display: none;
}
.tabs .basketicon:hover .on{
	display: inline;
}
.tabs .basketicon:hover .off{
	display: none;
}
.tabs .tabright.accounticon{
	background-image: url('/images/icon_account.png');
	background-repeat: no-repeat;
	background-position: 12% center;
	padding: 0 0 0 15px;
	border-left: 1px solid #7fb57f;
}
.tabs .tabright.accounticon a.toplevelcat {
	padding: 0 0 0 15px;
}
.tabs .tabright.accounticon:hover{
	background-image: url('/images/icon_account_on.png');
}
.tabs a.toplevelcat{
	line-height:45px;
}
.tabs a {
	float: left;
	display: block;
	padding: 0;
	color: #FFF;
	margin: 0 18px;
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	font-size: 123%;
	font-weight: bold;
	text-decoration: none;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
.tabs a {
	float: none;
}
/* End IE5-Mac hack */
/* sub nav links */
.tabs ul li ul {
	background: #fff;
	display: none;
	margin: 0;
	padding: 12px 6px;
	position: absolute;
	top: 45px;
	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: #205920;
	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 {
    background: none repeat scroll 0 0 #333;
	color: #FFF;
	font-weight: bold;
    clear: both;
    float: left;
    font-size: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
	font-size: 123%;
}
.homepagetext1 {
	padding: 10px 20px;
	background: #b1390a;
	line-height: 1.5em;
}
.homepagetext1 a {
	color: #FFF;
}
.homepagetext1 a span {
	font-size: 75%;
	font-weight: normal;
}
.homepagetext2 {
	margin: 0;
}
.hometop {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 10px 15px 0;
	margin: 0 0 10px;
}
.container-fluid .hometop {
	padding: 0;
}
#cookieprompt {
	position : fixed;
	bottom: 0;
	width: 100%;
	background: #fff8cc;
	color: #333;
	padding: 20px 60px 20px 20px;
	font-size: 13px;
	border-top: 1px solid #ffe95c;
	z-index: 999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#cookieprompt #cookieOk {
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #333;
	text-decoration: none;
}
/* 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: 0;
	max-width: 60%;
}
.homechangerbox_topleft {
	top: 30%;
	left: 0;
}
.homechangerbox_topright {
	top: 30%;
	right: 0;
}
.homechangerbox_bottomleft {
	bottom: 60px;
	left: 15px;
}
.homechangerbox_bottomright {
	bottom: 60px;
	right: 15px;
}
#getthelook .homechangerbox_bottomleft {
	bottom: 320px;
}
#getthelook .homechangerbox_bottomright {
	bottom: 320px;
}
.homechangerbox h1 {
    margin: 0;
    padding: 0;
	font-size: 288%;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: normal;
	font-weight: 300;
	line-height: 1.2;
}
.homechangerbox_topright h1{
	text-align: right;
}
.homechangerbox h1 strong{
	display: block;
	font-size: 150%;
}
.homechangerbox p {
	font-size: 140%;
    padding: 10px 15px 10px 0;
	margin: 0;
	line-height: normal;
    font-weight: normal;
}
.homechangerbox_black h1, .homechangerbox_black p {
	color: #000;
	text-shadow: 3px 3px 38px rgba(255,255,255,.55);
}
.homechangerbox_white h1, .homechangerbox_white p {
	color: #FFF;
	text-shadow: 3px 3px 38px rgba(0,0,0,.55);
}
.homechangerbox .inputbutton {
	display: inline-block;
	margin-top: 10px;
}
.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;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 0;
}
#imagechanger .owl-nav .owl-next {
	background: #24211e url("/images/next.gif") no-repeat center center;
	right: 25px;
}
#imagechanger .owl-nav .owl-prev {
	background: #24211e url("/images/prev.gif") no-repeat center center;
	left: 25px;
}
.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;
}
/*** Header image usp's ***/
.hometop .header-usp{
	position: absolute;
	bottom: 0;
	padding: 20px 0;
	background: rgba(50,50,50,.45);
}
.hometop .header-usp h5{
	color: #FFF;
	margin: 10px 0 0;
}
.hometop .header-usp img{
	width: auto !important;
	display: inline-block;
}
#homeright {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
.homepicsright {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	text-decoration: none !important;
	overflow: hidden;
}
.homepixbox {
	padding: 10px;
	overflow: hidden;
}
.homepixbox .homepixboxinner {
	overflow: hidden;
}
.homepixbox img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.homepicsright:hover img{
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.homepicsright:hover {
	text-decoration: none;
}
.homepicsright .hometextbox{
	position: absolute;
	top: 38px;
	max-width: 50%;
}
.homepicsright.square .hometextbox{
	max-width: 80%;
}
.homepicsright.topleft .hometextbox {
	left: 10px;
}
.homepicsright.topright .hometextbox {
	right: 10px;
	text-align: right;
}
.homepicsright h2 {
	font-size: 230%;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: normal;
	padding: 10px 25px;
	margin: 0;
	display: inline-block;
}
.homepicsright.black h2 {
	color: #333;
	background: rgba(255,255,255,.8);
}
.homepicsright.white h2{
	color: #FFF;
	background: rgba(51,51,51,.8);
}
.homepicsright.white:hover h2{
	background: rgba(51,51,51,1);
}
.homepicsright.black:hover h2{
	background: rgba(255,255,255,1);
}
.homepicsright span {
	height: 16px;
}
.homepicsright p {
	font-size: 138%;
	font-weight: 500;
	color: #FFF;
	padding: 20px 25px 0;
	display: inline-block;
	margin:0;
}
#homeintro {
	clear: both;
	float: left;
	margin: 10px 0 20px;
	padding: 0 100px;
}
.home-brands-container{
	margin:20px 0 0;
}
#homeintro h2, .home-brands-container h2{
	font-weight: 300;
	font-size: 230%;
}
.home-brands-container h2{
	margin: 0;
}
#homeintro p{
	font-size: 115%;
	margin:15px 0;
}
#homeintro .inputbutton{
	padding: 10px 25px;
}
/************** 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 {
	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;
}
#newsletterbar {
	margin: 10px 0 15px 0;
	padding: 0 15px;
}
#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: #205920;
	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: #205920 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: #205920;
	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;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.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: 123%;
}
.productfeat .name .inputbutton {
	font-size: 85%;
}
#homefeatured, #recentlyviewed {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 15px 0 10px;
}
#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 {
	padding: 0 18px;
	clear: none;
	margin: 0;
	overflow: hidden;
}
#homefeatured .productfeatinner {
	border: 1px solid #CCC;
	min-height: 350px;
	height: 350px;
	padding: 15px;
}
#homefeatured .productfeat.last {
	border-right: none;
}
#homefeatured .productfeat .desc {
	color: #666;
}
#homefeatured .productfeat .price {
	font-size: 123%;
	font-weight: 300;
	color: #008000;
	float: left;
	width: 100%;
	margin-top: 8px;
}
#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: 15px 8px 0 8px;
}
#associated {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
	border-top: 1px dashed #efefef;
}
#associated .productfeat {
	clear: none;
	width: 155px;
	height: 6em;
	margin: 0 5px 6px 0;
}
.price {
	font-size: 138%;
	font-weight: 600;
	color: #333;
}
.thumbimagewrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 6px;
}
.thumbimagewrap .thumb2 {
	display: none;
}
.brandbox {
	height: 100px;
	padding: 15px 20px;
	margin: 5px 0;
	float: left;
	text-align: center;
	line-height: 70px;
	background: url("/images/corner-flap.gif") no-repeat bottom right;
	background-size: 100%;
}
.brandbox a {
	text-decoration: none;
}
.brandbox a:hover {
	text-decoration: underline;
}
.collectionbox {
    background: url("/images/corner-flap.gif") no-repeat scroll right bottom #FFFFFF;
    float: left;
    height: 205px;
    line-height: 100%;
    padding: 10px;
	margin: 1px 1px 10px 1px;
    text-align: center;
    width: 205px;
	position: relative;
}
.collectionbox img {
	margin-bottom: 10px;
}
.collectionbox a {
	bottom: 25px;
	left: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
}

/************************ right main content *********************/
.page {
	padding-left: 0;
	padding-right: 0;
}
.fullwidth {
	width: 100% !important;
}
.article-text {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.pagecontainer {
	position: relative;
}
#product .pagecontainer {
	padding-left: 0;
}
.bannerleft {
	float: left;
    position: relative;
}
.bannercenter {
    width: 100%;
	float: left;
	clear: both;
    text-align: center;
	position: relative;
}
.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;
	border: 1px solid #DDD;
	box-shadow: 0 0 3px #EEE;
	border-radius: 4px 4px 4px 4px;
}
.categoryframe img {
	width: 100%;
}
.catbox {
	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: #205920;
	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;
	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;
    border-radius: 4px;
    box-shadow: 0 0 3px #EEEEEE;
	text-align: left;
	background: #FFFFFF url("/images/featured.png") no-repeat bottom right;
	font-size: 100%;
}
#featured .productframe .thumb {
	min-height: 0;
}
#featured .productframe .thumb .overlay img {
	width: 52px;
}
#featured .productframe .name {
	margin: 10px 0 0 0;
	clear: none;
	font-size: 100%;
}
#featured .productframe .name a {
	display: block;
	font-size: 160%;
	margin-bottom: 10px;
}
#featured .productframe .name .longdesc {
	display: block;
	font-weight: 500;
	line-height:1.4;
}
#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: #205920;
	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: 1px solid #DDD;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.productframe: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: 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;
}
.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;
	margin: 10px 0 0 0;
	padding: 0 10px;
	clear: both;
	font-weight: 600;
    font-size: 107%;
}
.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;
	font-size: 107%;
}
.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;
}
#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;
}
/*** DISABLED PROD IMAGE MAGNIFIER ***/
.zoomWindow {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.zoomContainer, .zoomPup, .zoomWindow, .zoomLens {
	display: none !important;
}
.mobilescrollfix {
	position: absolute;
	width: 100%;
	height: 100%;
}
#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: 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: 10px 0 0;
    background: #FFF;
}
#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: #205920;
	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: #205920;
	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;
	font-size: 110%;
	position: relative;
	top: 1px;
}

ul.tabnav li {
	float: left;
	background: #f0f0f0;
	margin: 0 4px 0 0;
	padding: 0;
	display: inline;
	border: 1px solid #FFF;
	border-bottom-color: #BBB;
	border-right-color: #DDD;
}

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: 1px solid #DDD;
	border-bottom-color: #FFF;
	border-right-color: #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;
	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-top: 1px solid #CCC;
}
.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;
	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;
}
/** testimonials **/
.testimonial {
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-bottom: 1px dotted #CCC;
	clear: both;
	width: 100%;
	float: left;
}
.testimonial .quote {
	padding: 2px 25px 0 25px;
	position: relative;
}
.testimonial .quote:before{
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #B9B9B9;
	font-size: 154%;
}
.testimonial .quote:after{
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	color: #B9B9B9;
	font-size: 154%;
}
.testimonial h5 {
	padding: 0 0 0 25px;
}

/*** 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;
	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;
}
/**** 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 .productfeat .name a{
	font-size: 107%;
}
#rightbar .productfeat price{
	font-size: 100%;
}
#rightbar .whitebox .review .pad {
	width: 100%;
	padding: 0 0 10px 0;
}
#rightbar .whitebox .review a {
	color: #3a3a3a;
}
.nopadding {
	padding: 0;
}
/* product detail */
#productrightbox {
    padding: 10px;
	width: 100%;
    background: #FFF;
    float: right;
}
#productintro {
    float: left;
    width: 100%;
    padding: 15px 0 0;
    background: #FFF;
}
#productrightbox .proddesc {
	margin: 0 0 1em 0;
	padding: 0;
	color: #3a3a3a;
	font-size: 90%;
}
#productrightbox .proddesc p {
	font-size: 100%;
}
#productrightbox .enterpostcode{
	padding: 15px;
	background: #F4F4F4;
}
#productrightbox .enterpostcode .textfield{
	margin: 0;
}
#product .big {
	font-size: 140%;
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
#highlightswrap {
	background: #F3F3F3;
	padding: 10px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#highlights {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
    background: #FFF;
    border-bottom: 1px solid #CCC;
}
#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_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;
}
#highlights .youcanalso {
    background: url("/images/highlight_also.png") no-repeat left top;
    padding-left: 60px;
}
/********************* testimonial *********************/
.testimonial-panel{
	background: #205920;
	padding: 40px 15px;
	margin-top: 20px;
}
.testimonial-panel blockquote{
	display: inline-block;
	position: relative;
	font-size: 154%;
	color: #FFF;
	line-height: 1.4;
	margin: 0;
	padding: 0 75px;
}
.testimonial-panel blockquote:before, .testimonial-panel blockquote:after{
	font-family: 'FontAwesome';
	color: #FFF;
	font-size: 3em;
	position: absolute;
	top: -40px;
}
.testimonial-panel blockquote:before{
	content: '\f10d';
	left: 0;
}
.testimonial-panel blockquote:after{
	content: '\f10e';
	right: 0;
}
/********************* footer *********************/
#footer {
	padding: 35px 0;
	margin: 20px 0 0;
	background: #f4f4f4;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	line-height: normal;
	position: relative;
}
#footer.nomargin{
	margin: 0;
}
#footer .container, #footer .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerbox h5 {
	margin: 0 0 0.6em 0;
	font-size: 115%;
	color: #071534;
	letter-spacing: normal;
	font-weight: 600;
	text-transform: uppercase;
}
#footer .footerbox p {
	font-size: 107%;
	color: #828181;
	font-weight:500;
}
#footer .footerbox p, #footer .footerbox a{
	color: #828181;
}
#footer .footerbox img {
	margin: 0 5px 0 0;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style: none;
	margin: 0 0 0.5em 0;
	font-size: 107%;
	color: #7e7d7d;
	font-weight:500;
}
#footer #securepayments .payment-cards{
	margin-top: 25px;
}
/********************* footer BOTTOM *********************/
#footerbottom {
	background: #333;
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 25px 0;
}
#footerbottom li {
	color: #888;
	font-size: 107%;
	font-weight: 500;
}
#footerbottom li a {
	color: inherit;
	font-size: inherit;
}
#footerbottom li a:hover {
	text-decoration: underline;
}
#footerbottom #quicksubscribe label{
	color: #FFF;
	font-weight: 500;
	font-size: 115%;
	vertical-align: middle;
	margin: 0 34px 0 0;
}
#footerbottom #quicksubscribe .inputbutton{
	background: none;
	border: 0;
	box-shadow: none;
	color: #FFF;
	font-size: 107%;
	font-weight: 500;
	vertical-align: middle;
	text-transform: uppercase;
}
#footerbottom #quicksubscribe .inputbutton:hover{
	box-shadow: none;
}
#footerbottom #quicksubscribe .textfield{
	border-radius: 0;
	margin: 0 6px;
	padding: 8px 8px 8px 45px;
	width: 26.5%;
	font-size: 123%;
	font-weight: 500;
}
#footerbottom #quicksubscribe .textfield.name{
	background: #FFF url('/images/icon_user.png') no-repeat 3% center;
}
#footerbottom #quicksubscribe .textfield.email{
	background: #FFF url('/images/icon_mail.png') no-repeat 3% center;
}
#footerbottom #quicksubscribe .textfield::-webkit-input-placeholder {
	color: #cccccc;
}
#footerbottom .footer-links{
	margin: 35px 0;
}
#footerbottom .footer-logos li{
	margin: 0 25px;
}

/********************* 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, #payment-errors {
	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)
}
#payment-errors:empty {
	display: none;
}
#confbox {
	color: #009900;
	border-top: 1px solid #AACCAA;
	border-bottom: 1px solid #AACCAA;
	background: #EEFFEE;
}
#errbox, #payment-errors {
	color: #CC0000;
	border-top: 1px solid #CCAAAA;
	border-bottom: 1px solid #CCAAAA;
	background: #FFEEEE;
}
#errbox a, #payment-errors a {
	color: #CC0000;
	text-decoration: underline;
}
#errbox a:hover, #payment-errors 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;
}
.list-inline{
	padding: 0;
	margin: 0;
}
.list-inline li{
	display: inline-block;
	list-style: none;
	margin: 0 .5em;
}
.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;
	font-weight: 500;
}
.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 !important;
	border: 1px solid #999;
	font-size: 130%;
	text-align: center;
}
.rrp {
	color: #999;
}
.inputbutton {
	display: inline-block;
	color: #FFF;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none !important;
	border-radius: 0;
	background: #333;
	text-align: center;
	cursor: pointer;
	overflow: visible;
	border: 0;
	box-shadow: none;
	transition: all .4s;
	vertical-align: middle;
}
.inputbutton:hover, .inputbutton:focus {
	text-decoration: none !important;
	color: #FFF;
	background: #555;
}
a.inputbutton {
	color: #FFF;
	font-size: 100%;
}
a.primarybutton, a.actionbutton {
	color: #FFF;
}
a.primarybutton:hover {
	color: #FFF;
}
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 {
	background: #1b631b;
	color: #FFF;
}
.primarybutton:hover, .primarybutton:focus {
	background: #1E701E;
	color: #FFF;
}
.actionbutton {
	background: #1b631b;
	color: #FFF;
}
.actionbutton:hover, .actionbutton:focus {
	background: #1E701E;
	color: #FFF;
}

.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: 999;
	margin-left: 0;
	margin-top: -3px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
#jquery-live-search a {
	color: #211728;
}
#jquery-live-search ul {
	padding: 0;
}
#jquery-live-search li {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
	overflow: hidden;
}
.quicksearchimage {
	float: left;
	margin-right: 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: #f4f4f4;
	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: 12px;
}
.filternavbox .productfeat {
	width: auto;
	color: #333;
	font-size: 100%;
	padding: 4px;
	margin: 0 15px;
	border: 0;
}
#filterform {

}
/*** horizontal filters ***/
.filternavbox {
	float: left;
	width: 100%;
	position: relative;
	z-index: 300;
	margin: 0;
	background: none;
}
.filternavbox .nav {
	padding: 0 10px 15px 10px;
}
.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-bottom: 10px;
}
.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;
	margin-top: 15px;
	display: inline-block;
	float: left;
}
.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: right;
}
.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;
}
#productrightbox .addtobasket {
    padding: 0 0 15px;
    background: #FFF;
    border-bottom: 1px solid #CCC;
}
.productsummary {
    font-size: 100%;
    font-weight: 500;
    letter-spacing: normal;
}
#productdescriptionwrap {
	padding: 0;
}
#productdescription {
    float: left;
    clear: both;
	width: 100%;
    margin: 30px 0 0 0;
    padding: 15px 30px;
	background: #F4F4F4;
}
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: #205920;
	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 .inputbutton {
	margin: 0 6px 8px 0;
}
.alsolike {
	padding: 0;
	clear: both;
	width: 100%;
	float: left;
}
.alsolike .productfeat {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	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 #205920;
    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;
}
.attimg{
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
#stockistresults {
	width: 100%;
}
#stockistresults th {
	background: #205920;
	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;
	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: 30px 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 #205920;
	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: #205920;
	border: 1px solid #205920;
	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%;
}
#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: #205920;
	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: #205920;
    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;
	width: 100%;
	margin-top: 10px;
	clear: both;
	text-align: center;
}
#paypalexpress em, #amazonpay em {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 120%;
	font-style: normal;
}
/* PayPal Checkout Advanced */
#checkout #paypal-card-container {
	width: 100%;
	padding: 4px 0;
	margin: 0 auto 10px auto;
	text-align: left;
}
#checkout #paypal-card-container .cards {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}
#checkout #paypal-card-container .cards img {
	max-width: 100%;
	margin: 0 2%;
}
#checkout #paypal-card-container .foldouttoggle {
	padding: 15px 20px;
	font-size: 120%;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 4px !important;
}
#checkout #paypal-card-container .foldoutbox {
	float: left;
	width: 100%;
	padding: 16px 0 32px 0;
}
#checkout #paypal-card-container .foldoutbox .textfield {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	font-size: 110%;
}
#checkout #paypal-card-container .foldoutbox .inlinefield {
	display: inline-block;
}
#checkout #paypal-card-container .foldoutbox #spinner {
	display: inline-block;
	height: 30px;
}
#checkout #paypal-card-container .foldoutbox #card-errors, #checkout #paypal-card-container .foldoutbox .biginputbutton {
	margin: 16px 0 0 0;
}
/* 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;
}
/* 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%;
}

/* recent orders ticker */
#ticker01 {
	display: none;
}
#tickerwrap { /* the outer div with the black border */
	background: rgba(51,51,51,0.8);
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 1px 0;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 996;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 100%;
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 48px 0 0;
	padding: 0;
	font-size: 107%;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #FFF;
}

/* Range Sliders */
p.rangeoutput{
	font-size: 154%;
	font-weight:600;
}
.rangeslider__ruler:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.rangeslider{
	height: 10px;
	background: #eae8e8;
	box-shadow: none;
	margin-top: 25px;
	width: 50%;
}
.rangeslider__fill{
	background: #205920;
}
.rangeslider--horizontal .rangeslider__handle{
	width: 28px;
	height: 28px;
	top: -10px;
	background: #205920;
	border: 0;
}
.rangeslider__handle:after{
	display: none;
}
.youwillneed i{
	font-size: 154%;
	padding: 3px;
}

/* Small Bags Popup Box */
#popupbox {
	background: #991c20;
	width: 100%;
	height: 100%;
}
#popup {
	background: #fff;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 20;
}
#popup p {
	padding: 0 12px;
	font-size: 110%;
	text-align: center;
}
#popup p strong {
	font-size: 200%;
}
#popup .productframe{
	border: 0;
}
#popup .productframe .price{
	font-size: 115%;
	margin: 8px 0;
}

/**** TABBED AREA ****/
/* tabbed area */
.tabbedarea.ui-tabs .ui-tabs-nav {
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tabbedarea.ui-tabs .ui-tabs-nav li {
	float: none !important;
	display: inline-block;
	font-size:100%;
}
.tabbedarea.ui-tabs .ui-tabs-nav li a{
	outline: 0 !important;
	color: #333;
	font-size: 154%;
	font-weight: 600;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.tabbedarea.ui-widget p {
	font-size: 115%;
}
.tabbedarea.ui-widget-content {
	background: #fff !important;
	border: 1px solid #fff !important;
}
.tabbedarea.ui-tabs {
	padding: 0;
}
.tabbedarea .ui-widget-header {
	background: #fff !important;
	border: 1px solid #fff !important;
}
.tabbedarea.ui-state-default, .tabbedarea .ui-widget-content .ui-state-default, .tabbedarea .ui-widget-header .ui-state-default {
	border: 1px solid #fff !important;
	background: #fff !important;
	outline: 0;
}
.tabbedarea .ui-state-default a, .tabbedarea .ui-state-default a:link, .tabbedarea .ui-state-default a:visited {
	color: #555;
}
.tabbedarea .ui-state-active, .tabbedarea .ui-widget-content .ui-state-active, .tabbedarea .ui-widget-header .ui-state-active {
	border: 1px solid #fff !important;
	outline: 0;
}
.tabbedarea .ui-state-hover, .tabbedarea .ui-widget-content .ui-state-hover, .tabbedarea .ui-widget-header .ui-state-hover, .tabbedarea .ui-state-focus, .tabbedarea .ui-widget-content .ui-state-focus, .tabbedarea .ui-widget-header .ui-state-focus {
	border: 1px solid #fff !important;
	background: #fff;
	outline: 0;
}
.tabbedarea .ui-state-active a, .tabbedarea .ui-state-active a:link, .tabbedarea .ui-state-active a:visited {
	border-bottom:  1px solid #205920 !important;
	color: #205920;
	outline: 0;
}
.tabbedarea .ui-widget-content {
	color:#333;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	margin-top:25px;
}

/**** PRODUCT REVIEW STARS ****/
.star-cb-group {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
	/* the hidden clearer */
}
.star-cb-group * {
	font-size: 2rem;
}
.star-cb-group > input {
	display: none;
}
.star-cb-group > input + label {
	/* only enough room for the star */
	display: inline-block;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
}
.star-cb-group > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: '\f006';
	font-family: 'FontAwesome';
	color: #205920;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
	content: '\f005';
	font-family: 'FontAwesome';
	color: #205920;
	text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
	width: .5em;
}
.star-cb-group:hover > input + label:before {
	content: '\f006';
	font-family: 'FontAwesome';
	color: #205920;
	text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
	content: '\f005';
	font-family: 'FontAwesome';
	color: #205920;
	text-shadow: 0 0 1px #333;
}
fieldset.stargroup{
	margin: 8px 0;
}

/*** PALLEX TRACKING WIDGET ***/
.pallex-widget-header, #div_TrackingWidget_Header{
	padding: 10px;
	font-size: 138%;
	background: #205920;
	margin: 15px 0 10px;
	color: #FFF;
}
.pallex-widget-label{
	font-size: 123%;
	margin: 0 0 10px;
}
.pallex-widget-search .textfield{
	margin: 0;
}

/*** Features Panel ***/
.features-panel-wrap {
	float: left;
	width: 100%;
	padding: 10px 25px;
	margin: 20px 0 0 0;
	background: #333;
}
.features-panel-wrap.nomargin {
	margin: 0;
}
.features-panel-wrap .feature-panel {
	padding: 10px 10px;
	color: #fff;
}
.features-panel-wrap .feature-panel img {
	max-height: 45px;
	margin: 0 0 6px 0;
}
.features-panel-wrap .feature-panel .feature-heading {
	font-size: 138%;
	margin: 0 0 6px 0;
}
.features-panel-wrap .feature-panel p {
	font-size: 115%;
	line-height: 1.6;
}
.features-panel-wrap .feature-panel p a {
	color: #fff;
	font-weight: bold;
}