@charset "UTF-8";
/* CSS Document */

   

html body {
    background-color: #CCCCCC;
    padding-top: 0px;
    font-size: 16px;
}
#index_maincontent {
	padding-top: 15px;
	line-height: 1.5;
	padding-bottom: 38px;
}

#main_content #header img{
   width: 100%;
}
#discontinued {
    color: #FFFFFF;
    background-color: #9F0D0F;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

#holiday {
    color: #FFFFFF;
    background-color: #626060;
    text-align: center;
    font-weight: bold;
    font-size: large;
}
#nonstock {
    color: #FFFFFF;
    background-color: #808080;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

/* main links*/

a {
	text-decoration: none;
	color: #757575;
	font-weight: normal;
	font-size: 16px;
}

 a:active a:visited, a:hover, .offcanvas a:focus{
	color: #888888;
}

/* index page links*/
#first li a {
	padding-right: 8px;
	padding-left: 32px;
	text-decoration: none;
	color: #454545;
	display: block;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
}

#first li a:hover, .offcanvas a:focus{
	color: #888888;
}
ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
}



/* headlines*/

.h1 {
	margin-top: 30em;
	margin-bottom: 30em;
	font-size: 18px;
}
.h2 {
	font-size: 18px;
	color: #8A8A8A;

}
h4 {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
}
h1 {
	
	font-size: 18px;
	
}

.product_header    {
	padding-left: 20px;
	text-align: left;
}
#sub_header {
	padding-top: 10px;
}

.title {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

	/* images */
thumbnail{
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: none;
}

#trim {
	/* [disabled]padding-top: 50px; */
	margin-top: 15px;
}

.pull-left img {
	padding-right: 8px;
}

/* header image */
#header img {
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#header {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}



/* panel*/
.panel-default > .panel-heading {
	background-color: #EAEAEA;
}


/* Sidebar */



#index_sidebar {
	padding-top: 76px;
	padding-left: 49px;
}



/* table*/
table {
	overflow-x: auto;	
}
.table-responsive {

	width: 100%;
    overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	border: 0;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th {
padding-bottom: 1px;
}
.table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
padding-top: 1px;
}
.table th, .table td {
	border-top: none !important;
	padding-right: 0px;
 }
 
 .table th {
	
	font-size: 15px;
	font-weight: bold;
	
 }
 

#navigation_links {
	padding-top: 65px;
}

/* pagination*/
.pagination.pagination-sm {
	padding-top: 0px;
	margin-top: -3px;
	margin-bottom: 0px;
	color: #000000;
}
.pagination.pagination-sm li a {
	color: #000000;
}
.pagination.pagination-sm .active a {
	background-color: #CCCCCC;
	border-color: #8A8A8A;

}



/* location page*/
#background_location {
	background-color: #F3F3F3;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*misc*/

#main_content  {
	margin-top: 0px;
	padding-top: 0px;
}

.content {
	margin-top: 24px;
}

#main_content {
	background-color: #FFF;
	margin-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	border-width: medium;
	border-radius: 1px;
	border-color: #DADADA;
}

#main_content .content {
	background-color: #FFF;
}

#main_content .navbar {
	padding: 0;
}

#main_content .subnav {
	margin: 0;
	background-color: #E4E4E4;
	border-radius: 0px;
	flex-grow: 1;
}
#main_nav {
	background-color: #FFFFFF;
}

.navbar-text > a {
	color: inherit; 
	text-decoration: none;
}

.caption a {
	font-weight: bold;
	min-width: 0px;
}

.thumbnail {
	border: 0
}	
.flex {
	display:flex;
	flex-wrap: wrap;
}#footer {
	padding-top: 15px;
}
#whats_new {
	padding-left: 10px;
}
tr th {
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
}
.panel-title a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.panel-title a:hover, .offcanvas a:focus{
	color: #888888;
}

#links a img {
	padding-bottom: 5px;
}
