@charset "UTF-8";
a, img {
	border: none;
	outline: none
}
.menuzord, .menuzord * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.menuzord {
	width: 100%;
	padding: 0 30px;
	float: left;
	position: relative
}
.menuzord a {
	text-transform: uppercase
}
.menuzord-menu.scrollable > .scrollable-fix {
	display: none
}
.menuzord-brand {
	margin: 18px 30px 0 0;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer
}
.menuzord-menu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}
.menuzord-menu.menuzord-right {
	float: left
}
.menuzord-menu > li {
	display: inline-block;
	float: left
}
.menuzord-menu > li > a {
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	outline: 0;
	line-height: 1.3;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
	color: #333;
	background-color: #33b8f9
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 180px;
	white-space: nowrap;
	background: #00A3EF;
	border: solid 1px #00A3EF;
	-webkit-box-shadow: 2px 2px 19px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 19px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 19px 0 rgba(0,0,0,0.2)
}

@media (max-width: 768px) {
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
	right: 0
}
}
.menuzord-menu ul.dropdown li ul.dropdown {
	left: 100%
}
.menuzord-menu ul.dropdown li {
	clear: both;
	width: 100%;
	border: 0 none;
	font-size: 12px;
	position: relative
}
.menuzord-menu ul.dropdown li a {
	width: 100%;
	background: none;
	padding: 5px;
	padding-left: 10px;
	color: #D4F4FF;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	-o-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear
}
.menuzord-menu ul.dropdown li:hover > a {
	color: #00A3EF!important;
	background: #fff!important
}
.menuzord-menu ul.dropdown.dropdown-left {
	left: none
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
	left: -100%
}
.menuzord-menu li .indicator {
	margin-left: 3px
}
.menuzord-menu li ul.dropdown li .indicator {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 15px
}
.menuzord-menu > li > .megamenu {
	width: 100%;
	padding: 0;
	left: 0;
	position: absolute;
	display: none;
	z-index: 99;
	background: #fff;
	border: solid 1px #00A3EF;
	-webkit-box-shadow: 2px 2px 19px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 19px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 19px 0 rgba(0,0,0,0.2)
}
.menuzord-menu > li > .megamenu.megamenu-half-width {
	width: 50%;
	left: auto
}
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
	width: 25%;
	left: auto
}
.menuzord-menu > li > .megamenu .megamenu-row {
	width: 100%;
	margin-top: 15px
}
.menuzord-menu > li > .megamenu .megamenu-row:first-child {
	margin-top: 0
}
.menuzord-menu > li > .megamenu .megamenu-row:before, .menuzord-menu > li > .megamenu .megamenu-row:after {
	display: table;
	content: "";
	line-height: 0
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
	clear: both
}
.menuzord-menu > li > .megamenu .megamenu-row .col1, .menuzord-menu > li > .megamenu .megamenu-row .col2, .menuzord-menu > li > .megamenu .megamenu-row .col3, .menuzord-menu > li > .megamenu .megamenu-row .col4, .menuzord-menu > li > .megamenu .megamenu-row .col5, .menuzord-menu > li > .megamenu .megamenu-row .col6, .menuzord-menu > li > .megamenu .megamenu-row .col7, .menuzord-menu > li > .megamenu .megamenu-row .col8, .menuzord-menu > li > .megamenu .megamenu-row .col9, .menuzord-menu > li > .megamenu .megamenu-row .col10, .menuzord-menu > li > .megamenu .megamenu-row .col11, .menuzord-menu > li > .megamenu .megamenu-row .col12 {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%
}
.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
	margin-left: 0
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
	width: 5.583333333333%
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
	width: 14.166666666666%
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
	width: 22.75%
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
	width: 31.333333333333%
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
	width: 39.916666666667%
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
	width: 48.5%
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
	width: 57.083333333333%
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
	width: 65.666666666667%
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
	width: 74.25%
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
	width: 82.833333333334%
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
	width: 91.416666666667%
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
	width: 100%
}
.menuzord .showhide {
	width: 60px;
	height: 46px;
	padding: 13px 0 0;
	display: none;
	float: right;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent
}
.menuzord .showhide em {
	width: 20px;
	height: 3px;
	margin: 3.5px 20px 0;
	float: right;
	background: #777
}
.menuzord-menu > li > a > i {
	margin: 0 5px 0 0;
	font-size: 18px;
	float: left;
	line-height: 20px;
	font-family: 'FontAwesome'
}
.menuzord-menu > li.search form {
	float: left;
	padding: 22px 16px 17px
}
.menuzord-menu > li.search form input[type="text"] {
	width: 160px;
	padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	background: #f0f0f0;
	border-radius: 2px;
	outline: 0;
	-o-transition: width 1s ease-out;
	-moz-transition: width 1s ease-out;
	-webkit-transition: width 1s ease-out;
	transition: width 1s ease-out
}
.menuzord-menu > li.search form:hover input[type="text"] {
	width: 160px
}
.menuzord-tabs {
	width: 100%;
	float: left
}
.menuzord-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}
.menuzord-tabs-nav > li > a {
	width: 100%;
	padding: 7px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #666;
	border: solid 1px #f0f0f0;
	outline: 0
}
.menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a {
	background: #f0f0f0
}
.menuzord-tabs-content {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	border: solid 1px #f0f0f0
}
.menuzord-tabs-content.active {
	display: block
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
	color: #FFF
}

@media (max-width:770px) {
.menuzord-responsive.menuzord {
	padding: 0
}
.menuzord-responsive .menuzord-brand {
	margin: 8px 30px 10px 20px;
	font-size: 20px;
	line-height: 1.55
}
.menuzord-responsive .showhide {
	margin: 0
}
.menuzord-responsive .menuzord-menu {
	width: 100%;
	float: left!important
}
.menuzord-responsive .menuzord-menu.scrollable {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
	display: block
}
.menuzord-responsive .menuzord-menu > li {
	width: 100%;
	display: block;
	position: relative
}
.menuzord-responsive .menuzord-menu > li > a {
	width: 100%;
	padding: 12px 20px;
	display: block;
	border-bottom: solid 1px #f0f0f0
}
.menuzord-responsive .menuzord-menu > li:first-child > a {
	border-top: solid 1px #f0f0f0
}
.menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
	width: 100%;
	left: 0;
	position: static;
	border: none;
	background: #fff;
	float: left
}
.menuzord-responsive .menuzord-menu ul.dropdown li {
	position: relative
}
.menuzord-responsive .menuzord-menu ul.dropdown li a {
	border-bottom: solid 1px #f0f0f0
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
	padding-left: 40px!important
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 60px!important
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 80px!important
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
	padding-left: 50px!important
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
	padding-left: 70px!important
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
	padding-left: 90px!important
}
.menuzord-responsive .menuzord-menu li .indicator {
	width: 60px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	text-align: center;
	line-height: 43px;
	border-left: solid 1px #f5f5f5
}
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
	height: 38px;
	right: 0;
	top: 0;
	font-size: 18px;
	line-height: 36px
}
.menuzord-responsive .menuzord-menu > li > .megamenu {
	width: 100%!important;
	left: 0!important;
	position: static;
	border-top: none;
	border-bottom: solid 1px #f0f0f0
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
	float: none;
	display: block;
	width: 100%!important;
	margin-left: 0;
	margin-top: 15px
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child {
	margin-top: 0
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
	margin-top: 0
}
.menuzord-responsive .menuzord-tabs-nav {
	width: 100%
}
.menuzord-responsive .menuzord-tabs-content {
	width: 100%
}
}
#content_area {
	min-height: 100px
}
#v3mainheader {
	background: #fff;
	width: 100%;
	height: 80px;
	padding: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(37%, rgba(255,255,255,0.37)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(219,219,219,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#dbdbdb', GradientType=0)
}
.menuzord, #v3mainheader2 {
	background: transparent linear-gradient(#104F90, #084686, #063F7A) repeat-x scroll 0 0 / 100% auto
}
#v3mainleft {
	float: left;
	width: 230px;
	overflow: hidden
}
#v3mainleft img {
	width: 100%;
	height: auto;
	max-width: 280px
}
#v3mainleft img:hover, .vCSS_input_addtocart:hover {
	filter: alpha(opacity=85);
	opacity: .85
}
#v3mainsearch {
	float: left;
	width: calc(100% - 380px);
	padding-left: 10px;
	padding-top: 10px
}
#v3mainright {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 12px;
	font-size: 16px
}
.cart-summary {
	font-size: 16px
}
#v3mainright img {
	width: 100%;
	height: auto;
	max-width: 90px
}
#v3mainheader2 {
	clear: both;
	width: 100%;
	height: 41px
}
.v3mobilemenubutton {
	font-size: 1.5em
}
.v3topinfobar {
	min-height: 25px;
	color: #D4F4FF;
	padding-top: 3px;
	padding-bottom: 6px;
	background: #ffee8e;
	border-bottom: 1px solid #C2C2C2
}
.v3inner {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto
}
.v3topbar li {
	display: inline;
	list-style-type: none;
	padding-right: 20px
}
.v3topbar li a {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
	filter: alpha(opacity=70);
	opacity: .7
}
.v3topbar li a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	text-decoration: none
}
.icon-freeship {
	color: #0659a8;
	font-size: 150%;
	position: relative;
	bottom: -.2em
}
.icon-cart {
	font-size: 175%;
	position: relative;
	bottom: -.2em
}
#v3mainmenu {
	background: #17b3ff;
	height: 40px;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto
}

