body {
	padding-top: 0px;
	color: #333;
	background-color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
}

.navbar-fixed-top {
	top: 0;
	border-top: 2px #FFC215 solid; 
}

.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
	background-image: -o-linear-gradient(top,#fff,#f2f2f2);
	background-image: linear-gradient(to bottom,#fff,#f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}

.navbar .nav>li>a {
	float: none;
	padding: 15px 11px 10px;
	color: #5d5d5d;
	text-decoration: none;
	/* text-shadow: 0 1px 0 #fff; */
	font-size: 16px;
	text-transform: none;
}
a.nav-home-icon>i {
   margin-top: 3px;
}

#ProductSearch {
	padding: 4px 6px;
	border-radius: 4px 0 0 4px;
	width: 172px;
	height: 20px;
}
/* ---------- HEADER -------------*/

.contact, .contact a {
	color: #fafafa;
}

.contact {
	text-align: right;
	}
	

.contact h2 {
	font-size: 19px;
	line-height: 0.8em;
	margin-top: 8px;
}

.contact img {
	display: inline;
	float: left;
	margin-left: 75px;
}
.review-widget img {
	margin-left: 0;
}

.span3.free-shipping{
	margin-top: 10px;	
}
.free-shipping svg {
	max-height: 64px;
	max-width: 270px;
}

.logo {
	padding-top:5px;
}

li.highlight {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2),0 1px 2px rgba(0, 0, 0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2),0 1px 2px rgba(0, 0, 0,0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2),0 1px 2px rgba(0, 0, 0,0.05);
}


#content {
	background: #FFF;
}

/* --GSA Pricing-- */
.header-gsa-pricing	{
	text-align: center;
	padding: 4px;
	margin-top: 12px;	
}
.header-gsa-pricing span {
	background-color: white;
	padding: 11px 6px 4px 6px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 180px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 500;
	color: black;		
}
.header-gsa-pricing img {
	width:22px;
	margin-top:-9px;
}
.modal-header h3 {
	color: #3D7BBB;
	font-weight: 500;
}
.modal-body .gsaInput {
	width: 95%;
	padding: 3px 7px;
}
#myModalLabel p {
	color: #505150;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.container .row-fluid .span3.Free-Shipping {
	cursor: pointer;	
	margin-top: 13px;
}
.container .row-fluid .span3.Free-Shipping-usd a:hover {
	color: black;
	text-decoration: none
}
.sprite.freeshipping-vm-w-sprite-usd {
    max-height: 64px;
    max-width: 270px;
    margin-top: -3px;
    margin-bottom: 2px;
}
.container .row-fluid .span3.Free-Shipping-usd {
	margin-top: -4px; 
}


/* ---------COOKIES------------ */
#container-cookie-allow{
	position: fixed;
	bottom: 0em;
	border-top: 2px solid #AC7C2C;
	background: #eaeaea;
}
.btn-brand.cookies-button{
	border-radius: 4px;
	background-image: none;
	font-weight: 400;
	font-size: 1rem;
	border: 1px solid transparent;
	margin: 10px;
}
#btn-cookie-allow {
	background-image: #595959;
}
/* ---------COOKIES END------------ */

/* --- FOOTER --- */

#cs-footer ul.social li a{
	display: inline;
}

#cs-footer ul.social {
	margin-top: 7px;
}

#cs-footer ul.social li a:hover {
	background-color: transparent;
}

#cs-footer ul.social li img{
	height: 20px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #333333 solid;
}

.from-line {
	font-weight: normal;
	line-height: 1;
	color: #999;
	margin-bottom: 0px;
}

.error {
	font-size: 11px;
	color: red;
}

.px60 {
	height: 60px;
}

.logo-minimal {visibility: hidden; display: none;}

.accordion-group {
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 0px !important;
}

h2.category-price-b {
	text-align: center;
	color: #514d36;
	font-size: 24px;
	-webkit-margin-before: -0.6em;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.iPadLandscape-mshow {
		visibility: hidden !important;
		display: none !important;
	}
#disqus_thread, .reviews_thread{
	max-height:800px;
	overflow-x:scroll;
	
}

.document-clean {
	text-transform: capitalize;
	margin: 3px 1px;
	border: 1px #eaeaea solid;
	border-radius: 4px;
	padding: 4px;
	display:inline-block; 
}
.document-box {
	text-align: center;
	margin: 30px inherit;
    float: none;	
}
.document-clean:hover{
	
	text-decoration:none;
}
.trustpilot-text{
	color:#aaa;
	font-size: 14px;
	font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
	line-height: 1.3em; 
	text-align: center;
}
.comments_tag {
		color: #bb0000;
		font-weight: lighter;
		font-style: italic;
	}
	.comment-tag-product{
		text-align: left;
	}
