@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 700;	
}
h1 {
	line-height: 48px;
}
.main {
	min-height: 400px;
}
.preheader {
	color: white;
	background-color: #222;
	font-size: 11px;
	padding-top: 3px;
}
.preheader a {
	color: white;
	text-transform: uppercase;
}
.mobile-buttons .col-xs-4 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.mobile-buttons .col-xs-4 {
	padding: 0;
}
.mblButton {
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #56c2ea;
    display: block;
    border: none;
    border-right: 1px solid #333;
    padding: 7px;
    width: 100%;
}
.mblButton:hover {
	color: white;
	text-decoration: none;
}
.col-xs-4:last-child .mblButton {
    border-right: none;
}
@media (max-width: 991px) {
	.search-container {
		background-color: #333;
	}
}
.resp-image {
	max-width: 100%;
	height: auto;
}
.img-responsive-center {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
header {
}
.tagline {
	font-size: 12px;
	font-style: italic;
}
.mobile-category-tree {
	display: none;
    position: fixed;
    background-color: #333;
    z-index: 200;
    padding: 10px;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
}
.site-overlay {
    display: none;
    background: #999;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.category-tree {
	color: white;
	margin-top: 3px;
	padding: 10px;
	background-color: #222;
	position: absolute;
	top: 47px;
	width: 100%;
	z-index: 200;
}
.category-tree-open {
	display: block;
}
.category-tree-closed {
	display: none;
}
.mobile-category-tree a,
.category-tree a {
	color: white;
}
.cattree-caret {
	position: absolute;
	right: 10px;
	top: 0;
}
.mobile-category-tree .level-1 {
	padding: 8px;
	font-size: 16px;
	border-top: 1px dotted #444;
}
.mobile-category-tree .level-1:first-child {
	border-top: none;
}
.mobile-category-tree .level-2,
.mobile-category-tree .level-3,
.mobile-category-tree .level-4 {
	display: none;
}
.category-tree .level-1 {
	border-top: 1px dotted #444;
	padding: 4px 0;
	font-size: 14px;
}
.category-tree .level-1:first-child {
	border-top: none;
}
.category-tree .level-2 {
	padding-left: 12px;
	font-size: 13px;
}
.category-tree .level-3 {
	padding-left: 24px;
	font-size: 13px;
}
.category-tree .level-4 {
	padding-left: 36px;
	font-size: 12px;
}
.sfnt-category {
	margin-bottom: 15px;
}
.sfnt-category img {
	padding: 10px;
	margin-bottom: 8px;
	border: 1px solid #eee;
}
.sfnt-category a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
.sfnt-section-header {
	font-size: 36px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
	border-bottom: 3px solid #ccc;
}
.see-all {
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.blue {
	color #0379E3;
}
.vert-top img {
	vertical-align: top;
}
.btn-cctblue { 
	color: #FFFFFF; 
	background-color: #0379E3; 
	border-color: #0267C3; 
} 
 
.btn-cctblue:hover, 
.btn-cctblue:focus, 
.btn-cctblue:active, 
.btn-cctblue.active, 
.open .dropdown-toggle.btn-cctblue { 
	color: #FFFFFF; 
	background-color: #0483f6; 
	border-color: #0267C3; 
} 
 
.btn-cctblue:active, 
.btn-cctblue.active, 
.open .dropdown-toggle.btn-cctblue { 
	background-image: none; 
} 
 
.btn-cctblue.disabled, 
.btn-cctblue[disabled], 
fieldset[disabled] .btn-cctblue, 
.btn-cctblue.disabled:hover, 
.btn-cctblue[disabled]:hover, 
fieldset[disabled] .btn-cctblue:hover, 
.btn-cctblue.disabled:focus, 
.btn-cctblue[disabled]:focus, 
fieldset[disabled] .btn-cctblue:focus, 
.btn-cctblue.disabled:active, 
.btn-cctblue[disabled]:active, 
fieldset[disabled] .btn-cctblue:active, 
.btn-cctblue.disabled.active, 
.btn-cctblue[disabled].active, 
fieldset[disabled] .btn-cctblue.active { 
	background-color: #0379E3; 
	border-color: #0267C3; 
} 
 
.btn-cctblue .badge { 
	color: #0379E3; 
	background-color: #FFFFFF; 
}
.btn-addtocart {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold
}
.topheader {
	font-size: 12px;
}
.topheader .list-inline li {
	border-right: 1px solid #ccc;
	margin: 4px 0;
}
.topheader .list-inline li:last-child {
	border-right: none;
}
#logo {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
.form-search {
	margin-top: 25px;
	padding-right: 0;
}
.form-group-search {
	width: 100%;
}
@media (min-width: 992px) {
	.form-group-search {
		width: 388px;
		float: left;
	}
}
@media (max-width: 375px) {
	.form-group-search {
		width: 70%;
	}
}
.form-search > .form-group-search > .form-control-search {
	width: 100%;
}
.autocomplete-results {
    display: none;
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    border-radius: 3px;
    z-index: 20;
}
.minicart-container {
	margin-top: 13px;
}

.menu-container {
	background-image: -webkit-linear-gradient(top, #6d6d6d 0%, #3c3c3c 100%);
	background-image: linear-gradient(to bottom, #6d6d6d 0%, #3c3c3c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff3c3c3c', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cats-word-toggle {
	color: white;
	font-size: 18px;
	float: none;
	padding: 0 120px 0 10px;
	margin-top: 10px;
}
.navbar-cats .cats-hamburger-toggle {
    border-color: #999;
}
.navbar-cats .cats-hamburger-toggle .icon-bar {
    background-color: #fff;
}
.cats-toggle .glyphicon {
	font-size: 14px;
}
.navbar-cats {
	margin: 0 -15px;
	border-radius: 0px;
	border-left: none;
	border-right: none;
}
.navbar-cats .navbar-brand {
	color: #fff;
}
.navbar-cats .navbar-nav > li:hover {
  background-color: black;
}
.navbar-cats .navbar-nav > li > a {
	display: inline-block;
	color: white;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 0;
	height: 49px;
	border-right: 1px solid #777;
	text-shadow: none;
}
.navbar-cats .navbar-nav > li:last-child > a {
	border-right: none;
}
@media (min-width: 1200px) {
	.navbar-cats .navbar-nav > li > a {
		padding: 14px 19px 10px 19px;
	}
}
.navbar-cats .navbar-nav > li.nav-twoline > a {
	padding-top: 6px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-cats .navbar-nav > li > a {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.navbar-cats .navbar-nav > li > a {
		height: inherit;
	}
	.navbar-cats .navbar-nav > li > a {
		padding-top: 0;
	}
	.open > .dropdown-menu {
	  display: none;
	}
	.dropdown-menu > li {
		display: none;
	}
	.navbar-cats .navbar-nav > li.nav-twoline > a {
		padding-top: 0;
	}
	.navbar-cats .navbar-nav > li > a {
		font-weight: normal;
		border: none;
	}
}
.navbar-cats .navbar-nav > .open > a,
.navbar-cats .navbar-nav > .open > a:hover,
.navbar-cats .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #6fb6fd;
}
@media (max-width: 767px) {
	.navbar-cats .navbar-nav > li > a {
		text-align: center;
		line-height: 26px;
		display: block;
	}
}

footer {
	background-color: #3a3a3a;
	color: white;
}
footer:first-of-type {
	margin-top: 20px;
}
footer .row {
	padding: 15px 0;
}
footer h4 {
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	color: #51aaf9;
}
footer a {
	color: #6fb6fd;
	text-decoration: underline;
}
footer h4 a,
footer h4 a:link,
footer h4 a:visited,
footer h4 a:hover {
	color: #51aaf9;
	text-decoration: none;
}
footer h4 a:hover {
	text-decoration: none;
}
.footertoggler {
	display: block;
	float: right;
	width: 20px;
	text-align: right;
}
footer ul li a {
	line-height: 24px;
	color: white;
	text-decoration: none;
}
footer ul li a:hover {
	color: white;
	text-decoration: underline;
}
footer.copyright {
	background-color: black;
}
.mailchimp {
}
@media (max-width: 991px) {
	.mailchimp {
		margin-left: 10px;
	}
}
.footer-icons {
	margin-top: 10px;
}
.footer-icons img {
	width: 24px;
	height: 24px;
}



/* SFNT */
.tabs-home .nav-tabs {
	margin-top: 20px;
}
.tabs-home > .nav-tabs > li.active > a, 
.tabs-home > .nav-tabs > li.active > a:hover, 
.tabs-home > .nav-tabs > li.active > a:focus {
	background-color: #337ab7;
	color: white;
}
.tabs-home li a {
	background-color: #efefef;
	color: black;
}
.tabs-home .tab-content {
	padding: 20px 0;
}
.tabs-home .tab-content .col-md-3 {
	text-align: center;
}
.tabs-home .tab-content .col-md-3 img {
	display: block;
	margin-bottom: 10px;
}
.tabs-home .tab-content .col-md-3 a {
	color: #000;
	font-weight: bold;
}
.make-model h4 {
	font-weight: bold;
	margin: 15px 0;
	color: #000;
}
.make-model img {
	float: left;
	width: 120px;
	margin-right: 30px;
}
.make-model p {
	clear: both;
	padding: 20px 0;
}
.prodcell {
	/*
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	*/
}
.prodcell a {
	text-decoration: underline;
}
.prodcellprice {
	font-weight: bold;
}


/* CTGY */

#category-header { font-size: 12px; }
.filterGroup { margin: 10px 0; }
.filterLabel { display: inline-block; width: 100px; }
.filterTag { display: inline-block; padding: 5px; background-color: #eee; color: black; font-weight: bold; margin: 0 10px; }
.filterTagOn { background-color: #428bca; color: white !important; text-decoration: none !important; }
.filterTagOn:hover,.filterTagOn:active { color: white !important; text-decoration: none !important; }
.ctgygridthumb { width: 80px; }
.ctgygridthumb img { max-height: 80px; width: auto; }
.ctgygrid th,
.ctgygrid td { vertical-align: middle !important; }

.breadcrumb {
	margin-top: 4px;
}

.sortpage form {
	margin-top: 7px;
}
.subcatcont {
	margin-bottom: 10px;
	font-weight: bold;
}
.subcatcont2 {
	min-height: 200px;
	font-weight: bold;
}
.subcatcont .subcatspacer {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.subcatcont .subcatname {
	margin: 5px 0;
	display: block;
	font-size: 14px;
}
@media (min-width: 991px) {
	.subcatcont {
		height: 290px;
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
	.subcatcont2 {
		padding: 5px;
		min-height: 200px;
		text-align: center;
		font-weight: bold;
	}
	.subcatcont img {
		max-height: 170px;
	}
	.subcatcont2 img {
		max-height: 170px;
	}
	.subcatcont .subcatspacer {
		height: 181px;
		width: auto;
		float: none;
	}
	.subcathelper {
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}
	.subcatcont .subcatname {
		border: 1px solid #eee;
		padding: 5px 15px;
		min-height: 227px;
		height: 100%
	}
}
.subcatcont2 .subcatname {
	margin: 5px 0;
	border: 1px solid #eee;
	display: block;
	padding: 5px 15px;
	min-height: 214px;
}
.subcatcont .subcatname img,
.subcatcont2 .subcatname img {
	margin: 0 auto;
	max-height: 174px;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.subcatcont a {
	color: #000;
}
.subcatcont2 a {
	color: #000;
}
.filter-items-container {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 8px 15px;
}
.per-page {
	text-align: center;
}
.page-links {
	text-align: right;
	padding-top: 3px;
}
.prodlisting {
	margin: 15px 0;
}
.ctgyprodcont {
	min-height: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.ctgyprodinner {
	border-radius: 3px;
	padding: 10px;
}
.ctgyprodinner:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.ctgyprodtop {
	text-align: left;
}
.ctgyprodthumb {
	min-height: 150px;
}
.ctgyprodthumb img {
	margin: 0 auto;
	max-height: 150px;
}
.ctgyprodname {
	color: #333;
	margin-top: 5px;
}
.ctgyprodpart {
	margin-top: 5px;
	font-size: 12px;
}
.ctgyprodname:hover {
	color: #0379E3;
}
.sfntprodprice,
.ctgyprodprice {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 2px 0;
}
.sfntprodprice .price,
.ctgyprodprice .price {
	font-weight: normal;
	color: #0379E3;
}
.ctgyprodrating {
	height: 18px;
	margin-bottom: 10px;
}
.imgCatHeader {
	float: right;
	margin: 10px;
}
.ctgy-pagination {
	margin: 3px 0 0 0;
}
.ctgy-pagination > li > a, .ctgy-pagination > li > span {
	padding: 4px 6px;
}
@media (max-width: 991px) {
	.ctgyprodcont {
		min-height: 270px;
	}
	.ctgyprodthumb {
		min-height: 100px;
	}
}

/* FACETS */
.facets-group {
	margin-top: 15px;
}
.facets-name {
	font-weight: bold;
	margin-top: 5px;
}
.facets-tree label {
	font-weight: normal;
	display: block;
}

/* PROD */
.prodLeft {
	text-align: center;
}
.prodSharing {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	width: 200px;
}
#prodGplus {
	width: 40px;
	float: left;
}
#prodFacebook {
	width: 69px;
	height: 24px;
	float: left;
	overflow: hidden;
}
#prodTwitter {
	width: 62px;
	float: left;
	overflow: hidden;
}
#prodPinterest {
	width: 0;
}
.prod-info {
	min-height: 200px;
	margin: 10px 0 20px 0;
}
.prod-price-label {
	margin-top: 14px;
}
.prod-price {
	color: #0483f6;
	font-weight: bold;
	font-size: 24px;
}
.form-prodadpr {
	margin-top: 20px;
}
.form-prodadpr .prod-qty-label {
	padding-right: 0;
	text-align: left;
	width: 14%;
}
.prod-review {
	margin-bottom: 20px;
}
.prod-review img {
	vertical-align: baseline;
}
.prod-review-text {
	margin: 10px 20px;
	border-left: 4px solid #ccc;
	padding: 7px;
}


/* BASK */
.sidebar-box {
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
	margin-bottom: 6px;
}
.sidebar-box h4 {
	margin: 0 0 4px 0;
	font-weight: bold;
	color: #555;
	padding: 0;
}


.testimonial-content {
	border: 1px dotted #ddd;
	margin: 20px 0 10px 0; 
	padding: 10px 40px; 
	font-size: 14px; 
	position: relative;
	line-height:135%;
}
.testimonial-content:before, .testimonial-content:after { 
	position: absolute; 
	font-size: 64px;
	color: #ccc;
}
.testimonial-content:before { 
	content: "\201C";
	left: 4px;
	top: 24px;
}
.testimonial-content:after { 
	content: "\201D";
	right: 10px; 
	bottom: -10px;
}
.testimonial-name {
	font-size: 18px;
	color: #0379E3;
	margin: 0 0 30px 20px;
}
.testimonial-name:before { 
	content: "- ";
}
.hpot-cont {
	display: none;
}
.imgCatHeader {
	max-width: 200px;
	float: right;
	margin-left: 30px;
}
.jumplinks {
	text-align: center;
}
.jumplinks a {
	display: inline-block;
	border: 1px solid #bbb;
	padding: 4px;
}
.jumpheader {
	font-weight: bold;
}
.pull-box {
	margin: 5px 5px 5px 0;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 11px;
}


/* shop by manufacturer page */

h2.manu {
	background-color: #428bca;
	color: white;
	padding: 3px;
}
div.manu {
	padding-top: 10px;
}
a.brandjumptop {
	position: relative;
	top: -33px;
	float: right;
	padding-right: 20px;
	color: white;
}
.prod-mapmsg {
	font-weight: bold;
	color: red;
	font-size: 14px;
}
/*
#mainImageContainer {
	height: 400px;
}
*/

.imgCatBanner {
	display: block;
	margin: 0 auto 20px auto;
}


/* the following reproduces form-control when the parent container is miva-form-container */
.miva-form-container select,
.miva-form-container input {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.miva-form-container select:focus,
.miva-form-container input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.miva-form-container select:-moz-placeholder,
.miva-form-container input:-moz-placeholder {
  color: #999999;
}
.miva-form-container select::-moz-placeholder,
.miva-form-container input::-moz-placeholder {
  color: #999999;
}
.miva-form-container select:-ms-input-placeholder,
.miva-form-container input:-ms-input-placeholder {
  color: #999999;
}
.miva-form-container select::-webkit-input-placeholder,
.miva-form-container input::-webkit-input-placeholder {
  color: #999999;
}
.miva-form-container select[disabled],
.miva-form-container select[readonly],
.miva-form-container input[disabled],
.miva-form-container input[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.miva-form-container textarea {
  height: auto;
}
.miva-form-container .ccexp {
	width: 48%;
	display: inline-block;
}
.miva-form-container label {
	font-size: 14px;
}
.addedMsg {
	padding: 10px; 
	background-color: #ffffcc; 
	border: 2px solid #ccc; 
	color: #000; 
	font-weight: bold;
	margin-bottom: 15px;
}

.prod-info .nav-tabs li a {
	font-size: 18px;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
.prod-info li.active a {
	background-color: #0483f6;
	color: white;
}
.prod-info li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #0483f6;
}
.prod-info li a:hover {
	background-color: #4c5260;
	color: white;
}
.prod-info li a:active {
	background-color: #0483f6;
	color: white;
}
.prod-info .tab-content {
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
}
.prod-info .tab-content h3 {
	margin-top: 10px;
}
.prod-info .nav-tabs > li.active > a, 
.prod-info .nav-tabs > li.active > a:hover, 
.prod-info .nav-tabs > li.active > a:focus {
	color: white;
}

.promo {
	border: solid 3px #fa970a;
	padding: 10px;
	background-color: #f8e8d0;
	font-size: 14px;
}
.promoheader {
	font-weight: bold;
	text-align: center;
}
#tonnoproPromo {
	font-size: 18px;
}
.tonnoproPromoHeader {
	font-size: 36px;
	color: #dd8303;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, .3);
}


/* -------- begin jcarousel styles ---------- */

.jcarousel-wrapper {
	margin: 0px 20px;
	position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
	padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	left: -10px;
}

.jcarousel img {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}

/** Carousel Controls **/

a.jcarousel-control-prev,
a.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
	background-color: #444;
	color: white;
	border-radius: 30px;
}
a.jcarousel-control-prev {
    left: -20px;
}
a.jcarousel-control-next {
    right: -20px;
}
a.jcarousel-control-prev:hover, 
a.jcarousel-control-next:hover,
a.jcarousel-control-prev:active, 
a.jcarousel-control-next:active {
	text-decoration: none !important;
}

/* -------- end jcarousel styles ---------- */


/* -------- begin related products ---------- */

.relprodinner {
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
}
.relprodthumb {
	min-height: 150px;
}
.relprodthumb img {
	margin: 0 auto;
	max-height: 150px;
}

/* -------- end related products ---------- */


/* -------- begin imagemachine/magiczoom stuff ---------- */

.thumbnails {
	display:block;
	margin:0;
	padding:0;
}

.thumbnails li {
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:42px;
	height:42px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.thumbnails li span {
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.thumbnails li img {
	vertical-align:middle;
}

.product-image-margin {
	height:8px;
}

.closeup {
	position:absolute;
	top:75px;
	padding:10px 10px 5px 10px;
	background-color:#ffffff;
	border:1px solid #333333;
	display:none;
	text-align:center;
	z-index:2;
	min-width:350px;
	min-height:350px;
}

.closeup_backing {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#333333;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:100%;
}

.closeup div {
	padding:2px 0 0 0;
}

.closeup a {
	cursor:pointer;
	margin:8px 0 0 0;
	z-index:2;
}

/* -------- end imagemachine/magiczoom stuff ---------- */


/* begin new header */
header .list-inline li {
	margin: 4px 0;
	padding-right: 7px;
}
header .list-inline li:nth-child(-n+3) {
	/* border-right: 1px solid #ccc; */
}
header .list-inline li.minicheckout {
	border-right: none;
	border-radius: 4px;
	color: white;
	background-color: #00aff0;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
}
header .list-inline li.minicheckout a {
	color: white;
}
.minicart {
	float: right;
	position: relative;
	top: 10px;
	right: 0;
	z-index: 200;
	border-right: none;
	border-radius: 4px;
	color: #00aff0;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	background: #333;
	height: 40px;
	width: 150px;
}
@media (max-width: 767px) {
	.minicart {
		width: 70px;
	}
}
.minicart-count {
	display: inline-block;
	border-radius: 4px 0 0 4px;
	background-color: #56c2ea;
	color: white;
	padding: 5px 10px;
	border: 2px solid #333;
	height: 100%;
}
.minicart-cart {
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}
.minicart-qty {
	border-radius: 3px;
	background-color: #333;
	color: white;
	padding: 3px 5px;
	margin-left: 2px;
}
#minicart-hover-content {
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: white;
    display: none;
    z-index: 100;
    position: absolute;
    right: 15px;
    width: 340px;
    background: #FFF;
	border: 1px solid #ccc;
	top: 59px;
}
@media (max-width: 320px) {
	#minicart-hover-content {
		display: none;
		max-width: 100%;
	}
}
#minicart-hover-content td {
	padding: 3px 10px;
	border-bottom: 1px solid #eee;
}
#minicart-hover-content a.black {
	color: black;
}
/* end new header */


           /* jssor slider bullet navigator skin 16 css */
            /*
            .jssorb16 div           (normal)
            .jssorb16 div:hover     (normal mouseover)
            .jssorb16 .av           (active)
            .jssorb16 .av:hover     (active mouseover)
            .jssorb16 .dn           (mousedown)
            */
            .jssorb16 {
                position: absolute;
            }
            .jssorb16 div, .jssorb16 div:hover, .jssorb16 .av {
                position: absolute;
                /* size of bullet elment */
                width: 21px;
                height: 21px;
                background: url(/images/icons/b16.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb16 div { background-position: -5px -5px; }
            .jssorb16 div:hover, .jssorb16 .av:hover { background-position: -35px -5px; }
            .jssorb16 .av { background-position: -65px -5px; }
            .jssorb16 .dn, .jssorb16 .dn:hover { background-position: -95px -5px; }
  /* end jssor slider bullet navigator skin 02 css */

.viewparts {
	font-size: 11px;
}

.fass-vehicle-make img {
	height: 75px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.fass-vehicle-make a {
	color: black;
	text-decoration: underline;
}
@media (max-width: 991px) {
	.fass-vehicle-make {
		text-align: center;
	}
}
.fasssubcatcont {
	height: 50px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.fasssubcatcont a {
	height: 100%; 
	margin: 5px 0;
	border: 1px solid #eee;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	color: black;
}
@media (max-width: 480px) {
	.fasssubcatcont {
		height: 70px;
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
}
.fasslanding h2 {
	font-size: 20px;
	margin-top: 40px;
	background: #56c2ea;
	padding: 5px 0 5px 10px;
	border-radius: 0 5px 5px 0;
	font-weight: bold;
}

/* begin new menu */
.open-menu {
	background-image: -webkit-linear-gradient(top, #6d6d6d 0%, #3c3c3c 100%);
    background-image: linear-gradient(to bottom, #6d6d6d 0%, #3c3c3c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff3c3c3c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    height: 50px;
}
.open-menu > .container > ul {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.open-menu > .container > ul > li {
	display: inline-block;
}
.open-menu > .container > ul > li > a,
.open-menu > .container > ul > li > span {
	display: block;
	height: 50px;
	color: white;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: 25px;
	font-size: 16px;
}
.open-menu .container > ul > li:first-child > span {
	margin-left: 0;
}
#shop-by-category {
	position: relative;
	width: 225px;
	background-color: #222;
}
@media (min-width: 1200px) {
	#shop-by-category {
		width: 262.5px;
	}
}
#shop-by-category span {
	font-size: 18px;
}
#shop-by-manufacturer {
	position: relative;
}
#shop-manufacturers {
	background-color: #222;
	position: absolute;
	top: 47px;
	width: 400px;
	z-index: 10;
}
/* end new menu */


.checkout-breadcrumbs {
	padding-top: 20px;
}

/* make entire accordion header clickable */
a.accordion-toggle {
  display: block;
  padding: 10px  15px;
}

div.panel-heading {
  padding: 0;
}