@charset "utf-8";
/* Global Resets */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
/* General */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?ldq7ra');
	src: url('fonts/icomoon.eot?#iefixldq7ra') format('embedded-opentype'),  url('fonts/icomoon.woff?ldq7ra') format('woff'),  url('fonts/icomoon.ttf?ldq7ra') format('truetype'),  url('fonts/icomoon.svg?ldq7ra#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('fonts/Roboto-Medium-webfont.eot');
	src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Medium-webfont.woff') format('woff'),  url('fonts/Roboto-Medium-webfont.ttf') format('truetype'),  url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('fonts/Roboto-Regular-webfont.eot');
	src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Regular-webfont.woff') format('woff'),  url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),  url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.7px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	color: #212121;
}
.title {
	font-family: 'robotoregular';
	display: block;
	width: 100%;
	font-size: 135%;
}
/* Layout */
.hidden {
	display:none;
}
.forty {
	width: 39%;
	margin: 0.5%;
	float: left;
}
.sixty {
	width: 59%;
	margin: 0.5%;
	float: left;
}
.fifty {
	width: 49%;
	margin: 0.5%;
	float: left;
}
.thirty {
	width: 29%;
	margin: 0.5%;
	float: left;
}
.thirtythree {
	width: 32.3%;
	margin: 0.5%;
	float: left;
}
.seventy {
	width: 69%;
	margin: 0.5%;
	float: left;
}
.seventy-five {
	width: 74%;
	margin: 0.5%;
	float: left;
}
.eighty {
	width: 79%;
	margin: 0.5%;
	float: left;
}
.twenty-five {
	width: 24%;
	margin: 0.5%;
	float: left;
}
.twenty {
	width: 19%;
	margin: 0.5%;
	float: left;
}
.container {
	width: 1140px;
	margin: auto;
	position: relative;
}
.container:after {
	clear: both;
	content: "";
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padded-content {
  box-sizing: border-box;
  display: block;
  padding: 15px;
}
.color1 {
	color:#69a118;
}
.grad1 {
	background: rgb(67,67,67); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(54,54,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#363636', GradientType=0 ); /* IE6-9 */
}
.grad2 {
	background: #e7e7e7;
}
.green-grad {
	background: #68AA15;
}
.grad3 {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.box {
  background: none repeat scroll 0 0 white;
  border: 1px solid #d8d8d8;
  padding: 10px 20px;
  box-sizing: border-box;
}
.upper {
	text-transform:uppercase;
}
.reverse {
	color:#fff;
}
.neon-green-text {
	color:#3cff00;
}
.neon-green-text.glow {
  text-shadow: 0 0 7px #3cff00, 0 0 1px #fff;
}
.btn.pink.glow {
  background: none repeat scroll 0 0 #d91f96;
  border-bottom: 3px solid #52183d;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7), 0 0 14px #d91f96, 0 0 5px #c50ca2;
}
.btn.pink.glow:hover {
	
	  background: none repeat scroll 0 0 #52183d;
}
/*old layout */
.grid {
	font-size: 0;
	list-style: none;
	margin-bottom: 0;
}
.grid *, .grid *:before, .grid *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.grid>.grid {
	margin-left: 0;
}
.grid__item {
	display: inline-block;
	font-size: 14px;
}
.one-whole {
	width: 100%;
}
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
	width: 50%;
	margin: 0.5%
}
.one-third, .two-sixths, .four-twelfths {
	width: 32.333%;
	margin: 0.5%
}
.two-thirds, .four-sixths, .eight-twelfths {
	width: 65.666%;
	margin: 0.5%
}
.one-quarter, .two-eighths, .three-twelfths {
	width: 24%;
	margin: 0.5%
}
.three-quarters, .six-eighths, .nine-twelfths {
	width: 74%;
	margin: 0.5%
}
.one-fifth, .two-tenths {
	width: 19%;
	margin: 0.5%
}
.two-fifths, .four-tenths {
	width: 39%;
	margin: 0.5%
}
.three-fifths, .six-tenths {
	width: 59%;
	margin: 0.5%
}
.four-fifths, .eight-tenths {
	width: 79%;
	margin: 0.5%
}
.one-sixth, .two-twelfths {
	width: 15.666%;
	margin: 0.5%
}
.five-sixths, .ten-twelfths {
	width: 82.333%;
	margin: 0.5%
}
.one-eighth {
	width: 11.5%;
	margin: 0.5%
}
.three-eighths {
	width: 36.5%;
	margin: 0.5%
}
.five-eighths {
	width: 61.5%;
	margin: 0.5%
}
.seven-eighths {
	width: 86.5%;
	margin: 0.5%
}
.one-tenth {
	width: 9%;
	margin: 0.5%
}
.three-tenths {
	width: 29%;
	margin: 0.5%
}
.seven-tenths {
	width: 69%;
	margin: 0.5%
}
.nine-tenths {
	width: 89%;
	margin: 0.5%
}
.one-twelfth {
	width: 7.333%;
	margin: 0.5%
}
.five-twelfths {
	width: 40.666%;
	margin: 0.5%
}
.seven-twelfths {
	width: 57.333%;
	margin: 0.5%
}
.eleven-twelfths {
	width: 90.666%;
	margin: 0.5%
}
.inner:after {
	clear: both;
	content: "";
	display: table;
}
.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
	margin: 0 auto;
}
/* Top Navigational Menu */
.top-menu {
	}
.TopMenu {
}
.TopMenu li.CartLink {
}
.TopMenu .inner {
	padding: 5px 0;
}
.TopMenu ul {
	padding: 0;
	margin: 0;
	text-align: right;
}
.TopMenu li:after {
	color: #69a118;
	content: "";
	display: inline-block;
	font-family: icomoon;
	font-size: 75%;
	margin-left: 7px;
}
.TopMenu li {
	display: inline-flex;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	line-height: 14px;
	padding: 0 10px;
}
.TopMenu li .icon {
	margin-right: 5px;
}
.TopMenu li.First a {
	border-left: 0;
}
.TopMenu li.last {
	padding-right: 0;
	border-right: none;
}
.TopMenu .CartLink span {
	width: auto;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.CartLink:before {
	color: #fff;
	content: "";
	font-family: icomoon;
	margin-right: 10px;
}
.TopMenu a {
	color: #e1e1e1;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
}
.TopMenu li.last a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.TopMenu li.last a .icon {
	position: absolute;
	left: 0;
	top: -2px;
}
/* Home Page */
.home-categories {
  display: inline-block;
  margin: 1em 0;
  width: 100%;
}
.home-categories li a:before {
  color: #69a118;
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-weight: bold;
  margin: 0 10px;
  position: relative;
}
.home-categories li a {
  display: block;
padding: 10px 5px;
}
.home-categories li {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  font-family: robotomedium;
}
.home-categories ul {
  margin:0px;
}
.home-categories .catimg {
  text-align: center;
}
.home-categories .btn {
    border-radius: 0px ;
    font-size: 15px;
    width: auto;
    display: block;
    padding: 16px 0px;
    text-transform: uppercase;
	margin:0;
}
.category {
    background: #fff;
    border: 1px solid #d8d8d8;
}
.home-categories h2 {
    background: none repeat scroll 0 0 #3b3b3b;
    color: #fff;
    font-size: 19px;
    padding: 15px 10px;
}
.main {
  background: none repeat scroll 0 0 #f8f8f8;
  min-height: 640px;
}
.header {
	position: relative;
}
/* Header */
#Header {
	position: relative;
}


.phone-text {
  margin-top: 10px;
  text-align:right;
}
.title.phone {
	font-size: 200%;
	text-align: right;
}
.title.phone:before {
  content: "";
  font-family: icomoon;
  font-size: 70%;
  margin-right: 10px;
}
.icon-newspaper:before {
	content:"";
	  font-family: icomoon;
	  padding-right:0.25em;
	  display:inline-block;
	  vertical-align:middle;
	  font-size:150%;
	  color:#fff;
}
.facebook {
	display: inline-block;
	height: 53px;
	vertical-align: middle;
	width: 53px;
}
/* Main Categories Menu */

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
	width: auto;
	margin: 15px 10px;
	padding: 0 0 0 0px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
	float: left;
	margin-top: 16px;
	content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
	color: #fff;
}
/* Horizontal Category List (Default & Flyout) */

#SideCategoryList h2 {
	display: block;
}
/* Logo */
.header-logo {
  padding:0;
}
.header-logo img {
	margin: 0 auto;
}
/* Top Search Form */

#SearchForm {
	margin: 10px 5px;
	width: 75%;
	position:relative;
}
#SearchForm form {
	padding: 0;
	margin: 0;
}
#SearchForm label {
	display: none;
}
#SearchForm input {
  background: none repeat scroll 0 0 #f9f9f9;
  border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.1);
  border-radius: 4px 0 0 4px;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
  box-sizing: border-box;
  color: #999;
  margin: 10px 0;
  padding: 12px 10px;

}
#SearchForm .Button {
  background: none repeat scroll 0 0 #69a118;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 4px 4px 0;
  color: white;
  cursor: pointer;
  font-family: icomoon;
  font-size: 17px;
  height: 41px;
  margin: 10px 0;
  padding: 12px 25px;
  position: absolute;
  transition: background-color 150ms ease 0s;
  vertical-align: top;
}
#SearchForm p {
	display: none;
	font-size: 0.85em;
	margin: 5px 0 0 0;
}
.no-sel {
	height: auto;
	line-height: inherit;
}
p {
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
	transition: background-color 0.5s ease-out 0s;
}
.page-content #LayoutColumn2 a.pname:hover {
	background-color: transparent;
}
strong, b {
	font-weight: bold;
}
.header-logo h1 {
	font-size: 40px;
}
/* Buttons & Forms */

.btn {
	background: #69a118; 
	border-radius: 5px;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 3px solid #4d7613;
	font-family: 'robotomedium';
	font-size: 21px;
	line-height: 1;
	padding: 0.5em 1em;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	margin: 5px 0;
	transition: background-color 0.5s ease-out 0s;
	cursor: pointer;
}
.btn:hover {
	background: #7fc717; 
	color: #fff;
}
.btn.text {
	background: none;
	outline: 0;
}
.Textbox {
	border-color: transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) transparent;
	border-radius: 3px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	box-shadow: 1px 1px 3px inset;
	padding: 6px;
}
/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
	font-family: 'robotoregular';
	font-weight: normal !important;
	color: #212121;
}
h1, .h1 {
	padding: 0 0 20px 0;
}
h2, .h2 {

	padding: 0 0 20px 0;
}
h3, .h3 {
  font-size: 18px;
  padding: 1em 0;
}
h4, .h4 {
	font-size: 18px;
	padding: 0 0 20px 0;
}
.grad1 h1, .grad1 h2, .grad1 h3, .grad1 h4 {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
h5, .h5 {
	font-size: 14px;
	padding: 0 0 20px 0;
}
.footer-main h4 {
	color: #fff;
	font-size: 16px;
	padding: 0 0 1em 0;
	line-height: 20px;
	font-weight: 300;
}
#CategoryContent .ProductList .p-price {
  font-size: 15px;
}
#CategoryContent .ProductList .btn {
  font-size: 16px;
}
.productPage .ProductPrice, .QuickViewModal .ProductPrice {
  color: #69a118;
  font-family: ROBOTOREGULAR;
  font-size: 40px;
  letter-spacing: -1px;
}
.ProductPrice strike {
	font-size:17px;
}
 .p-price strike {
  color: #313131;
  display:none;
  font-size: 12px;
}
.footer, .footer a {
	color: #FCFCFC;
}
.TitleHeading {
	margin-bottom: 20px;
}
.TitleHeading.zero {
	margin-bottom: 0;
}
img, img a {
	border: 0;
	max-width: 100%;
	
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul ul ul {
	list-style-image: url(../images/bullet_line.png);
}
li {
	margin: 0;
	padding: 0;
}
blockquote {
	margin-left: 28px;
}
select option {
	margin-right: 10px;
}
hr {
  border-bottom: 0 none;
  border-top: 1px solid #d8d8d8;
  color: #d8d8d8;
  height: 1px;
  margin: 14px 0;
  padding: 0;
  position:relative;
  clear:both;
}
hr:before {
  background: none repeat scroll 0 0 #69a118;
  bottom: 0;
  content: "";
  height: 5px;
  left: 1%;
  position: absolute;
  width: 25%;
}
/* Page Containers */

#ContainerLower {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}
.centerer {
	margin: 0 auto;
	text-align: center;
}
.center {
  margin: auto;
  text-align: center;
}
/* Column 1 */
#LayoutColumn1 .padded-content {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d8d8d8;
}
#LayoutColumn1 ul li {
  display: block;
  padding: 3px 0 3px 20px;
}
#LayoutColumn1 ul li:before {
  color: #8ca903;
  content: "";
  font-family: icomoon;
  margin: 0 10px 0 -25px;
}
.SubCategoryListGrid li:before {
  display: none;
}
#LayoutColumn1 ul {
	margin: 0;
}
#LayoutColumn1 h3:before {
	border-left: 4px solid transparent;
	border-top: 10px solid black;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