@media (max-width: 1006px) {
.v3topbar li a {
	font-size: .9em
}
}

@media (max-width: 956px) {
.v3topbar li {
	padding-right: 20px
}
.v3topbar li a {
	font-size: .85em
}
}

@media (max-width: 805px) {
.v3topbar li {
	padding-right: 5px
}
}
#v3homewrapper {
	width: 100%;
	margin: 0 auto
}
.v3heading, .hometitles, .selectheader {
	font-family: "nimbus-sans-condensed", sans-serif
}
.hometitles {
	font-size: 1.95em
}
#v3homebrand, .v3homebrand {
	font-size: 16px
}
#v3homebrand, .v3homebrand a {
	font-weight: 700;
	color: #0659a8
}
#v3homebrand, .v3homebrand p a {
	font-weight: 300;
	color: #6B6B6B;
	text-decoration: none
}
div.bl-testimonial { display: none; } 
@media (max-width: 769px) {
#v3homebrand, .v3homebrand {
	font-size: 14px
}
}
.v3heading, .selectheader {
	font-size: 2em;
	font-weight: 700
}
.pagetitles2 {
	font-size: 2em;
	font-weight: 700;
	font-family: "nimbus-sans-condensed", sans-serif;
	width: 100%;
	text-align: center;
	background-color: #0898DE;
	color: #fff;
	padding: 5px;
	text-transform: uppercase
}
#v3headerinner {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto
}
.floatleft {
	float: left;
	padding-right: 20px;
	max-width: 150px;
	width: 100%;
	height: auto;
	min-height: 150px
}
.floatleft img {
	padding-top: 15px
}
.#printermodeltitles, .printermodeltitles, #catmodeltitles, .catmodeltitles, #detailpagetitles, .detailpagetitles, .homepagetitles {
width:100%;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:700;
color:#fff;
font-weight:bold;
background-color:#0fa7f0;
padding:8px;
font-size:15px;
clear:both;
border-top:10px #fff solid
}
#detailpagetitles h1, .homepagetitles h1 {
	font-size: 1.1em;
	padding: 0
}
.detailpagemodels, .catpagemodels, .catpagemodels, .detailpagemodels {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	color: #636363;
	font-size: 1.1em
}
.catpagemodels li a {
	color: #0FA7F0!important;
	font-weight: 300
}
.detailpagemodels li, .catpagemodels li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
	padding: 3px;
	float: left;
	min-width: 265px;
	max-width: 100%;
	width: 25%;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 5px
}
.detailpagemodels li a, .catpagemodels li a {
	color: #0898DE;
	display: block;
	text-decoration: none
}
.detailpagemodels, .catpagemodels {
	width: 100%;
	padding: 0
}
.detailpagetitles h1 {
	font-size: 1.1em;
	padding: 0
}
.detailpagemodels, .catpagemodels {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	color: #0fa7f0;
	font-size: 1.1em;
	font-weight: 700
}
.detailpagemodels, .catpagemodels {
	width: 100%;
	padding: 0
}
.detailpagedesc {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
	font-size: 1.1em
}
.detailspecs {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
	font-size: 1.1em
}
.detailspecs li {
	list-style: none
}
.detailspecs span {
	float: left;
	padding-right: 15px;
	color: #0fa7f0;
	font-weight: 700;
	min-width: 200px
}
.detailspecs li span:before {
	position: relative;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	top: 0;
	left: -5px;
	content: "\f00c"
}
#detailpagedesc {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
	font-size: .9em
}
.faqheader {
	color: #0898DE;
	font-weight: 700;
	text-transform: uppercase
}
#home-mostpopularlaser ul, #home-mostpopularinkjet ul {
	padding: 0;
	list-style-type: none;
	margin: 0 auto
}
#home-mostpopularlaser li, #home-mostpopularinkjet li {
	list-style: none;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #ebf7fd;
	border: 1px solid #dcdcdc
}
#home-mostpopularlaser li a, #home-mostpopularinkjet li a {
	color: #636363;
	display: block;
	text-decoration: none;
	padding: 5px
}
#home-mostpopularlaser li a:hover, #home-mostpopularinkjet li a:hover {
	background-color: #00A3EF;
	color: #fff
}
#home-mostpopularlaser, #home-mostpopularinkjet {
	width: 50%;
	float: left;
	padding: 0
}
.homepagetitles2 {
	font-weight: 700;
	color: #fff;
	font-weight: bold;
	background-color: #0fa7f0!important;
	font-size: 15px;
	padding: 10px -5px 10px 5px !important
}
#home-mostpopularlaser > ul:nth-child(1) > li:nth-child(1), #home-mostpopularinkjet > ul:nth-child(1) > li:nth-child(1) {
	padding: 10px
}
.menuimg img {
	width: 100%;
	max-width: 1150px;
	height: auto
}
.menupadding {
	padding: 0;
	background-image: url(/v/vspfiles/V3_Images/customer-service-dropdown.jpg);
	background-repeat: no-repeat;
	background-size: 100%
}
.menupadding p {
	padding: 15px
}
#v3homebrand, .v3homebrand {
	width: 33.3%;
	float: left;
	min-height: 300px;
	padding: 5px
}
.bodytext2 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.9;
	font-weight: 300;
	color: #3D3D3D
}
#v3right {
	min-height: 300px
}

@media (max-width: 964px) {
.desktoponly {
	display: none;
	height: 0
}
}

@media (max-width: 1024px) {
#v3homebrand, .v3homebrand {
	min-height: 350px
}
}

@media (max-width: 768px) {
#v3right {
	min-height: 275px
}
}

@media (max-width: 767px) {
#v3homebrand, .v3homebrand {
	width: 50%;
	float: left;
	padding: 5px;
	min-height: 400px
}
#home-mostpopularlaser, #home-mostpopularinkjet {
	width: 100%;
	float: left;
	padding: 0;
	clear: both
}
#v3left {
	clear: both
}
#v3left, #v3right {
	width: 100%!important
}
#v3right {
	min-height: 300px;
	padding-top: 15px
}
#mobile-logo {
	padding-right: 25px
}
#mobile-logo img {
	max-width: 135px!important;
	padding-top: 10px!important
}
.v3heading, .selectheader {
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px
}
#searchwrapperv3 {
	padding-left: 8px;
	padding-right: 8px
}
#v3mainheader, #v3mainheader2, .v3topinfobar {
	display: none;
	height: 0
}
.orderingfloatright {
	float: none!important
}
}

@media (max-width: 887px) {
.menuzord-menu > li > a {
	padding-top: 12px;
	font-size: 11px;
	line-height: 1.63
}
}

@media (min-width: 768px) {
#mobileheadercontainer, #mobilesearchcontainer {
	display: none;
	height: 0
}
.more-ellipsis {
	display: none;
	height: 0
}
}
#v3left {
	float: left;
	width: 50%
}
#v3right {
	float: left;
	width: 50%
}
#v3left {
	text-align: center
}
#home-mostpopularlaser {
	clear: both
}
#homeblock1, .homeblock1 {
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0
}
.homeblock2 {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	display: block;
	background-color: #0659a8
}
img[src*="nextopiav1"] {
	display: none!important
}
img[src*="btn_largerphoto"] {
	display: none!important
}
img[src*="clear1x1.gif"] {
	display: none!important;
	height: 0!important
}
.fbsubscribelink {
	display: none;
	height: 0
}
#blogfeed {
	clear: both
}
img[src*="buzzboost-pwrd"] {
	display: none!important
}
.feedTitle a {
	font-weight: 700;
	background-color: #00A3EF;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	display: block
}
.feedburnerFeedBlock ul {
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	list-style-type: none
}
.feedburnerFeedBlock li a {
	font-size: 14px
}
.feedburnerFeedBlock li {
	display: block;
	border-collapse: collapse;
	padding: 5px;
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 5px
}
.feedburnerFeedBlock .date {
	color: #959595;
	margin-top: 2px;
	font-style: italic
}
.feedburnerFeedBlock .headline {
	font-weight: 700;
	font-size: 16px
}
#homepagewarranty {
	text-align: center;
	width: 100%;
	border: 1px solid #E3E3E3;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	clear: both;
	background-color: #B4D1DF;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left
}
#homepagewarranty a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px
}
#homepagewarranty a:hover {
	background-color: #0fa7f0
}
#searchwrapperv3 {
	width: 99%;
	margin: 0 auto
}
.searchbox3 {
	padding-left: 10px;
	background: #D4F4FF;
	width: calc(100% - 40px);
	height: 40px;
	border: 1px solid #D4D4D4;
	border-radius: 3px 0 0 3px;
	color: #000
}
.searchbox_submit2 {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 40px;
	color: #fff;
	text-transform: uppercase;
	background: #00A3EF;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3)
}
.searchbox_submit2:hover {
	background: #32B8F7
}
.searchbox_submit2:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #00A3EF;
	top: 12px;
	left: -6px
}
.searchbox_submit2:hover:before {
	border-right-color: #32B8F7
}
.searchbox_submit2:focus:before, .search-wrapper button:active:before {
	border-right-color: #00A3EF
}
.searchbox_submit2::-moz-focus-inner {
border:0;
padding:0
}

