/* 
    Document   : style
    Created on : Mar 19, 2014, 2:17:13 PM
    Author     : Chris
    Description:
        5s store styles
*/

/* blue #037bbb
/* orange #f66802
/* open sans, oswald, tahoma, georgia */

/* borders #d4d2d2*/

body, p, table {
	color: #6e6e6e; 
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
}
img {max-width: 100%;}
/*********************************************************************************************************/
/* MAIN ANCHOR						 											     */
/*********************************************************************************************************/
a {cursor: pointer;}
a,
a:link,
a:visited {	color: #047bbb; text-decoration: underline;}
a:hover {	color: #047bbb;text-decoration: none;}
a:active {	color: #047bbb; outline: none; }
b {font-weight: bold;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
select{
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.8rem;
	margin: 0px;
	padding: 5px 5px 7px 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-box-sizing: content-box; /* Fixes the webkit width problem */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.input350 input[type="text"], 
.input350 input[type="password"], 
.input350 input[type="datetime"], 
.input350 input[type="datetime-local"], 
.input350 input[type="date"], 
.input350 input[type="month"], 
.input350 input[type="time"], 
.input350 input[type="week"], 
.input350 input[type="number"], 
.input350 input[type="email"], 
.input350 input[type="url"], 
.input350 input[type="search"], 
.input350 input[type="tel"], 
.input350 input[type="color"], 
.input350 input[type="phone"], 
.input350 textarea {width: 448px;}
.long-input-box select{
	height: 27px;
}
.line-heading {
	background: url(../images/homepage/pixel.png) left center repeat-x;
	color: #565656;
}
.line-heading span {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
}
.button {
	background: #788388; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ODM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDZkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #788388 0%, #646d72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#788388), color-stop(100%,#646d72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #788388 0%,#646d72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #788388 0%,#646d72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #788388 0%,#646d72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #788388 0%,#646d72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#788388', endColorstr='#646d72',GradientType=0 ); /* IE6-8 */
	text-transform: none;
	text-decoration: none!important;
}
.button:hover {
	background: #646d72; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODgzODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #646d72 0%, #788388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646d72), color-stop(100%,#788388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646d72 0%,#788388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646d72 0%,#788388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646d72 0%,#788388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #646d72 0%,#788388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646d72', endColorstr='#788388',GradientType=0 ); /* IE6-8 */
}
.button.small {padding: 6px 20px;}
.button.blue {
	background: #0478b8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NzhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzY5OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0478b8 0%, #03699e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0478b8), color-stop(100%,#03699e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0478b8 0%,#03699e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0478b8 0%,#03699e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0478b8 0%,#03699e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0478b8 0%,#03699e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0478b8', endColorstr='#03699e',GradientType=0 ); /* IE6-8 */
}
.button.blue:hover {
	background: #03699e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNjk5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc4YjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #03699e 0%, #0478b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03699e), color-stop(100%,#0478b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03699e 0%,#0478b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03699e 0%,#0478b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03699e 0%,#0478b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03699e 0%,#0478b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03699e', endColorstr='#0478b8',GradientType=0 ); /* IE6-8 */
}
.button.orange {
	background: #fb8101; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZkMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fb8101 0%, #f76d02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8101), color-stop(100%,#f76d02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fb8101 0%,#f76d02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fb8101 0%,#f76d02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fb8101 0%,#f76d02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fb8101 0%,#f76d02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8101', endColorstr='#f76d02',GradientType=0 ); /* IE6-8 */
}
.button.orange:hover {
	background: #f76d02; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3NmQwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjgxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f76d02 0%, #fb8101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76d02), color-stop(100%,#fb8101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f76d02 0%,#fb8101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f76d02 0%,#fb8101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f76d02 0%,#fb8101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f76d02 0%,#fb8101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76d02', endColorstr='#fb8101',GradientType=0 ); /* IE6-8 */
}
#layout.wide .inner-box, 
#layout.wide #top, 
#layout.wide #content, 
#layout.wide .header-tree-wrap, 
#layout.wide #footer {
	margin: 0 auto;
	width: 1200px;
}
#layout.wide #top-menu-wrap {
	background: #565656;
	height: 15px;
	width: 100%;
	min-width: 1200px;
}
#header {padding: 0;}
#header-logo {
	background: #fff;
	-moz-border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px;  
	-khtml-border-radius: 0 0 5px 5px; 
    padding: 7px 10px;
	width: auto;
}
#header-logo img {width: 200px;}
#layout.wide #footer-wrap {
	background: #565656;
	border-top: 8px solid #037bbb;
	width: 100%;
	min-width: 1200px;
}
#layout.wide #top-wrap {
	background: url(../images/header/5s-hdr-bg.png) top left repeat-x;
/*	background: #e5e5e5;  Old browsers 
	 IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d3d3d3 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d3d3d3));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d3d3d3 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d3d3d3 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d3d3d3 100%);  IE10+ 
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d3d3d3 100%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d3d3d3',GradientType=0 );  IE6-8 */
	border-bottom: 4px solid #037bbb;
	position: relative;
	width: 100%;
	min-width: 1200px;
}
#layout.wide #shop-by-category-tree {
	background: #fff url(../images/shadow-bottom.png) bottom center no-repeat;
	height: 41px;
	padding-bottom: 10px;
}
.shadow-top {
	background: url(../images/shadow-top.png) center center no-repeat;
	height: 10px;
	width: 100%;
}
#top-wrap .shadow-top {
	bottom: 0;
	left: 0;
	position: absolute;
}
#content {padding-bottom: 30px;}