#LayoutColumn1 h3 {
	background: none repeat scroll 0 0 #373737;
	color: white;
	margin: -6px -15px 13px -20px;
	padding: 10px;
	position: relative;
}
/* Primary Content Area */
.Content {
	padding-bottom: 20px;
	min-height: 200px;
}
.Content .Block {
	clear: both;
}
.Block {
	margin-top: 0;
	margin-bottom: 20px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
	padding: 0;
	overflow: hidden;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	padding: 0;
	border: none;
}
/* Right Content Area */
.Right {
	float: right;
	width: 190px;
}
.Right .Block {
	padding: 0 0 10px 0;
}
.Right .BlockContent {
	margin: 0 10px 0 10px;
}
.Right ul {
	margin: 0;
	padding: 0;
}
.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 5px 0 7px 0;
}
/* Top Banner styles */

.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
	position: relative;
	z-index: 0;
}
.Block.banner_home_page_top *, .Block.banner_category_page_top *, .Block.banner_brand_page_top *, .Block.banner_search_page_top * {
	padding: 0;
	margin: 0;
}
/* Bottom Banner styles */

.Block.banner_home_page_bottom, .Block.banner_category_page_bottom, .Block.banner_brand_page_bottom, .Block.banner_search_page_bottom {
	position: relative;
	left: 0;
	margin-bottom: 0;
}
.Block.banner_home_page_bottom div, .Block.banner_category_page_bottom div, .Block.banner_brand_page_bottom div, .Block.banner_search_page_bottom div {

}
.Block.banner_home_page_bottom div, .Block.banner_category_page_bottom div, .Block.banner_brand_page_bottom div, .Block.banner_search_page_bottom div {
	margin-left: 10px;
}
.Block.banner_home_page_bottom div:first-child, .Block.banner_category_page_bottom div:first-child, .Block.banner_brand_page_bottom div:first-child, .Block.banner_search_page_bottom div:first-child {
	margin-left: 0;
}
.Block.banner_home_page_bottom div .text, .Block.banner_category_page_bottom div .text, .Block.banner_brand_page_bottom div .text, .Block.banner_search_page_bottom div .text {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 200px;
	z-index: 99;
}
.Block.banner_home_page_bottom div .text h2, .Block.banner_category_page_bottom div .text h2, .Block.banner_brand_page_bottom div .text h2, .Block.banner_search_page_bottom div .text h2 {
	font-size: 2.7em;
	line-height: 1em;
	margin-bottom: 12px;
}

.category-page ul#hydrotabtabs {
  margin: -10px -20px 20px;
}
.Block.banner_home_page_bottom div .text h3, .Block.banner_category_page_bottom div .text h3, .Block.banner_brand_page_bottom div .text h3, .Block.banner_search_page_bottom div .text h3 {
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p, .Block.banner_category_page_bottom div .text p, .Block.banner_brand_page_bottom div .text p, .Block.banner_search_page_bottom div .text p {
	margin-bottom: 10px;
}
.image-container-centered {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: none !important;
}
.category-featured .image-container-centered {
	width: 320px;
	height: 264px;
}
.category-featured .image-container-centered img {
	max-width: 320px;
	max-height: 264px;
}
.category-featured h3 {
	text-transform: uppercase;
}
/* Contains links lists & newsletter */

.footer-columns li ul, .footer-columns li:hover ul {
	display: none !important;
}
.footer-columns .RecentNews li p {
	margin: 5px 0;
}
/* Home Page  */
.logos img {
	max-width: 188px;
}
.logos {
	margin: auto;
	text-align: center;
}
/* Top Area */
.top-area {
  background: none repeat scroll 0 0 #f7f7f7;
}
/* middle area */
.middle-area {
  background: none repeat scroll 0 0 #3e3e3e;
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}
.middle-area input {
  font-size: 17px;
}
/* testimonial tabs */
.testimonials-area {
	background: none repeat scroll 0 0 #e7e7e7;
	padding: 12px;
}
.testimonials-area h2 {
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 200%;
	margin: 0 -20px;
	padding: 4px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.testimonials-area h2:after {
	content: "";
	background: url("images/icons2.png") no-repeat;
	display: inline-block;
	height: 50px;
	margin-top: -3px;
	position: absolute;
	right: 2%;
	width: 60px;
}
#testimonials {
	display: none;
}
.tabpag {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	clear: both;
	font-size: 80%;
	position: relative;
	text-align: right;
	top: 13px;
	padding: 2px 13px;
}
.tabpag a {
	color: #212121;
}
.test-area {
	padding: 22px;
	min-height: 250px;
	overflow: hidden;
}
.test-image {
}
.test-area img {
	border: 3px solid #212121;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	margin: 0 0 0 20px;
}
.quote-area {
	color: #212121;
	display: block;
	font-family: 'Lucida Grande';
	font-size: 120%;
	font-style: italic;
	line-height: 1.5;
}
.quote-area i {
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 24px;
}
/* Videos */

.frame-container iframe {
    max-width: 100%;
    height: 100%;
    position: absolute;
}
.frame-container {
    display: block;
    width: 100%;
    position: relative;
    min-height: 300px;
}
.video iframe {
	max-height: 345px;
	max-width: 100%;
}
/* Newsletter Subscription Form */
.newsletter-subscription {
	position: relative;
	
}
.newsletter-text {
  color: #fff;
    margin-top: 20px;
}
.footer .newsletter-text {
	margin:0;
}
.footer .newsletter-text .title:before {
  content: "";
  font-family: icomoon;
  margin-right: 2px;
}
.newsletter-subscription .inner {
	padding: 20px 0;
}
.newsletter-subscription label {
	color: white;
	display: block;
	font-family: 'robotomedium';
}

.newsletter-text p {
	line-height: 1.3;
	margin: 0;
}
.newsletter-subscription input {
	display: inline;
	width: 95%;
}
.newsletter-subscription input.Textbox {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5) inset;
  color: #999;
  font-size: 15px;
  font-weight: bold;
  margin: 3px 0;
  padding: 9px;
}
.newsletter-subscription input.btn {
	margin-top: 5px;
}
.newsletter-text .title:before {
  content: "";
  font-family: icomoon;
  margin-right: 10px;
}

.home-banners img {
  margin: 0 5px;
}
/* News Lists */

#HomeRecentBlogs ul {
	padding-left: 0;
	margin-left: 0;
}
#HomeRecentBlogs li {
	list-style: none;
	padding: 5px 0 5px 10px;
	margin: 0;
}
#LowerRight .FeedLink {
	float: left;
	margin: 6px 4px 0 0;
}
/* Product Listings */

.ProductList {
	margin: 0;
	padding: 0;
}

.ProductList li {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0.3% 1.3% !important;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 19% !important;
  position:relative;
  background:#fff;
}
.ProductList li:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.ProductList .ProductDetails {
	padding: 0;
	word-wrap: break-word;
}
.product-info-area {
  border: 1px solid #d8d8d8;
  padding: 1px 10px;
}
.ProductList .Rating {
	display: block;
}
.ProductList li .ProductCompareButton {
	margin-bottom: 10px;
}
.ProductCompareButton {
	color: #fff;
}
.ProductList .pname {
  color: #373735;
  display: block;
  font-family: robotoregular;
  font-size: 105%;
height: 110px;
  line-height: 1.2;
}
.ProductList .ProductPriceRating {
	margin-bottom: 10px;
}
.ProductThumbImage {
	
}
.ProductList .ProductImage {
  background: none repeat scroll 0 0 white;
  border: 1px solid #d8d8d8;
  height: 150px;
  margin-bottom: -1px;
  padding: 10px;
  text-align: center;
  width: auto;
}
 
.brand-img, #ProductDetails .ProductThumbImage {
  background: none repeat scroll 0 0 white;
  display: inline-block;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100% !important;
  height:480px;
}
.ProductList .btn {
	display: block;
	font-size: 110%;
	margin: 0 auto 10px;
}
.ProductList .btn:after {
	clear: both;
	content: "";
	height: 0;
	width: 0;
}
.ProductList .ProductImage img, #ProductDetails .ProductThumbImage img {
	max-height: 100%;
	max-width: 100%;
	line-height: 1.5em; /* If the image takes a while to load or doesn't load at all the alt text will display. This spaces this text. */
}
.ProductList .p-price {
  color: #69a118;
  display: block;
  font-family: robotomedium;
  font-size: 20px;
  font-style: normal;
  text-align: right;
}
.ProductList .p-name {
	font-weight: 600;
}
.ProductList .ProductRightCol {
	float: right;
}
#SimilarMultiProductsByCustomerViews .ProductList li {
	width: 20%;
}
/* Product Listings - Horizontal */

.ProductList.List {
	margin: 0;
}
.ProductList.List li {
	display: block;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	width: auto
}
.ProductList.List .ProductImage {
	float: left;
	width: 190px;
}
.ProductList.List .ProductQty {
	margin-left: 10px;
}
.ProductList.List .ProductDetails {
	padding: 20px;
	overflow: hidden;
}
.ProductList.List .QuickViewBtn {
	text-align: center;
	width: 170px;
}
/* Add to cart popup __master overrides */

.fastCartContent {
	min-height: 0;
	width: auto;
}
#fastCartContainer .ProductList .ProductImage {
	height: auto; /* Have to keep to override master */
	width: 100%; /* Have to keep to override master */
}
.SubBrandListGrid .RowDivider {
	display: none!important;
}
.brand-img {
	float: left;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
.brand-img img {
	width: auto;
}
.Left .ProductList li, .Right .ProductList li {
	margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}
/* Top Seller Block Specific */

.Right .TopSellers, .Left .TopSellers {
	clear: both;
	padding: 0 0 10px 0;
}
.Right .TopSellers ul, .Left .TopSellers ul {
	margin: 0;
	padding: 0;
}
.Right .TopSellers li, .Left .TopSellers li {
	clear: both;
	margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 22px;
	font-size: 1.3em;
	text-align: center;
	padding: 1px 0 2px 0;
}
/* Contains the details of the item */
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {
	margin: 0;
	margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
	display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage, .Left .TopSellers li.TopSeller1 .ProductImage {
	display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
	display: none;
}
/* Page Breadcrumbs */

.Breadcrumb {

}
.Breadcrumb ul {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 20px 0 -26px;
  padding: 7px 10px;
  width: 100%;
}
.Breadcrumb li {
	list-style-type: none;
	font-size: 11px;
	font-weight: 300;
	padding: 0 12px 0 0;
	display: block;
	float: left;
	background: none;
}
.Breadcrumb li a:after {
  content: "";
  font-family: icomoon;
  padding-left: 10px;
}
.Breadcrumb li a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
 color: #69a118;
}
.top-title {
	position: relative;
}
.top-title h2 {
	margin: 0;
}
.productlist-page .top-title {
	margin-bottom: 0;
}
.Left .afterSideShopByBrand {
	padding: 8px 0 0 0;
	display: block;
}
/* Helpers */

.hide-visually {
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
}
/* Clear fix */

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
.borderB {
	border-bottom: 1px solid #d6d6d6;
}
.borderR {
	border-right: 1px solid #d6d6d6;
}
/* It is added because the app is generating the class 'ClearLeft'. For example this class is being generated on the BPAY confirmation page */

.ClearLeft {
	clear: left;
}
/* Miscellaneous Definitions */

.Left .FeedLink, .Right .FeedLink {
	float: left;
	margin: 0 7px 0 0;
}
.Content .FeedLink {
	display: none;
}
.SortBox {
	font-size: 0.95em;
 color: @primary-color;
	padding: 12px 5px 0 0;
}
.CompareButton {
	text-align: right;
	margin-bottom: 20px;
}
.Required {
	color: #ff0000;
}
.ShippingAddressList, .ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.product-top {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d8d8d8;
    display: block;
	padding: 10px;
	
}
.addto:before {
    content: "";
    position: absolute;
    color: white;
    font-family: icomoon;
    top: 14%;
    font-size: 26px;
    left: 8%;
}
.addto {
    position: relative;
}
.qtyInput.quantityInput {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    padding: 14px;
}

.Label {
  font-family: robotomedium;
}
.DetailRow .Value, .DetailRow .Value a {
  color: #6c6c6c;
}
#ProductDetails h1 {
  border-bottom: 1px solid #d8d8d8;
  margin: -20px 0 20px;
  padding: 0 0 20px;
  word-wrap: break-word;
  position:relative;
}
.PrimaryProductDetails .ProductThumb {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d8d8d8;
  height: auto !important;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  width: auto !important;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
	float: none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.productAttributeList {
  border: 1px solid #d8d8d8;
  color: #313131;
  margin: 10px 0;
  padding: 20px 30px;
}
.ProductMain {
	padding: 20px;
}
.PrimaryProductDetails .ProductThumb p a {
	font-weight: bold;
}
.Right hr {
	margin: 5px 0 0;
}
.ComparisonCheckbox {
	float: left;
}
.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}
/* Product Comparisons */