@media (max-width: 787px) {
#v3right {
	background-color: #0659a8;
	text-align: center
}
}
#tonerfindercontainer {
	width: 100%;
	height: 180px;
	padding: 10px
}
.v3selector {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	background: #fff
}
.selectheader {
	width: 100%;
	text-align: center
}
.v3selector select {
	width: calc(100% + 25px)!important;
	font-family: "nimbus-sans-condensed", sans-serif;
	background-color: #0FA7F0;
	background-image: url(vspfiles/V3_Images/down-arrow.png);
	background-position: right;
	background-position: right 35px center;
	background-repeat: no-repeat;
	color: #fff!important;
	min-width: 275px;
	width: 100%;
	padding: 8px;
	font-size: 1.4em!important;
	border: none;
	border-radius: 0;
	height: 45px!important;
	width: auto\9;
	position: relative\9;
	-webkit-appearance: none
}
.v3selector select option {
	background-color: #fff;
	color: #000
}
.v3selector select:disabled {
	filter: alpha(opacity=50);
	opacity: .5
}
#tonerfindercontainer2 {
	width: 100%;
	height: 180px;
	padding: 10px
}
.v3selector2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	background: #fff
}
.v3selector2:after {
	position: absolute;
	font-family: 'FontAwesome'!important;
	top: 7px;
	right: 20px;
	content: "\f063";
	color: #fff;
	font-size: 1.5em
}
.v3selector2 select {
	width: calc(100% + 25px)!important;
	font-family: "nimbus-sans-condensed", sans-serif;
	background-color: #0FA7F0;
	color: #fff!important;
	min-width: 275px;
	width: 100%;
	padding: 8px;
	font-size: 1.75em!important;
	border: none;
	border-radius: 0;
	height: 45px!important;
	width: auto\9;
	position: relative\9;
	-webkit-appearance: none
}
.v3selector2 select option {
	background-color: #fff;
	color: #000
}
.v3selector2 select:disabled {
	filter: alpha(opacity=50);
	opacity: .5
}
#quotes {
	height: 70px;
	margin: 0;
	padding-right: 20px;
	font-size: 14px;
	position: relative
}
.textItem {
	position: absolute;
	display: none;
	width: 100%
}
#mobileheadercontainer {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	background-image: url(/v/vspfiles/V3_Images/mobilebg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #0898de;
	padding-top: 3px;
	top: 0;
	z-index: 10;
	position: fixed
}
#mobilesearchcontainer {
	padding: 5px;
	z-index: 11;
	margin-top: 70px
}
.mobile-left-column {
	float: left;
	width: 40px;
	height: 60px;
	padding-left: 15px;
	padding-top: 10px;
	text-align: center;
	color: #0898DE
}
#mobile-logo {
	overflow: hidden;
	height: 60px;
	text-align: center
}
#mobile-logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 180px;
	height: auto;
	padding-top: 3px
}
.mobile-right-column {
	float: right;
	width: 60px;
	height: 60px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle
}
.mobile-right-column > img {
	width: 100%;
	max-width: 55px;
	height: auto
}
.mobile-left-column > img {
	width: 100%;
	max-width: 35px;
	height: auto
}
.cbp-qtrotator {
	width: 100%;
	min-height: 110px;
	position: relative;
	float: left;
	margin: 0
}
.cbp-qtcontent {
	width: 100%;
	height: auto;
	position: absolute;
	min-height: 130px;
	top: 0;
	z-index: 2;
	display: none;
	overflow: hidden
}
.cbp-qtrotator .cbp-qtcontent.current {
	display: block
}
.cbp-qtrotator blockquote {
	margin: 5px 0 0 40px;
	padding: 0
}
.cbp-qtrotator blockquote p {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #888;
	font-weight: 300;
	margin: .4em 4em 1em
}
.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
	color: #888
}
.cbp-qtrotator blockquote footer:before {
	content: '-- '
}
.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0;
	z-index: 9
}
.cbp-qtrotator blockquote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-weight: 700;
	font-size: 60px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px
}
.cbp-qtrotator blockquote::after {
	content: ""
}
.cbp-qtrotator blockquote p {
	font-size: 1.5em;
	line-height: 1.42;
	color: #888
}
.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: .5em;
	max-width: 50px;
	width: 100%;
	height: auto
}
.bl-testimonial {
	width: 46%;
	min-height: 150px;
	position: relative;
	float: left;
	margin: 15px;
	padding: 15px;
	border: 1px solid #0898DE;
	background-color: #D4F4FF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: table-cell
}
.bl-testimonial blockquote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-weight: 700;
	font-size: 60px;
	color: #0898DE;
	position: absolute;
	left: 5px;
	top: -8px
}
.bl-testimonial blockquote::after {
	content: ""
}
.bl-testimonial blockquote {
	margin: 5px 0 0 5px;
	padding: 0
}
.bl-testimonial blockquote p {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #888;
	font-weight: 300;
	margin: .4em 1.5em 1em
}
.bl-testimonial blockquote footer {
	font-size: 1em;
	color: #002C3C
}
.bl-testimonial blockquote footer:before {
	content: '-- '
}
.bl-testimonial blockquote p {
	font-size: 1.3em;
	line-height: 1.3;
	color: #002C3C;
	display: inline
}
.bl-testimonial img {
	float: right;
	margin-left: .5em;
	margin-top: .2em;
	max-width: 50px;
	width: 100%;
	height: auto
}

@media (max-width: 769px) {
.bl-testimonial {
	width: 45%;
	display: table-cell
}
}

@media (max-width: 765px) {
.bl-testimonial {
	width: 90%;
	clear: both;
	margin-bottom: 15px
}
}

@media screen and (max-width: 30.6em) {
.cbp-qtrotator {
	font-size: 70%
}
.cbp-qtrotator img {
	width: 60px;
	height: auto
}
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.icon-drop:before, .icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px
}
.icon-drop:before {
	content: "\e000"
}
.icon-arrow-left:before {
	content: "\f060"
}
.reference {
	text-align: center;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: .2em
}
.vCSS_breadcrumb_td, .vCSS_breadcrumb_td a {
	color: #8F8F8F;
	font-weight: 400
}
.productnamecolorLARGE {
	font-family: "nimbus-sans-condensed", sans-serif
}
.printermodeltitles, .catmodeltitles, .detailpagetitles {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	font-weight: bold;
	background-color: #0fa7f0;
	padding: 8px;
	font-size: 15px;
	clear: both;
	border-top: 10px #fff solid
}

@media (max-width: 768px) {
.detailpagemodels li, .catpagemodels li {
	width: 50%
}
}

@media (max-width: 607px) {
.detailpagemodels li, .catpagemodels li {
	width: 100%
}
}
.v3shippingoptions {
	width: 100%;
	border: solid 1px #C6C6C6;
	line-height: 1;
	font-size: .8em
}
.v3shippingoptions ul, li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0
}
.v3shippingoptions li {
	padding: 10px
}
.v3shippingoptionsalt, .orderingcallout {
	background: #DBDBDB
}
.orderingcallout {
	padding: 15px;
	line-height: 1
}
.orderingfloatright {
	float: right;
	padding-left: 5px;
	font-weight: 700
}
#v3footercontainer {
	width: 100%;
	min-height: 150px;
	background: transparent linear-gradient(#104F90, #084686, #063F7A) repeat-x scroll 0 0 / 100% auto;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px
}
.v3copyrighttext {
	line-height: 2em;
	clear: both
}
.v3volusionlink a {
	color: #fff
}
.v3footermain {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 15px
}
.v3footermain p, .v3copyrighttext a {
	color: #D4F4FF;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4;
	font-weight: 300;
	padding-top: 15px
}
.container2 {
	background: transparent linear-gradient(#104F90, #084686, #063F7A) repeat-x scroll 0 0 / 100% auto
}
.v3footercolumns {
	color: #00A3EF;
	font-weight: 700;
	font-size: 1.1em
}
.v3footercolumns ul {
	width: 25%;
	float: left;
	min-height: 100px;
	padding: 5px
}
.v3footercolumns li a {
	color: #D4F4FF;
	font-weight: 300;
	font-size: .9em;
	filter: alpha(opacity=90);
	opacity: .9
}
.v3footercolumns li a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	color: #fff
}
.v3footericons {
	padding-bottom: 20px
}
.v3footericons img {
	padding-right: 50px;
	max-height: 100%;
	height: 65px;
	width: auto
}
.v3footericons img:hover {
	filter: alpha(opacity=80);
	opacity: .8
}