/* Header socials */
.top-social-menu {
	float: left;
	margin: 8px 0 0;
}
.top-social-menu li {display: inline-block;}
.top-social-menu a,
.footer-socials a {
	background: url(../images/socials-sprite.png) no-repeat;
	display: block;
	height: 16px;
	text-decoration: none;
	width: 16px;
}
.footer-socials {margin: 1em 0;}
.footer-socials a {
	float: left;
	margin-right: 4px;
}
.top-social-menu .fb-link,
.footer-socials .fb-link {background-position: -22px 0;}
.top-social-menu .tw-link,
.footer-socials .tw-link {background-position: -44px 0;}
.top-social-menu .in-link,
.footer-socials .in-link {background-position: -66px 0;}

/* Header links */
.header-links {
	float: right;
	margin: 10px;
	width: 900px;
}
.header-links > div {
	background: #fff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;  
	-khtml-border-radius: 5px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 37px;
	position: relative;
	float: left;
	height: 50px;
}
.header-links > div:hover {
	box-shadow: 0 0 5px 0 #c2c1c1;
	-moz-box-shadow:  0 0 5px 0 #c2c1c1;
	-webkit-box-shadow:  0 0 5px 0 #c2c1c1;
}
.header-links > div:nth-of-type(2) {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.header-links > div:nth-of-type(2):hover {
/*	box-shadow: 0 0 5px 0 #70ae2f;
	-moz-box-shadow:  0 0 5px 0 #70ae2f;
	-webkit-box-shadow:  0 0 5px 0 #70ae2f;*/
}
.header-links > div:nth-of-type(3):hover {
	box-shadow: 0 0 5px 0 #047aba;
	-moz-box-shadow:  0 0 5px 0 #047aba;
	-webkit-box-shadow:  0 0 5px 0 #047aba;
}
.header-links > div:nth-of-type(4):hover {
	box-shadow: 0 0 5px 0 #5b5b5b;
	-moz-box-shadow:  0 0 5px 0 #5b5b5b;
	-webkit-box-shadow:  0 0 5px 0 #5b5b5b;
}
.header-links > div:nth-of-type(5):hover {
	box-shadow: 0 0 5px 0 #fd8202;
	-moz-box-shadow:  0 0 5px 0 #fd8202;
	-webkit-box-shadow:  0 0 5px 0 #fd8202;
}
.header-links .icon {
	border-right: 1px dotted #fff;
	-moz-border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px; 
	border-radius: 5px 0 0 5px; 
	-khtml-border-radius: 5px 0 0 5px; 
	display: inline-block;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
}
.header-links .icon span {
	background: url(../images/icons-sprite.png) no-repeat;
	display: block;
	height: 20px;
	width: 20px;
}
.header-links .icon span {margin: 5px 6px;}
.header-links .icon span {margin: 16px 8px;}
.header-links .i-msg span {background-position: 0 0;}
.header-links .i-tel span {background-position: -20px 0;}
.header-links .i-mail span {background-position: -40px 0;}
.header-links .i-money span {background-position: -60px 0;}
.header-links .i-cart span {background-position: -80px 0;}
.header-links .i-msg {
	background: #70ae2f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYWUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDhiMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #70ae2f 0%, #548b1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#70ae2f), color-stop(100%,#548b1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #70ae2f 0%,#548b1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #70ae2f 0%,#548b1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #70ae2f 0%,#548b1a 100%); /* IE10+ */
	background: linear-gradient(to right,  #70ae2f 0%,#548b1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ae2f', endColorstr='#548b1a',GradientType=1 ); /* IE6-8 */
}
.header-links .i-tel {
	background: #047bba; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0N2JiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjY4YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #047bba 0%, #0b68a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#047bba), color-stop(100%,#0b68a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #047bba 0%,#0b68a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #047bba 0%,#0b68a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #047bba 0%,#0b68a5 100%); /* IE10+ */
	background: linear-gradient(to right,  #047bba 0%,#0b68a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047bba', endColorstr='#0b68a5',GradientType=1 ); /* IE6-8 */
}
.header-links .i-mail {
	background: #5b5b5b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjQ2NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #5b5b5b 0%, #464646 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5b5b5b), color-stop(100%,#464646)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5b5b5b 0%,#464646 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5b5b5b 0%,#464646 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5b5b5b 0%,#464646 100%); /* IE10+ */
	background: linear-gradient(to right,  #5b5b5b 0%,#464646 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#464646',GradientType=1 ); /* IE6-8 */
}
.header-links .i-money {
	background: #c2c1c1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmI1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #c2c1c1 0%, #b6b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c2c1c1), color-stop(100%,#b6b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c2c1c1 0%,#b6b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c2c1c1 0%,#b6b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c2c1c1 0%,#b6b5b5 100%); /* IE10+ */
	background: linear-gradient(to right,  #c2c1c1 0%,#b6b5b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c1c1', endColorstr='#b6b5b5',GradientType=1 ); /* IE6-8 */
}
.header-links .i-cart {
	background: #fd8202; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkODIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNTY4MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #fd8202 0%, #f56802 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd8202), color-stop(100%,#f56802)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fd8202 0%,#f56802 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fd8202 0%,#f56802 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fd8202 0%,#f56802 100%); /* IE10+ */
	background: linear-gradient(to right,  #fd8202 0%,#f56802 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8202', endColorstr='#f56802',GradientType=1 ); /* IE6-8 */
}
.header-links > div a {text-decoration: none;}
.header-links .txt {
	display: block;
	padding: 5px 8px;
}
.header-links > div:nth-of-type(1) .txt {
	color: #949494;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}
.header-links > div:nth-of-type(1) img {margin-top: 5px;}
.header-links > div:nth-of-type(2) a {
	color: #6e6e6e;
}
.header-links > div:nth-of-type(2) .green {
	color: #3c9d24;
	display: block;
	font-size: 1.6em;
	margin-top: 5px;
	text-transform: uppercase;
}
.header-links > div:nth-of-type(3) .txt {
	color: #047bbb;
	font-size: 1.2em;
	text-transform: uppercase;
}
.header-links > div:nth-of-type(3) .tel {
	color:#3a3939;
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
	font-family: 'Oswald', sans-serif;
}
.header-links > div:nth-of-type(4) a {
	color: #949494;
	font-size: 1.2em;
	text-transform: uppercase;
}
.header-links > div:nth-of-type(4) .dark {
	color: #515151;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
.header-links > div:nth-of-type(5) {margin-right: 0;}
.header-links > div:nth-of-type(5) .cart-link {
	color:#4d4f50;
	display: block;
}
.header-links > div:nth-of-type(5) .t-checkout-btn {
	color: #f66802;
	display: block;
	font-size: 1.3em;
	margin-top: 5px;
	text-transform: uppercase;
}
.search-box {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 2px solid #b0aeae;
	float: right;
	margin-right: 5px;
}
.search-box input {
	border: 0px;
	border-right: 1px solid #d7d7d7;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 5px 0;
	padding-left: 5px;
	width: 400px;
}
.search-box button {
	background: url(../images/icons-sprite.png) -160px 0 no-repeat;
	border: 0px;
	cursor: pointer;
	height: 20px;
	margin: 0 4px 0 1px;
	width: 20px;
	vertical-align: middle;
}
.socials-search {
	float: right;
	margin: -25px 10px 5px 0;
	width: 900px;
}
.cantfind {
	background: #6dab2e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #fff!important;
	float: right;
	font-weight: bold;
	height: 33px;
	padding: 2px 34px 0 5px;
	position: relative;
	text-decoration: none!important;
	text-transform: uppercase;
}
.cantfind .icon {
	background: url(../images/icons-sprite.png) -180px 0 no-repeat;
	height: 20px;
	position: absolute;
	right: 6px;
	top: 7px;
	width: 20px;
}

/* Menu row */
.fs-menu {
	float: left;
	list-style: none;
}
.fs-menu > li {display: inline-block;}
.fs-menu > li > a {
	border-bottom: 5px solid transparent;
	color: #555555;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 13px 15px 8px 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.fs-menu > li > a:hover {
	border-bottom: 5px solid #037bbb;
	text-decoration: none;
}
.fs-menu > li:first-of-type {position: relative;}
.fs-menu > li:first-of-type > div {
	border: 1px solid #037bbb;
	background: #f8f8f8;
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	width: 960px;
	z-index: 11;
	
}
.fs-menu > li:first-of-type:hover > div {display: block;}
.fs-menu > li:first-of-type:hover > a {border-bottom: 5px solid #037bbb;}
.fs-menu .menu-block {
	background: #ebebeb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ebebeb 0%, #f2f2f2 31%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ebebeb), color-stop(31%,#f2f2f2), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ebebeb 0%,#f2f2f2 31%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ebebeb 0%,#f2f2f2 31%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ebebeb 0%,#f2f2f2 31%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to right,  #ebebeb 0%,#f2f2f2 31%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-8 */
	float: left;
	height: 100%;
	padding: 0 15px;
	width: 210px;
}
.fs-menu .menu-block li a {
	border-bottom: 1px dotted #bcbbbb;
	color: #565656;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
.fs-menu .menu-block li:last-of-type a {border-bottom: 0;}
.fs-menu .menu-block li a:hover {color: #222;}
.fs-menu .menu-block h3 {
	color: #848484;
	margin: 10px 0;
}
.fs-menu .new {
	background: url(../images/header/new.png) center center no-repeat;
	display: block;
	padding: 70px 50px;
}
.fs-menu .sale {
	background: url(../images/header/sale.png) center center no-repeat;
	display: block;
	padding: 57px 50px;
}
#menu-login {
	font-size: 1em;
	margin-top: 7px;
}
.get-order-status {
	border-left: 1px solid #222;
	float: right;
	line-height: 1.1em;
	margin-top: 13px;
	padding: 0 7px;
}
a.quick-order-link {
	border-left: 1px solid #dadada;
	color: #f66802;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 8px 0;
	padding: 5px 13px;
	text-decoration: none;
	text-transform: uppercase;
}
a.quick-order-link:hover {text-decoration: none;}

/* Footer */
.footer-block {
	float: left;
	width: 200px;
}
#footer .footer-note {
	color: #a9a9a9;
    margin: 1em 0;
    text-align: center;
}
.footer-block.large {width: 600px;}
#footer .footer-block ul {
	float: left;
	font-size: 1em;
	width: 195px;
}
#footer .footer-block.large ul:last-of-type {width: 210px;}
#footer .footer-block ul li {display: block;}
#footer .footer-block ul a {
	color: #fff;
	display: block;
	padding: 3px 0;
	text-decoration: underline;
	text-transform: none;
}
#footer .footer-block ul a:hover {text-decoration: none;}
.footer-block h4 {
	color: #a9a9a9;
	margin: 1em 0 ;
}
.footer-block p {
	color: #bfbfbf;
	line-height: 1.5em;
}
.footer-block .virtual-coach,
.footer-block .best-practices {
	background: url(../images/footer/more.png) no-repeat;
	display: inline-block;
	height: 33px;
	margin-right: 10px;
	width: 80px
}
.footer-block .best-practices {background-position: -88px;}
.footer-logo {margin-top: 11px;}

.footer-subscribe {
	position: relative;
	padding-right: 10px;
}
.footer-subscribe .subscribe-thank-you-box {color: #fff;}
.cms-page .footer-subscribe .subscribe-thank-you-box {color: #6e6e6e;;}
.footer-subscribe .error {
	display: none;
	padding: 5px !important;
}
.footer-subscribe input {
	margin-left: 0;
	padding: 5px 5px 7px 5px;
	background: #6e6e6e;
	border: 0;
	color: #fff;
	margin-bottom: 10px;
}
.cms-page .footer-subscribe input {
	background: #fff;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
}
.footer-subscribe input:focus {border: 0;}
.cms-page .footer-subscribe input:focus {border: 1px solid #6e6e6e;}
.footer-subscribe input:focus + button {border-left: 0;}
.footer-subscribe button {
	border: 0px;
	border-left: 0;
	bottom: 0;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	right: 0;
}
.footer-subscribe button:focus {outline: none;}

#copyright {
	color:#a9a9a9;
	font-weight: normal;
	margin-right: 15px;
}

/* homepage */
.homepage {padding-top:10px;}
#homepage-slider {
	float: left;
	width: 800px;
}
#homepage-slider .pagination {
	left: 20px;
	right: 0;
}
#homepage-slider .pagination li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #a4a3a3;
	display: inline-block;
	height: 10px;
	width: 10px;
}
#homepage-slider .pagination li.current a {
	background: #444;
	border: 0;
	height: 10px;
	width: 10px;
}
#homepage-slider .pagination li a:hover {
	background: #444;
	border: 0;
	height: 10px;
	width: 10px;
}
#homepage-slider .bx-wrapper {margin-bottom: 0;}
#homepage-slider .bx-wrapper .bx-pager {
	bottom: 10px;
    text-align: left;
    left: 15px;
}
.homepage-slider-container .slides_control {height: 278px!important;}

.testimonials-slider-container {
	height: 190px;
	overflow: hidden;
}
.testimonials-slider-container .slide {width: 375px;}
.testimonials {
	border-bottom: 1px solid #d4d2d2;
	float: right;
	height: 274px;
	margin-right: 10px;
	width: 375px;
}
.testimonials p {
	background: url(../images/homepage/quote.png) top left no-repeat;
	color: #777;
	font-family: Georgia;
	font-size: 1.55em;
	font-style: oblique;
	margin-bottom: 0px; 
	line-height: 1.7em;
}

.services-wrap {
	border-bottom: 5px solid #037bbb;
	margin-bottom: 10px;
	padding-top: 30px;
}
.services-wrap a {
	color: #6e6e6e;
	display: inline-block;
	text-decoration: none;
}
.services-wrap .service {
	float: left;
	height: 130px;
	width: 25%;
}
.services-wrap .service .img-wrap {
	vertical-align: top;
	width: 100px;
}
.services-wrap .service p {
	border-right: 1px solid;
	display: inline-block;
    line-height: 1.42;
	margin: 0;
	padding-right: 10px;
	vertical-align: top;
	width: 180px;
}
.services-wrap .service:nth-of-type(1) {background: url(../images/homepage/satisfaction_bcg.png) bottom right no-repeat;}
.services-wrap .service:nth-of-type(2) {background: url(../images/homepage/solutions_bcg.png) bottom right no-repeat;}
.services-wrap .service:nth-of-type(3) {background: url(../images/homepage/detective140x.png) bottom right no-repeat;}
/*.services-wrap .service:nth-of-type(4) {background: url(../images/homepage/services_bcg.png) bottom right no-repeat;}*/
.services-wrap .service:nth-of-type(4) p {border-right: 0;}

.homepage-block {padding: 10px 0;}

/*  */
#main-breadcrumb a {text-decoration: none;}
#main-breadcrumb a:hover {text-decoration: underline;}

/* Category pages */
.category-browse ul {
	float: left;
	margin-right: 20px;
	width: 285px;
}
.category-browse ul:last-of-type {margin-right: 0;}
.category-browse ul a {
	background: url(../images/homepage/arrow.png) 15px center no-repeat;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}
.category-browse ul a:hover {font-weight: bold;}

/* Category */
.category-page h1 {
	color: #6e6e6e;
	font-size: 2em;
}
.category-page h2 {
	color: #606060;
	margin-top: 10px;
}
.category-page .nav-description {
	line-height: 1.8em;
	margin: 10px 10px 20px 0;
	max-width: 800px;
}
.category-page .nav-description ul {
	list-style: disc;
  	list-style-position: inside;
}
.category-page .nav-description ol {
	list-style: decimal;
  	list-style-position: inside;
}
.category-tip {
	background: #f7f3db;
	border: 1px solid #f1bd0b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow: hidden;
	width: 585px;
}
.category-tip .icon {
	background: #f1bd0b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYmQwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTljMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #f1bd0b 0%, #f19c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1bd0b), color-stop(100%,#f19c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f1bd0b 0%,#f19c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f1bd0b 0%,#f19c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f1bd0b 0%,#f19c02 100%); /* IE10+ */
	background: linear-gradient(to right,  #f1bd0b 0%,#f19c02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1bd0b', endColorstr='#f19c02',GradientType=1 ); /* IE6-8 */
	float: left;
	display: inline-block;
	height: 45px;
	width: 34px;
}
.category-tip .icon span {
	background: url(../images/icons-sprite.png) -140px 0 no-repeat;
	display: block;
	height: 20px;
	margin: 5px 6px;
	width: 20px;
}
.category-tip .msg {
	float: right;
	line-height: 1.5em;
	margin: 4px 50px 0 0;
	width: 485px;
}
.category-page #category-image {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: right;
	margin-right: 10px;
	height: auto;
	max-width: 150px;
}
.category-page .no-items {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0;
}
.category-info-wrap {
	background: #f9f9f9;
	border-top: 1px solid #EEEEEE;
	padding: 10px 20px 30px 20px;
	border-bottom: 1px solid #EEEEEE;
}
.subcategories-wrap {margin-bottom: 50px;}
.subcat-thumb {
	border: 1px solid #d4d2d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	height: 210px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	width: 180px;
}
.nav-strip {margin: 15px 0;}
.nav-pages .first-page,
.nav-pages .last-page,
.nav-pages .prev-page,
.nav-pages .next-page {
	background: url(../images/icons-sprite.png) 0 -20px no-repeat;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}
.nav-pages .first-page {background-position: -40px -20px;}
.nav-pages .last-page {background-position: -60px -20px;}
.nav-pages .next-page {background-position: -20px -20px;}
.nav-pages .pages {margin: 0 10px;}
.nav-strip .nav-results {margin: 3px 0 0 0;}
.thumb-grid {
	border: 1px solid #d4d2d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 5px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 190px;
}
.thumb-grid .most-popular-badge {
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}
.thumb-grid .thumb-img {
	clear: both;
	display: block;
	height: 170px;
	width: 170px;
}
.thumb-grid .thumb-img img {
	height: 170px;
	width: 170px;
}
.thumb-grid .thumb-name {
	text-align: center;
}
.thumb-grid .thumb-name a{
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: none;
}
.thumb-grid .thumb-name a:hover {text-decoration: underline}
.thumb-grid .thumb-content {height: 80px;}
.thumb-grid .prices-wrap {
	text-align: center;
	width: 170px;
}
.thumb-grid .thumb-onsale {display: inline-block;}
.thumb-grid .wishlist-add {
	background: url(../images/icons-sprite.png) -120px 0px no-repeat;
	display: inline-block;
	height: 20px;
	float: right;
	margin: 0;
	padding: 0;
	width: 20px;
}
.thumb-grid .wl-block {
	height: 20px;
	margin-top: 10px;
}
.thumb-grid .product-details-link {
	background: url(../images/icons-sprite.png) 0 -40px no-repeat;
	bottom: 5px;
	color: #fff;
	display: block;
	height: 30px;
	left: -6px;
	line-height: 23px;
	position: absolute;
	width: 67px;
}
.thumb-grid .new-arrival-badge { 
	background: url(../images/icons-sprite.png) -80px -20px no-repeat;
	height: 56px;
	left: -3px;
	top: -3px;
	width: 59px;
}
.pc-email-stock.button {
	line-height: 22px;
	padding: 5px 4px;
	text-align: center;
}

/**
 * Search page
 */
.search-page h1 {float: left;}

/* Product Description Page */
.display-box h1,
.display-box h2,
.display-box h3,
.display-box h4 {color: #6e6e6e;}
.display-box .most-popular-badge {
	left: 0;
	position: absolute;
	top: 0;
	width: 130px;
}
.display-box .call-for-quote {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.42;
	padding-top: 10px;
}
.product-information {
	padding-right: 10px;
	width: 790px;
}
.display-pic {
	position: relative;
	text-align: left;
	width: 380px;
}
.display-pic #big-image {width: 100%;}
#item-image-thumbnails a {
	height: 50px;
	width: 50px;
}
#item-image-thumbnails   .image-fullscreen {
	background: url(../images/pdp/zoom.png) left center no-repeat;
	border: 0px;
	color: #6e6e6e;
	height: auto;
	float: none;
	line-height: 15px;
	margin: 10px;
	padding-left: 20px;
	text-decoration: none;
	width: auto;
}
#fullscreen:hover {
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
#item-image-thumbnails   .image-fullscreen:hover {text-decoration: underline;}
#item-image-thumbnails li {float: left;}
.product-information h1 {
	font-size: 2em;
	margin-bottom: 0.5em;
	text-transform: none;
}
.product-information .item-sku {
	float: left;
	margin: 0;
}
.pdp-promo-block {
	float: right;
	width: 590px;
}
.product-information .rating-box {
	float: right;
	margin: 0;
}
.product-information .item-availability {
	background: #f8f2db;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 34px;
	float: left;
	margin: 15px 0;
	overflow: hidden;
	width: 300px;
}
.product-information .item-availability .icon {
	background: #f1bd0b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #f1bd0b 0%, #f19c02 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1bd0b), color-stop(100%,#f19c02));
	background: -webkit-linear-gradient(left, #f1bd0b 0%,#f19c02 100%);
	background: -o-linear-gradient(left, #f1bd0b 0%,#f19c02 100%);
	background: -ms-linear-gradient(left, #f1bd0b 0%,#f19c02 100%);
	background: linear-gradient(to right, #f1bd0b 0%,#f19c02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1bd0b', endColorstr='#f19c02',GradientType=1 );
	float: left;
	display: inline-block;
	height: 34px;
	width: 34px;
}
.product-information .item-availability .icon span {
	background: url(../images/icons-sprite.png) -140px 0 no-repeat;
	display: block;
	height: 20px;
	margin: 5px 6px;
	width: 20px;
}
.product-information .item-availability .txt {
	display: inline-block;
	padding: 9px 0 0 9px;
}
.item-guarantee {float: right;}
.item-guarantee a {
	display: inline-block;
	float: left;
	height: 110px;
	width: 110px;
}
.item-guarantee a:nth-of-type(1) {
	background: url(../images/homepage/satisfaction.png) center -2px no-repeat;
	background-size: 100%;
}
.item-guarantee a:nth-of-type(2) {
	background: url(../images/homepage/solutions.png) center center no-repeat;
	background-size: 100%;
}

.product-information .price {
	font-weight: bold;
}
.product-information th.price{font-weight: normal;}
.product-information input[name*="qty"] {
	border: 2px solid #c9c9c9;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.item-info-wrap {
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 30px 0 0;
	padding: 7px;
	
}
.item-info-wrap .items-grid {
	border-bottom: 2px solid #cdcdcd;
	margin-bottom: 7px;
	width: 100%;
}
.item-info-wrap .items-grid td,
.item-info-wrap .items-grid th {
	padding: 5px 10px;
	vertical-align: middle;
}
.item-info-wrap .items-grid th {
	border-bottom: 2px solid #cdcdcd;
	font-size: 0.8em;
	text-align: left;
	text-transform: uppercase;
}
.item-info-wrap .items-grid td {border-bottom: 1px dotted #cdcdcd;}
.item-info-wrap .items-grid tr:not(.hidden):nth-of-type(odd) td:nth-of-type(1),
.item-info-wrap .items-grid tr:not(.hidden):nth-of-type(odd) td:nth-of-type(2),
.item-info-wrap .items-grid tr:not(.hidden):nth-of-type(odd) td:nth-of-type(3),
.item-info-wrap .items-grid tr:not(.hidden):nth-of-type(even) td:nth-of-type(4),
.item-info-wrap .items-grid tr:not(.hidden):nth-of-type(even) td:nth-of-type(5),
.item-info-wrap .items-grid tr:not(.hidden):nth-of-type(even) td:nth-of-type(6){background: #fdfdfd;}
.item-info-wrap .items-grid .grid-option {font-size: 1.2em;}
.add-to-wishlist, .added-to-wishlist {
	background: url(images/plusheart-small.png) no-repeat;
	display: inline-block;
	height: auto;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	margin-right: 10px;
	text-indent: 0;
	width: auto;
}
.add-to-wishlist .icon, 
.added-to-wishlist .icon {
	background: url(../images/icons-sprite.png) -120px 0 no-repeat;
	height: 20px;
	left: 5px;
	position: absolute;
	top: 6px;
	width: 20px;
}
.add-to-cart {padding: 9px 10px 9px 35px ;}
.add-to-cart img {left: 10px;}
#fs-accordion {margin-bottom: 20px;}
#fs-accordion h3 {
	cursor: pointer;
	font-size: 1.4em;
	margin: 30px 0;
}
#fs-accordion ul {list-style: none;}
#fs-accordion .line-heading span {padding-right: 15px;}
#fs-accordion h3 + div {
	display: none;
	margin-top: 1em;
}
#fs-accordion h3 img {
	vertical-align: middle;
	margin: -3px 0 0 5px;;
}
#fs-accordion h3 img:last-child {display: none;}
#fs-accordion h3:first-child + div {display: block;}
#fs-accordion h3:first-child img:first-child {	display: none;}
#fs-accordion h3:first-child img:last-child {display: inline;}
#item-tabs-nav {
	background: #565656;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	display: inline-block;
	padding: 15px 10px 0 10px;
	width: 100%;
}
div.item-tab {
	background: #fff;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-bottom: 15px solid #565656;
	width: 100%;
}
div.item-tab ul,
div.item-tab ol {
	list-style: disc;
	list-style-position: inside;
}
div.item-tab-loaded div.item-tab-content {
	border: 0px;
	padding: 10px 25px 0;
}
h4.item-tab-nav {
	background: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	margin-bottom: 0;
}
h4.item-tab-nav a {
	color: #fff;
	font-size: 1.1em;
	padding: 10px 15px;
}
h4.item-tab-selected {
	background: #fff;
	border: 0px;
}
h4.item-tab-selected a {color: #565656;}
#shipping table {width: 60%;}
.videos-wrap .videos {
	display: inline-block;
	margin: 5px;
	width: 100px;
}
.videos-wrap .videos img {width: 100%;}
.youtube-videos-nav.fancybox-nav {width: 10%;}
.youtube-videos-nav.fancybox-prev {left: -10%;}
.youtube-videos-nav.fancybox-next {right: -10%;}


/* My Account */
.account-menu {
	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #f2f2f2 79%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(79%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	border-top: 5px solid #037bbb;
	border-radius: 0 0 5px 5px;
	padding: 15px;
	width: 190px;
}
.account-menu h3 {font-size: 1.3em;}
.account-menu h4 {font-size: 1.15em;}
.account-content {width: 950px;}
.account-content.recent-items {
	margin: 0;
	width: 950px;
}
.account-menu li a {font-size: 1.05em;}
.account-menu li a:hover {text-decoration: underline;}

/* CMS */
.cms-page p,
.cms-page b {
	font-size: 1.2em;
	line-height: 1.6em;
}
.cms-page .b {font-weight: bold;}
.cms-page .i {font-style: oblique;}
.cms-page .ta-c {text-align: center;}
.cms-content ol,
.cms-content ul {
	font-size: 1.2em;
	line-height: 1.6em;
}
.cms-page p b,
.cms-page ul b,
.cms-page ol b {font-size: 1em;}
.cms-page .cms-sidebar {
	float: left;
	width: 230px;
}
.cms-page .cms-menu {
	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #f2f2f2 79%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(79%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#f2f2f2 79%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	border-top: 5px solid #037bbb;
	border-radius: 0 0 5px 5px;
	padding: 15px;
	margin-bottom: 15px;
}
.cms-page .cms-menu a {
	display: block;
	font-size: 1.2em;
	padding: 6px 0;
	text-decoration: none;
}
.cms-page .cms-menu a:hover {text-decoration: underline;}
.cms-page .cms-content {
	float: right;
	width: 940px;
}
.quote {
	background: #f8f8f8;
	border: 1px dotted #037bbb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-family: Georgia, serif;
	font-style: oblique;
	padding: 15px;
}
.quote .quoter {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.cms-page .affilliates h4 {
	font-size: 1.3em;
	font-style: oblique;
	margin: 20px 0 0;
	text-transform: none;
}
.cms-content ul {
	display: block;
	list-style: disc;
    margin: 10px 0 10px 25px;
}
.cms-content ol  {
	display: block;
	list-style: decimal;
 	margin: 10px 0 10px 25px;
}
.cms-page .ml40 {margin-left: 40px;}
.cms-page .ml20 {margin-left: 20px;}
.cms-page .bold {font-weight: bold;}
.cms-page .small {font-size: 0.8em;}
.cms-page .wi5s-heading {
	color: #5b5b5b;
	font-size: 2em;
	margin: 1.5em;
	text-align: center;
	text-transform: none;
}
.cms-page .vc-link {
	text-align: center;
	display: block;
}
.cms-services-link {
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #565656!important;
	font-size: 1.2em;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 20px;
	padding: 15px;
	text-align: center;
	width: 25%;
	text-decoration: none!important;
}
.cms-services-link span {
	color:#037bbb;
	display: block;
	text-decoration: underline;
}
.cms-services-link:hover {
	background: #e5e5e5;
}
body.contactus .cms-page ul {margin-left: 20px;}

/* Login */
.auth-box-rf {width: 580px;}

/* Cart */
#shopping-cart-container table input[name*="qty"] {width: 40px;}
.ajax-cart{padding: 5px 0;}
.ajax-cart .child-params {display: block;}
.cart-page .child-params {display: block;}
.cart-page .cart-table .image-wrap {
	vertical-align: top;
	width: 110px;
}
#additional-checkout-options td {padding-top: 20px;}
.cart-items-added {
	background-color: #ebebeb;
	border: 1px solid #d4d2d2;
	float: none;
	width: 100%;
}
.cart-items-added-upsell {width: 100%;}
.cart .thumbs-box {
	border: none;
	box-shadow: none;
    padding: 15px 0 0 0;
    width: initial!important;
}
.cart-itemsincart-info {
	border-top: 1px solid #6f797e;
}
.cart-items-added .button.small {
    padding: 6px 15px;
    width: 50px;
    margin-right: 10px;
    float: left;
}
.cart-items-added .button.small.continue-shopping-btn {width: 100px;}
.cart-items-added .button.orange.small {margin-right: 0;}
.cart .thumbs-box .thumb {padding: 10px 10px 10px 0;}
.cart .thumb .thumb-top {
    padding: 10px;
    border: 1px solid #d4d2d2;
}
.cart .thumb .thumb-top .thumb-name {text-align: center;}
.cart .thumb .thumb-top .thumb-name span {
	color: #047bbb;
	display: inline;
	font-size: 1.1em;
	text-transform: capitalize;
}
.cart .thumb .thumb-top .thumb-name span.brand {
	font-weight: normal;
	margin-right: 5px;
}
.cart .thumb .thumb-top .thumb-name span.model {font-weight: normal;}
.cart .thumb-rec .thumb-content {text-align: center;}
.cart .justadded-thumbnail-wrap {
	float: left;
	margin: 10px 20px 10px 0;
}
.cart .cart-justadded-info div:last-of-type {float: none;}

/* checkout */
#shopping-cart-container {
	border: solid 2px #565656;
	top: 50px!important;
}
#checkout-steps div.selected:not(.current) {border-bottom: 5px solid #565656;}
#checkout-steps div.current {border-bottom: 5px solid #565656;}
table.info-table {border-top: 2px solid #565656;}
#checkout-end .whatsquote {
	display: block;
	float: right;
	margin: 3px 10px 0 0;
}
.cart-page .whatsquote {
	display: inline-block;
	margin: 3px 0 0 10px;
}
h4 > .whatsquote {
	font-weight: normal;
	margin-left: 10px;
	text-transform: none;
}
.receipt-share-quote {
	    background-color: #f3f3f3;
    padding: 15px;
    margin: 15px 0;
}
.receipt-share-quote p {margin-bottom: 0;}
.cart.bigbox td {padding-right: 20px;}
.returning-customer-note {
	border: 1px solid #e5e5e5;
	padding: 10px;
}

/* Reorder */
input.camo-input {color: inherit;}

@media print {
	#layout.wide #top-menu-wrap {min-width: initial;}
	#layout.wide .inner-box, 
	#layout.wide #top, 
	#layout.wide #content, 
	#layout.wide .header-tree-wrap, 
	#layout.wide #footer {width: 100%;}
	#top-menu-wrap,
	#top-wrap,
	#layout.wide #shop-by-category-tree,
	#main-breadcrumb,
	#layout.wide #footer-wrap,
	#poweredby-wrapper-paid {display: none;}
	.account-content{width: 100%;}
}