.ComparisonTable {
	table-layout: fixed;
	width: 100%;
}
.ComparisonTable img {
	max-height: 100%;
	max-width: 100%;
}
.ComparisonTable td {
	font-size: 14px;
	padding: 10px;
	vertical-align: center;
}
.CompareFieldName {
	width: 95px;
	padding: 8px 10px 8px 15px;
}
.CompareFieldTop {
	padding: 5px;
	text-align: center;
}
.CompareFieldTop a {
	font-size: 14px;
}
.CompareLeft {
	padding: 5px 10px 5px 10px;
}
.CompareCenter {
	padding: 5px;
}
.CompareRating {
	text-align: center;
	padding-top: 8px;
	vertical-align: middle;
}
.CompareProductOption {
	margin-left: 20px;
	padding-left: 5px;
}
.Availability {
	color: gray;
}
.LittleNote {
	color: gray;
	font-size: 0.85em;
}
.ViewCartLink {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* General Tables */

table.General, table.CartContents, table.General {
	margin: 20px 0;
	width: 100%;
}
table.General thead tr th, table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}
table.General tbody td, table.CartContents tbody td {
	vertical-align: top;
}
table.General tbody tr.First td {
	border-top: 0;
}
/* Cart Contents Table */
.CartCode {
	background: #E7E7E7;
	padding: 40px;
	border: 1px solid #ccc;
}
.CartThumb img {
  max-height: 130px !important;
  width: auto !important;
}
.CartThumb {
  background: none repeat scroll 0 0 white;
  display: table-cell;
  text-align: center;
  vertical-align: middle !important;
}
#CartContent table td {
	padding: 10px;
	border-bottom: 1px dotted #d8d8d8;
}
#CartContent table {
	border: 1px solid #d8d8d8;
	background: none repeat scroll 0 0 #fff;
}
.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: 700;
}
.CartContents thead {
  border-bottom: 1px solid #d8d8d8;
}
.CartContents tbody tr td {
	padding: 20px;
}
.CartContents tfoot .SubTotal td {
	font-weight: bold;
}
.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}
.MiniCart h3 {
	font-size: 1.3em;
}
.MiniCart .SubTotal {
	text-align: center;
	font-size: 1.1em;
}
.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
	font-size: 1.2em;
	padding-bottom: 10px;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.CategoryPagination {
	float: left;
	text-align: center;
}
.CategoryPagination .PagingList li {
	display: inline;
}
/* Quick Search */
.QuickSearch {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin: 0;
  min-width: 400px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 480px;
  z-index: 9999;
}
.RatingIMG {
	display: none;
}
.QuickSearchTitle td, .QuickSearchAllResults td {
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}
.QuickSearchResult td {
	font-size: 12px;
	padding: 0 10px;
	cursor: pointer;
}
.QuickSearchResultImage {
	margin-left: 4px;
	margin-right: 10px;
	text-align: center;
	background: #fff !important;
}
.QuickSearchResultNoImage {
	padding-top: 10px;
	color: #777;
}
.QuickSearchResultName {
	display: block;
	padding-bottom: 5px;
}
.QuickSearchResult .Price {
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
}
.QuickSearchHover {
	background: #D6D6D6;
}
.QuickSearchAllResults {
	text-indent: 0;
	padding: 0;
	line-height: 20px;
}
.QuickSearch .QuickSearchAllResults a, .QuickSearch .QuickSearchAllResults a:hover {
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.QuickSearchAllResults a:active, .QuickSearchAllResults a {
	outline: none;
	-moz-outline-style: none;
}
/* Brand Tag Clouds */
.BrandCloud .smallest {
	font-size: 12px;
}
.BrandCloud .small {
	font-size: 15px;
}
.BrandCloud .medium {
	font-size: 18px;
}
.BrandCloud .large {
	font-size: 20px;
}
.BrandCloud .largest {
	font-size: 26px;
}
.BrandCloud a {
	padding-right: 5px;
}
.DownloadExpires {
	padding-top: 3px;
	font-style: italic;
	color: gray;
}
.DownloadExpiresToday {
	color: red;
}
.CheckoutRedeemCoupon h4 {
	margin-top: 0;
}
.CheckoutRedeemCoupon p {
	margin-top: 10px;
	margin-bottom: 0;
}
.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}
.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}
.ProductDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
}
.SubCategoryList {
	margin-bottom: 20px;
}
.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}
/*# MOBILE SUBCATEGORY #*/
.js-mobile-sub-category-menu {
	display: none;
}
.js-mobile-sub-category-menu .selector {
	display: block;
}
.js-mobile-sub-category-menu .selector span {
	font-size: 12px;
	height: auto;
}
.SearchTips .Examples {
	padding: 8px;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}
.ProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}
.ProductReviewList {
	clear: both;
}
.ProductReviewList li {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
	border: 0;
}
.SoldOut {
	color: #999;
}
.AddToWishlistLink {
	position: relative;
	margin: 0;
}
.AddToWishlistLink .wishlist-button {
	position: absolute;
	top: -70px;
	left: 165px;
	font-weight: bold;
	cursor: pointer;
 color: @primary-color;
	background: #fff;
	border: 0;
}
.btn.alt.wishTrigger {
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top, #515151 0%, #757575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #515151), color-stop(100%, #757575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #515151 0%, #757575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #515151 0%, #757575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #515151 0%, #757575 100%); /* IE10+ */
	background: linear-gradient(to bottom, #515151 0%, #757575 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#757575', GradientType=0 ); /* IE6-9 */
	width: 100%;
	display: block;
	font-size: 100%;
}
.btn.alt.wishTrigger:hover {
	background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top, #6d6d6d 0%, #898989 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #898989)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6d6d6d 0%, #898989 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6d6d6d 0%, #898989 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6d6d6d 0%, #898989 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6d6d6d 0%, #898989 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#898989', GradientType=0 ); /* IE6-9 */
}
/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail, .productOptionPickListSwatch .swatchColour {
	display: inline-block;
	width: 25px !important;
	height: 25px !important;
}
.productOptionPickListSwatch ul {
	margin-bottom: 20px;
}
.productOptionPickListSwatch li .validation {
	top: 5px;
	left: 5px;
}
.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours {
	display: inline-block !important;
	margin: 0 !important;
	padding: 2px !important;
}
.productAttributeValue {
	clear: both;
}
.productAttributeValue .ui-datepicker-trigger {
	display: none;
}
.ShippingProviderList li {
	list-style: none;
	margin: 0 0 10px 0;
}
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
	margin: 0;
	float: none !important;
}
/** Top Right Locale Chooser (list of flags) **/

.TopMenu li.Flag div {
	border: 0;
}
.TopMenu li.Flag img {
	margin: 3px;
}
.TopMenu li.Flag img.Last {
	margin-right: 0px;
}
.TopMenu li.Flag img.Selected {
	margin: 1px 3px;
}
/** Currency Selector **/

.CurrencyList dl {
	margin: 0;
	padding: 0;
}
.CurrencyList dd {
	margin: 0px;
	background-color: #F9F9F9;
	clear: both;
}
.CurrencyList dd:hover {
	background-color: #fff;
}
.CurrencyList a {
	display: block;
	padding: 5px 10px;
	font-size: 11px;
}
.selected-currency .Flag, .CurrencyList a .Flag {
	float: left;
	margin-right: 10px;
}
.CurrencyList img {
	vertical-align: middle;
}
.currency-converter {
	cursor: pointer;
	position: relative;
	text-align: left;
	z-index: 60;
}
.currency-converter:hover .CurrencyChooser {
	display: block;
}
.currency-converter p {
	margin: 0;
}
.CurrencyChooser {
	display: none;
	position: absolute;
	float: left;
	right: 0;
	top: 100%;
	padding: 15px;
	background: #ffffff;
	min-width: 150px;
}
.CurrencyChooser h2 {
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 10px 0;
}
.CurrencyChooser a span {
	font-size: 11px;
	line-height: 22px;
}
.selected-currency {
	cursor: pointer;
	padding: 10px 20px 10px 10px !important;
	background: url(../images/icon_arrow_down.png) no-repeat right center;
}
.TopMenu .selected-currency {
	display: none;
}
.selected-currency span {
	font-size: 11px;
}
.CurrencyChooser .BlockContent {
	position: relative;
	margin-top: -1px;
}
.CurrencyChooser .BlockContent .CurrencyList {
	display: block;
}
.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}
.product-lists h2 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 22px;
  margin: 0 -20px 20px;
  padding: 10px 20px 20px;
}
/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
	padding: 20px !important;
}
.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}
.EstimatedShippingMethods {
	clear: both;
	padding: 20px 0 0 0 !important;
	text-align: left;
}
.ShippingMethodList {
	padding: 0 !important;
}
.EstimatedShippingMethods table {
	margin: 0 !important;
	width: 100%;
	border-collapse: collapse;
}
.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}
.EstimatedShippingMethods .Submit {
	text-align: right;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}
.SharePublicWishList {
	padding: 5px;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {

	position: relative;
	margin: 0 0 20px 0;
	cursor: auto;
	font-weight: bold;
}
.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
	color: #fefefe;
	display: block;
	font-family: verdana;
	font-size: 12px;
	padding: 10px;
	text-transform: none;
	width: auto;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}
a.ChangeLink {
}
.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline-block;
	float: right;
	font-size: 65%;
}
.ExpressCheckoutCompletedContent {
}
.LoadingIndicator {
	margin-left: 10px;
}
.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}
.HeaderLiveChat img {
	vertical-align: middle;
}
.SubCategoryListGrid {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin: 0;
}
.SubCategoryListGrid .sub-cat-name {
	display: block;
}
.SubCategoryListGrid > ul li {
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: bottom;
	text-align: center;
	width: 150px;
}
.SubCategoryListGrid > ul li img {
	max-width: 100%
}
.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}
.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 50%;
}
.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}
.SubBrandListGrid li {
	margin-bottom: 4px;
	margin-right: 20px;
	background: #fff;
	float: left;
	text-align: center;
}
.SubBrandListGrid ol {
	clear: both;
}
.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 140px;
	margin-bottom: 4px;
}
.ProductAddToCart dd {
	margin-left: 140px;
	margin-bottom: 4px;
}
.ProductAddToCart.cannot-purchase .add-to-cart {
	display: none;
}
.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required {
	width: 8px;
}
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea {
	width: 183px;
	height: 50px;
}
.OutOfStockMessage {
	display: none;
}
.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.png') no-repeat;
	padding-bottom: 4px;
}
.ProductFields dd {
	margin-bottom: 4px;
}
.ProductFields {
	margin-bottom: 15px;
}
.ProductFields input.Textbox {
	width: 100%;
}
.ProductFields TextArea {
	width: 100%;
}
.CartContents .CartProductFieldsRow {
	border-top: 0;
}
.CartContents .CartProductFieldsRow dl {
	margin-top: 15px;
}
p.QuantityInput, p.AddCartButton {
	text-align: center;
}
.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}
.TagList {
	margin-top: 20px;
}
.CartThumb {
	text-align: center;
	width: 1px;
}
.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.png') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}
.ViewAllLink a {
	padding-top: 10px;
	display: block;
}
/* Tabbed Navigation */

