*, body {
  font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #4c4d42;
}
a:hover {
		text-decoration:  none;
	color: #000000;
}

h1 {
	font-weight:  bold;
	font-size: 2em;
	margin: 5px 0px 20px 0px;	
}
h2 {
	font-weight:  bold;
	color: #666666;
	font-size: 1.8em;
	margin: 20px 0px 10px 0px;	
	border-bottom: 2px solid #cccccc;
}
h3 {
	font-weight:  bold;
	color: #000000;
	font-size: 1.6em;
	margin: 20px 0px 10px 0px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.success {
	color: #338600;
	font-weight: bold;
}

#header {
	background-color: #333333;
	padding: 5px 0px 5px 0px;
	max-height: 100px;
	overflow-y: hidden;
	background-image: url(/images/header-bg-c.webp);
	background-repeat:  repeat-x;
	background-position: top center;
}
#topnavheader {
	float: left;
	color:  #FFFFFF;
	padding: 8px 0px 0px 0px;
	font-weight:  bold;
	font-style: italic;
	
}
#header nav ul{

    padding-inline-start: 0px;

}
#topnav {
	text-align:  right;
	padding-top: 5px;
}
#topnav a {
	color: #ffffff;
	font-weight:  bold;
}
#topnav a:hover {
	color: #cccccc;

}
#logo {
	padding-top: 0px;
	margin-top: -25px;

}
#logo img {
	max-width: 200px;
	    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: -10px;

}
#searchbar {
	text-align:  right;
	background-color: #000000;
	padding: 10px 10px 30px 10px;

}
#search {


}
#headerbar {
	background-color: #000000;
	border-bottom: 0px solid #ffffff;
	margin-bottom: 0px;
	min-height: 10px;
	
}
#headerbar .nav .nav-pills li a{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight:  bold;
	color: #FFFFFF;
	background-color: #000000;
	

}
#headerbar .nav .nav-pills li a:hover{
	color: #FFFFFF;
	background-color: #333333;
}
#headerbar ul {
	color: #FFFFFF;
	background-color: #000000;
}
#shop a {
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 1.2em;
}
#leftnav ul, #leftnav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}



#leftnav ul li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight:  bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #e6e6e6;
	display:  block;

}
#leftnav ul li.active a {
	background-color: #CCCCCC;
}
#leftnav ul li a:hover {
	color: #4c4d42;
	text-decoration: none;
}
#leftnav ul li a span {
	font-size: .9em;
}

#leftnav ul li ul li a {
	padding-left: 32px;
	border: none;
	background-color: #e6e6e6;
}
#leftnav ul li ul li.active a {
	background-color: #f1f1f1;
	color: #666666;
}

#leftnav ul li.pillheader {
	padding: 10px 5px 2px 15px;
	font-weight: bold;
	text-transform:  uppercase;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.2em;
	border-bottom: 2px solid #999999;
	background-image: url(/images/header-bg-c.webp);
	background-repeat:  repeat-x;
	background-position: -530px -20px;;
}
#leftnav ul li.pillheader2 {
	padding: 10px 5px 2px 15px;
	font-weight: bold;
	text-transform:  uppercase;
	background-color: #666666;
	color: #ffffff;
	font-size: 1.2em;
	border-bottom: 2px solid #999999;
	background-image: url(/images/header-bg-c.webp);
	background-repeat:  repeat-x;
	background-position: -200px;
}

#content a {
	text-decoration: underline;
	color: #4c4d42;
}
#content a:hover {
	text-decoration: none;
	color: #2b2c21;
}

#pagebottom {
	margin-top: 60px;
}
#footerbar {
	background-color: #cccccc;
	
	padding: 20px 0px 40px 0px;

}

#footer ul, #footer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.headeralert {
	background-color: #000000;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.headeralert .code {
	color: #ff0000;
}

/* Products Page */
#productlist .col-xs-3 {
	margin-bottom: 20px;
	
	
}
.productlistingimage img {
	
}
/* Product Page */

#pages ul.pagination li a {
	text-decoration:  none;
	font-weight:  bold;
}
#pages ul.pagination li a.on {
	background-color: #cccccc;
	border-color: #cccccc;
}
.manufacturerlogo {
	text-align: center;
	margin-bottom: 10px;
	width:  150px;

}
.manufacturerlogo img {
	max-width: 150px;
	text-align: center;

}