.fluke-lowest-prices{
    position: fixed;
    z-index: 10000;
    bottom:120px;
    right:3px;
}
/*----------FLUKE CONNECT-----------*/
.fluke-connect-header{
	background-color: black; 
	border-top:5px solid #FFC20E;
}
.fluke-connect-logo{
	margin-top: 1em;
	margin-left: 13px;
}
.fluke-connect-header h1{
	color: white; 
	margin-top: 0;
}
.fluke-connect-header h3{
	color: #FFC20E; 
	margin-top: 0.6em;
	margin-bottom: 0;
	font-weight: normal;
	
}
.fluke-connect-header h4{
	color: white; 
	text-align: center;
}
.fluke-connect-subheader h4{
	text-align: center;
}
a.btn.btn-large.btn-fluke-connect{
	background-color: #FFC20E;
	background-image: -moz-linear-gradient(top,#FFC20E,#FFC20E);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFC20E),to(#FFC20E));
	background-image: -webkit-linear-gradient(top,#FFC20E,#FFC20E);
	background-image: -o-linear-gradient(top,#FFC20E,#FFC20E);
	background-image: linear-gradient(to bottom,#FFC20E,#FFC20E);
	background-repeat: no-repeat;
	text-shadow: none;
	border: 0;
	margin: 0 2em;
}
.btn.btn-large.btn-fluke-connect:hover{
	background-color: #ffaf0f;
	background-image: -moz-linear-gradient(top,#ffaf0f,#ffaf0f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffaf0f),to(#ffaf0f));
	background-image: -webkit-linear-gradient(top,#ffaf0f,#ffaf0f);
	background-image: -o-linear-gradient(top,#ffaf0f,#ffaf0f);
	background-image: linear-gradient(to bottom,#ffaf0f,#ffaf0f);
	background-repeat: no-repeat;
	background-image: none;
}
.fluke-connect-content:nth-child(3){
	background-image: url('/images/specialty-pages/fluke-connect/flukeconnect_imageone.jpg');
	background-size: auto 370px;
	background-repeat: no-repeat;
	background-position: 27% bottom;
	height: 420px;
}
.fluke-connect-content h2{
	text-transform: uppercase;
	line-height: 1.2
}
.fluke-connect-phoneimages p{
	text-align: center;
}
.fluke-connect-phoneimages img{
	max-height: 350px;
}

.btn-learnmore {
	color: #343434;
	text-shadow: none;
	background-color: #dbdbdb;
	background-image: none; 
	background-repeat: none;
	border: solid thin #c9c9c9;
	font-size: 13px;
	margin-top: -10px;
}

.btn-learnmore:hover {
	background-color: #c9c9c9;
}


ul.catnav li img {
    max-height: 70px;
    max-width: 75%;
    padding: 15px 0 15px 28px;
}

/* -------- Calibration Pages ----------- */

#LeadName {
	width:95%;
}

#LeadPhone {
	width:95%;
}

#LeadEmail {
	width:95%;
}

#LeadQuestion {
	width:95%;
	height: 110px;
}

h2.calibration {
	line-height: 1.25em;
}

.calibration h4 {
	display: block;
    font-size: 20px;
    -webkit-margin-before: 0.45em;
    -webkit-margin-after: 0.45em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Oxygen', arial, sans-serif;
}

.calibration hr {
	-webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

.calibration img {
	margin-top: 5px;
}

.calibration a {
	text-decoration: none;
}

.lab-images-header {
	margin-bottom: 5px;
}

.in-house-services {
	margin-top: 0px;
}
/* -------- Lab Service From ----------- */
.form-lab .vip {
	border: 4px solid #F8B614;
}
div.vip-label-solid-orange {
	background: #F8B614;
	color: black;
}
.form-lab div.btn.addMoreEquipment {
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
}
.form-lab div.btn.addMoreEquipment:hover {
	background-color: #f89406;
    *background-color: #df8505;
}
.form-lab .vip label {
	margin-left: 30px;
}


.red {
	color: #d31215;
}

.promo-icon-newsletter .promo-modal-newsletter{
	display: none;
	position: relative;
	bottom:85px;
	left:5px;
	background-color: #eaeaea;
	border: 3px solid #c9cdd4;
	font-size: 90%;
	font-style: normal;
	padding: 10px;
	height:70px;
	width:165px;
}

.promo-icon-newsletter:hover .promo-modal-newsletter{
	display: block;
}

#newsletter-signup{
	display: none;
	position: absolute;
	right: 21%;
	top: 40%;
	background-color: #eaeaea;
	border: 3px solid #c9cdd4;
	font-size: 90%;
	font-style: normal;
	padding: 10px;
	height:120px;
	width:165px;
}

#newsletter-signup-off{
	position: fixed;
	display: none;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	padding: 15px;
	z-index: 99999;
	content: '';
}

.cart-summary {
	background-color: #eaeaea;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cart-summary-wrap{
	width: 93%;
	margin:10px auto;
}
.cart-summary hr{
	border-color: #fff;
	}

.cart-header {
	background-color: #aaaaaa;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.cart-header p{
	padding: 10px 10px 0 10px;
	color: white;
	font-size: 20px;
}

.totals>p:last-child {
	font-weight: bold;
	font-size: 18px;
}
.promo-code-input{
	width:67px;
}

.new_product_cat_promos{
	line-height: 1.25em;
}
.muted-model {
    margin-top: 6px;
    font-size: 80%;
    display: inline-block;
}

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 38px; line-height: 32px; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:230px;}
#mc_embed_signup input.button {display:block; width:90%;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (min-width: 980px) and (max-width: 1199px) {
	.free-shipping svg {
		max-height: 54px;
		max-width: 220px;
	}
	.holidaykit-name {
			font-size: 24px;
	}
	.iPadLandscape-mhide {
		visibility: hidden !important;
		display: none !important;
	}
	.iPadLandscape-mshow {
		visibility: visible !important;
		display: inherit !important;
	}
.fluke-connect-content:nth-child(3){
	background-size: auto 350px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 410px;
}
.promo-code-input{
		width:44px;
	}
	.promo-code-text{
		font-size: 12px;
	}
	.promo-icon-tag{
		display: none;
	}
    .label{
		font-size: 12px;
		padding:4px;
	}
/* -------- Lab Service From ----------- */
	.form-lab .vip label {
	    margin-left: 25px;
	}
	.lab-truck-image-setting {
		margin-top: 95px;
	}
	/* --GSA Pricing-- */

	.sprite.freeshipping-vm-w-sprite-usd {
 		max-height: 54px;
 		max-width: 220px;
 		margin-bottom: -1px;
 	}
 	.container .row-fluid .span3.Free-Shipping-usd {
	 	margin-right: 0px;
	 	margin-top: 10px;
 	}

}
@media (min-width: 1199px) {
	.sws-lab {
		margin-top: -25px;
	}
}
@media (min-width: 980px) {
	body {
		padding-top: 0px;
	}
	
	ul.mshow li {
		visibility: hidden;
		display: none;
	}
	
	
	ul.mhide li {
		visibility: visible;
		display: inherit;
	}
	.mshow {
		visibility: hidden !important;
		display: none !important;
	}
	
	.mhide {
		visibility: visible !important;
		display: inherit !important;
	}
	
}
@media (max-width: 980px) { 
	.cart-summary-wrap hr, hr.mobile-cart-item-list-hr{
		margin: 10px 0;
	}
	.mobile-bottom-button-border {
	    border-top: black solid 3px;
	}
	form#MobileCartForm>div.span12 {
		margin-left: 0px;
	}
	.mobile-cart-item-list .span6 a {
	    font-size: 13px !important;
	}
	.span3-mobile.mshow {
	    width: 33%;
	    float: left;
	    margin-right: 1%;
	    margin-left: 1%;
	    margin-bottom: 10px;
	}
	.span3-mobile.mshow .btn-large {
	    font-size: 11px !important;
	    padding-top: 9px;
	    padding-bottom: 9px;
	}
	.span2-mobile.mshow {
	    min-width: 80px;
	    width: 29%;
	    float: left;
	    margin-right: 1.5%;
	    margin-left: 1.5%;
	    max-height: 32px;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.span2-mobile.mshow img {
	    min-height: 28px;
	    padding-bottom: 5px;
	    padding-left: 2%;
	    padding-right: 2%;
	    max-height: 60px;
	    max-width: 94%;
	}
	.span3-mobile.mshow button.btn-large {
	    font-size: 14px !important;
	    padding: 9px 4px;
	}
	.span12.cart-summary-wrap {
		margin-left: 0px;
	}
	.mobile-cart-item-list .availability .btn-small {
		line-height: 16px !important;
	}
	.cart-summary-wrap>.row-fluid>.span3 {
		box-shadow: -2px 0px 0px 0px rgba(255,255,255,1) !important;	
	}
	.cart-summary-wrap>.row-fluid>.span3:first-child {
		box-shadow: none !important;	
	}
	.cart-header .span6:nth-child(2) .icon-envelope, .mobile-cart-item-list .span6:nth-child(2) .icon-envelope {
		margin-top: 0px !important;
	}
	.mobile-cart-item-list .span6 a .icon-envelope, .mobile-cart-item-list .span6 a .icon-remove.icon {
		margin-top: 0.5px !important;
	}
	.mshow.mobile-cart-for-shop {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.row-fluid.iPadLandscape-mshow.mobile-shop-setting {
		margin-top: -10px;
	}
/*----- Fluke 323 Bonus Content -----*/
	.fluke-clamp-meter-bonus .row-fluid .span11{
		margin-left: 27px;
		width: 88.436464%;
	}
	.fluke-clamp-meter-bonus .row-fluid .span7.offset1{
		margin-left: 65px;
	}
	.fluke-clamp-meter-bonus h1{
		margin-top: 0;
	}
	
	
	
	.gsa-button-image-mobile-hamburger {
	    overflow: hidden;
	    display: inline-block;
	    height: 20px;
	    margin-top: -3px;
		margin-bottom: -4px;
	}  
	  
	.gsa-button-image-mobile-hamburger img {
	    position: relative;
	    width: 22px;
	    bottom: 2px;
	} 

	/* ---------COOKIES------------ */
	#container-cookie-allow {
        position: fixed;
        bottom: 0em !important;
    }
	#cookie-policy-text {
        width: 75% !important;
    }
/* ---------COOKIES END------------ */

}
@media (min-width: 768px) and (max-width: 980px) {
    .brandlogo {display: none; visibility: hidden;}
	.logo-minimal {visibility: visible; display: inherit;}
	body {
		padding-top: 0px;
	}
	ul.mhide li {
		visibility: hidden;
		display: none;
	}
	ul.mshow li {
		visibility: visible;
		display: inherit;
	}
	
	.topnav-mhide {
		visibility: hidden;
		display:none;
	}
	
	.banner-mshow {
		visibility: hidden;
		display: none;
	}
	
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h1.product-name {font-size: 28px;}
	p.lead {font-size: 18px; line-height: 24px;}
	.mhide {
		visibility: hidden !important;
		display: none !important;
	}
	.category-price small {
		display: none; visibility: hidden;
	}
	.iPadLandscape-mshow {
		visibility: visible !important;
		display: inherit !important;
	}
	.fluke-connect-content:nth-child(3){
		background-image: none;
		height: auto;
		}
	div.fluke-lowest-prices{
   		display: none;
    }
    .navbar .nav>li>a {
		text-shadow: none;
		}
	h3.category-list {
		font-size: 17px !important;
	}	
	.span7>h3{
		font-size: 16px;
	}
	a.nav-home-icon>i {
        margin-top: 9px;
	}
	.navbar .nav>li>a {
		padding: 9px 12px 5px;
	}
	.label{
		font-size: 11px;
		padding: 4px;
	}
	.label i {
		display: none;
	}
	#cs-footer, #cs-footer ul.social {
		padding-left: 8px;
	}
}