.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.TabNav {
	font-size: 12px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.TabNav li {
	margin-bottom: -1px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.TabNav li a {
	display: block;
	line-height: 41px;
	padding: 0 16px;
	height: 41px;
	font-weight: 600;
	font-size: 14px;
	background: #f9f9f9;
	margin: 0 4px;
	color: #a1a1a1;
}
.TabNav li.Active a {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
	float: left;
}
.ProductAddToCart .BulkDiscount {
	clear: both;
}
#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}
.TransitTime {
	font-weight: normal;
	color: gray;
}
.ContentList {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-image: none;
}
.ContentList li {
	list-style-type: none;
	margin: 0 0 20px 0;
	border-top: 0;
}
.OrderItemMessage {
	padding: 7px;
	margin: 10px 0px 10px 0px;
}
/* Custom Fields - Start */
#uniform-FormField_11, #uniform-FormField_21 {
  width: 86% !important;
}
.LittleNotePassword {
	color: gray;
	font-size: 0.85em;
	font-weight: normal;
	padding: 2px 0px 2px;
}
.RequiredClear {
	visibility: hidden;
}
/* Custom Fields - End */

/* Product Details Price */

.ProductOptionList ul, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList li {
	margin-bottom: 3px;
}
.ProductOptionList input {
	vertical-align: middle;
}
/** Search All Form Result - Start **/

.SearchPaging {
	float: right;
	font-size: 0.95em;
}
.SearchSorting {
	float: right;
	font-size: 0.95em;
	margin: 8px 0px;
}
#SearchResultsCategoryAndBrand {
	margin: 20px 0;
}
.ContentList em, .QuickSearchResultMeta em {
	font-size: 0.8em;
}
/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px 20px;
	display: none;
	position: fixed;
	text-align: center;
	z-index: 10000000000;
	line-height: 32px;
	left: 0;
	right: 0;
}
#AjaxLoading img {
	vertical-align: bottom;
	margin-right: 5px;
}
/** AJAX loading box - End **/

/** Product image gallery **/

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
	float: left;
	background: none;
	border: none;
	margin-top: 16px;
	cursor: pointer;
	display: none;
}
.ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
}
#ProductDetails .ProductTinyImageList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#ProductDetails .ProductTinyImageList ul li img {
  width: auto;
}
.carousel {
	position: relative;
	visibility: hidden;
	left: -5000px;
	width: 180px;
}
/***** Product Attribute List *****/

/* set up the row for css table-like alignment */

.quick-view-product-details-container .required, .quick-view-product-details-container .Required, .ProductMain .Required, .required {
	color: tomato !important;
	display: block;
	font-size: 80%;
	left: -10px;
	position: absolute;
	top: 0;
}
.ProductMain table.ExpectedReleaseDate {
	margin-top: 0;
}
/* position the label in the left-padding area of the row */

.productAttributeList .productAttributeLabel {
	margin: 0 !important;
	float: none !important;
	width: auto !important;
	padding-top: 0 !important;
}
.productAttributeList .productAttributeLabel label {
	display: block;
	margin-bottom: 10px !important;
	position: relative;
}
/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow, .productAttributeRow {
	padding-left: 0 !important;
	margin: 0 0 10px 0 !important;
	clear: both;
}
.productAttributeList li {
	margin-bottom: 10px;
}
.productAttributeList ul.list-horizontal {
	margin: 0;
}
.productOptionViewProductPickListWithImage {
	border-color: #ddd !important;
	margin-bottom: 20px;
}
.productOptionViewProductPickListWithImage .scrollContainer {
	max-height: 250px !important;
}
.productOptionViewProductPickListWithImage td {
	padding: 10px 5px !important;
	vertical-align: middle !important;
}
.productOptionViewRectangle .option label {
	background-color: #fff;
	padding: 5px 10px !important;
	min-width: 30px;
	text-align: center;
}
.productOptionViewRectangle .option.selectedValue label {
	background-color: #6a6a6a;
	color: #fff;
}
#tabcontent {
	border-radius: 0;
}
#tabcontent .photo {
	margin-right: 20px;
	float: left;
	width: 200px;
}
#tabcontent .photo img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
#tabcontent #url {
	margin-bottom: 20px;
}
ul.tabs li {
	border-radius: 0;
}
/* Product Videos */

.previewImageContainer {
	height: 30px;
	width: 50px;
}
.videoRow img {
	float: left;
	padding-right: 5px;
}
.videoRowTitle {
	font-weight: bold;
}
.videoRowDescription {
	max-height: 50px;
	overflow: hidden;
}
.VideoOverlay {
	background-image: url('../images/VideoOverlay.png');
	background-position: center center;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}
.VideoContentContainer {
	position: relative;
	margin-left: 3px;
	padding-left: 92px;
}
/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
	width: 92px;
	height: 69px;
}
.videoRowLength {
	padding-left: 4px;
}
.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
	cursor: pointer;
}
#VideoList ul {
	position: relative;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	width: 240px;
	height: 265px;
}
#VideoContainer {
	padding: 5px 0 5px 5px;
	height: 265px;
}
.VideoSingleTitle {
	font-weight: bold;
}
.VideoSingleDescription {
	margin-bottom: 20px;
}
.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
	display: none;
}
.Content #VideoSideContainer {
	display: none;
}
#VideoSideContainer ul {
	text-align: center;
}
#VideoSideContainer ul li {
	margin-bottom: 5px;
}
.VideoSideDescription {
	padding: 2px 10px;
}
.VideoImageContainer {
	position: relative;
	float: left;
}
.ToggleSearchFormLink {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.ToggleSearchFormLink a {
	color: #fff;
}
.Panel#ProductTabs {
	padding-top: 0px;
}
.AddThisButtonBox {
	float: none !important;
	margin: 20px 0 !important;
}
.PinterestButtonContainer {
	margin: 0 auto 20px;
	max-width: 200px;
}
.AddThisButtonBox {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* Trust area for product pages */
.trust-area li {
	display: inline-block;
	vertical-align: middle;
	
}
.trust-area ul {
	text-align: right;
}
.trust-area img {
  max-width: 130px;
}

/* Footer Area */
.trust-area ul li {
  display: inline-block;
  width: auto;
}
.footer .trust-area ul {
  margin: auto;
  text-align: center;
}
/* Accordion for product page
....................................................................... */

#prodAccordion .Block {
  background: none repeat scroll 0 0 white;
  border: 1px solid #d8d8d8;
  margin: 20px 0;
  padding: 10px 30px;
}
.prodAccordionContent {
	display: block;
}
.current .prodAccordionContent {
	display: block;
}
/* Footer Menu
....................................................................... */

.PageMenu {
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(22%, rgba(233,233,233,1)), color-stop(69%, rgba(248,248,248,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 50;
	border-bottom: 1px solid #e4e4e4;
}
.PageMenu li:last-child ul {
  left: -100% !important;
  position: absolute;
}
.PageMenu .borderR {
	border-right: 0;
}
.PageMenu .CategoryList {
	padding-left: 20px;
}
.PageMenu ul {
  border-bottom: medium none;
  display: table;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.PageMenu li .icon {
	display: none !important;
}
.PageMenu .back {
	float: left;
	width: 13px;
	height: 8px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	top: -5px;
	padding: 0;
	background: url(../images/nav_active.png) no-repeat center top;
}
.footer .PageMenu li ul:before {
	top: auto;
	bottom: -18px;
	border-color: #333 transparent transparent transparent;
}
.PageMenu li ul ul:before {
	content: none;
	border-color: 0 none;
}
.PageMenu li ul li, #Header .PageMenu li ul li {
  background-image: none;
  border: medium none;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: auto;
}
.PageMenu li ul li a {
  display: block !important;
  float: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 2em;
  margin: 0;
  text-align: left;
  text-transform: none;
  width: auto;
   border-bottom: 1px solid #d8d8d8;
    color: #333;
	padding: 5px 10px;
}
.PageMenu li ul li a:before {
  color: #69a118;
  content: "";
  font-family: icomoon;
  margin-right: 10px;
}
.PageMenu li ul {
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(22%, rgba(233,233,233,1)), color-stop(69%, rgba(248,248,248,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(233,233,233,1) 22%, rgba(248,248,248,1) 69%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
border:1px solid #d8d8d8;
	display: none;
	position: absolute;
	z-index: 10;
	top: 100% !important;
	width: 250px;
	left: 0;
	list-style-image: none;
}
.footer .PageMenu li ul {
	top: auto !important;
	bottom: 25px;
}
.sf-sub-indicator {
	display: none !important;
}
.PageMenu li.sfHover ul {
	display: block;
}
.PageMenu .sf-menu li {

}
.PageMenu .sf-menu li ul {
	z-index: 150 !important;
}
.PageMenu .sf-menu li ul li {
	z-index: 200 !important;
}
.Left #SideCategoryList .sf-menu ul {
	display: block !important;
	visibility: visible !important;
	position: static;
	top: 0;
}
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul, .Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
	background: none !important;
}
.PageMenu li ul li {
	list-style-image: none;
}
.PageMenu li ul ul {
	display: none;
	border-left: 1px solid #191919 !important;
	left: 249px !important;
	margin-left: 0;
	top: 0px !important;
}
.PageMenu li {
	border-left: 1px solid rgba(255, 255, 255, 0.9);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-family: robotomedium;
	margin: 0;
	font-size: 14px;
	position: relative;
}
.PageMenu li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
}
.PageMenu li a.hasSub:after {
  color: #999;
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-weight: bold;
  margin: 0 0 0 10px;
  position: relative;
}
.PageMenu li a {
	padding: 15px;
	display:block;
}
.PageMenu li:first-child {
	border-left: none;
}
.PageMenu li:last-child {
	border-right: none;
}
.PageMenu li ul li a.hasSub {
	background: url(../images/sub.png) 100% 50% no-repeat;
	padding-right: 20px;
}
.inner .Block {
	display: block;
	clear: both;
}
#HomeFeaturedProducts > h2 {
  color: #3a3a3a;
}
.FeaturedProducts, .NewProducts, .TopSellers {
	margin-bottom: 20px;
}
table.General, table.CartContent, table.CartContents {
	border-collapse: collapse;
}
table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {

}
.CartContents tfoot .SubTotal td {
	padding-bottom: 25px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.BlockContent .CartThumb img {
	max-width: 100px;
	height: auto;
}
#SharingDataWrapper {
	height: auto;
}
#SharingDataChoices {
	float: none;
}
#SharingDataChoices li {
	width: auto;
	height: auto;
}
.EstimateShippingButtons {
	text-align: right;
}
.EstimateShippingButtons input {
	margin-bottom: 20px;
}
#uniform-sel_billing_address {
	width: auto;
	margin-bottom: 10px;
}
.left-content {
	float: left;
	width: 50%;
}
.left-content .ProductList {
	margin: 0 0 10px -10px;
}
.left-content .ProductList li {
	width: 20%;
	padding: 0 0 10px 10px;
}
.left-content .ProductList .ProductImage a {
	height: 100px;
}
.left-content .ProductList .ProductDetails {
	font-size: 12px;
	margin: 0;
	padding: 10px 10px 0 0;
	word-wrap: break-word;
}
.left-content .ProductList .ProductDetails .pname {
	border: solid 0px;
	font-size: 12px;
	line-height: 17px;
}
.left-content .ProductList .ProductPriceRating {
	display: none;
}
.left-content .ProductList em.p-price {
	font-size: 12px;
	padding-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
}
#recaptcha_area {
	max-width: 100%;
	margin-right: auto;
}
.PagingList .icon {
	display: none;
}
.SortBox div.selector, .SearchSortingSelectContainer div.selector {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.SortBox div.selector span, .SearchSortingSelectContainer div.selector span {
	height: 35px;
	line-height: 35px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
ul.AccountOrdersList {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.AccountOrderStatusList li {
	position: relative;
	list-style-image: none;
}
#LayoutColumn1 .h3tt {
	display: none;
}
#LayoutColumn2 .multiStep {
	display: none;
}
.banner_category_page_top {
	position: relative;
}
.banner_category_page_top h2 {
	font-weight: normal !important;
	line-height: 1.25 !important;
	position: relative;
	clear: both;
	color: #312E29 !important;
	display: block;
	font-size: 34px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	bottom: 75px;
	left: 50px;
	position: absolute;
}
.CartContents tfoot .gtotal.SubTotal td {
	font-size: 17px;
	text-transform: uppercase;
}
.HowToPay, .NotifyMessage {
	margin: 0 0 15px 0;
	background: none repeat scroll 0 0 #fff;
	padding: 20px;
	border-radius: 0;
}
.HowToPay p {
	margin: 0;
	padding: 0;
}
.OrderItem1 .selector, .OrderItem2 .selector {
	width: 75px;
}
.BlockContent img {
	
	height: auto;
}
/* recapcha */

.recaptchatable .recaptcha_image_cell center {
	height: auto !important;
}
.recaptchatable .recaptcha_image_cell center img {
	height: auto !important;
	max-width: 238px !important;
}
.recaptchatable #recaptcha_response_field {
	width: 220px !important;
}
.recaptchatable #recaptcha_image {
	height: auto !important;
	width: auto !important;
}
.recaptchatable .recaptcha_image_cell {
	width: 240px !important;
}
.recaptchatable #recaptcha_response_field {
	width: 220px !important;
}
#recaptcha_reload_btn {
	display: block;
	background: url(../images/recapRefresh.png) 0 0 no-repeat !important;
}
#recaptcha_reload_btn img {
	visibility: hidden;
}
#recaptcha_switch_audio_btn {
	display: block;
	background: url(../images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
	visibility: hidden;
}
#recaptcha_whatsthis_btn {
	display: block;
	background: url(../images/recapHelp.png) 0 0 no-repeat !important;
}
#recaptcha_whatsthis_btn img {
	visibility: hidden;
	isibility: hidden;
}
.zoomWindow {
	left: 0 !important;
	top: -1px !important;
}
.zoomWrapper {
	position: relative;
	z-index: 110;
}
#PageMenu {
	position: relative;
	z-index: 10;
}
/* fancybox */