@media (max-width: 768px) {
.v3footericons img {
	height: 45px
}
}

@media (max-width: 620px) {
.v3footercolumns ul {
	width: 50%;
	min-height: 125px
}
.v3footericons img {
	padding-right: 20px;
	max-height: 100%;
	height: 30px
}
}
.V3brands img {
	width: auto;
	height: 100%;
	max-height: 110px
}
.V3brands img:hover {
	filter: alpha(opacity=80);
	opacity: .8
}
.freeshipicon {
	font-size: 20px
}
.icon-75 {
	position: relative;
	top: 3px
}
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?3zg9le');
    src:    url('fonts/icomoon.eot?3zg9le#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?3zg9le') format('truetype'),
        url('fonts/icomoon.woff?3zg9le') format('woff'),
        url('fonts/icomoon.svg?3zg9le#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-freeship99:before {
    content: "\e900";
}
.icon-chat:before {
    content: "\e905";
}
.icon-cart:before {
    content: "\e904";
}
.icon-account:before {
    content: "\e903";
}
.icon-govt:before {
    content: "\e907";
}
.icon-ink:before {
    content: "\e90b";
}
.icon-phone:before {
    content: "\e908";
}
.icon-printer:before {
    content: "\e90c";
}
.icon-scool:before {
    content: "\e909";
}
.icon-tracking:before {
    content: "\e90a";
}
.icon-LifetimeWarranty:before {
    content: "\e90d";
}



*, :after, ::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.themobile {
	border: none;
	background: none;
	color: #0898DE;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	bottom: .25em;
	padding: 0
}
html, .st-container, .st-pusher, .st-content {
	height: 100%
}
.st-content {
	overflow-y: scroll
}
.st-content, .st-content-inner {
	position: relative
}
.st-container {
	position: relative;
	overflow: hidden
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s
}
.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width .1s 0.5s, height .1s .5s;
	transition: opacity 0.5s, width .1s 0.5s, height .1s .5s
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 220px;
	height: 100%;
	background: #0898DE;
	-webkit-transition: all .5s;
	transition: all .5s
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width .1s 0.5s, height .1s .5s;
	transition: opacity 0.5s, width .1s 0.5s, height .1s .5s
}
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow .3s;
	transition: background 0.3s, box-shadow .3s;
	border-bottom: 1px solid #056FA2
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff
}
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.st-effect-1.st-menu::after {
	display: none
}
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
	padding-left: 300px
}
.pr-snippet-read-write {
	font-size: .9em!important
}
a.pr-snippet-link {
	color: #999!important
}
.pr-snippet-wrapper {
	border: none!important;
	background: none!important;
	height: 40px
}
.pr-snippet-read-write {
	border: none!important;
	background: none!important;
	text-align: center;
	clear: both;
	margin-top: .2em
}
.pr-snippet-stars {
	border: none!important;
	background: none!important;
	float: left;
	margin-right: .3em
}
#pr-review-faceoff-negative {
	padding-left: 25px!important
}
#VCompare0_link, #VCompare0_checkbox {
	display: none;
	height: 0
}
#expanderHead {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	color: #000;
	border: 1px solid #c9c9c9;
	background-color: #FFDD27;
	position: relative;
	left: -5px
}
.pr-review-faceoff, .pr-snapshot-body, .pr-review-sort, .pr-contents {
	background-color: #00A3EF!important;
	border-color: #E2E2E2!important
}
.pr-contents-wrapper {
	border-color: #E2E2E2!important
}
.pr-snapshot-head {
	background-color: #00A3EF!important;
	color: #fff!important;
	background-image: none!important;
	border-color: #E2E2E2!important
}
.pr-snapshot-head a {
	color: #fff!important
}
.pr-snapshot-head-wrapper {
	color: #fff!important
}
.pr-snapshot-body-wrapper {
	border: 1px solid #E2E2E2!important;
	padding-top: 15px!important
}
#dakota_review {
	font-size: inherit!important
}
.pr-review-faceoff-img {
	border-right: 1px solid #E6E6E6!important;
	left: 45%!important
}
#categorymodelleft {
	width: calc(100% - 110px)
}
#categorymodelright {
	float: right;
	width: 175px
}
#categorymodelright img {
	width: 100%;
	max-width: 175px;
	height: auto
}
.v3catbody {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	color: #000;
	font-weight: 300;
	margin: .4em 0 1em;
	line-height: 1.3;
	padding-right: 15px
}
.v3catheading {
	font-family: 'Lato', sans-serif;
	font-size: 1.7em;
	color: #0fa7f0;
	font-weight: 700;
	margin: .4em 0 1em;
	margin-bottom: 0;
	padding-right: 15px
}

@media (max-width: 767px) {
#categorymodelright {
	display: none;
	height: 0
}
#categorymodelleft {
	width: 100%
}
}
#v3socialshare p {
	padding: 0;
	width: 100%;
	text-align: right!important
}
#v3socialshare a {
	color: #5AC5F9;
	font-size: 1.2em
}
#v3socialshare a:hover {
	filter: alpha(opacity=85);
	opacity: .85
}
.V3brands img {
	width: auto;
	height: 100%;
	max-height: 110px
}
.V3brands img:hover {
	filter: alpha(opacity=80);
	opacity: .8
}
.pr-snippet-wrapper, .pr-snippet-stars, .pr-snippet-read-write {
	border: none!important;
	background: none!important
}
#sc_header2 {
	margin-bottom: 20px;
	position: relative
}

@media (max-width: 767px) {
#VolusionChat_Button {
	display: none;
	height: 0
}
}
img[src*="Icon_FreeShipping_Small"] {
	display: none!important
}
#v65-onepage-CartSummary {
	width: 400px
}
.v3catdropdowns img {
	float: left;
	padding-right: 10px;
	width: 32px;
	height: auto;
	padding-top: 10px
}
#cd {
	width: 98%;
	position: relative;
	top: 15px;
	right: 5px;
	padding: 10px;
	background-color: #CA0003;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 2px #555;
	border-radius: 6px;
	border-color: #3D0000;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px
}
.floatright {
	float: right;
	padding-left: 5px
}
.floatleft {
	float: left;
	padding-right: 5px
}

@media (max-width: 607px) {
.floatright {
	float: none;
	clear: both
}
.floatleft {
	float: none;
	clear: both
}
.column1 {
	text-align: center
}
}
.column1 img {
	max-height: 100px;
	width: auto
}
.column1 {
	position: relative;
	top: 25px;
	border-top: 1px solid #D4D5D6;
	clear: both;
	padding-bottom: 20px
}
.v3dealprice {
	font-size: 1.2em;
	color: #CA0003;
	font-weight: 700
}
.v3regprice {
	font-size: 1.2em;
	color: #000;
	font-weight: 700
}
.v3dealtitles {
	font-size: 1.2em;
	color: #0898DE;
	font-weight: 700
}
.v3stock {
	position: relative;
	top: 5px;
	padding-bottom: 5px;
	color: #0898DE;
	font-size: 1.3em
}
.v-product {
	vertical-align: top;
	width: 100%!important;
	clear: both!important;
	text-align: left!important;
	border-bottom: 1px solid #D1D1D1
}
.v-product .v-product__img {
	float: left!important;
	padding-right: 15px!important
}
.v-product .v-product__title {
	font-size: 1.5em!important
}
.v-product__img {
	display: block;
	min-height: 200px;
	min-width: 200px
}

@media (max-width: 607px) {
.v-product {
	text-align: center!important
}
.v-product .v-product__img {
	float: none!important;
	clear: both!important
}
.v-product .v-product__title {
	font-size: 1.1em!important
}
.v-product__img {
	display: block;
	min-height: 100px;
	min-width: 200px
}
.v3catheading {
	font-size: 1.1em
}
.v3refine {
	display: none;
	height: 0
}
}

@media (max-width: 607px) {
.dakota_review_snippet_category {
	width: 210px!important;
	overflow: hidden!important;
	margin: 0 auto!important
}
}
img[src*="btn_go_gray"] {
	position: relative;
	left: 15px
}

@media (max-width: 607px) {
.catpagefilter {
	display: none;
	height: 0
}
}

@media (max-width: 607px) {
.more-hidden {
	display: none
}
}

@media (min-width: 608px) {
.more-link {
	display: none;
	height: 0
}
}
.more-link {
	margin-left: 1em;
	padding: .125em;
	text-decoration: none
}
#holidaymessage {
	width: 100%;
	padding: 15px;
	background-color: #E10003;
	color: #fff;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.3
}

@media (max-width: 607px) {
#holidaymessage {
	display: hidden;
	height: 0
}
}

@media screen {
#v3printonly {
	display: none
}
}