.social img {
        width: 20px;
}


@media (min-width: 767px) {
	.mshow.ipad-view-setting{
		display: none;
		visibility: none;
	}
	.mhide.ipad-view-setting{
		display: block !important;
		visibility: visible !important;
	}
	#review-preview-container.preview-no-reviews {
		margin-bottom: 9px;
	}
}
@media (max-width: 767px) {
	.modal-body .btn-warning.quote-btn {
		margin-bottom: 10px;
	}
	.mshow.ipad-view-setting{
		display: block;
		visibility: visible ;
	}
	.logo-minimal {visibility: visible; display: inherit;}
	.brandlogo {display: none; visibility: hidden;}
	body {
		padding-top:0px;
	}
	.navbar .nav>li>a {
		text-shadow: none;
		}
	ul.mhide li {
		visibility: hidden;
		display: none;
	}
	ul.mshow li {
		visibility: visible;
		display: inherit;
	}
	
	.logo {
		visibility: hidden;
		display: none;
	}
	
	.topnav-mhide {
		visibility: hidden;
		display:none;
	}
	
	.banner-mhide {
		visibility: hidden;
		display: none;
	}
	
	.banner-mshow {
		visibility: visible;
		display: inherit;
	}
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h1.product-name {font-size: 28px;}
	p.lead {font-size: 18px; line-height: 24px;}
	.mhide {
		visibility: hidden !important;
		display: none !important;
	}
	.category-price small {
		display: none; visibility: hidden;
	}
	
	.value-mes {
		display: none; visibility: hidden;
	}
	.iPadLandscape-mshow {
		visibility: visible !important;
		display: inherit !important;
	}
	.fluke-connect-content:nth-child(3){
		background-image: none;
		height: auto;
		}
	.fluke-connect-header h1, .fluke-connect-header h3{
		text-align: center;
	}
	div.fluke-lowest-prices{
   		display: none;
    }
	a.nav-home-icon>i {
        margin-top: 9px;
	}
	.navbar .nav>li>a {
		padding: 9px 12px 5px;
	}

	/* Mobile Cart Page   */
	.row-fluid.cart-header, form#Mobile3CartForm {
		margin: 0px -20px;
		width: auto;
	}
	.row-fluid.cart-summary {
		margin-left: -40px !important;
		margin-right: -40px !important;
		width: auto;
	}
	.row-fluid.iPadLandscape-mshow.mobile-shop-setting {
		margin-top: -15px;
	}
	
	.row-fluid.mobile-cart-item-list>.span10 {
		margin-bottom: 10px;
	}
	.row-fluid.mobile-cart-item-list>.span10>.row-fluid>.row-fluid>.span12 {
		margin-bottom: 0px;
	}
	
	hr.mobile-cart-item-list-hr {
		margin-top: 0px;
	}
	.mobile-bottom-button-border form#Mobile3CartForm  {
		margin: 0px;
	}
	#cs-footer {
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
/*----- Fluke 323 Bonus Content -----*/
	.fluke-clamp-meter-bonus .row-fluid .span11{
		margin-left: 0px;
		width: 91.436464%;
	}
	.fluke-clamp-meter-bonus .row-fluid .span7.offset1{
		margin-left: 0px;
	}
	.fluke-clamp-meter-bonus h1{
		margin-top: 10px;
	}
	.fluke-clamp-meter-bonus{
		border-bottom: 1px solid #e7e8e6;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
    #cs-banner { display: none; visibility: hidden; }
    .subnavband {display: none; visibility: hidden;}
    h1 {font-size:28px; line-height: 30px;}
    .lead {font-size: 16px; line-height: 23px;}
    #cs-footer { padding:23px 10px 0 10px; margin-left: -20px; }
    .mhide {display: none; visibility: hidden;}
    .brandlogo {display: none; visibility: hidden;}
    .mshow {display: inherit; visibility: visible;}
    ul.mhide li {
		visibility: hidden;
		display: none;
	}
	ul.mshow li {
		visibility: visible;
		display: inherit;
	}
	
	.logo {
		visibility: hidden;
		display: none;
	}
	
	.banner-mhide {
		visibility: hidden;
		display: none;
	}
	
	.banner-mshow {
		visibility: visible;
		display: inherit;
	}
	.category-price small {
		display: none; visibility: hidden;
	}
	.ip-hide {display: none; visibility: hidden;}
	.value-mes {
		display: none; visibility: hidden;
	}

}