#fancy_bg {
	display: none !important;
}
div#fancy_outer {
	position: fixed !important;
	/* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
	top: 20px !important;
	bottom: 20px !important;
	left: 0 !important;
	right: 0 !important;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 auto !important;
	max-width: 920px !important;
	width: 95% !important;
	padding: 0 !important;
	z-index: 110 !important;
}
#fancy_close {
	background: url("../images/icon-close.png") no-repeat scroll 0 0 transparent !important;
	height: 20px !important;
	top: 10px !important;
	right: 10px !important;
	text-indent: 999px;
	width: 20px !important;
}
.PageMenu h3 {
	display: none !important;
}
div#fancy_overlay, #ModalOverlay {
	background: #000 !important;
	opacity: 0.7 !important;
	z-index: 100 !important;
}
#ModalContentContainer {
	box-shadow: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: #fff;
}
#ModalContent, .ModalContent {
	padding: 20px !important;
	border: none!important;
	font-size: inherit;
}
#ModalContent:after, .ModalContent:after {
	content: "";
	display: table;
	clear: both;
}
#ModalButtonRow, .ModalButtonRow {
	background: none !important;
	border: none !important;
	padding: 15px !important;
	height: auto !important;
}
#ModalContainer .modalClose {
	top: 10px !important;
	right: 11px !important;
	padding-right: 0 !important;
}
.ModalButtonRow input {
	font-weight: normal !important;
}
.Textbox.Field200.FormField {

}
.ExpressCheckoutContent dt, .ExpressCheckoutContent dt, dt {
	float: left;
	width: 49%;
}
.ExpressCheckoutContent dd, .ExpressCheckoutContent dd, dd {

}
#CheckoutGuestForm dd {
	float: none;
	padding: 0;
}
.Content .Button, .form .Button {
	display: inline-block;
}
.QuickSearch tbody tr {
	display: block;
	padding: 10px;
}
.QuickSearch tbody tr td {
	border: none;
	vertical-align: text-top;
}
.QuickSearch tbody tr.QuickSearchResult:hover {
	background-color: #ededed;
}
.QuickSearchResult .QuickSearchResultImage {
	width: 70px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
/* inner */
.TitleHeading {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px;
  padding: 10px 0;
  position:relative
}
.TitleHeading:before, #ProductDetails h1:before {
  background: none repeat scroll 0 0 #69a118;
  bottom: 0;
  content: "";
  height: 5px;
  left: 1%;
  position: absolute;
  width: 25%;
}
.inner #CategoryPagingTop, .inner #CategoryPagingBottom {
	float: left;
	width: auto;
	clear: none;
}
.PagingList {
	float: left;
}
.CategoryPagination .PagingList .ActivePage {
	font-weight: 600;
}
.CategoryPagination .PagingList li {
	padding: 0 5px;
}
.CategoryPagination .PagingList a {
	color: #b4b4b4;
}
.CategoryPagination .PagingList a:hover {
	color: #312E29;
}
.inner #CategoryHeading {
	float: none;
	width: auto;
	clear: none;
}
.SortBox, .SearchSorting {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.SortBox label, .SearchSorting label {
	float: left;
	font-size: 12px;
	padding: 10px 10px 0 0;
}
.SortBox div.selector, .SearchSorting div.selector {
	float: right;
	line-height: 35px;
	min-height: 35px !important;
	padding: 0;
	font-size: 12px;
}
div.selector select {
	font-size: 12px;
}
#uniform-revrating {
	width: 200px !important;
}
.SortBox div.selector span, .SearchSorting div.selector span {
	background: #ffffff;
	margin-right: 23px;
	line-height: 35px;
	height: 35px;
	padding-right: 10px;
}
.FormContainer .box {
	border: 1px solid #ccc;
	border-radius: 3px;
	clear: both;
	display: block;
	float: left;
	margin: 10px 0;
	padding: 20px;
}
#ProductReviews .btn {
	margin-bottom: 20px;
}
#ProductReviews p.Submit {
	margin-bottom: 0;
}
#message_content {
	height: 240px;
}
.UtilityLinks {
	float: left;
	width: 100%;
	clear: both;
	margin: 20px 0 5px 0;
}
ul.ShippingAddressList h4 {
	display: block;
	clear: both;
	padding-bottom: 8px;
}
table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
	padding: 20px 10px;
}
table tbody tr td, table.General tbody tr td, table, table.General, table.CartContents {
	margin: 20px 0;
}
/* Checkout */
.AccountLogin {

}
.AccountLogin p, .AccountLogin a {

}
.AccountLogin .Textbox {
	display: block;
	margin: 3px 0 10px;
	min-width: 65%;
	padding: 10px;
	width: auto;
}
a.ChangeLink {
	top: 12px;
	right: 10px;
}
.ExpressCheckoutContent {
	padding: 0 0 20px 20px;
}
.ExpressCheckoutContent>.CreateAccount, .ExpressCheckoutContent>.AccountLogin {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
#CreateAccountForm dd, #CreateAccountForm dt {
	float: left;
	margin: 0.2% 1%;
	width: 48%;
}
#CheckoutStepConfirmation .SubTotal td strong, #CheckoutStepConfirmation .SubTotal td em {
	display: block;
	padding-top: 0;
}
#CheckoutStepConfirmation .SubTotal .Block {
	margin-bottom: 0;
}
#CheckoutStepConfirmation .SubTotal.st td {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.AccountMessageList li {
	padding: 0 0 20px 0;
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList .by {
	position: relative;
	display: block;
	padding: 0 0 0 25px;
}
.AccountMessageList .by img {
	position: absolute;
	left: 0;
	top: 2px;
}
.AccountMessageList blockquote {
	margin-left: 0;
	padding-top: 5px;
}
.AccountOrderStatusList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.Meta {
	font-size: 12px;
}
.OrderItemList {
	margin: 10px 60px;
}
.AccountOrderStatusList li, .AccountOrdersList li {
	position: relative;
}
.li-list {
	padding: 20px 0;
	border-bottom: 1px solid #d6d6d6;
}
.AccountOrderStatusList .box1 {
	padding: 0 10px 0 20px;
}
.btns {
	position: absolute;
	right: 0;
	top: 10px;
	float: left;
	z-index: 2;
	color: #5e5c5c;
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
}
.btns form {
	display: inline;
	float: right;
}
.btns span.FloatRight {
	padding: 0 5px;
}
.btns .btn-clear {
	float: left;
	clear: none;
}
.bg-gray {
	float: left;
	padding: 20px;
	width: 90%;
	background: #ededed;
	display: block;
	margin-bottom: 20px;
}
.ShippingMethodList table {
	clear: both;
	padding-top: 20px;
	width: 100%;
}
.ShippingMethodList table td {
	padding: 15px 10px 10px 10px!important;
}
/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector, .DetailRow.qty .selector {
	width: 75px !important;
}
.CartItemQuantity div.selector span, .DetailRow.qty .selector span {
	margin: 0px 0 0 0;
	line-height: 20px;
	height: 20px;
}
.CartRemoveLink {
  border: 1px solid #d8d8d8;
  color: #666;
  float: right;
  font-family: icomoon;
  font-size: 13px;
  margin-top: 2px;
  padding: 5px;
  text-align: center;
}
.SubTotal td {
	padding: 20px 0 0 0;
}
.ProceedToCheckout, .KeepShopping {
	text-align: right;
}
.ProceedToCheckout .PayPalExpressCheckout p {
	margin-bottom: 20px;
}
.ProceedToCheckout .FloatRight, .ProceedToCheckout .FloatLeft {
	float: none !important;
}
.ProceedToCheckout.btm {
	padding: 0 20px 30px 20px;
}
.ProceedToCheckout.btm .CheckoutButton {
	padding-bottom: 20px;
}
.boxin {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #6a6a6a;
}
.boxin .mtop {
	margin-top: 20px;
}
.GiftCertificateThemeList {
	line-height: 28px !important;
}
.GiftCertificateThemeList label {
	float: left;
	clear: both;
}
#ProductDetails .ProductTinyImageList ul li {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  display: inline-block;
  list-style-image: none;
  margin: 0 3px;
  padding: 0;
}
#ProductDetails .ProductTinyImageList ul li a {
	display: block;
	padding: 0 !important;
	text-align: center;
}
.TinyOuterDiv {
	border: 0 none !important;
	display: inline-table !important;
	width: 100% !important;
}
#ProductDetails .ProductTinyImageList {
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
.ImageCarouselBox {
	display: block;
	padding: 10px 0 !important;
	position: relative;
	top: -3px;
	margin: 0px !important;
}
#ProductDetails .ImageCarouselBox {
	margin: 10px auto 0;
}
#ProductDetails .ImageCarouselBox br {
	display: none; /* TODO once the JS that inserts the BR is removed, remove this style */
}
.productOptionPickListSwatch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
	/* Vertically center the control arrow icons */
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	width: 20px;
}
#ProductDetails #ImageScrollPrev {
	left: 0;
}
#ProductDetails #ImageScrollNext {
	right: 0;
}
.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
	margin-bottom: 5px;
	font-size: 90%;
}
.ProductDetailsGrid .DetailRow .BrandName {
	padding: 0;
}
.ProductDetailsGrid .DetailRow.nop {
	padding: 0;
}
.ProductDetailsGrid .Label {
	color: #212121;
}
.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  position: relative;
  text-align: left !important;
}
.ProductDetailsGrid .s-price .YouSave {
	font-weight: 300;
	margin: 0 0 10px 0;
}
.ProductDetailsGrid .DetailRow.RetailPrice {
	width: auto;
	overflow: hidden;
}
.DetailRow.RetailPrice .Label {
	margin: 0 10px 0 0;
}
.sharethis {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
#prodAccordion {
	padding-bottom: 30px;
	border-top: 1px solid #d6d6d6;
}
#prodAccordion .current .subtitle:after {
	  content: "";
  font-family: icomoon;
  position: absolute;

}
#prodAccordion .subtitle:after {
  content: "";
  font-family: icomoon;
  position: absolute;
  right: 15px;
  background: none repeat scroll 0 0 #eaeceb;
  border: 1px solid #d8d8d8;
  padding: 5px;
}
#prodAccordion .subtitle {
	margin: 15px 0 !important;
	border: solid 0px !important;
	font-size: 180%;
	padding: 0 30px 0 0 !important;
	float: none;
	
	cursor: pointer;
}
.prodAccordionContent {
	border-top: 0px solid #EAEAEA;
}
#SimilarProductsByCustomerViews .btn {
	display: none;
}
#fastCartContainer .ProductList {
	margin: 0 10px 0 -20px;
}
#fastCartContainer .ProductList li, #home #fastCartContainer .ProductList li {
	height: auto !important;
	margin: 0;
	padding: 0 0 0 20px;
	width: 25%;
}
#fastCartContainer .ProductList li .ProductPriceRating {
	margin-top: 0;
}
.fastCartThumb, .fastCartItemBox, .fastCartSummaryBox {
	width: 33.333333%;
	max-width: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fastCartThumb {
	text-align: center;
}
.fastCartItemBox {
	margin-left: 0;
	padding: 0 20px;
}
.fastCartSummaryBox {
	padding: 20px;
	text-align: center;
}
.fastCartSummaryBox .ProceedToCheckout {
	margin: 0 0 20px 0;
}
.fastCartSummaryBox .ProceedToCheckout a {
	display: block;
}
.fastCartSummaryBox .subtotal {
	/* These are overrides for __Master */
	clear: none;
	font-size: inherit;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.fastCartSummaryBox .subtotal .ProductPrice {
	font-size: 40px;
	word-wrap: break-word;
}
.fastCartSummaryBox .actionLink {
	margin: 0 0 20px 0;
}
.fastCartSummaryBox .actionLink {
	line-height: 1.5em;
}
.fastCartSummaryBox .actionLink .btn {
	display: block;
}
.fastCartSummaryBox .PayPalExpressCheckout {
	width: 100%;
}
.modalClose {
	float: left;
	width: 20px !important;
	height: 20px !important;
	text-indent: 999px;
	overflow: hidden;
	right: -10px !important;
	background: url(../images/icon-close.png) no-repeat 0 0 !important;
}
#ModalTitle, .ModalTitle {
	display: none!important;
}
#ModalContainer {
	position: fixed !important;
	/* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
	height: auto !important;
	left: 0 !important;
	margin: 0 auto !important;
	max-height: 95% !important;
	max-width: 920px !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 !important;
	right: 0 !important;
	top: 20px !important;
	width: 100% !important;
	z-index: 110 !important;
}
/* Footer */
.footer-main {
  background: none repeat scroll 0 0 #373737;
  border-top: 7px solid #69a118;
  color: #fff;
  position: relative;
}
.footer {
	text-align: left;
	overflow: hidden;
}
.footer .title {
	font-size: 170%;
	margin-bottom: 10px;
}
.footer-links a {
	color: #e7e7e7;
}
.footer-links p {
	margin: 0;
}
.footer-links {
  background: none repeat scroll 0 0 #323232;
  color: #e7e7e7;
  font-size: 75%;
  padding: 15px 0;
  text-align: left;
}
.footer-main li {
	float: left;
	font-size: 13px;
	width: 100%;
}
.footer-main .inner {
	padding: 40px 0;
}
.subscribe_form ul {
	text-align: right;
}
.subscribe_form li {
	display: inline-block;
	vertical-align: top;
}
.footer #SideCategoryList li ul, .footer #SideCategoryList .sf-menu li ul {
	display: none!important;
}
.footer .subtitle {
	display: none;
}
.footer ul, .footer-links ul, .footer #SideCategoryList ul {
}
.footer .footer-columns li {
	padding: 5px 0;
}
.google-area {
	text-align: center;
}
.FacebookMid {

}
.community .title {

  box-sizing: border-box;
  color: #fff;
  padding: 10px;
}
.community > .thirtythree .block {
  min-height: 430px;
  margin-bottom: 1em;
}
.community .block {
  background: none repeat scroll 0 0 white;
  border: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
}
/*.footer #SideCategoryList li a,
.footer #SideCategoryList .sf-menu li a,
.footer .CategoryList .sf-menu li a {
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    text-align: left;
    padding: 0 !important;
}*/

