hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #e7e8e6;
	border-bottom: 1px solid #fff;
}

h1 {
	display: block;
	font-size: 25px;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	line-height: 34px;
	color: #262425;
	margin-bottom: 3px;
	margin-top: 3px;
}

h2 {
	display: block;
	font-size: 22px;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	color: #262425;
	margin-bottom: 3px;
	margin-top: 3px;
}

.contact h2 a {
	color: #E2E2E2;
}

h3 {
	display: block;
	font-size: 21px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	color: #262425;
	margin-bottom: 3px;
	margin-top: 3px;
}

h4 {
	display: block;
	font-size: 15px;
	-webkit-margin-before: 1.20em;
	-webkit-margin-after: 1.20em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	color: #262425;
	margin-bottom: 3px;
	margin-top: 3px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
}

.short-description {
	font-size: 16px;
	margin-bottom: 20px;
}

.tab-content ul {
	margin-top: 5px;
}


h4.price {
	color: #6e6e5b;
}

h4.acc-price {
	text-align: left;
	color: #514d36;
	font-size: 17.5px;
	-webkit-margin-before: -0.3em;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.promoproduct:hover {
	background-color: #cdcdcd;
	background-image: url(/images/pages/scoutstation/learnmore-hover.png);
	background-repeat: no-repeat;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

hr.header-hr {
	margin:5px 0 5px 0;
}

a.yourcart {
	padding-top: 0px;
}

small.pricesmall {
	margin-bottom: -50px;
}

a {
	color: black;
}

a:hover {
	color: #262425;
	text-decoration: none;
}

.btn-cartmore {
	color: #D59329;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background: #f8f8f8;
	border-color: #d8d2ce;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-cartmore:hover,
.btn-cartmore:focus,
.btn-cartmore:active,
.btn-cartmore.active,
.btn-cartmore.disabled,
.btn-cartmore[disabled] {
  color: #BF8126;
  background-color: #eeeeee;
  *background-color: #eeeeee;
}

.pricing-container {
	text-align: center; 
	border-right: 1px solid #e7e8e6; 
	padding:10px 0 10px 0;
}

.cat-pricing-container {
	text-align: center; 
	padding:10px 0 10px 0;
}

.showall {
	text-align: center;
	background-color: rgba(247,247,247,0.83);
}

h4.price {
	text-align: center;
	color: #514d36;
	font-size: 17.5px;
	-webkit-margin-before: -0.4em;
	-webkit-margin-after: -0.0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.comp-table th, .comp-table td {
	border-top: none;
}

td.compare {
	text-align: center;
}

.center td{
	text-align: center;
}


.fieldtested {
	text-transform: none;
	color: #D59329;
	font-size: 14px;
	text-align: center; 	
}

p> strong> a {
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.your-price {
	color: #262425;
	font-weight: bold;
	font-size: 16px;
}

.availability {
	font-size: 15px;
}

.product-table {
	margin-bottom: 5px;
}

.nav, .navbar {
	margin-bottom: 5px;
}

.table td, .table th {
	padding-top: 6px;
	padding-bottom: 6px;
}

td {
	vertical-align: middle !important;
}

.input-append {
	margin-bottom: 0;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cat-short-description {
	font-size: 16px;
}

.accordion-heading h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.accordion-inner {
	padding: 2px 15px;
}

img.paymenticon {
	margin: 0 5px 10px 5px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.quantity-input {
    width:88px; 
    text-align:center; 
    border-radius:4px; 
    font-size:18px; 
    margin-bottom: 0px;
}

.quantity-input-table {
    width:35px; 
    text-align:center; 
    border-radius:4px; 
    font-size:18px; 
    margin-bottom: 0px;
}

.main-color {
	color: #262425;
}

.sub-color {
	color: #262425;
}

.nav-tabs>li>a {
	background-color: #eee;
}

/* a.promoproduct:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.4);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
} */


.row-fluid.header{
	padding-top: 3px;
	padding-bottom: 5px;
}

.span3.Free-Shipping{
	margin-top:8px;
}
	
.span6.logo{
	margin-top: 5px;
}

.span3.contact{
	padding-top: 6px;
    padding-bottom: 8px;
}


/* -------------------------  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: 2px solid #AC7C2C;
	-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;
}

h2.cart-modal-price {
	text-align: left;
	color: #514d36;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 2px;
}

h4.modal-quantity {
	display: block;
	font-size: 17.5px;
	margin: -6px 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;
	padding: 12px 12px;
	text-shadow: none;
	background-color: #AC7C2C;
	background-image: none;
	background-repeat: none;
	border-color: none;
	border: none;
}

.btn-cart-modal:hover {
	background-color: #966A2A;
	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;
}

p.cart-freeship {
	color: #eaeaea;
	font-size: 18px;
	margin-bottom: 0px;
}

p.cart-freeship-ship{
	font-size: 12px;
	font-style: italic;
	color: #eaeaea;
}

.highlight {
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.document {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 8px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.document:first-letter{
	text-transform: capitalize;
}

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;
}

.red {
	color: red;
}

img.paymenticon-about {
	margin: 0 3px 10px 3px;
}

.OnlineStore {
	color: #57ba4e;
}

.btn-reed {
	color: #fff;
	background-color: #bc1a1f;
	background-image: -moz-linear-gradient(top,#262425,#bc1a1f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#262425),to(#bc1a1f));
	background-image: -webkit-linear-gradient(top,#262425,#bc1a1f);
	background-image: -o-linear-gradient(top,#262425,#bc1a1f);
	background-image: linear-gradient(to bottom,#262425,#bc1a1f);
}

.btn-reed:hover {
	background-color: #bc1a1f;
	color: white;
}

.bold {
	font-weight: bold;
}
.btn-quote {
	color: #000000 !important;
    border-color: #000000 !important;
    background-color: white !important;
    background-image: none !important;
}
.btn-quote i.icon-th-list {
	vertical-align: top;
    margin-top: 3px !important;
}
/* ------------------------- END OF Cart Modal Styling --------------------------------- */

.social img {
	padding-right: 3px;
}