@media (max-width : 365px) {
	.mobile-cart-item-list .span6 a {
	    font-size: 12px !important;
	}
}
@media (max-width : 320px) {
	.mobilebrand {display: none; visibility: hidden;}
	.category-price small {
		display: none; visibility: hidden;
	}
	.img-polaroid {display: none; visibility: hidden;}
	.ip-hide {display: none; visibility: hidden;}
	.value-mes {
		display: none; visibility: hidden;
	}

}


h5.footer {color: #FFF;}

a.nav-pills-footer {color: #919191;}

h3.footer-sitename {color: #FFF;}

h3.footer-phone {color: #919191; font-weight: lighter; margin-top: -15px;}

p.footerpara {color: #FFF;}

a.footer-a {color: #f6e066;}

.carousel-caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 5px 15px 0px 15px;
background: #333;
background: rgba(0, 0, 0, 0.75);
}

#cs-footer {
	background-color: #333333;
	padding-bottom: 30px;
	color: #919191;
}
#cs-banner {
	width: 100%;
	height: 100px;
	padding-top: 10px;
	/* margin-bottom: 20px; */
}

h5.banner {
	color: #919191;
	margin-bottom: -20px;
}

.subnavband {
min-height: 40px;
padding-right: 20px;
padding-left: 20px;
padding-top: 6px;
background-color: #FAFAFA;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);
background-repeat: repeat-x;
border: 1px solid #D4D4D4;
-webkit-border-radius: 0;
-moz-border-radius: 0px;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}


.btn-slider {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #FFF;
border-left: 1px solid #e0e0e0;
border-right: none;
border-bottom: 1px solid #e0e0e0;
border-color: #e0e0e0;
border-top: 2px solid #2a2a2a;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
height: 50px;
margin-right: -2px;
}

div.price h4, div.price h3, div.price h2 { 
	margin-bottom: 10px;
	margin-top: 0px;
}

div.price div.price-lead {
	margin-top: -8px;
	margin-bottom: 12px;
}	

div.price p.from-line {
	margin-top: 12px;
	margin-bottom: 0px;
}

p.reviewstars {
	margin-top:-12px;
}


.nav > .promo > a:hover {
text-decoration: none;
background-color: #08C;
color: #FFF;
}

.nav-pills > .promo > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #EEE;
}

.modal-gallery {
max-height: 600px;
padding: 15px;
overflow-y: auto;
width: 800px;
}

.gallery-modal {
position: fixed;
top: 40%;
left: 40%;
z-index: 1050;
width: 800px;
margin: -250px 0 0 -280px;
background-color: white;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}

.modal-body {
position: relative;
max-height: 400px;
padding: 15px;
overflow-y: auto;
}


.gallery-main {
	text-align: center;
	margin: auto;
}

hr.navbreaker {
	width: 100%;
	margin:15px 0 10px 0;
}

hr.navbreaker-sort {
	width: 100%;
	margin:10px 0 10px 0;
	float: left;
}
.accessories {
	margin-top:6px;
}

.accessories-table {
	width: 500px;
	padding: 0 10px 0 10px; 
}

.td-center {
	text-align: center;
}

.clickover-trigger {
	cursor: pointer; 
	
}

a-icon {
	margin-top:10px;
}

td.addtocart {
	width: 100px;
}

.navbar-inverse .navbar-inner {
	background-color: #1c1c1c;
	background-image: -moz-linear-gradient(top, #2c2c2c, #1b1b1b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c2c2c), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #2c2c2c, #1b1b1b);
	background-image: -o-linear-gradient(top, #2c2c2c, #1b1b1b);
	background-image: linear-gradient(to bottom, #2c2c2c, #1b1b1b);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

li.pagenav-active {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: white;
	border: 1px solid #DDD;
	border-left-width: 0;
	color: #999;
	cursor: default;
	background-color: whiteSmoke;
}

.nav-tabs > .lhnav-active > a, .nav-tabs > .lhnav-active > a:hover {
	color: white;
	background-color: #08C;
	cursor: default;
}

.nav-tabs > .lhnav-active > a, .nav-tabs > .lhnav-active {
	color: white;
	background-color: #08C;
	cursor: default;
}


li.pagenav-disabled {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: white;
	border: 1px solid #DDD;
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: default;
	background-color: transparent;
}

h2.banner {
	margin:0px 0 0px 0;
}

h5.videotitle {
	color: #01BCBC;
}

img.paymenticon {
	margin: 0 5px 10px 5px;
}

img.brandlogo {
	margin-bottom: 15px;
}

p.brandpara {text-align: center; font-weight: bold; margin-top: -10px;}

.pull-center {
        text-align: center;
    }
    .pull-center > .nav {
        float:none;
        display:inline-block;
        *display: inline; *zoom: 1;
    }

.dropdown-menu li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
	text-align: left;
}

.navbar .brand {
	display: block;
	float: left;
	padding: 5px 20px 10px;
	font-size: 20px;
	font-weight: 200;
	color: #777;
	margin-right: -10px;
}

p.footer {
	color: #919191;
}

h1.product-name {
	font-size:31.5px;
	line-height: 40px;
}
p.product-model {
	margin-bottom: 1px;
}
#review-preview-container.reviews-dropdown.dropdown {
	margin-bottom: 0px;
	margin-top: 1px;
}
#review-preview-container.preview-no-reviews {
	margin-bottom: 1px;
    margin-top: 0;
}
#review-preview-container-mobile>a.dropdown-toggle#sort-button-dropdown-menu:hover {
	text-decoration: none;
}
#review-preview-container>a.dropdown-toggle#sort-button-dropdown-menu:hover {
	text-decoration: none;
}
.expiry {
	width: 100px;
	color: #e31313;
}

select {
	min-width: 100px;
	width: auto;
	background-color: white;
	border: 1px solid #CCC;
}

.cvv {
	width: 60px;
	float: left;
}
.cvvicon {
	float:left; 
	margin-left:5px;
}

.comments {
	width: 95%;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #D6D6D6;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.volume {margin-top:-10px; float: left;}

.feature-image {margin-top: -15px; width: auto; text-align: center;}

.product-feature-para {text-align: center;}

.from-line {font-weight: normal; line-height: 1; color: #999; margin-bottom: 15px;}

.overlays {
			padding: 3px 10px 5px 10px;
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			}

widget-box {
	background: none repeat scroll 0 0 #F9F9F9;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.widget-title {
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
	background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
	background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
	background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
	background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
	background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
	border-bottom: 1px solid #CDCDCD;
	height: 36px;
}

.widget-content {
	padding: 12px 15px;
	border-bottom: 1px solid #CDCDCD;
}

.widget-title span.icon {
	border-right: 1px solid #CDCDCD;
	padding: 9px 10px 7px 11px;
	float: left;
	opacity: .7;
}


.bannersearch {height:34px; width: 100%;}

.navbar .divider-vertical-cart {
	height: 60px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #f2f2f2;
}

.navbar .divider-vertical {
	height: 45px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #f2f2f2;
}

.nav-header {
	display: block;
	padding: 3px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #D59329;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
nav li{
	
	line-height:15px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin: 5px 5px 5px 5px;
}

.header-search {
	background-color: #f5be1c !important;
	bottom: -3px;
	height: 3px;
	width: 100%;
}

.search-bkg {
	background-color: #f5be1c !important;
	position: absolute;
	width: 100%;
}

.scoutbanner {
	margin:-25px 0 0px 0;
	z-index: 999;
	position: absolute;
}

.cat-stock {margin:-10px 0 10px 0;}

.inventory {margin: -20px 0 10px 0;}

.clickover-trigger {
	cursor: pointer;
	color: #666;
	font-weight: normal;
}

.holiday-em {
	font-size: 16px;
	text-align: center;
}


/* ------------------------- HOMEPAGE HEROS ---------------------------------- */

.hero-content {
	padding:15px 30px 15px 30px;
}

h1.hero-banner {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 31px;
	line-height: 30px;
	text-shadow: 0 1px 0 rgba(88,88,88,0.5);
}

h1.hero-banner a {
	color: #D59329;
}

.lead.hero-banner {
	color: #ededed;
	font-size: 18px;
	line-height: 26px;
}

.hero-unit-1 {
	background-image: url(/images/pages/scoutstation/herotesting.jpg);
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 30px;
}

.hero-unit-2 {
	background-image: url(/images/pages/scoutstation/Armasight-PVS14-Monocular-Hero.jpg);
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 30px;
}

.hero-unit-3 {
	background-image: url(/images/pages/scoutstation/thermal-nv-vs-i2-nv-hero.jpg);
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 30px;
}

.basecamp-h3-home {
	font-weight: normal!important;
	font-size: 35px!important;
	line-height: 30px!important;
	letter-spacing: -0.08em!important;
	text-transform: uppercase;
	color: #333333;
}

div.goldsupport {
	text-align: center;
	margin-top: -10px;
}

h5.goldsupport {
	margin-bottom: -30px;
}

small.goldsupport {
	text-align: right;
}

.site-well {
	background-color: #34495e;
	padding: 20px 15px 20px 15px;
}

.hero-lead {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}

.goldsupport-logo {
	margin-top: 20px;
}

.flukenet-categories {
	background-color: #F2B442;
}

.monthly-specials {
	max-height: 200px;
}

.mspec {
	text-align: center;
}

.free-cat-title {
	background-color: #f1b700;
	padding: 6px;
	border-radius: 4px;
	color: #FFF;
	font-weight: 500;
	font-size: 12px;
}

p.includes-line {
	line-height: 26px;
}



/* ------------------------ CAROUSEL -------------------------------------------- */

.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-control {
	/*width: 30px;
	height: 30px;
	margin-top: -10px;
	padding-top: 12px;*/
	/*---Eric's Changes---*/
	top: 50%;
	/*---End of Eric's Changes---*/
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	/*---Eric's Changes---*/
	margin-top: 0px;
	/*---End of Eric's Changes---*/
}

.mobilebrand {
	font-size: 20px;
	margin:42px 0 0 0px;
}

h2.store-contact {
	color: #F2B442;
	margin: -1px 0px 0px 0px;
	line-height: 22pt;
	text-align:center;
}

h2 small.store-contact {
	color: #a6aab7;
}

a.store-contact {
	color: #FFF;
}

.searchbar {
	border-bottom: 1px solid #e7e8e6;
	padding-bottom: 0px;
}

.yourcart {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: -10px;
}

.currency {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.navbar .brand {
	margin-right: 0px;
	margin-top: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

li.searchbar-txt {
	padding:5px 10px 4px 10px;
}

li.searchbar-txt-currency {
	padding:2px 10px 4px 10px;
}

/*
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #e7e7e4;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
*/

/*
.1col {width:235px;}
.2col {width:470px;}
.3col {width:705px;}
.4col {width:940px;}
*/

.product-grid {
	padding: 0 10px 0 10px;
}


/* ------------------------- Tag Classes --------------------------------- */

.tag {
background-color: #666666;
cursor: pointer;	
}

/* ------------------------- Custom Cart / Checkout Classes --------------------------------- */
.OrderShipping {
	cursor: pointer;
}

.master {
	background-color: white;
	padding:20px;
	margin-top: 4px;
}


table td .no-border {
	border-top: 0;
}

tabe td .cart-restricted {
	border-top: none;
	padding: 0 0 0 8px;
}

/* ------------------------- DISCOUNT PRICE AND STRIKETHROUGH --------------------------------- */

.strikethrough {
  position: relative;
  color: #db4545;
  font-weight: bold;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-7deg);
  -moz-transform:rotate(-7deg);
  -ms-transform:rotate(-7deg);
  -o-transform:rotate(-7deg);
  transform:rotate(-7deg);
}

.discounted {margin:-5px 0 10px 0;}

/* -------------------------  Custom NavPills --------------------------------- */


.nav-pills>.active>a, .nav-pills>.active>a:hover {
	color: #fff;
	background-color: #516A89;
}

.nav-pills-pro>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin-right: 10px;
	color: #cca360;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}


/* -------------------------  Custom Product Labels --------------------------------- */

/* ---- FLAGS ----- */

.label, .badge {
	display: inline-block;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
}

.badge {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.label {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.label-top-seller {
	background-color: #178DCD;
}

.label-new {
	background-color: #F57E20;
	padding-top: 5px;
}

.label-new .icon-white{
	margin:3px 0 0 0;
	}

.label-featured {
	background-color: #5DBA47;
	padding-top: 5px;
}

.label-featured .icon-white{
	margin:3px 0 0 0;
	}

.label-special {
	border: thin solid #D02028;
	color: #D02028 !important;
	background-color: white !important;
}

.label-clearance {
	background-color: #D02028;
	padding-top: 5px;
}

.label-clearance .icon-white{
	margin:3px 0 0 0;
	}
	
.label-free_stuff {
	background-color: rgb(255,242,0);
	border: 2px solid #B8151C;
	text-shadow: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #B8151C;
}

.free-prod-value {
	color: #db4545;
}
/* ------------------------- Fluke Holiday Deals -----------------------------------*/

.fluke-holiday-hdr {
	background-color: #292929;
	border-top: 4px solid #d31b28;
	padding: 20px 0 20px 0;
	text-align: center;
}

.fluke-holiday-title {
	text-align: center;	
}

h2.holidayheadline {
		font-weight: 300;
		font-size: 20px;
		margin:-10px 0 6px 0;
		color: #fefefe;
}

.holidaykit-name {
	color: #d31b28;
	margin-top: -15px;
	margin-bottom: 0px;
}

.fluke-holiday-bkg {
	background-image:url(/images/pages/flukestore/subtle-floral-pattern-2567.jpg);
	background-repeat: repeat;
}

.holiday-featured {
	margin:22px 0;
}

.holiday-feature-body {
 padding: 5px;	
}

p.holiday-sub {
	color: #fefefe;
}

.holiday-secondary {
	text-align: center;
	background-color: #292929;
	padding: 12px 0;
}

.includes-line-hol{
	color: #fefefe;
	line-height: 26px;
	/* BEGIN ADDED FOR WHEN ONLY ONE LINE OF INCLUDES */
	margin-top: 10px;
	padding-bottom: 17px;
	/* END ADDED FOR WHEN ONLY ONE LINE OF INCLUDES */
}

/*
	.fluke-holiday {
	background-image:url(/images/pages/flukestore/promos/holiday2014/fluke-holiday-home-background.png);
	height: 507px;
	border-top: 4px solid #d31b28;
}

.fluke-holiday-title {
	color: white;
	text-align: center;
	padding-top: 15px;
}

.fluke-holiday-title h1 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
}

.product-name-holiday {
	color: #d31b28;
	text-align: center;
	margin-top: -10px;
}

.red-holiday {
	color: #d31b28;
}

.connect-btn-holiday {
	margin-top: -20px;
	padding-left: 25px;
}
*/

/* -------------------------  FLUKE CONNECT STYLES --------------------------------- */

.fluke-connect-bkg {
	background-color: #383838;
	padding: 20px 0;
	
}

.fluke-connect-hdr {
	background-color: #292929;
	border-top: 4px solid #fbb73c;
	padding: 20px 0 20px 0;
}

.fluke-connect-title {
	padding-left: 20px; 
}

.download {
	color: #ffffff;
	font-size: 17px;
	font-weight: 100;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

.connect-spacer-l {
	padding: 0px 0px 0 30px;
}

.connect-spacer-r {
	padding-right:20px;
}

.video-span {
	margin-left: 20px;
}

.connect-headline {
	color: #ececeb;
	line-height: 26px;
	margin-bottom: 5px;
}

.connect-para {
	color: #ececeb;
	padding-right: 20px;
}

.button-span{
	text-align: center;
	margin-top: 10px;
}

.connect-btn {
	padding: 0 10px;
}

.btn-fluke {
	color: #EFEFEF;
	text-shadow: none;
	background-color: #FDB927;
	background-image: none;
	background-repeat: none;
	border:none;
	padding: 12px 10px;
}

.btn-fluke:hover {
	background-color: #F4A61C;
	color: #EFEFEF;
}

.lander-header {
	background-color: #292929;
	border-top: 3px solid #fbb73c;
	padding: 10px 0 15px 0;
	text-align: center;
	color:#ececeb;
}

.lander-para {
	line-height: 24px;
}

.connect-hdr-sml {
	margin-top: 0px;
}

.connect-product-hdr {
	text-align: center;
	font-size: 15px;
}

/* -------------------------  Cart Modal Styling --------------------------------- */

.modal-cart {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 440px;
	margin-left: -220px;
	background-color: #fff;
	border: none;
	border: none;
	border-top: 5px solid #F2B442;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	outline: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.modal-header-cart {
	padding: 4px 15px;
	border-bottom: none;
}

h3.modal-cart-title {
	font-size: 28px;
	font-weight: 200;
	margin-top: -6px;
}

h2.cart-modal-price {
	text-align: left;
	color: #514d36;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 2px;
}

h4.added-title-cart {
	font-size: 21px;
	margin: 8px 0;
}

h4.modal-quantity {
	display: block;
	font-size: 17.5px;
	margin: -6px 0px 0px 0px;
	font-weight: bold;
}

h5.modal-quantity {
	display: block;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

hr.cart-modal {
	margin: 12px 0;
	border: 0;
	border-top: 1px solid #e7e8e6;
	border-bottom: 1px solid #fff;
}

.btn-cart-modal {
	color: #fff;
	text-shadow: none;
	background-color: #F2B442;
	background-image: none;
	background-repeat: none;
	border-color: none;
	border: none;
	padding: 12px 12px;
}

.btn-cart-modal:hover {
	background-color: #c89026;
	color: #fff;
}

p.cart-modal-continue {
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
}

a.cart-modal-continue {
	text-decoration: none;
}

.incart-modal {
	border-left: none;
	height: 100%;
	padding-left: 15px;
}

h4.incart-title {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #717171;
	font-weight: 400;
}

h4.modal-subtotal {
	margin:-5px -5px 0 0;
}

h4.modal-subtotal-sml {
	margin:-5px -5px 0 0;
	font-size: 17px;
}

.modal-footer-cart {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: center;
	background-color: #232323;
	border-top: none;
	-webkit-border-radius:none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

p.cart-freeship {
	color: #eaeaea;
	font-size: 18px;
	margin-bottom: 0px;
}

p.cart-freeship-ship{
	font-size: 12px;
	font-style: italic;
	color: #eaeaea;
}

h3.cart-modal-total {
	color: #4c4949;
	margin: 0px;
	font-size: 30px;
}

.incentives-modal {
	padding-left: 10px;
	font-size: 80%;
}



/* -------------------------  IE Responsive Fixes --------------------------------- */

.ie8 .mshow{
	visibility: hidden;
	display: none;
}

/* ------------------HIDING DISQUS IN IE7---------------- */
* + html .disqus-tab {
	display: none;
	}

/*[if IE 8]> 
* + html .disqus-tab {
	display: none;
	}
<![endif]/*


/* -------- IE 9+ CSS FILE ----------*/
@media screen and (min-width:0\0) {
.sprite {display: inline-block;}
.sprite {background-image: url(/images/icons/Css-sprite-direct.png);  max-width: 100%; background-size: 100%;} 
.freeshipping-vm-w-sprite { background-position: 0 0%; background-size: 100%; }
.freeshipping-vm-sprite { background-position: 0 8.86918%; background-size: 101.277955%; }
.secure-online-store-footer-b-sprite { background-position: 0 17.725753%; background-size: 113.620072%; }
.secure-online-store-footer-w-sprite { background-position: 0 27.090301%; background-size: 113.620072%; }
.chat-live-mobile-1-sprite { background-position: 0 35.199139%; background-size: 317%; }
.itm-phone-icon-w-sprite { background-position: 0 40.884574%; background-size: 609.615385%; }
.facebook-w-sprite { background-position: 0 46.609257%; background-size: 634%; }
.facebook-sprite { background-position: 0 52.206674%; background-size: 634%; }
.linkedin-rounded-w-sprite { background-position: 0 57.80409%; background-size: 634%; }
.twitter-w-sprite { background-position: 0 63.401507%; background-size: 634%; }
.twitter-sprite { background-position: 0 68.998924%; background-size: 634%; }
.youtube-w-sprite { background-position: 0 74.59634%; background-size: 634%; }
.youtube-sprite { background-position: 0 80.193757%; background-size: 634%; }
.contact-info-envelope-sprite { background-position: 0 83.455497%; background-size: 905.714286%; }
.can-flag-sprite { background-position: 0 85.818561%; background-size: 1056.666667%; }
.eu-flag-sprite { background-position: 0 88.112617%; background-size: 1056.666667%; }
.uk-flag-sprite { background-position: 0 90.406674%; background-size: 1056.666667%; }
.usa-flag-sprite { background-position: 0 92.70073%; background-size: 1056.666667%; }
.reedinstruments-home-icon-sprite { background-position: 0 94.994786%; background-size: 1509.52381%; }
.home-icon-sprite { background-position: 0 97.288843%; background-size: 1585%; }
.ca-sprite { background-position: 0 98.657025%; background-size: 1981.25%; }
.us-sprite { background-position: 0 100%; background-size: 1981.25%; }
}