#VideoContainer {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	border: solid red 0px;
	height: auto;
}
#VideoSideContainer {
	display: none;
}
#FeaturedVideo {
	float: none;
	clear: both;
	border: solid red 0px;
	padding-bottom: 15px;
}
#VideoList {
	float: none;
	clear: both;
	padding: 0;
}
#VideoList ul {
	height: auto;
	width: auto;
}
#VideoList li {
	padding: 10px;
	height: 69px;
	margin: 0;
	border: solid #fff 0px;
}
.currentVideo {
	background-color: #fff;
	border: 0px;
}
.fullwidth {
	padding: 0 !important;
}
#ProductBreadcrumb ul.last {
	display: block;
}
.Message {
	padding: 20px;
}
.ccode label {
	float: left;
	width: 200px;
	padding: 0 20px;
	text-align: center;
}
/* zoom overrides */
.ProductThumbImage .zoomWindow {
	margin-left: -1px;
}
#provider_list {
	line-height: 200%;
}
#ChooseShippingAddress, #ChooseBillingAddress {
	position: relative;
}
#ChooseBillingAddress label, #ChooseShippingAddress label {
	display: block;
}
.SelectBillingAddress, .SelectShippingAddress {
	margin-bottom: 20px;
}
#multiAddressForm div.selector {
	width: 450px;
}
.CartItemIndividualPrice {
	text-align: right;
}
#cookieNotification button {
	margin-top: 17px;
}
#cookieNotification .icon-info {
	background: url("../images/cookie-sprite.png") no-repeat scroll 0 2px transparent !important;
	float: left;
	height: 40px;
	margin-right: 5px !important;
	margin-top: 15px !important;
	width: 40px;
}
.productAttributes {
	margin: 15px 0;
	font-size: 11px;
}
.productAttributes label, .productAttributes span {
	white-space: nowrap;
}
select.JSHidden {
	opacity: 0 !important;
 filter: ~"alpha(opacity = 0) !important";
}
#fastCartContainer {
	margin: 20px auto 0 auto;
}
.zoomWindow {
	width: 100%;
}
#uniform-eway_ccexpm, #uniform-eway_ccexpy {
	width: 75px !important;
}
.CartCode {
	margin-bottom: 20px;
}
.CartCode .Textbox {
	margin: 0 1% 0 0;
	padding: 15px;
	width: 50%;
}
.CheckoutButton .btn {
  background: none repeat scroll 0 0 #425f96;
  border-bottom: 3px solid #223456;
  font-size: 165%;
}
.CheckoutButton .btn:hover {
	background: #4571C1;
}
.CheckoutButton .btn:after {
  content: "";
  font-family: icomoon;
  margin-left: 12px;
}
.blockquote {
	margin: 0;
}
#uniform-EventDateMonth, #uniform-EventDateDay, #uniform-EventDateYear {
	width: auto !important;
}
/* Over writes of defaults */

.sf-menu a.sf-with-ul {
  padding-right: 10px !important;
}
.product-nav {
	margin-bottom: 20px;
}
.product-nav #CategoryPagingTop, .product-nav #CategoryPagingBottom, .product-nav .CategoryPagination {
	margin: 0;
	line-height: 35px;
}
.fastCartTop {
	padding: 0 10px 0 0;
}
.fastCartBottom {
	padding: 0;
}
.FormFieldLabel {
	margin-right: 5px;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
	margin: 0 5px 0 0;
	padding: 0;
}
#ModalContent .btn, .ModalContent .btn, #ModalContent .btn:hover, .ModalContent .btn:hover {
	color: #fff !important;
}
/*.CategoryContent {
    padding: 0 0 0 20px;
}*/

.SubBrandListGrid ul {
	padding: 0;
	margin: 0;
}
.SubBrandListGrid ul li {
	padding: 0;
}
#fastCartWrapper {
	padding: 0;
}
html.javascript .productOptionViewRectangle input, html.javascript .productOptionPickListSwatch input {
	left: -10000px !important;
	opacity: 0 !important;
}
#WishLists {
	position: relative;
}
#sel_billing_address {
	margin-bottom: 20px;
}
/* Utilities
-------------------------------------------------------------- */

/* Spacing */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/

.ptn, .pvn, .pan {
	padding-top: 0px !important
}
.pts, .pvs, .pas {
	padding-top: 10px !important
}
.ptm, .pvm, .pam {
	padding-top: 20px !important
}
.ptl, .pvl, .pal {
	padding-top: 40px !important
}
.prn, .phn, .pan {
	padding-right: 0px !important
}
.prs, .phs, .pas {
	padding-right: 10px !important
}
.prm, .phm, .pam {
	padding-right: 20px !important
}
.prl, .phl, .pal {
	padding-right: 40px !important
}
.pbn, .pvn, .pan {
	padding-bottom: 0px !important
}
.pbs, .pvs, .pas {
	padding-bottom: 10px !important
}
.pbm, .pvm, .pam {
	padding-bottom: 20px !important
}
.pbl, .pvl, .pal {
	padding-bottom: 40px !important
}
.pln, .phn, .pan {
	padding-left: 0px !important
}
.pls, .phs, .pas {
	padding-left: 10px !important
}
.plm, .phm, .pam {
	padding-left: 20px !important
}
.pll, .phl, .pal {
	padding-left: 40px !important
}
.mtn, .mvn, .man {
	margin-top: 0px !important
}
.mts, .mvs, .mas {
	margin-top: 10px !important
}
.mtm, .mvm, .mam {
	margin-top: 20px !important
}
.mtl, .mvl, .mal {
	margin-top: 40px !important
}
.mrn, .mhn, .man {
	margin-right: 0px !important
}
.mrs, .mhs, .mas {
	margin-right: 10px !important
}
.mrm, .mhm, .mam {
	margin-right: 20px !important
}
.mrl, .mhl, .mal {
	margin-right: 40px !important
}
.mbn, .mvn, .man {
	margin-bottom: 0px !important
}
.mbs, .mvs, .mas {
	margin-bottom: 10px !important
}
.mbm, .mvm, .mam {
	margin-bottom: 20px !important
}
.mbl, .mvl, .mal {
	margin-bottom: 40px !important
}
.mln, .mhn, .man {
	margin-left: 0px !important
}
.mls, .mhs, .mas {
	margin-left: 10px !important
}
.mlm, .mhm, .mam {
	margin-left: 20px !important
}
.mll, .mhl, .mal {
	margin-left: 40px !important
}
.mra, .mha {
	margin-right: auto !important
}
.mla, .mha {
	margin-left: auto !important
}
/* Original helpers */

.MB10 {
	margin-bottom: 10px;
}
.MT0 {
	margin-top: 0px;
}
.LH140 {
	line-height: 140%;
}
.PLRB5 {
	padding: 0px 5px 5px 5px;
}
.PLR10 {
	padding: 0px 10px 0px 10px;
}
.PL20 {
	padding: 0px 0px 0px 20px;
}
.PL40 {
	padding: 0px 0px 0px 40px;
}
.ML20 {
	margin: 0px 0px 0px 20px;
}
.MT10 {
	margin-top: 10px;
}
.PL10 {
	padding-left: 10px;
}
.PB2 {
	padding-bottom: 2px;
}
.PTB20 {
	padding: 20px 0;
}
.NoMarginBottom {
	margin-bottom: 0;
}
.HideElement {
	display: none;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	clear: both;
	overflow: hidden;
}
.txtC {
	text-align: center;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =Plugins
-------------------------------------------------------------- */

/* ----- UniForm ----- */

div.selector, div.selector span, div.checker span, div.radio span, div.button, div.button span {
	background-image: url(../images/icon_sprite.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
	margin: 0;
	padding: 0;
}
option {
  color: #666;
  font-size: 15px;
  line-height: 1.3;
  padding: 3px 9px !important;
}
/* INPUT &amp; TEXTAREA */
input.text, input.email, input.password, textarea.uniform {
	color: #444440;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 3px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	border-color: #999;
}
/* SPRITES */
/* Select */

div.selector, div.selector span {
}
div.selector select {
	/* change these to adjust positioning of select element */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* Checkbox */
div.checker {
	height: 15px;
	width: 15px;
}
div.checker input {
	height: 15px;
	width: 15px;
}
div.checker span {
	background-position: 0px -55px;
	height: 15px;
	width: 15px;
}
div.checker span.checked, div.checker:active span.checked, div.checker.active span.checked, div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -22px -55px;
}
/* Radio */
div.radio {
	width: 18px;
	height: 18px;
	background: none;
}
div.radio input {
	width: 18px;
	height: 18px;
}
div.radio span {
	height: 16px;
	width: 16px;
	background-position: 0px -82px;
}
div.radio span.checked, div.radio:active span.checked, div.radio.active span.checked, div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -22px -82px;
}
/* Uploader */
div.uploader {
	background-color: #fff;
	height: 35px;
	position: relative;
	overflow: hidden;
	width: 300px;
}
div.uploader span.action {
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	float: right;
	padding: 0 10px;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
div.uploader span.filename {
	height: 37px;
	line-height: 37px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
	padding-left: 10px;
}
div.uploader input {
	opacity: 0;
 filter: ~"alpha(opacity=0)";
	-moz-opacity: 0;
	position: absolute;
	font-size: 100px;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 100px;
	border: none;
	cursor: default;
}
/* Uploader */

div.uploader span.filename {
	color: #777;
	font-size: 11px;
}
div.uploader.disabled span.action {
	color: #aaa;
}
div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
	background-position: 0px -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
	background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
	background-position: right -465px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
	background-position: right -493px;
}
div.uploader.disabled {
	background-position: 0px -325px;
}
div.uploader.disabled span.action {
	background-position: right -381px;
}
div.button {
	background-position: 0px -523px;
}
div.button span {
	background-position: right -643px;
}
div.button.focus, div.button:focus, div.button:hover, div.button.hover {
	background-position: 0px -553px;
}
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
	background-position: right -673px;
}
div.button.active, div.button:active {
	background-position: 0px -583px;
}
div.button.active span, div.button:active span {
	background-position: right -703px;
	color: #555;
}
div.button.disabled, div.button:disabled {
	background-position: 0px -613px;
}
div.button.disabled span, div.button:disabled span {
	background-position: right -733px;
	color: #bbb;
	cursor: default;
}
/* PRESENTATION */
/* Button */

