/* style resets */
html,body { background: none; }
.communicate h2 { line-height: 26px; }
.cartLinks a, .accountLinks a { font-weight: bold; }
.search input { margin-left: 0; }
.search .search_submit { background: #99381f; padding: 0 19px; }
input,textarea { box-shadow: none; }
.media li { line-height: 1.25em; }
.accountLinks2 a { font-weight: bold; }

#drop3:after {
	content: "";
	display: none;
}
.nav { float: none; margin: 0; }
.sf-menu > li > a { font-size: 14px !important; line-height: 1em !important; }
#Products { min-height: 0; }
.footGroup p { font-size: 12px; line-height: 1.25; }
h1 { line-height: 1.4; }
.breadCrumb {
	color: #FBFBF8;
	padding-left: 3px;
}
.breadCrumb a, .breadCrumb span {
	float: left;
	background: url("https://www.brownells.com/images/brdCrmDivider.png") no-repeat scroll right 50% transparent;
    display: inline-block;
    margin: 0;
    padding: 4px 14px 4px 5px;
	color: #333;
}
.breadCrumb span {
    background: none;
}
.pageContent h1 { font-size: 30px !important; }
dl { margin-bottom: 18px !important; }
.product-list .prod-details { margin: 10px 0 0 !important; }
.span16 { width: 950px; }
footer nav li { line-height: 14px; line-height: 14px; }
footer h4 { line-height: 20px; }
footer .row { margin: 0; }
#col-1-wrap {  width: 100%; float: left; padding: 0; }
#col-1 { padding-bottom: 10px; }
.lyt-21 { margin-top: -10px; }
.lyt-21 #col-1 { margin: 0 0 0 240px; }
#col-2 { margin-left: -950px; width: 220px; float: left; display: inline; }
#minktro-widget-wrap { margin-left: 240px; }
.related-cat-list a, .page-view-all a, .kw-view-all a { text-decoration: underline !important; }
#quick-view-modal { width: 595px; }
.pn { line-height: 18px; }


/* Product Details */
.lp {
	padding-bottom: 15px;
}
.lp h1 {
    font-size: 21px !important;
}
.product-box h1 {
	font-size: 20px !important;
	font-weight: 700;
}
.product-box h2 { 
	color: #311811;
}
.product-info {
	width: 580px;
}
div.bar {
	background: #767A4C; /* Old browsers */
	background: -moz-linear-gradient(top,  #767A4C 0%, #696D44 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767A4C), color-stop(100%,#696D44)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #767A4C 0%,#696D44 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #767A4C 0%,#696D44 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #767A4C 0%,#696D44 100%); /* IE10+ */
	background: linear-gradient(top,  #767A4C 0%,#696D44 100%); /* W3C */
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 8px;
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.tabs > li > a {
	color: #fff;
	background-color: #767A4C;
	background: #767A4C; /* Old browsers */
	background: -moz-linear-gradient(top,  #767A4C 50%, #696D44 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#767A4C), color-stop(100%,#696D44)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #767A4C 50%,#696D44 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #767A4C 50%,#696D44 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #767A4C 50%,#696D44 100%); /* IE10+ */
	background: linear-gradient(top,  #767A4C 50%,#696D44 100%); /* W3C */
	-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.tabs > li > a:hover {
	background-color: #5D603C;
	background: #5D603C; /* Old browsers */
	background: -moz-linear-gradient(top, #5D603C 50%, #545736 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#5D603C), color-stop(100%,#545736)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5D603C 50%,#545736 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5D603C 50%,#545736 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5D603C 50%,#545736 100%); /* IE10+ */
	background: linear-gradient(top, #5D603C 50%,#545736 100%); /* W3C */
}
.tabs > li.active > a, .tabs > li.active > a:hover {
	color: #333;
	background: none;
	background-color: #fff !important;
}
.tab-pane {
	min-height: 272px;
}
.stars {
	background-image: url("../_images/star_sprite.png");
}
.prod-actions {
	background-color: #FDF9EB;
	border-color: #E9DAAB;
}

.related-list li {
	width: 292px;
}
.widget-title {
	color: #fff;
	font-weight: bold;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 8px;
	border: 1px solid #e4e4e4;
	border-width: 1px 1px 0 1px;
	-webkit-border-top-left-radius:		2px;
	-webkit-border-top-right-radius:	2px;
	-moz-border-radius-topleft:			2px;
	-moz-border-radius-topright:		2px;
	border-top-left-radius:				2px;
	border-top-right-radius:			2px;
	background: #512C1D;
}
.widget-content { 
	padding: 10px;
	border: 1px solid #e4e4e4;
	border-width: 0 1px 1px 1px;
	-webkit-border-bottom-right-radius:	2px;
	-webkit-border-bottom-left-radius:	2px;
	-moz-border-radius-bottomright:		2px;
	-moz-border-radius-bottomleft:		2px;
	border-bottom-right-radius:			2px;
	border-bottom-left-radius:			2px;
}
.shop-box {
}
.shop-box-wrap {
	margin-bottom: 20px;
}
.shop-box-wrap:last-child {
	border-bottom-width: 0;
}
.shop-box .shop-title {
    background: #774D27;
    -webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;
    color: #FFFFFF;
    overflow: hidden;
    padding: 9px 5px 9px 10px;
    position: relative;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.shop-box .shop-content {
	padding: 6px 10px 10px 10px;
	font-size: 11px;
	background: #FFFFFF;
    border: 1px solid #e9daab;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;
}
.shop-content a { color: #000; }
.shop-content a:hover { color: #b22100; }
.shop-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.shop-content li {
	padding: 3px 0 3px 0px;
	line-height: 14px;
}

/* Product Listings */
ol.product-list {
	margin-top: 0;
}
.product-list li {
	padding: 15px 19px;
	width: 237px;
}
.lp .product-list li {
	width: 235px;
	padding: 15px 25px;
}
.related-list li {
	color: #333;
	font-size: 11px;
}
#quick-view-modal .prod-actions { line-height: 40px; min-height: 40px; }
.pagination a:hover,.pagination .active a,.pagination .active span{background-color:#EDEDED;color:#44230c;}


@media (max-width: 767px) {

.pageContent { padding: 10px 10px 0 10px; }
#col-1 { padding-bottom: 10px; }
.lyt-21 { margin-top: -10px; }
.lyt-21 #col-1 { margin: 0; }
#col-2 { margin-left: 0; width: 100%; float: left; display: inline; }
.span16 { width: 96%; }

.nav > li { float: none; }
.nav a:hover { color: #45281a; }
header { margin-bottom: 0 !important; }
#minktro-widget-wrap { margin-left: 0; margin-top: 20px; }

.product-list li, .lp .product-list li { width: 50%; padding-left: 5%; padding-right: 5%; }
.product-list li.first { clear: none; }
.product-list li:nth-child(2n+1) { clear: left; }
ol.product-list .product-photo img, #quick-view-modal .product-photo img { width: 100%; }

}