@media print {
#v3printonly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 3px solid #00A3EF;
	display: block;
	padding-bottom: 15px;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
#v3printonly, #v3printonly * {
	visibility: visible
}
.v3catbody {
	font-size: 12px
}
#v65-productdetail-action-wrapper, .dakota_review_snippet_category, .v3footercolumns, .v3footericons, #v3mainheader, .v3topinfobar, #dakota_review, #dakota_review_snippet, .vCSS_breadcrumb_td, #expanderHead, #div_articleid_64, .sellpointsmobile, #betteroffer, .bl-testimonial, .mobileheadercontainer, #mobilesearchcontainer, #v3left {
	display: none!important
}
#page {
	padding-top: 60px
}
#product_photo {
	max-height: 100px;
	width: auto
}
.product_productprice {
	top: 75px
}
.detailpagemodels > li {
	width: 200px!important;
	font-size: 10px;
	display: block;
	font-weight: 300
}
ul, ol, li {
	page-break-inside: avoid
}
#v3right {
	background-color: #ACACAC!important
}
#v3mainheader {
	display: block
}
body {
	background-image: none!important
}
a:link:after, a:visited:after {
	content: ""
}
*, body, #menuzord {
	page-break-after: avoid!important;
	overflow: visible!important
}
@page {
	size: 8.5in 11in;
	margin: 2cm
}
html, body {
	height: auto!important
}
.v65-cart-details-text, .carttext, .colors-text {
	font-size: 12px!important
}
.v3cartshiprates {
	font-size: 10px;
	color: #000
}
}
.v3cartaccount {
	display: inline-block;
	text-align: center;
	color: #0898DE;
	padding-right: 10px
}
.v3cartaccount a {
	color: #0898DE;
	font-weight: 700;
	font-size: 15px
}
.icon, .ghost__content {
	display: inline-block;
	vertical-align: top!important;
	text-align: center!important
}
#betteroffer {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #00B30B;
	font-weight: 700
}
#betteroffer a:before {
	position: relative;
	font-family: FontAwesome;
	top: 0;
	left: -5px;
	content: "\F058"
}
#betteroffer a {
	padding: 6px 12px;
	background: #599008;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
font.carttext:nth-child(2) > b:nth-child(1) {
	background-color: #599008;
	padding: 3px 10px;
	color: #fff!important;
	font-weight: 700
}
.v3cartshiprates {
	background-color: #FFF8D4;
	padding: 5px;
	min-width: 250px;
	border: 1px solid #FFDD27;
	max-width: 500px;
	line-height: 1.4
}
#mc_embed_signup {
	clear: left;
	font: 16px Helvetica, Arial, sans-serif;
	padding: 20px;
	width: 100%;
	max-width: 440px;
	text-align: center
}
.inputemail {
	padding: 10px;
	width: 330px;
	margin-left: 5px
}
.orange-flat-button {
	position: relative;
	vertical-align: top;
	width: 350px;
	height: 50px;
	padding: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
	background: #f39c12;
	border: 0;
	border-bottom: 2px solid #e8930c;
	-webkit-box-shadow: inset 0 -2px #e8930c;
	box-shadow: inset 0 -2px #e8930c;
	cursor: pointer
}
.orange-flat-button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
#wisepop-rocked {
	display: none!important;
	height: 0!important
}
.gsacontact, .submitpo {
	float: left;
	margin-right: 15px;
	width: 200px
}
#govmain img {
	float: right;
	padding-left: 15px;
	max-width: 570px;
	height: auto;
	width: 100%
}
.submitapo {
	padding: 4px;
	background: rgba(150,150,150,1.00);
	border-radius: 8px;
	width: 150px;
	display: block;
	text-align: center
}
.second a {
	color: #fff;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333
}
.second {
	padding: 10px 15px;
	background: #4479BA;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 20px
}
.second:hover {
	background: #356094;
	border: solid 1px #2A4E77;
	text-decoration: none
}
.second:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	background: #2E5481;
	border: solid 1px #203E5F
}
.nxt-logo {
	display: none!important;
	height: 0!important
}
.nxt-results-container {
	padding-top: 20px;
	padding-bottom: 20px
}
.nxt-product-item {
	min-height: 355px
}
.homelink {
	line-height: .7
}
.v65-productDisplay-row a {
	color: #0898DE;
	font-size: 16px;
	font-weight: 700
}
font.productnamecolorSMALL > b:nth-child(1) {
	background-color: #0FA7F0!important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	text-indent: 0
}
.productnamecolorLARGE, a.productnamecolorLARGE {
	font-size: 28px;
	font-weight: 700;
	text-decoration: none
}
table.v65-productDisplay .productnamecolor {
	color: #0898DE;
	word-break: break-all;
	font: 700 15px 'Source Sans Pro', Arial, Sans-Serif
}
#content_area #divWaitModal + table > tbody > tr:first-child b a {
	color: #828282;
	font-weight: 400!important;
	font-size: 12px!important
}
#content_area #divWaitModal + table > tbody > tr:first-child b {
	color: #828282;
	font-weight: 400!important;
	font-size: 12px!important
}

@media (max-width: 607px) {
#content_area #divWaitModal + table > tbody > tr:first-child b a {
	display: none!important;
	height: 0!important
}
#content_area #divWaitModal + table > tbody > tr:first-child b {
	display: none!important;
	height: 0!important
}
}
td.vCSS_breadcrumb_td a,/*Targets text*/ td.vCSS_breadcrumb_td b /*Targets greater-than symbol*/ {
	color: #535353;
	font-size: 14px;
	font-weight: 400
}

@media (max-width: 607px) {
td.vCSS_breadcrumb_td a,/*Targets text*/ td.vCSS_breadcrumb_td b /*Targets greater-than symbol*/ {
	display: none;
	height: 0;
	color: rgba(255,255,255,0.0)
}
}
font.productnamecolorLARGE.colors_productname {
	color: #000;
	display: inline-block;
	font-size: 26px;
	font-weight: 300
}
#v65-product-parent > tbody > tr:first-child + tr > td[align="right"] {
	padding-left: 5px;
	margin-bottom: 4%;
	width: 100%;
	background: none
}
.colors_pricebox select td, .colors_pricebox input td {
	border: 1px solid #5b5d5e;
	color: #666
}
.product_productprice {
	padding-top: 10px
}

@media (max-width: 1049px) {
.v65-productdetail-cartqty {
	padding: 5px 3px!important;
	min-width: 10px!important
}
}

@media (max-width: 766px) {
.product_productprice {
	padding-left: 0;
	padding-top: 10px
}
}
span + .colors_pricebox {
	background: none;
	padding: 10px 15px
}
td[background="/v/vspfiles/templates/have_hold_r/images/PBox_Border_Left.gif"] + td {
	padding: 15px
}
.colors_pricebox span[itemprop="description"] {
	color: #a0a0a0;
	display: block;
	font-size: 12px;
	margin-bottom: 10px
}
span.product_code_title, span.product_code {
	color: #707070;
	font-size: 1em;
	font-style: normal;
	font-weight: 700
}
.colors_pricebox .product_listprice, .colors_pricebox .product_listprice b {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400
}
.colors_pricebox .product_productprice, .colors_pricebox .product_productprice b {
	color: #d51f00!important;
	font-size: 20px;
	font-weight: 700!important;
	padding-left: 150px;
	position: relative
}

@media (max-width: 1103px) {
.colors_pricebox .product_productprice, .colors_pricebox .product_productprice b {
	position: relative;
	padding-left: 150px
}
}

@media (max-width: 1025px) {
.colors_pricebox .product_productprice, .colors_pricebox .product_productprice b {
	padding-left: 0;
	padding-top: 10px
}
.v65-productdetail-options {
	font-size: 10px
}
}
.colors_pricebox .product_saleprice, .colors_pricebox .product_saleprice b {
	color: #e6be00;
	font-size: 18px;
	font-weight: 400
}
.colors_pricebox .product_dealprice, .colors_pricebox .product_dealprice b {
	color: #e6be00;
	font-size: 18px;
	font-weight: 400
}
.colors_pricebox .product_yousave {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 600!important;
	font-style: normal!important
}
br + .colors_pricebox {
	background: none;
	margin-top: 35px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 5%
}
br + .colors_pricebox > tbody > tr > td > table > tbody > tr:first-child > td:first-child:before {
	background: none;
	bottom: 100%;
	color: #fff;
	content: "Choose your options:";
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #303334;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-indent: 0;
	width: 100%
}
.colors_pricebox img[src$="Options_Text_Choose.gif"] {
	display: none
}
table#options_table font.colors_productname b {
	color: #a0a0a0;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: uppercase
}
br + .colors_pricebox table td {
	color: #a0a0a0
}
#options_table {
	font-size: 12px;
	margin-left: 0
}
#options_table td {
	padding: 2px 0
}
#options_table script + br + table > tbody > tr:first-child > td:first-child {
	padding: 2px 0 0 48px;
	display: block
}
br + .colors_pricebox script + br + table input.v65-productdetail-cartqty {
	margin: 0 auto
}
br + .colors_pricebox script + br {
	display: none
}
br + .colors_pricebox td[width="1"] + td[valign="top"] br + table {
	width: 100%
}
br + .colors_pricebox td[width="1"] + td[valign="top"] br + table > tbody > tr:first-child > td {
	display: block;
	padding: 10px 0 0
}
br + .colors_pricebox td[width="1"] + td[valign="top"] br + table > tbody > tr:first-child > td:first-child {
	padding-left: 0
}
img[src*="Icon_FreeShipping"] {
	display: none!important
}