div.button {
	height: 30px;
}
div.button span {
	margin-left: 13px;
	height: 22px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 15px;
}
/* Select */
div.selector:hover {
	background: url("../images/icon_arrow_down.png") no-repeat scroll right center #F7F7F7 !important;
}
div.selector {
	background: url("../images/icon_arrow_down.png") no-repeat scroll right center #efefef !important;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	box-shadow: 0 -12px 9px rgba(0, 0, 0, 0.05) inset;
	color: #666;
	font-size: 14px;
	line-height: 1;
	max-width: 100%;
	padding: 2px 0 !important;
	text-shadow: 0 1px 1px white;
	min-width: 70px;
}
div.selector select {
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #fff;
	width: 100%;
}
div.selector span {
	padding: 5px 25px 5px 10px !important;
	cursor: pointer;
	background: none;
	line-height: 20px;
}
div.selector.disabled span {
	color: #bbb;
}
/* Checker */
div.checker {
	margin-right: 5px;
}
/* Radio */
div.radio {
	margin-right: 3px;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector, .checker, .button, .radio, .uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
	outline: 0;
}
/* Button */
div.button a, div.button button, div.button input {
	position: absolute;
}
div.button {
	cursor: pointer;
	position: relative;
}
div.button span {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
/* Select */
div.selector {
	float: none;
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}
div.selector select {
	position: absolute;
	opacity: 0;
 filter: ~"alpha(opacity=0)";
	/* use '=' here, not ':' */
	-moz-opacity: 0;
	border: none;
	background: none;
	cursor: pointer;
	height: 100%;
}
/* Checker */
div.checker {
	position: relative;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.checker input {
	opacity: 0;
 filter: ~"alpha(opacity=0)";
	-moz-opacity: 0;
	display: inline-block;
	background: none;
}
/* Radio */

div.radio {
	position: relative;
}
div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.radio input {
	opacity: 0;
 filter: ~"alpha(opacity=0)";
	-moz-opacity: 0;
	text-align: center;
	display: inline-block;
	background: none;
}
/* Custom.css
-------------------------------------------------------------- */
.SuccessMessage, .InfoMessage, .ErrorMessage {
  background: none repeat scroll 0 0 #69a118;
  color: #fff;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.SuccessMessage:before, .InfoMessage:before {
  content: "";
  font-family: icomoon;
    margin: 0 0 0 -40px;
    padding: 0 20px 0 0;
}

.ErrorMessage:before {
  content: "";
  font-family: icomoon;
   margin: 0 0 0 -40px;
    padding: 0 20px 0 0;
}
fieldset {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}
.brand-name {
	padding: 5px 0 5px 4%;
	text-align: left;
	min-height: 30px;
}
#CheckoutStepPaymentDetails input[type=submit] {
	margin: 0 20px;
}
.right {
	float: right;
}
.txt24 {
	font-weight: bold;
	margin: 0 0 20px 0;
}
.txt24 em {
	font-style: normal !important;
}
.p-relative {
	position: relative;
}
.p-absolute {
	position: absolute;
	left: 50px;
	bottom: 33%;
}
.c-wrap {
	width: 980px;
	margin: 0 auto;
	display: block;
	clear: both;
}
.txt-center {
	text-align: center!important;
}
.txt-left {
	text-align: left!important;
}
.txt-right {
	text-align: right!important;
}
small {
	font-size: 12px!important;
}
.multiStep, .multiStep li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.multiStep {
	text-align: center;
	position: relative;
	min-height: 1px;
	zoom: 1;
}
.multiStep li {
	margin: 0 20px;
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.multiStep li.ActivePage h4 {
	padding-bottom: 0;
	margin-bottom: 1em;
}
.multiStep li .icon {
	background: url("../images/nav_active.png") no-repeat;
	display: block;
	float: left;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	bottom: -5px;
	width: 13px;
}
.li-list {
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0;
}
.li-list h4 {
	position: relative;
	z-index: 1;
}
.li-list form {
	position: relative;
	z-index: 10;
}
/* icons */

.icon {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("../images/icon_sprite.png") no-repeat 0 -27px;
	vertical-align: middle;
}
.icon-add {
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 36px;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	transition: background-color 150ms ease 0s;
	-moz-transition: background-color 150ms ease;
	-webkit-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}
.icon-add:hover {
	-moz-transition: background-color 150ms ease;
	-webkit-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}
.icon-delete, .icon-edit, .icon-share, #WishLists .txt-hide a {
	float: left;
	width: 18px;
	height: 21px;
	margin-right: 10px;
	background: url(../images/icons_off.png) no-repeat -170px -152px;
}
.icon-delete:hover, .icon-edit:hover, .icon-share:hover, #WishLists .txt-hide a:hover, #WishLists .txt-hide .icon-delete:hover, #WishLists .txt-hide .icon-edit:hover {
	background: url(../images/icons_on.png) no-repeat -170px -152px;
	background-color: transparent !important;
}
.icon-edit, .icon-edit:hover, #WishLists .txt-hide .icon-edit, #WishLists .txt-hide .icon-edit:hover {
	background-position: -140px -152px;
}
.icon-delete, .icon-delete:hover, #WishLists .txt-hide .icon-delete, #WishLists .txt-hide .icon-delete:hover {
	background-position: -108px -152px;
}
/* btn styles */

.Button a {
	color: #ffffff!important;
}
.full-width {
	display: block;
	clear: both;
	padding: 0;
}
.full-width .zeroLeft {
	padding-left: 0 !important
}
.cpage .Content.Wide {
	padding: 30px 0 0 45px;
	border-left: 1px solid #e8e8e8;
}
.productlist-page.Content {
	padding: 0;
}
.productlist-page.Content .product-nav {
	border: none;
}
.nav-prev, .nav-next {
	float: left;
	color: #999;
}
.nav-prev {
	margin-right: 5px;
}
.nav-next {
	margin-left: 5px;
}
a.nav-next:hover, a.nav-prev:hover {
	color: #333;
}
.mtop {
	margin-top: 27px;
}
.pbtm {
	padding-bottom: 30px;
}
.no-ptop {
	padding-top: 0!important;
}
.list {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}
.list-icon, .list-news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-icon li {
	line-height: 23px;
	padding: 0 0 10px 0;
}
.list-icon .icon {
	width: 23px;
	height: 23px;
	margin: 0 15px 0 0;
	background-position: -41px 0;
}
.list-news li p {
	margin-bottom: 10px;
}
.btn.add-to-cart.AddCartButton {
	display: block;
	font-size: 170%;
	width: 100%;
}
.addto .BulkDiscount {
}
.addto #SideProductAddToWishList {
}
.txt-hide {
	text-indent: -999px;
	overflow: hidden;
	color: #ffffff;
}
.left-content .ProductList .p-name {
	float: left;
	font-size: 12px;
	margin: 5px 0 25px 0;
	padding: 5px 0 3px 5%;
	border-left: 2px solid #d6d6d6;
}
a.CustomizeItemLink {
	font-size: 11px;
}
#CartHeader {
	position: relative;
}
#CartHeader .btn {
	top: 50%;
	right: 0;
	margin-top: -20px !important;
	position: absolute;
}
.recaptcha_widget_div {
	margin-bottom: 20px;
}
.recaptchatable {
	background-color: #fff;
}
.productAttributeConfigurablePickListSet ul {
	margin: 0;
}
html.javascript .productOptionViewRectangle label {
	margin: 0 !important;
}
.fileInput {
	margin-bottom: 10px;
}
#TabContentAddressMultiple {
	padding-top: 20px;
}
/* Out of stock styling */

/* Out of Stock styling */

/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
	text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
	text-decoration: none;
}
/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name, .productOptionViewProductPickList .outStock span.name, .productOptionViewProductPickListWithImage .outStock span.name, .productOptionViewRectangle .option label.outStock {
	opacity: 0.5;
 -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 *zoom: 1;
}
/* Made the container of the strike through image relative */
.productOptionPickListSwatch .outStock .swatchColour, .productOptionPickListSwatch .outStock .thumbnail, .productOptionViewRectangle .outStock name {
	position: relative;
}
/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after, .productOptionPickListSwatch .outStock .thumbnail:after, .productOptionViewRectangle .outStock .name:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/out-of-stock-bg.png") center no-repeat;
	z-index: 90;
	content: "";
}
/*.productOptionViewRectangle .outStock span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/out-of-stock-bg.png") center no-repeat;
}*/

#ToggleMenu, #DrawerMenu, #cart-amount {
	display: none;
}
/* Toggle menu
-------------------------------------------------------------- */

#ToggleMenu {
	/*temp styles*/
	cursor: pointer;
	font-size: 15px;
	height: 60px;
	position: absolute;
	text-indent: -9999px;
	vertical-align: middle;
	width: 60px;
	top: 0px;
}
#ToggleMenu:after {
	-ms-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
	-moz-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
	-webkit-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
	box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
	content: ' ';
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 25%;
	width: 38%;
}
#Header, .page {
	-webkit-transition: -webkit-transform 100ms ease-out;
	-ms-transition: -ms-transform 100ms ease-out;
	transition: transform 100ms ease-out;
}
.page.off-screen {
  left: 80%;
  overflow-y: hidden;
  position: absolute;
}
#Header.off-screen {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
/*----------------------------------------------------------------------------------------------------------
#############################################  DRAWER MENU
----------------------------------------------------------------------------------------------------------*/
#DrawerMenu {
	position: absolute;
	bottom: 0;
	top: 0;
	z-index: 0;
	width: 80%;
	background-color: #333;
	color: #fff;
}
#DrawerMenu.on-screen {
  display: inline-block;
  overflow-y: auto;
  position: relative;
}
#DrawerMenu div {
	margin : 0;
}
#DrawerMenu h3 {
	background: #666;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
}
#DrawerMenu ul {
	list-style: none;
	margin: 0;
}
#DrawerMenu li {
	float: none;
	border-bottom: 1px solid #555;
	list-style: none outside none;
}
#DrawerMenu a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 15px;
}
#DrawerMenu li > ul a {
	padding: 15px 15px 15px 1.6em;
}
/*# Drawermenu "sign in" options have fixed html, so to align
    the "or" text, do these terrible things. #*/
#DrawerMenu li > div {
	padding: 0 15px;
}
#DrawerMenu li > div > a {
	margin: 0 -15px;
}
/*# DRAWERMENU EXPANDER #*/
#DrawerMenu .subcat-expand {
	border-left: 1px solid #555;
	position: absolute;
	right: 0;
	top: 0;
	height: 57px;
	width: 55px;
}
#DrawerMenu .subcat-expand:after {
	color: #fff;
	content: '+';
	display: block;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#DrawerMenu .subcat-expand.subcat-expanded:after {
	content: '-'
}
/*# DRAWERMENU SUB MENUS #*/
#DrawerMenu .drawer-subcat {
	background: #444;
	display: block !important;
	max-height: 0;
	overflow: hidden;
	left: auto;
	top: auto;
	position: relative;
	visibility: visible !important;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 100%;
}
#DrawerMenu .drawer-subcat.expanded {
	border-top: 1px solid #555;
	max-height: 1000px;
}
/*# DRAWER MENU CURRENCY SELECTOR #*/