.productimage {

}

.price {
	font-size: 2.2em;
	font-weight:  bold;
	color: #cc0000;
}

.freeshipping {
	color: #338600;
	font-weight:  bold;
	text-transform: uppercase;
}
.darkgray {
		  color: #666666;
	  }
.lightblue {
		  color: #337ab7;
	  }
.darkblue {
		  color: #23527c;
	  }
.lightred {
		  color: #cc0000;
	  }
.darkred {
		  color: #990000;
	  }
.black {
	color: #000000;
}
.lightgray {
	color: #cccccc;
}
.gray {
	color: #999999;
}
	#showmore a {
	display: block;
	background-color: #ffffff;
	color: #999999;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	padding: 1px 0px 1px 5px; 
	border: 1px solid #cccccc;
	}
	#showmore a:hover {
	background-color: #f1f1f1;
		color: #000000;
	}

	#showmore2 a {
	display: block;
	background-color: #f1f1f1;
	color: #666666;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	padding: 1px 0px 1px 5px; 
	border: 1px solid #cccccc;
	}
	#showmore2 a:hover {
	background-color: #ffffff;
		color: #000000;
	}
	
#module {
  width: 100%;
}

#module div.collapse[aria-expanded="false"] {
    display: block;
    height: 150px !important;
    overflow: hidden;
}

#module div.collapsing[aria-expanded="false"] {
    height: 150px !important;
}

#module #showmore a.collapsed:after, #module #showmore2 a.collapsed:after  {
    content: '+ Show More';
}

#module #showmore a:not(.collapsed):after, #module #showmore2 a:not(.collapsed):after{
    content: '- Show Less';
}


#module2 {
  width: 100%;
}

#module2 div.collapse[aria-expanded="false"] {
    display: block;
    height: 350px !important;
    overflow: hidden;
}

#module2 div.collapsing[aria-expanded="false"] {
    height: 350px !important;
}

#module2 #showmore a.collapsed:after, #module #showmore2 a.collapsed:after  {
    content: '+ Show More';
}

#module2 #showmore a:not(.collapsed):after, #module #showmore2 a:not(.collapsed):after{
    content: '- Show Less';
}



/*.item {
	max-height: 180px;
	overflow-y: hidden;
}
.item img {
	max-height: 300px;
	float: right;
}



.carousel-control {
	width: 20%;
	background-image: none;

}
.carousel-control.right, .carousel-control.left {
	background-image: none;

}
.item .carousel-caption {
	text-align: left;
	float: left;
	right: 10%;
	left: 10%;

}
a.left.carousel-control {
	width: 5%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 20%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 60%;
}

.item .carousel-caption p {
	color: #000000;

}
.carousel-indicators {
	

}
.carousel-indicators li {
	color: #999999;
	border: 1px solid #999999;
	background-color: #cccccc;

}
*/

.ck-editor__editable {
    min-height: 500px !important;
}


.homeicons {
	font-size: 1.1em;
	padding: 0px 20px 20px 20px;
}


@media only screen and (max-width : 1200px) {
	
}
@media only screen and (max-width : 992px) {
	#topnavheader{
		display:  none;
	}
		#logo img {
	
	    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 175px;
			margin-top: -5px;

}
}

@media only screen and (max-width : 768px) {
	#headertop {
		text-align:  center;
	}	
	#headerholder {
/*		background-image: none;*/
	}
	#header {
		max-height:  none;
		border-top: none;

	}
	#logo {
	
	}
	#logo img {
	
	    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 200px;

}
	#topnav {
		text-align: center;
	}
	#searchbar {
		padding-bottom: 10px;
		margin-top: -10px;
			
	}	 
	#headerbar {
		min-height: 0px;
	}
	#topnavheader{
		display:  none;
	}
	#footertext {
		margin-top: 20px;
	}
	
/*
	.item {
	max-height: 110px;
	overflow-y: hidden;
}
.item img {
	max-height: 160px;
	float: right;
}
	.item .carousel-caption h3 {
	font-size: 1.2em;

}
*/
	#leftnav ul li.pillheader, #leftnav ul li.pillheader2 {
		background-image: none;
	}
	
	.homeicons {
	font-size: 1em;
	padding: 0px 10px 10px 20px;
}
	.homeicons img {
		
	}

		  
}

@media only screen and (max-width : 480px) {
}