@media (max-width: 768px) {
.sellpointsdesktop {
	position: absolute
}
.colors_pricebox img {
	max-width: 350px!important
}
.v3stock {
	position: relative;
	top: 95px
}
span.product_code_title, span.product_code {
	position: relative;
	top: 75px
}
.colors_pricebox .product_productprice b {
	position: relative;
	font-size: 20px
}
}

@media (max-width: 607px) {
#v65-productdetail-action-wrapper {
	height: 60px;
	background: transparent linear-gradient(#104F90, #084686, #063F7A) repeat-x scroll 0 0 / 100% auto;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	border-top: solid 4px #be0101;
	width: 100%;
	padding-left: 20%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.9;
	font-weight: 300;
	color: #fff
}
#content_area {
	padding: 15px 0!important
}
.container {
	padding-left: 0!important
}
.sellpointsdesktop {
	display: none!important
}
#product_productprice {
	background: transparent linear-gradient(#104F90, #084686, #063F7A) repeat-x scroll 0 0 / 100% auto;
	color: #fff;
	width: 100%
}
}

@media (min-width: 608px) {
.sellpointsmobile {
	display: none!important
}
.sellpointsdesktop {
	display: block!important
}
}
input.vCSS_input_addtocart {
	display: block;
	margin: 10px auto;
	padding-left: 5px
}
input#v65-product-wishlist-button {
	display: block;
	margin: 0 auto 10px
}
img.vCSS_img_add_to_wishlist {
	display: block;
	margin: 0 auto
}
br + .colors_pricebox img.vCSS_img_add_to_wishlist {
	margin-bottom: 10px
}
td[background$="PBox_Border_Left.gif"] + td > table > tbody > tr > td:first-child {
	display: block;
	padding: 0 15px
}
td#v65-productdetail-action-wrapper {
	text-align: center
}

@media (max-width: 607px) {
td#v65-productdetail-action-wrapper {
	display: block
}
td.vCSS_breadcrumb_td, .colors_productname {
	position: relative;
	top: -15px
}
#product_photo {
	position: relative;
	top: -5px
}
#dakota_review_snippet {
	position: relative;
	top: -40px;
	width: 190px!important;
	text-align: left;
	font-size: 14px
}
.pr-snippet-read-write {
	position: relative;
	top: -15px
}
}
.colors_pricebox img {
	width: 100%;
	max-width: 427px
}
.v3stock {
	font-size: 1.2em;
	color: #269E00;
	font-weight: 700
}
span#Header_ProductDetail_ProductDetails_span, span#Header_ProductDetail_TechSpecs_span, span#Header_ProductDetail_ExtInfo_span, td#Header_ProductDetail_ProductDetails.vCSS_tab_unselected span#Header_ProductDetail_ProductDetails_span, td#Header_ProductDetail_TechSpecs.vCSS_tab_unselected span#Header_ProductDetail_TechSpecs_span, td#Header_ProductDetail_ExtInfo.vCSS_tab_unselected span#Header_ProductDetail_ExtInfo_span {
	background: #15191d;
	border: 1px solid #343536;
	color: #a0a0a0;
	border-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600!important;
	line-height: 30px;
	padding: 0 15px
}
td#Header_ProductDetail_ProductDetails span#Header_ProductDetail_ProductDetails_span, td#Header_ProductDetail_ProductDetails.vCSS_tab_selected span#Header_ProductDetail_ProductDetails_span, td#Header_ProductDetail_TechSpecs.vCSS_tab_selected span#Header_ProductDetail_TechSpecs_span, td#Header_ProductDetail_ExtInfo.vCSS_tab_selected span#Header_ProductDetail_ExtInfo_span {
	color: #fff;
	font-weight: 600!important
}
tr td[background$="expand_tab_left.gif"] img {
	display: none
}
tr td[background$="expand_tab_right.gif"] img {
	width: 7px
}
#ProductDetail_ProductDetails_div {
	position: relative
}
#ProductDetail_ProductDetails_div2 .colors_descriptionbox > tbody > tr:nth-child(3) > td[width="100%"], form .colors_descriptionbox {
	background: none;
	padding: 10px 15px
}
#Header_ProductDetail_ProductDetails {
	display: none;
	height: 0
}

@media (max-width: 607px) {
.colors_pricebox {
	position: relative;
	top: -75px
}
#ProductDetail_ProductDetails_div {
	position: relative;
	top: -120px
}
}

@media (max-width: 1024px) {
form .colors_descriptionbox td {
	color: #a0a0a0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	padding: 5px
}
form .colors_descriptionbox td[width="1"] {
	padding: 0
}
#ProductDetail_ProductDetails_div2 .colors_descriptionbox > tbody > tr:nth-child(3) > td[width="100%"] {
	display: block;
	margin-top: 10px
}
#ProductDetail_ProductDetails_div2 .colors_descriptionbox > tbody > tr:not(:nth-child(3)) {
display:none
}
.v65-product-related-header-cell .colors_backgroundlight,/*Related heading*/ .colors_lines_light .colors_backgroundlight /*Accessories heading*/ {
	background: none;
	display: block;
	margin-bottom: 10px
}
.colors_lines_light font.productnamecolorSMALL.colors_productname b {
	background-color: #0FA7F0!important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	text-indent: 0
}
}

@media (max-width: 768px) {
#content_area > div:nth-child(7) > table:nth-child(4) {
	display: none;
	height: 0
}
.colors_lines_light > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) {
	max-width: 768px!important
}
#v65-productdetail-action-wrapper > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
	position: relative;
	width: 95px
}
}
.v65-product-related-details-cell img {
	max-width: 10px!important
}
td.v65-product-related-details-cell,/*Products related*/ td.colors_background_main /*Accessories*/ {
	background: #fff;
	border: none;
	text-align: center;
	padding: 5px 15px
}
.colors_lines_light a.productnamecolorsmall.colors_productname {
	color: #0898DE;
	font-size: 16px;
	font-weight: 700
}
.colors_lines_light .product_productprice, .colors_lines_light .product_productprice b, .colors_lines_light .product_productprice .smalltext {
	color: #000;
	font-size: 16px;
	font-weight: 700
}
.colors_lines_light .product_saleprice, .colors_lines_light .product_saleprice b {
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 400
}
.product_setupcost, .product_setupcost b {
	font-weight: 400!important
}