.js-drawermenu-currency-converter {
	color: #ccc;
	font-size: 12px;
	padding: 15px 0;
}
.js-drawermenu-currency-converter span {
	color: #ccc !important;
}
#SideAccountNavigation .CurrencyChooser {
	background: none;
	border: none;
	display: block;
	float: none;
	left: auto;
	margin-top: 15px !important;
	padding: 0;
	position: relative;
	padding-bottom: 30px;
	right: auto;
	top: auto;
}
#SideAccountNavigation #change-currency,  #SideAccountNavigation h2 {
	display: none
}
#SideAccountNavigation .selected-currency {
	background-color: #474747;
	border: 1px solid #5c5c5c;
}
#SideAccountNavigation .selected-currency .Text {
	padding: 0 0 0 5px;
}
#SideAccountNavigation .CurrencyList {
	display: none;
}
#SideAccountNavigation .CurrencyList.open {
	display: block;
}
#SideAccountNavigation .CurrencyList dd {
	border: none;
}
#SideAccountNavigation .CurrencyList a {
	background: #474747;
	border-bottom: 1px solid #383838;
	display: block;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-transition: all 60ms ease;
	-webkit-transition: all 60ms ease;
	-o-transition: all 60ms ease;
	transition: all 60ms ease;
}
#SideAccountNavigation .CurrencyList a:hover {
	background-color: none
}
#SideAccountNavigation .CurrencyList .Flag {
	display: inline-block;
	float: none;
	margin-top: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	zoom: 1;
}
#SideAccountNavigation .CurrencyList .Text {
	color: #ccc !important;
	display: inline-block;
	overflow: hidden;
	padding: 0 0 0 5px !important;
	vertical-align: middle;
	white-space: nowrap;
}
.productPage div#fancy_outer {
	height: auto!important;
}
#FormField_13 {
  width: 100px !important;
}
.Textbox.Field45.FormField {
  width: auto !important;
}
.CustomizeItemLink:after {
  content: "";
  font-family: icomoon;
  margin-left: 6px;
}
.extrainfo:after {
  clear: both;
  content: "";
  display: block;
}
#ProductDescription .tabcontent img {
  display: inline-block;
  float: right;
  max-height: 250px;
  padding: 1em 2em;
  position: relative;
  width: auto;
}

/*OLARK CHAT CSS */
#hblink99 {
    display: none !important;
}

#habla_window_div #habla_topbar_div {
    background: #69A118 !important;
 border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 10px 10px 10px !important;
}
#habla_window_div #habla_oplink_a {
  color: white;
  font-family: robotomedium;
  font-size: 16px;
  text-decoration: none;
}
#habla_window_div.olrk-fixed-bottom .habla_panel_border, #habla_window_div.olrk-fixed-bottom #habla_topbar_div {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#habla_window_div .habla_offline_submit_input {
  background: none repeat scroll 0 0 #69a118 !important;
  border-color: #4d7613 !important;;
  border-image: none !important;; 
  border-style: none none solid !important;;
  border-width: medium medium 2px !important;;
  color: white;
  float: right;
}
/* JUST UNO EDITS */
#ju-pop-up .ju-powered {
	display:none;
}
/* YOTPO EDITS */
.yotpo-small-box {
  display: none!important;
}
.yotpo .yotpo-icon-btn {
  background: none repeat scroll 0 0 #69a118!important;
  display: inline-block !important;
  font-family: robotomedium !important;
  padding: 6px 11px !important;
  text-transform: capitalize!important;
  border-bottom: 3px solid #4D7613!important;
  border-radius: 3px!important;
}
.yotpo .yotpo-icon-btn:hover {
background:#7FC717!important;
}
.yotpo .yotpo-icon-write:before {
  content: "";
  padding-right: 10px !important;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
  box-sizing: border-box;
  font-family: robotoregular !important;;
  font-style: normal !important;
  line-height: 17px;
  font-weight:normal !important;
}
.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-name {
  color: #373735!important;
  display: block!important;
  font-family: robotoregular!important;
  font-size: 110%!important;
  height: 90px!important;
  line-height: 1.3!important;
}

.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product {
  border: 1px solid #d8d8d8 !important; 
  margin-left: 7px!important; 
  margin-right: 7px!important; 
  padding: 10px!important; 
  text-align: left!important; 
  margin-bottom: 18px!important; 
  width:184px !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile {
  background: #69A118!important; 
  border-radius:0px !important;

}
.yotpo .yotpo-review .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-comment .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-question .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark {
  color: #7FC717 !important;
}

.yotpo .yotpo-icon-double-bubble::before {
  content: "";
  padding: 0 0.5em 0 0;
}
.QABottomLine {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #d8d8d8;
  margin: 0 0 0.5em;
  padding: 1em 1em 2em;
}
.pull-left.text-m.ask-question {
  font-size: 16px;
}

.compare-ours, .compare-theirs {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 20px;
}

.text-ours {
    background: none repeat scroll 0 0 #69a118;
    color: white;
    display: block;
    font-family: robotomedium;
    margin: 0 0 1em;
    padding: 0.5em 1em;
    width: 50%;
}

.text-theirs {
    background: none repeat scroll 0 0 #911717;
    color: white;
    display: block;
    font-family: robotomedium;
    margin: 0 0 1em;
    padding: 0.5em 1em;
    width: 50%;
}
.text-ours:before {
    color: white;
    content: "";
    font-family: icomoon;
    padding-right: 1em;
}

.text-theirs:before {
    color: white;
    content: "";
    font-family: icomoon;
    padding-right: 1em;
}
.compare-header {
  color: #333;
  font-family: robotoregular;
  font-size: 20px;
  padding: 0.5em;
}
.text-green {
	color:#69A118;
}

/*header banner*/

.head-banner{
    margin: 0;
padding: 0.5em;
}

.large-font {
    font-size: 20px;
}
.larger-font {
    font-size: 25px;
}
.emerald-kingdom {
  max-width: 100px;
}
.PasswordRequirements {
  position: absolute !important;
}
#CheckoutStepShippingAddress.ExpressCheckoutBlockCollapsed .warning {
  display: none;
}
#CheckoutStepShippingAddress .warning {
  display: block;
}

#sale-text {
  border: 4px dashed #777;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
  line-height: 1.4;
  color:#333;

}
.text-small {
  font-size: 78%;
}
#sale-text .text-small {
	color:#999;
}
.CategoryDescription .slide-area img {
  max-height: 310px;
}
.CategoryDescription .slide-area {
  text-align: center;
}
/* ######### SLIDE CSS ######### */
.dd-slider {
  height: 380px;
  overflow: hidden;
  padding: 25px 60px;
  position: relative;
}
.slide-image {
  float: left;
  
}
.dd-slider iframe {
  height: 380px;
  width: 100%;
}
.title.price {
    color: #69a118;
    font-size: 225%;
}
.title.price .price-small {
    color: #333;
    font-size: 50%;
}
.slidepag .next a {
  color: #e9e9e9;
  font-size: 75px;
  position: absolute;
  right: -15px;
  top: 40%;
}
.slidepag {
  font-family: 'icomoon';
}
.slidepag .prev a {
  color: #e9e9e9;
  font-size: 75px;
  position: absolute;
  left: -15px;
  top: 40%;
}
/* Category Slides */
.category-page .dd-slider {
  height: 300px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
	padding: 10px 40px;
}
.category-page .dd-slider iframe {
  height: 300px;
  width: 100%;
}
.category-page .slide-image {
  max-height: 300px;
  width: auto;
}
.CategoryDescription .slide-area img {
  max-height: 310px;
}
/* ##############  Media TABS ########################### */
ul.mediatabs li {
  display: inline-block;
  font-family: robotoregular;
}
ul.mediatabs li a {
  border: 1px solid #d8d8d8;
  display: inline-block;
  font-family: robotoregular;
  padding: 0.5em 2em;
}
ul.mediatabs {
  margin: 0 0 -1px;
}
ul.mediatabs li a:hover,  ul.mediatabs li a.selected {
  background: none repeat scroll 0 0 #69a118;
  color: white;
}
/* ############## HOME TABS ########################### */
#hometabs {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d8d8d8;
  clear: both;
  padding: 40px;
  color: #6c6c6c;
  margin: 0.5%;
}
#hometabs strong {
  color: #69a118;
}

.background-image.diamond-plate {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/template/images/slides/autoyielderxl.jpg");
  background-origin: padding-box;
  background-repeat: repeat;
  background-size: 100% auto;
  display: inline-block;
}



.padding {
  padding: 40px 0;
}
ul#hydrotabtabs li a:hover {
  background: #69A118;
}
 .tabcontent li:before, .content li:before {
    content: "";
    display: inline-block;
    margin-left: -30px;
    padding-right: 15px;
    font-family: icomoon;
    color: #69A118;
}
 .tabcontent li, .content li {
  display: block;
  padding: 8px 20px;
}
ul#hydrotabtabs li {
display: table-cell;
}
ul#hydrotabtabs {
  margin: -40px -40px 20px;
}
ul#hydrotabtabs li a {
  color: white;
  display: block;
  font-family: robotomedium;
  font-size: 20px;
  padding: 20px 35px;
}
/* Product Tabs */
#ProductDescription ul#hydrotabtabs li a {
  color: white;
  display: block;
  font-family: robotomedium;
  font-size: 20px;
  padding: 20px 35px;

}
#ProductDescription ul#hydrotabtabs {
  margin: 0 -30px 20px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	background: rgb(67,67,67); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(54,54,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(54,54,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#363636', GradientType=0 ); /* IE6-9 */
}


.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 20px 10px 13px;
font-size:22px;
color: #FFF;
  font-family: 'robotoregular';

}

.shadetabs li a:visited{
  text-shadow:0px 0px 1px black;
}

.shadetabs li a:hover{
  text-shadow:0px 0px 1px black;
}



.shadetabs li a.selected {
  background-color: #69a118;
  position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.tab-area {
  padding-top: 18px;
}
.tab-area img {
  border: 2px solid #212121;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  float: left;
  margin: 5px 20px 5px 0;
  max-width: 175px;
}
.tab-area ul li {
  clear: both;
  display: block;
  width: 100%;
}

@media print {
.tabcontent {
display:block !important;
}
}

@media screen and (max-width: 480px) {
ul#hydrotabtabs li a {

  display: block;

  font-size: 15px;
  padding: 4px 8px;
}
ul#hydrotabtabs li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

.slidepag .next a {

  right: 0;

}
.slidepag .prev a {

  left: 0px;

}
}
/*----------------------------------------------------------------------------------------------------------
#############################################  BASE FORM STYLES
----------------------------------------------------------------------------------------------------------*/
/*Standardised Forms*/

input, select, textarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0 0 20px;
}

textarea {
    height: 100px;
    line-height: 18px;
    max-width: 100%;
}

input {
    padding: 0px;
}

.Textbox , input.Textbox, textarea, input[type="text"], input[type="password"] {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-sizing: border-box;
  font-size: 13px;
  margin: 2px 5px;
  padding: 8px 10px;
}

textarea {
    min-height: 100px;
    padding: 1em;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

/* Select styling */
select {
    border-radius: none;
    margin: 0;
    padding: 9px;
}

/* Forms */

/*# Horizontal forms #*/
.HorizontalFormContainer {
    max-width: 1000px;
}

.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}

.HorizontalFormContainer dt,
.HorizontalFormContainer dd,
.form dt,
.form dd {
    font-size: 13px;
    line-height: 18px;
}

.HorizontalFormContainer dt p,
.HorizontalFormContainer dd p,
.form dt p,
.form dd p {
    font-weight: normal;
}

.HorizontalFormContainer dt,
.form dt {
    clear: left;
    float: left;
    padding: 8px 0;
    text-align: right;
    width: 170px;
}

.HorizontalFormContainer dt img,
.form dt img {
    float: left;
    vertical-align: middle;
}

.HorizontalFormContainer dt .fieldLabel,
.form dt .fieldLabel {
    float:left;
    padding-left: 4px;
    padding-top: 4px;
}

.HorizontalFormContainer dd,
.form dd {
    margin-bottom: 10px;
    margin-left: 205px;
}

.HorizontalFormContainer dd.ProductField,
.form dd.ProductField {
    height: 20px;
}

.HorizontalFormContainer dd div,
.form dd div {
    display: inline-block;
}

.HorizontalFormContainer dd .selector span,
.form dd .selector span {
    font-size: 13px;
    font-weight: normal;
}

.HorizontalFormContainer p.Submit,
.form p.Submit {
    padding-top:20px;
}

/*# Narrow forms #*/
.NarrowFormContainer dt {
    width: 110px;
}

.NarrowFormContainer dd {
    margin-left: 120px;
}

.NarrowFormContainer p.Submit {
    margin-left: 120px;
}

/*# Vertical forms #*/
.VerticalFormContainer dt {
    float: none;
    margin-bottom: 6px;
    width: auto !important;
}

.VerticalFormContainer dd {
    margin-bottom: 20px;
    margin-left: 0 !important;
}


/*Checkout Pages*/
.warning:before {
    color: gold;
    content: "";
    font-family: icomoon;
    font-weight: normal;
    padding-right: 10px;
}
.warning {
    background: none repeat scroll 0 0 #f29a02;
    color: white;
    display: block;
    font-family: robotomedium;
    font-size: 18px;
    font-weight: normal;
    padding: 7px 16px;
}