body {
	color: #333;
	font-family: 'Open Sans', arial, sans-serif;
}

#content {
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #333333 solid;
}

#cs-footer {
	background-color: #333333;
	padding-bottom: 30px;
}

.error {
	font-size: 11px;
	color: red;
}

.px60 {
	height: 60px;
}

/* ------ CHECKOUT GEN ------- */
.progress-legend h4 a {
	color: #999;
	text-decoration: underline;
}
.checkout-frame-space .label {
	background-color: #fcf8e3;
	font-weight: 100;
	text-shadow: none;
	color: #764c04;
	border: 1px #764c04 solid;
	border-radius: 0px;
}

/* ------- Shipping Checkout --------*/
.checkout-shipping-form p.lead {
    margin-bottom:10px;
}
p.lead.Hazmat {
    margin-bottom: 3px;
}
p.Hazmat-disclaimer{
	font-size:12px;
	line-height:1.25em;
}
#checkoutExpressShippingRow{
    height: 54px;
}
.CheckoutExpressShippingNote{
    overflow-x: visible;
    position: absolute;
}
.alert-shipping-note{
    border: 2px solid crimson;
    color:black;
}

/* ------ Checkout Review - B2B Login ------ */
.users.form form{
	margin-bottom: 0px;
}
.users.form form fieldset input{
	width:100%;
	height: 30px;
	box-sizing: border-box;
}
.users.form form fieldset input.btn-primary{
	height: 35px;
}
.users.form form fieldset label span{
    float: right;
    margin-right: 2px;
}
.users.form form input[type*="checkbox"]{
    display: inline-block;
    width:inherit;
}
.users.form form div.login-submit div.input.checkbox{
	float:left;
	margin-top: 6px;
	margin-right: 15px;
	padding-left: 0px;
}
.users.form form div.login-submit div.input.checkbox input, .users.form form div.login-submit div.input.checkbox label{
	float:right;
	margin-left: 0;
	padding-right: 5px;
}
.users.form form div.login-submit div.span.pull-right, .users.form form div.login-submit div.span{	
    display: inline-block;
    width: auto;
}
.users.form form div.login-submit div.input.checkbox label{	
    display: inline-block;
}
.users.form form div.submit{
	position: relative;
	left:0;
    float:right;
}	

/* ------- Address - Pickup Options B2B --------*/
.pickup-locations {
	line-height: 1.25em;
	font-size: 12px;
	color: #999;
}


form#promoCodeChangeForm {
	margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0px !important;
    padding: .0em 1em .5em 1em !important;
}

	
@media (min-width: 980px) {
	.mshow {
		visibility: hidden !important;
		display: none !important;
	}
	
	.mhide {
		visibility: visible !important;
		display: inherit !important;
	}
}


@media (min-width: 768px) and (max-width: 979px) {
	body {
		padding-top: 0;
	}
	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;
	}
	.overlays {
		visibility: hidden !important;
		display: none !important;
	}
/* ------- SHipping Checkout --------*/
	#checkoutExpressShippingRow{
		height: 77px !important;
	}
	.CheckoutExpressShippingNote{
		width: 460px;
	}
	.checkout-frame-space {
		padding-left: 20px; 
		padding-right: 20px; 
		width: auto;
	}
	.navbar .brand.checkout-header-text {
		margin-right: 0px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 0;
	}
	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;
	}
	.overlays {
		visibility: hidden !important;
		display: none !important;
	}
/* ------- SHipping Checkout --------*/
	.CheckoutExpressShippingNote{
		position: static;
	}
}

@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 {width: 108%; padding:23px 10px 0 10px; margin-left: -20px; }
    .mhide {display: none !important; visibility: hidden !important;}
    .mshow {display: inherit !important; visibility: visible !important;}
    .overlays {
		visibility: hidden !important;
		display: none !important;
	}
}



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);
}

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 h3, div.price h2 { 
	margin-bottom: 10px;
	margin-top: 0px;
}

div.price h4 {
	margin-bottom: 15px;
}

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: 800px;
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: #000000;
}

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: 10px 20px 10px;
margin-left: -20px;
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;
}
.expiry {
	width: 100px;
	color: #e31313;
}
/*
select {
	min-width: 100px;
	width: auto;
	background-color: white;
	border: 1px solid #CCC;
	margin:0 0 10px 0;
}
*/
.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;}

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%;}

.cat-stock {margin:-10px 0 10px 0;}

.inventory {margin: -20px 0 10px 0;}

.clickover-trigger {
	cursor: pointer;
	color: #666;
	font-weight: normal;
}



/* ------------------------- Tag Classes --------------------------------- */

.tag {
background-color: #666666;
cursor: pointer;	
}

/* ------------------------- Custom Cart / Checkout Classes --------------------------------- */
.OrderShipping, .OrderReturning {
	cursor: pointer;
}

/* body {
	background-color: #444;
} */

.master {
	background-color: white;
	margin-top: 80px;
}

table td .no-border {
	border-top: 0;
}

td.cart-restricted {
	border-top: 0;
	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:-17px 0 10px 0;}

h4.discountedprice {margin-bottom: 15px;}

/* -------------------------  IE Responsive Fixes --------------------------------- */

.ie8 .mshow{
	visibility: hidden;
	display: none;
}
@media (min-width: 979px) and (max-width: 1199px){ 
	.cvv {
	    width: 38px;
	}
}
@media (max-width: 979px){
	.navbar .brand.checkout-header-text {
	    padding-right: 0px;
		padding-left: 10px;
		margin: 0 0 0 -5px;
		font-size: 14px;
	}
	.navbar .brand strong {
		margin-left: 10px;
	}
}