@media only screen and (max-width: 767px) {
#content_area .v65-productDisplay .v65-productPhoto img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}
.colors_lines_light a.productnamecolorsmall.colors_productname {
	font-size: 11px;
	padding: 0
}
}
#v65-product-reviews {
	margin-top: 25px;
	padding-top: 35px;
	position: relative
}
#v65-product-reviews .v65-product-reviews-cell:before {
	background: none;
	color: #fff;
	content: "Customer Reviews";
	display: block;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-indent: 0;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #39393a;
	margin-bottom: 10px
}
a[href*="write+a+review"], a[href*="ReviewNew.asp"] {
	color: #999
}
a[href*="write+a+review"]:hover, a[href*="ReviewNew.asp"]:hover {
	text-decoration: underline
}
table#v65-product-reviews td.v65-product-reviews-cell {
	display: block;
	margin: 50px 0 10px
}
div[itemprop="aggregateRating"] img.vCSS_img_star_avg_rating {
	float: none;
	margin-right: 5px;
	vertical-align: sub
}
#v65-product-reviews table > tbody > tr > td:first-child b {
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 400
}
#v65-product-reviews table > tbody > tr > td:first-child > span {
	color: #a0a0a0;
	font-size: 12px!important;
	font-weight: 400!important;
	white-space: nowrap
}
#v65-product-reviews table > tbody > tr > td > b {
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 400
}
#v65-product-reviews table > tbody > tr > td > nobr a {
	font-size: 12px;
	font-weight: 400
}
br + table[width="100%"] td[width="1%"] + td[width="100%"] {
	color: #a0a0a0;
	font-size: 12px!important;
	font-weight: 400;
	padding-bottom: 5px;
	padding-left: 0
}
table#product_reviews_description_box {
	background: none;
	border: none;
	padding: 10px 15px
}
table#product_reviews_description_box td[width="1px"] + td[width="100%"] > table > tbody > tr:first-child b {
	color: #a0a0a0;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 5px
}
table#product_reviews_description_box td[width="1px"] + td[width="100%"] > table > tbody > tr:first-child i {
	color: #a0a0a0;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400
}
table#product_reviews_description_box td[width="1px"] + td[width="100%"] > table > tbody > tr:first-child + tr i {
	color: #a0a0a0;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 3px
}
table#product_reviews_description_box td[width="1px"] + td[width="100%"] {
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4
}
td[width="100%"] table.colors_descriptionbox {
	border: none;
	background: none;
	border-bottom: 1px solid #3c3c3c
}
td[width="100%"] table.colors_descriptionbox td {
	color: #fff;
	font-weight: 400;
	font-size: 13px
}
td[width="100%"] table.colors_descriptionbox td b {
	color: #fff;
	font-size: 14px;
	font-weight: 600
}
#v65-product-history-header {
	height: 45px;
	margin-bottom: 10px;
	position: relative
}
#v65-product-history-header td:first-child:before {
	background: none;
	color: #fff;
	content: "Recent Items";
	border-bottom: 1px solid #39393a;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 100%
}
#TurnHistoryOnOffContainer {
	margin-right: 10px;
	margin-top: 2px
}
img.vCSS_img_heading_history {
	display: none
}
.historyitem_image img {
	max-width: 100%
}
.historyitem_productname a {
	color: #a0a0a0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 3px
}
.historyitem_productprice b font.pricecolor.colors_productprice {
	color: #a0a0a0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px
}
img[src*="OBox_Border_"], img[src*="PBox_Border_"], img[src*="Line_Group_"], img[src*="DBox_Border_"] {
	display: none
}
td.vCSS_breadcrumb_td > b {
	text-indent: -4px
}
td[background] {
	background: none!important
}
#ProductDetail_ProductDetails_div div[style="height: 15px;"] {
	display: none
}
#ProductDetail_ProductDetails_div2 .colors_descriptionbox {
	border: none;
	padding: 0;
	background: none
}
#content_area table[bgcolor="#CCCCCC"] {
	margin: 0 auto
}
.Multi-Child_Background input.vCSS_input_addtocart {
	margin: 0;
	display: block
}
td.vCSS_breadcrumb_td b {
	display: block;
	margin-bottom: 10px
}
form#vCSS_mainform > img, form#vCSS_mainform > br, td.vCSS_breadcrumb_td > img + br, td.vCSS_breadcrumb_td > b + br, td.vCSS_breadcrumb_td > b + br + img {
	display: none
}
#altviews[style="visibility:hidden"] {
	display: none
}
#options_table tr > td:first-child br {
	display: none
}
.colors_lines_light {
	background: none
}
table.colors_backgroundlight {
	margin-bottom: -1px
}
table.colors_lines_light td.colors_backgroundlight {
	padding: 0
}
table.colors_backgroundlight_dark {
	background: none
}
#TurnHistoryOnOffContainer {
	position: relative;
	z-index: 2
}
table#v65-product-history-body {
	background: none;
	border: none
}
#product_photo {
	float: none
}
#v65-product-parent > tbody > tr:first-child + tr > td[align="center"] {
	min-width: 280px
}
#content_area > div > br + table[width="100%"] td[width="1%"], #content_area > div > br + table[width="100%"] + table[width="100%"] td[width="1%"] {
	display: none
}
#v65-product-reviews table > tbody > tr > td:first-child {
	width: auto!important;
	max-width: 230px!important;
	padding-right: 5px
}
#v65-product-reviews table > tbody > tr > td:first-child > span {
	position: static!important
}
#v65-product-reviews table > tbody > tr > td:first-child > span > span {
	position: inherit!important;
	left: auto!important
}
#vCSS_mainform + br {
	display: none
}
table#v65-product-reviews td.v65-product-reviews-cell, table#v65-product-reviews td.v65-product-reviews-cell td {
	padding: 0
}
table#v65-product-reviews td.v65-product-reviews-cell > br {
	display: none
}
table {
	border-spacing: inherit
}
table td {
	padding: inherit
}
#v65-product-parent tbody tr td table.colors_pricebox input + br + div {
	text-align: center!important;
	margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
#v65-product-parent > tbody > tr + tr > td {
	display: block;
	clear: both
}
#vZoomArea {
	display: none
}
#v65-product-parent > tbody > tr:first-child + tr > td[align="right"] {
	padding-left: 0
}
}

@media only screen and (max-width: 480px) {
span#Header_ProductDetail_ProductDetails_span, span#Header_ProductDetail_TechSpecs_span, span#Header_ProductDetail_ExtInfo_span, td#Header_ProductDetail_ProductDetails.vCSS_tab_unselected span#Header_ProductDetail_ProductDetails_span, td#Header_ProductDetail_TechSpecs.vCSS_tab_unselected span#Header_ProductDetail_TechSpecs_span, td#Header_ProductDetail_ExtInfo.vCSS_tab_unselected span#Header_ProductDetail_ExtInfo_span {
	font-size: 11px;
	padding: 0 5px
}
form .colors_descriptionbox, form .colors_descriptionbox table {
	width: 100%;
	table-layout: fixed
}
form .colors_descriptionbox td {
	font-size: 11px
}
.v65-productDisplay, #v65-product-parent > tbody > tr:first-child + tr > td[align="right"], .v65-productDisplay {
	table-layout: fixed
}
#product_photo {
	width: 100%
}
}
#product_photo_zoom_url {
	display: inline-block;
	margin-bottom: 15px;
	min-height: 230px;
	background-color: #fff
}
#btn_vsharethis a {
	padding: 4px
}
.fb_iframe_widget {
	width: auto!important
}
#product_photo {
	float: none
}
#v65-product-history-details {
	table-layout: fixed
}
#content_area .Multi-Child_Background {
	background-color: #333!important
}
#content_area .Multi-Child_Background td {
	padding: 3px
}
#v65-onepage-CopyBillingToShippingLink {
	color: #7F0002!important;
	font-size: 14px
}
#v65-cart-checkout-parent > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(7) {
	position: relative;
	top: -250px
}
.clear {
	width: 100%;
	clear: both!important;
	display: inline-block
}
.colcontainer {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 20px;
	top: 35px;
	border-top: 4px solid #00A3EF;
	min-height: 500px
}
.colcontainer h2 {
	font-size: 1.2em;
	position: relative;
	top: -10px
}
.colcontainer li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0;
	color: #00A3EF
}
.colcontainer li {
	line-height: 2;
	padding-bottom: 10px
}
.colcontainer ul {
	margin: 0;
	padding: 0
}
.colcontainer > img:nth-child(1) {
	width: 100%;
	max-width: 570px;
	max-height: 288px
}
.left3 {
	float: left;
	width: 33%;
	padding-right: 20px;
	padding-bottom: 30px
}

@media (max-width: 767px) {
.left3 {
	width: 50%
}
}

@media (max-width: 450px) {
.left3 {
	width: 100%
}
}
.fa-bars {
	font-size: 20px
}
.pushy {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #00b4ff;
	font-size: .9em;
	font-weight: 700;
	-webkit-box-shadow: inset -10px 0 6px -9px rgba(0,0,0,.7);
	-moz-box-shadow: inset -10px 0 6px -9px rgba(0,0,0,.7);
	box-shadow: inset -10px 0 6px -9px rgba(0,0,0,.7);
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
.pushy ul {
	padding-left: 0
}
.pushy a {
	display: block;
	color: #fff;
	padding: 15px 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(255,255,255,.1);
	text-decoration: none
}
.pushy a:hover {
	background: #008AC3;
	color: #FFF
}
.pushy-left {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	-o-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0)
}
.pushy-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.container-push, .push-push {
	-webkit-transform: translate3d(300px, 0, 0);
	-moz-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	-o-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0)
}
.pushy, #container, .push {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	-moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
	-o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99)
}
.site-overlay {
	display: none
}
.pushy-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0,0,0,0.5);
	-webkit-animation: fade 500ms;
	-moz-animation: fade 500ms;
	-o-animation: fade 500ms;
	animation: fade 500ms
}
@keyframes fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-o-keyframes fade {
0% {
opacity:0
}
100% {
opacity:1
}
}

@media screen and (max-width: 768px) {
.pushy {
	font-size: 1em
}
}

@media (max-width: 1206px) {
tr.v65-checkout-details-row:nth-child(1) > td:nth-child(1) > form:nth-child(1) {
	position: relative;
	top: 190px
}
}
.v3catdropdowncontainer {
	width: 100%;
	max-width: 500px;
	margin: 0 auto
}
#v3PrinterSeries, #v3OEMNumber {
	background-color: #0FA7F0;
	background-image: url(vspfiles/V3_Images/down-arrow.png);
	background-position: right;
	background-position: right 35px center;
	background-repeat: no-repeat
}
.catmodeltitles {
	background: #DFDFDF!important;
	color: #000!important
}
.v3catNavTitles > h1 {
	color: #0FA7F0;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px
}
#div_articleid_138, #div_articleContainer_138, #div_articleid_139 {
	width: 100%;
	max-width: 1160px;
	padding: 25px;
	margin: 0 auto
}
#div_articleid_138 > h1, #div_articleid_139 > h1 {
	color: #0FA7F0;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px
}
#div_articleid_138 > form:nth-child(4) > input:nth-child(1), #content_area > form:nth-child(2) > input:nth-child(1) {
	height: 45px;
	font-size: 25px;
	color: #555;
	width: 70%;
	padding: 3px 0 3px 5px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	line-height: 15px;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2)
}
#div_articleid_138 > form:nth-child(4), #div_articleContainer_138 {
	font-size: 20px
}
#content_area > form:nth-child(2) > input:nth-child(6) {
	margin-bottom: 35px
}
#div_articleid_138 > form:nth-child(4) > input:nth-child(5), #cont_shop, #content_area > form:nth-child(2) > input:nth-child(6) {
	position: relative;
	top: 25px;
	background-color: #9DC45F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 10px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #949494
}
#cont_shop {
	margin: 0 auto
}
#contshopcenter {
	text-align: center;
	width: 100%
}
#div_articleid_138 > form:nth-child(4) > input:nth-child(5):hover, #cont_shop:hover {
	background-color: #80A24A
}
#v65-productdetail-action-wrapper > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	padding: 15px;
	border: 3px solid #0FA7F0;
	background: #FDF8CE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
#bftable img {
	padding: 12px
}
#bftable {
	color: #494b4a;
	font-size: 24px;
	font-weight: 700
}
#bftable H2 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #494b4a;
	font-size: 23px;
	font-weight: 700
}
.innerShadowOverlayLeft {
	height: 232px;
	width: 319px;
	border: 1px solid #a1a4a2
}
.innerShadowOverlayRight {
	height: 232px;
	width: 319px;
	border-top: 1px solid #a1a4a2;
	border-bottom: 1px solid #a1a4a2;
	border-right: 1px solid #a1a4a2
}
.innerShadowOverlayLeft:hover, .innerShadowOverlayRight:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0,0,0,0);
	background-image: url(/v/vspfiles/BF_Images/tile.hover.mask.1x1.png);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto
}
.bfhead {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000;
	display: block;
	color: #fff429;
	font-size: 32px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000, 1px 2px 0 #615c06;
	text-align: center;
	padding: 20px
}
.bfbutton {
	width: 110px;
	overflow: hidden;
	font-size: 12px;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 0 2px #fff;
	-o-box-shadow: inset 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 2px #fff
}
.bfbutton:active {
	box-shadow: inset 0 0 3px #999;
	-o-box-shadow: inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	-moz-box-shadow: inset 0 0 3px #999
}
.bfblack {
	color: #fff;
	border: 1px solid #4d4d4d;
	background-image: -moz-linear-gradient(#656565, #454545);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#656565));
	background-image: -webkit-linear-gradient(#656565, #454545);
	background-image: -o-linear-gradient(#656565, #454545);
	text-shadow: 1px 1px 1px #6d6d6d;
	background-color: #454545;
	text-align: center
}
.bfblack:hover {
	border: 1px solid #363636;
	background-image: -moz-linear-gradient(#454545, #656565);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#454545));
	background-image: -webkit-linear-gradient(#454545, #656565);
	background-image: -o-linear-gradient(#454545, #656565);
	background-color: #656565;
	color: #fff
}
.bfblack:active {
	border: 1px solid #000
}
.bfclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.bfclear {
	display: inline-block
}
.cmspecial {
	width: 350px;
	margin: 5px;
	float: left;
	min-height: 250px;
	padding: 5px;
	border: 1px solid #A1A4A2;
	text-align: center;
	color: #494b4a;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 1.4em;
	line-height: 1.4
}

@media (max-width: 844px) {
.cmspecial {
	width: 100%
}
}

@media (max-width: 1200px) {
.cartdesktoponly {
	display: none;
	height: 0
}
}
.regprice1 {
	font-size: .5em;
	font-weight: 100;
	color: #494b4a;
	display: block
}
.regprice2 {
	text-decoration: line-through;
	color: red
}
.cmspecial h2 {
	color: #0659A8;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 1.3em
}
.cmspecial img, .cartspecial img {
	float: left;
	padding-right: 10px;
	padding-left: 20px
}
.cmheader {
	display: block;
	width: 60%;
	text-align: center;
	background-color: #FFC500;
	color: #000;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 2em;
	padding: 15px;
	border: dotted 2px #000;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}
.cartspecialleft {
	margin-left: 200px!important
}
.cmspecial:hover {
	-webkit-box-shadow: inset 6px -4px 24px -4px rgba(0,163,239,.4);
	-moz-box-shadow: inset 6px -4px 24px -4px rgba(0,163,239,.4);
	box-shadow: inset 6px -4px 24px -4px rgba(0,163,239,.4)
}
.cartspecial {
	width: 450px;
	margin: 5px;
	float: left;
	min-height: 135px;
	padding-left:35px;
	/* border: 1px solid #A1A4A2;*/ 
	text-align: center;
	color: #494b4a;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 1.4em;
	line-height: 1.4
}
.cartspecial h2 {
	color: #0659A8;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 1em
}
#promobanner {
	width: 100%;
	max-width: 1100px;
	min-height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #FFB400;
	color: #000;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	border: 3px dashed #000;
	line-height: .6
}
.promosmaller {
	color: #fff;
	font-size: .6em
}
.promohighlight {
	color: #000
}

@media (max-width: 610px) {
.PageText_L489n {
	display: none
}
}

@media (min-width: 1100px) {
.product_discountprice, .PageText_L489n {	margin-left: 150px}
div.v-product .product_discountprice {	margin-left: 200px}
}
.product_discountprice {
	color: #fff!important;
	position:relative;
	font-size: 16px;
	font-weight: 700!important;
	background-color: #0FA7F0;
	max-width:300px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
div.v-product a.v-product__img { margin-bottom:25px	  }

.PageText_L489n {
	color: #000!important;
	font-size: 15px;
	font-weight: 700!important
}

@media (min-width: 768px) {
#AmazonPayButton {
	position: relative;
	top: -120px;
	z-index: 9999;
	left: -165px
}
}

@media (max-width: 768px) {
#AmazonPayButton {
	position: relative;
	z-index: 9999;
	left: -145px;
	top: 75px
}
}
.v3inner > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) {
	color: #c22026;
	font-weight: 700;
	font-size: 1.4em;
	opacity: 1
}
.oemnumbers { list-style:none; padding:0}
.oemnumbers li {display:block; float:left; margin-right:10px; margin-bottom:10px; width:250px; padding:5px; background-color:rgba(8,152,222,0.1) }
.cartfeaturebtn {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b4e);
  background-image: -moz-linear-gradient(top, #d93434, #b82b4e);
  background-image: -ms-linear-gradient(top, #d93434, #b82b4e);
  background-image: -o-linear-gradient(top, #d93434, #b82b4e);
  background-image: linear-gradient(to bottom, #d93434, #b82b4e);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.cartfeaturebtn:hover {
   background: #db0000;
  background-image: -webkit-linear-gradient(top, #db0000, #ff3636);
  background-image: -moz-linear-gradient(top, #db0000, #ff3636);
  background-image: -ms-linear-gradient(top, #db0000, #ff3636);
  background-image: -o-linear-gradient(top, #db0000, #ff3636);
  background-image: linear-gradient(to bottom, #db0000, #ff3636);
  text-decoration: none;
   color: #ffffff;
}
.cartspecialalt1 { float:left; max-width:600px; width:100%; height:auto }


.btooltip{
    display: inline;
    position: relative;
	border-bottom:#3F46BB 1px dotted;
	color: inherit;
}
.btooltip:hover { text-decoration:none; color:inherit  }
/*main tooltip*/
.btooltip:hover:after{
    background: #C3D76C; /*#E8FF82*/
	border: 1px solid #C3D76C;
    border-radius: 5px;
    bottom: 26px;
    color: #000; /*#555*/
    content: attr(tooltip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
/*tooltip bottom arrow*/
.btooltip:hover:before{
    border: solid;
    border-color: #C3D76C transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.printerseries {
	background-color:#eaeaea;
	padding:10px; color:#5a5a5a; font-size:14px;
	margin:0px 0px 5px 0px;
	width:100%;
	clear:both;
}
.circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50px;
}
.sitewidebanner { width:100%; padding:10px; background-color:#ffb400; text-align:center; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#000; font-size:15px }
.bannerheader { font-size:18px  }
/*------- iPad max width -------*/
@media (max-width: 768px) {  .sitewidebanner { position:relative; top:65px;  }  }

.cartfeature2016 { width:100%;  }
/*------- iPad max width -------*/
@media (max-width: 768px) {  .cartfeature2016 { display:none; height:0  }  }

.SO-Cartfeature {
	height:85px; border:1px solid #DCDCDC;
	width:auto; float:left;
}
.SO-Cartfeature2 { margin-left:10px; padding-top:5px; padding-left:10px; padding-right:10px; min-width:250px;  }
.qaddbtn {
	padding:5px;
	background-color:#b1001f;
	display:block; height:30px; width:150px; float:left
}
#qadd { height:20px;padding:5px; font-size:14px; float:left  }
.toolname { font-family: "nimbus-sans-condensed",sans-serif; }
.carttoplogos { float:left; padding-left:5px;  }
div.SO-Cartfeature:nth-child(2) > a:nth-child(4) > img:nth-child(1) {
	position: relative;
	top: 2px;
}


#cdprod { 

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	
 }

.orderby {  padding-top:10px;}