body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	padding-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
/* Breadcrumb Link Color */
a {
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #F00;/*Red*/
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
font-size: 12px;/* minikits-oc2 changed for search text size larger */
	 
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
	
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent Color to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f00; /*changes drowdown menu hover color to red in old Ipad 1 IOS */
	background-image: linear-gradient(to bottom, #003399, #003399); /*changes drowdown menu hover color to minikits blue*/
	background-repeat: repeat-x;
}
/*very top grey nav bar color*/
#top { 
	background-color:#FFF;/*Light Grey #eeeeee*/
	/*border-bottom: 1px solid #e2e2e2; Light-mid Grey*/
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff; /*White*/
	background-color: #229ac8; /*Aqua*/
	background-image: linear-gradient(to bottom, #ff0000, #ff0000); /*Red*/
	background-repeat: repeat-x;
}
/* Minikits-oc2 Top Link Icons and text colors */
#top .btn-link, #top-links li, #top-links a {
	color: #003399; /*Mini-Kits Blue*/
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff0000; /*Red*/
	
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #ffffff; /*White for currency and my account dropdown menus*/
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0px 5px 5px 0px; /* 5px is margin bottom logo to blue navbar*/
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn { /* minikits-oc2 minicart button font-size 16px anything >12px overflows ipad portrait*/
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu Changed to minikits-oc2 blue*/
#menu {
	background-color: #003399; /*changed from white to minikits blue to show ipad 1*/
	border-radius: 0px 0px 5px 5px; /*curved bottom corners*/
	background-image: linear-gradient(to bottom, #003399, #003399); /*minikits blue*/
	background-repeat: repeat-x;
	border-color: #003399 #003399 #003399; /*minikits blue*/
	min-height: 30px;
	}
/*Added for Top menu for Ipad1*/
.navbar {
	z-index: 4;	
}	

/*Top menu text colour, also padding changes height of blue menu bar*/
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 10px 10px 15px;
	min-height: 15px;
	line-height: 14px; font-size: 18px;
	background-color: transparent;

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color:#1a66ff; /*lighter minikits blue*/
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a { /* Dropdown menu Font Style */
	min-width: 240px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #003399; /*minikits text blue*/
	font-size: 16px;
}
#menu .dropdown-inner li a:hover { 
	color: #FFFFFF; /*white*/
}
#menu .see-all { /* see all in Dropdown menu Font Style */
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff; /*white*/
	background-color: #ff0000; /*Red for older browsers*/
	background-image: linear-gradient(to bottom, #ff0000, #ff0000); /*Red*/
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar { /*mobile nav box*/
	font-size: 15px;
	font-stretch: expanded;
	color: #333;
	padding: 2px 18px;
	float: right;
	background-color: #e2e2e2; /*Aqua*/
	background-image: linear-gradient(to bottom, #e2e2e2, #e2e2e2);
	background-repeat: repeat-x;
	border-color:#fff #fff #fff #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color:#009933; /*minikits green*/
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	background-color: #009933; /*minikits blue*/
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height:500px;
	
}
/*added for minikits-oc2*/
.tab-content {
	border-style:solid;
	border-width: 0px 1px 1px 1px;
	border-color:#ddd;
	background-color:#FFF;
	padding: 15px 5px 5px 5px;

}

/* tab color */

.nav-tabs { 
	margin-bottom: 0px;

}
.nav-tabs>li>a {
  margin-top: 3px;
  color:#000;
  background-color: #ffc533; 
  border-color: #ffc533;
}
/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #ffffff;
  background-color: #003399;
  border-color: #003399;
}
/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #FFD620;
  background-color: #FFD680;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	padding-left: 30px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
/* footer copyright text */
#footer-low h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align:center;
	color:	#333:
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
/*btn is the Login and Continue button */
.btn { 
	padding: 4.5px 12px; /* was 7.5px, 12px */
	font-size: 16px;/*was 15*/
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}/* minikits-oc2 Add To Cart Button Font size */
.btn-lg {
	padding: 10px 16px;
	font-size: 20px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/* minikits-oc2 Add to Cart Button Color */
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#009933;
	background-image: linear-gradient(to bottom,#003399,#003399);
	background-repeat: repeat-x;
	border-color: #3366CC #3366CC #002A7E
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #009933;
	background-image: linear-gradient(to bottom, #009933, #009933); /*Green cart button on hover*/
	background-repeat: repeat-x;
	border-color: #007E2A #007E2A #007E2A;	/*darker Green cart button border on hover*/
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #003399;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #003399;
	padding: 8px 5px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #FFF;
    background-color:#003399;
    border-color:#003399;
}
/* text blue hover light grey*/
.list-group a:hover {
	color: #003399;
	background: #f6f6f6;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 0px;
	/*margin-right: 45px;*/
}
}
/* set minimum h4 height so price is all in a line*/
.product-thumb h4 {
	font-size:13px;
	font-weight: bold;
	min-height: 40px;
	text-align:left;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 120px;
}
/*featured text box*/
.featured-caption {
	padding: 0 10px;
	min-height: 120px;
}
/*related text box*/
.related-caption {
	padding: 0 10px;
	min-height: 100px;
}
/*latest text box*/
.latest-caption {
	padding: 0 10px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size:16px;
	color:#444;
	font-weight:bold;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
/* light grey buttons*/
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #f6f6f6;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
/*add cart text minikits-oc2 blue */
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #f6f6f6;
	color: #003399;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
/* Green hower cart button white text */
.product-thumb .button-group button:hover {
	color:#ffffff;
	background-color: #009933;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.thumbnails > li {
	margin-left: 20px;
	
}
.thumbnails {
	margin-left: -20px;
	
}
.thumbnails > img {
	width: 100%;
	
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* added div id to html.tpl for minikits-oc2 */
.html-block {
 padding-top: 5px;
 margin-bottom: 15px;
 border-radius: 5px;
 border: solid 1px #ddd;
 -o-border-radius: 5px;
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 -khtml-border-radius: 5px;
}
.html-block .opacity {
	text-align: center;
}
.html-block .opacity a:hover {
	opacity: 0.8;
}
/* below adds a fontawsome icon before the h2 text NOT USED*/
/*.html-block > h2:before {
  content: '\f138';
  font-family: FontAwesome;
  margin-right: .3em;
}*/
.html-block > h2 {
 font-size: 160%;
 font-weight: bold;
 text-align: center;	
 line-height: normal;
 margin-bottom: 2px;
 margin-top: 2px;
 padding-bottom: 10px;
 color: #039;
 border-bottom: solid 1px #ddd; /*border under title name*/
 
}
.html-block h3 {
 font-size: 110%;
 text-align: center;
 line-height: normal;
 color: #039;
 padding-left: 0px;
 
}
.html-block p {
 
 font-size: 130%;
 text-align: center;
 color: #333;
 line-height: normal;
 padding-left: 0px;
 
}
.html-block ol > li,
.html-block ul > li {
 font-size: 130%;
 color: #333;
 line-height: 1.7em;
 padding-left: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}


/* #Thumbnails
================================================== */

.html-block .thumbnail {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: 5px;

}
.html-block .thumbnail .caption h3 {
  margin-top: 0;
  font-size: 150%;
}
.html-block .thumbnail .caption p {
  font-size: 120%;
}
.html-block .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 20px;
}
.html-block .video-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*stock_w_quantities_table-css*/

/*Changes to Bulk Product Update*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* Homepage Welcome */
.homepage-tabs {
	padding: 0px;
}
.homepage-tabs img {
	margin-right: 10px;
	/*border: 1px solid #dddddd;*/
	padding: 2px;
}
.homepage-module {
	padding:0px 0px 0px 0px;
}
.homepage-module h2{
	margin-top:0px;
	margin-bottom: 0px;	
}
.homepage-module h4{
	font-size:100%;
	color: #039;
	margin-top:0px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.homepage-module img {
	margin-right: 10px;
	margin-bottom: 10px;
}
ul {
	font-size:15px;
	line-height: 1.5;
	color:#000;
}
/* widened dropdown menu so that product names did not scroll */
.dropdown-menu {
	min-width: 200px;
}
/* Increase hight of form boxes */
.form-control {
	height: 34.15px;
}
/* category menu font size */
@media (min-width: 1200px) {
.list-group {
	font-size:15px;
}
/* put media queries together so as they dont interract*/
@media (min-width: 1200px) {
.homepage-module h4{
	font-size:130%;
}
@media (min-width: 1200px) {
.html-block h3 {
 	font-size: 130%;
	font-weight: bold;
 
}

/* modified Product Accesories extension for minikits-oc2*/
/*.product-assy {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-assy .image {
	text-align: center;
}
.product-assy .image a {
	display: block;
}
.product-assy .image a:hover {
	opacity: 0.8;
}
.product-assy .image img {
	margin-left: auto;
	margin-right: auto;
}*/
/*.product-assy .product-assy .image {
	float: none;
}*/
/*@media (min-width: 767px) {*/
.product-list .product-assy .image {
	float: left;
}
.product-assy h4 {
	font-size: 14px;
	font-weight: normal;
}
/*.product-assy .caption {
	padding: 0 20px;
	min-height: 180px;
}*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #003399;
    border-color: #003399;
}
/*minikits-oc2 product page text does not affect phone size*/
.list-unstyled-brand {
	font-size:20px;
}
.list-unstyled h2 {
	color:#003399;/*blue price*/
}

/* below is the main picture & links css for the Kit help and information pages */

/* minikits-oc2 top blue border */
#line1 {
	background-color: #003399; /*changed from white to minikits blue to show ipad 1*/
	border-radius: 5px 5px 0px 0px; /*curved bottom corners*/
	background-image: linear-gradient(to bottom, #003399, #003399); /*minikits blue*/
	background-repeat: repeat-x;
	border-color: #003399 #003399 #003399; /*minikits blue*/
	padding: 0px 5px;
	height: 22px; margin-top: 0px; 
	margin-bottom: 10px; 
}
/* minikits-oc2 bottom red border */
#line2 {
	background-color: #ff0000;
	border-radius: 0px;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	background-repeat: repeat-x;
	border-color: #ff0000 #ff0000 #ff0000;
	height: 3px; 
	margin-top: 3px; 
	margin-bottom: 3px;
}
/* minikits-oc2 bottom blue border */
#line3 {
	background-color: #003399; /*changed from white to minikits blue to show ipad 1*/
	border-radius: 0px 0px 5px 5px; /*curved bottom corners*/
	background-image: linear-gradient(to bottom, #003399, #003399); /*minikits blue*/
	background-repeat: repeat-x;
	border-color: #003399 #003399 #003399; /*minikits blue*/
	padding: 0px 5px;
	height: 22px; margin-top: 0px; 
	margin-bottom: 10px;
	
}
/*Red lines information pages*/
#line4 {
	background-color: #ff0000;
	border-radius: 0px;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	background-repeat: repeat-x;
	border-color: #ff0000 #ff0000 #ff0000;
	height: 1px; 
	margin-top: 35px; 
	margin-bottom: 15px;
	
}
/*Red line not currently used*/
#line5 {
	background-color: #ff0000;
	border-radius: 0px;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	background-repeat: repeat-x;
	border-color: #ff0000 #ff0000 #ff0000;
	height: 1px; 
	margin-top: 0px; 
	margin-bottom: 7px;

}
/*=== Fonts used for Kit Web Pages ===*/
#info {
	line-height: 20px;
}
#info .fa {
	font-size: 21px;
}
#info p {
	color:#000000; font-size:15px;  margin-top: 10px;	margin-bottom: 20px;
}
#info .dropdown-inner a {
    min-width: 240px;
    display: block;
    padding: 5px 20px;
    clear: both;
    line-height: 20px;
    color: #039;
    font-size: 16px;
}

#info .dropdown-inner li a:hover {
    color: #FFF;
}

/*#info a:link {
	color:#039;
}
#info a:link {
	font-size:15px; color: #0000ff; text-decoration: none;
}
#info a:visited {
	color: #cc0000; text-decoration: underline;
}
#info a:hover {
	color:#FFF; text-decoration: none;
}
#info a:active {
	color: #0000ff; text-decoration: none; background-color: #ffffff;
}
#info a:focus {
	color: #0000ff; text-decoration: none; background-color: #ffffff;
}
#info li
	{
	margin-left: 0;
	margin-right: 10%;
	margin-top: .5em;
	margin-bottom: .5em;
}*/
#info h1b {
	font-size: 33px;
	font-weight: normal;
	color: rgb(0, 0, 255);
	line-height: 30px;
}
#info h2 {
	font-size: 27px; 
	font-weight: normal;
	line-height: 30px;
}
#info h2u {
	font-size: 27px; 
	font-weight: normal; 
	text-decoration: underline;
	line-height: 30px;
}
#info h2b {
	font-size: 27px;
	font-weight: normal;
	color: rgb(0, 0, 255);
	line-height: 30px;   
}
#info h2r {
	font-size: 27px;
	font-weight: normal;
	color: rgb(255, 0, 0);
	text-align: left;
	line height: 30px;
}
#info h2rb {
	font-size: 27px;
	font-weight: bold;
	color:rgb(255,0,0);
	line-height: 30px;
}
#info h2ru {
	font-size: 27px;
	font-weight: normal;
	color: rgb(255, 0, 0);
	text-align: left;
	text-decoration: underline; 
	line-height: 30px;
}
#info h3 {
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
}
#info h3b {
	font-size: 21px;
	font-weight: normal;
	color:rgb(0,0,255);
	line-height: 1.2;
}
#info h3bb {
	font-size: 21px;
	font-weight: bold;
	color: #039;
	line-height: 1.2;
}
#info h3g {
	font-size: 21px;
	font-weight: normal;
	color:#093;
	line-height: 1.2;
}
#info h3r {
	font-size: 21px;
	font-weight: normal;
	color:rgb(255,0,0);
	line-height: 1.2;	
}
#info h3rb {
	font-size: 21px;
	font-weight: bold;
	color:rgb(255,0,0);
	line-height: 1.2;	
}
#info h4w {
	color:#ffffff; font-size:15px;  font-weight: normal;
}
#info h4b {
	font-size: 15px;
	font-weight: normal;
	color:rgb(0,0,255);
}
#info h4bu {
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline; 
	color:rgb(0,0,255);
}
#info h4r {
	font-size: 15px;
	font-weight: normal;
	color:rgb(255,0,0);
}
#info h4rb {
	font-size: 15px;
	font-weight: bold;
	color:rgb(255,0,0);
}
#info .center-block {
	float:left;
}
/*Below New CSS for KIT-HELP pages */
#info .kit-picbox1 {
	overflow: auto;
	text-align: center;
	padding: 20px;
	border-radius: 0px;
	border: 0px solid rgb(222,222,222);
}
#info .kit-image1 {
	text-align: center;
	overflow: auto;
	clear: both;
}
#info .kit-links1 {
	text-align: left;
	overflow: auto;
	clear: both;
}
#info .kit-desc1 {
	text-align:center;
	max-width:100%;
	padding-left: 1px;
	padding-right: 1px;
	color: #444;
			}	
#info .kit-desc2 {
	text-align:left;
	color: #444;
			}			
#info .kit-caption {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 1px;
	padding-right: 1px;
	color:#039;
	}
#info .kit-title {
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
}	
#info .img-responsive {	
	display: inline;
	max-width: 100%;
	height: auto;
}
#info .btn { 
	padding: 7.5px 12px;
	font-size: 18px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	
}
#info .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#009933;
	background-image: linear-gradient(to bottom,#003399,#003399);
	background-repeat: repeat-x;
	border-color: #3366CC #3366CC #002A7E
	
}
#info .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #009933;
	background-image: linear-gradient(to bottom, #009933, #009933); /*Green cart button on hover*/
	background-repeat: repeat-x;
	border-color: #007E2A #007E2A #007E2A;	/*darker Green cart button border on hover*/
}

/* Below for old website */
.prod-picbox1 {
	float: left;
	text-align: center;
	padding: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-radius: 7px;
	border: 1px solid rgb(222,222,222);
	
}
.prod-pic1 {
	float: left;
	width: 300px;
	text-align: center;
	padding: 5px;
	min-height: 100px;
	margin: 10px;
	background-color: #FFFFFF;
	}
.prod-desc1 {
	float: left;
	width: 300px;
	min-height: 30px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 10px;
			}
#prod-div {
	float: left;
	width: 960px;
	min-height: 5px;
	margin: 0px;
	padding: 0px;
			}			
/* below is the construction notes & picture css for the Kit help pages */
#desc1 {
	width: 960px;
	min-height: 5px;
	float: left;
	padding: 0px;
	background-color: #F8F8F8;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.prod-picbox2 {
	float: left;
	text-align: center;
	padding: 10px 10px 10px 10px;
	min-height: 100px;
	width: 930px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid rgb(222,222,222);-webkit-border-radius: 7px 7px 7px 7px; 			    -moz-border-radius: 7px 7px 7px 7px;    -khtml-border-radius: 7px 7px 7px 7px;
}
.prod-pic2 {
	float: left;
	padding: 0px;
	min-height: 50px;
	width: 350px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 15px;
}
.prod-desc2 {
	float: right;
	width: 420px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	min-height: 50px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-top: 25px;
			}
.prod-picdesc2 {
	float: right;
	padding: 10px;
	min-height: 10px;
	width: 450px;
	margin-left: 0px;
	}
.prod-picdesc2 h3 {
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #009;
	text-align: center;
}			
.prod-pic3 {
	float: left;
	padding: 10px 10px 0px 10px;
	min-height: 400px;
	width: 450px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid rgb(222,222,222);-webkit-border-radius: 7px 7px 7px 7px; 			    -moz-border-radius: 7px 7px 7px 7px;    -khtml-border-radius: 7px 7px 7px 7px;
}
.prod-desc3 {
	float: left;
	width: 430px;
	min-height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 10px;
			}	
.prod-desc4 {
	float: right;
	text-align:left;
	width: 600px;
	min-height: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
			}
.prod-pic4 {
	float:left;
	text-align: center;
	padding: 10px 10px 0px 10px;
	min-height: 270px;
	width: 275px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid rgb(222,222,222);-webkit-border-radius: 7px 7px 7px 7px; 			    -moz-border-radius: 7px 7px 7px 7px;    -khtml-border-radius: 7px 7px 7px 7px;
}
.prod-desc5 {
	float: left;
	text-align: left;
	width: 200px;
	min-height: 180px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
			}
.prod-pic5 {
	float:left;
	text-align: center;
	padding: 10px 10px 0px 10px;
	min-height: 220px;
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid rgb(222,222,222);-webkit-border-radius: 7px 7px 7px 7px; 			    -moz-border-radius: 7px 7px 7px 7px;    -khtml-border-radius: 7px 7px 7px 7px;
}			
.prod-pic6 {
	float:left;
	text-align: center;
	padding: 10px 10px 0px 10px;
	min-height: 210px;
	width: 430px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid rgb(222,222,222);-webkit-border-radius: 7px 7px 7px 7px; 			    -moz-border-radius: 7px 7px 7px 7px;    -khtml-border-radius: 7px 7px 7px 7px;
}

						
.prod-cont2 {
	width: 750px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 0px;
	min-height: 550px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.prod-boxes {
	padding: 0px;
	float: left;
	width: 220px;
	min-height: 330px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #999;
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	


.prod-desc2 .name {
	float: left;
	width: 210px;
	padding: 0px;
	height: 25px;
	overflow: hidden;
	background-color: #F8F8F8;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 5px;
	border-top-color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.prod-desc2 .desc {
	WIDTH: 200px;
	FLOAT: left;
	MARGIN-LEFT: 0px;
	padding-top: 0px;
	height: 60px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
.prod-desc2 .view {
	WIDTH: 200px;
	FLOAT: left;
	MARGIN-LEFT: 0px;
	padding-top: 0px;
	height: 20px;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
}
.prod-desc2 .status {
	WIDTH: 200px;
	FLOAT: left;
	MARGIN-LEFT: 0px;
	padding-top: 0px;
	height: 20px;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
/* below used for Kit webpage main top picture */
.prod-cont1 {
	width: 750px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 0px;
	min-height: 550px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#prod-code {
	WIDTH: 715px;
	FLOAT: left;
	MARGIN-LEFT: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 230px;
	clear: both;
	margin-top: 5px;
}
.prod-gst {
	float: left;
	padding: 5px;
	min-height: 30px;
	width: 300px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
}
.prod-gst h3 {
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #009;
	text-align: center;
}

#product_links {
	width: 370px; float: left;
}
#product-pic {
	width: 230px;
	float: right;
	padding: 5px;
	margin-right: 10px;
}
#product_links ul {
	list-style: none; margin: 0px; padding: 0px;
}
#product_links li {
	list-style: none; margin: 0px; padding: 0px;
}
#product_links li {
	width: 123px; font-size: 11px; float: left; position: relative;
}
#product_links .w2 li {
	width: 175px;
}
#product_links li .product {
	height: 30px; text-align: center; color: rgb(153, 153, 153); line-height: 30px; overflow: hidden; text-decoration: none; display: block;
}
#product_links li a {
	height: 30px; text-align: center; color: rgb(153, 153, 153); line-height: 30px; overflow: hidden; text-decoration: none; display: block;
}
#product_links li span {
	height: 30px; text-align: center; color: rgb(153, 153, 153); line-height: 30px; overflow: hidden; text-decoration: none; display: block;
}
#product_links li a:hover {
	color: rgb(4, 98, 220);
}
#product-desc2 {
	width: 400px;
	min-height: 120px;
	float: left;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
#product-opt2 {
	width: 400px;
	min-height: 120px;
	float: left;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
#product_info h2 {
	margin: 0px 0px 12px; 
	padding: 0px; 
	border:line-height 25px; 
	font-size: 16px; 
	font-weight: bold;
}
#product_info h3 {
	margin: 0px 0px 12px; 
	padding: 0px; 
	font-size: 13px; 
	font-weight: bold;
}

#product_desc2 {
	width: 380px;
	min height: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}
#product_desc2 h2 {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#product_desc2 h3 {
	margin: 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}#product_desc2 h4 {
	margin: 15px 0px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #00F;
}
#product_desc2 h5 {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #00F;
}
#product_desc2 ul {
	list-style: none; 
	margin: 0px 0px 12px; 
	padding: 0px;
}
#product_desc2 li {
	list-style: none;
	padding: 0px 0px 3px 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#product_spec2 {
	width: 380px;
	min height: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}
#product_spec2 h2 {
	margin: 0px 0px 12px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
#product_spec2 h3 {
	margin: 0px 0px 12px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #333;
}
#product_spec2 h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #F00;
}
#product_spec2 h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #00F;
}
#product_spec2 ul {
	list-style: none; margin: 0px 0px 12px; padding: 0px;
}
#product_spec2 li {
	list-style: none;
	padding: 0px 0px 3px 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#product_opt2 {
	width: 380px;
	min height: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}
#product_opt2 h2 {
	margin: 0px 0px 12px;
	padding: 0px;
	border: line-height 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#product_opt2 h3 {
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color: #333;
}
#product_opt2 h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #F00;
}
#product_opt2 h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #00F;
}
#product_opt2 ul {
	list-style: none; margin: 0px 0px 12px; padding: 0px;
}
#product_opt2 li {
	list-style: none;
	padding: 0px 0px 3px 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#product_doc2 {
	width: 380px;
	min height: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}
#product_doc2 h2 {
	margin: 0px 0px 12px;
	padding: 0px;
	border: line-height 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#product_doc2 h3 {
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color: #333;
}
#product_doc2 h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #00F;
}
#product_doc2 ul {
	list-style: none; margin: 0px 0px 12px; padding: 0px;
}
#product_doc2 li {
	list-style: none;
	padding: 0px 0px 3px 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#prod-bx3 {
    display:table;/*Webkit node fix*/
    width:80%;
    margin:0 auto;
    padding:5px;
    list-style:none;
    word-spacing:-.25em;/*hide white-space nodes*/
    text-align:center;
    background:#BCC5E1;
    border:1px solid #000; 
}
#prod-bx3 li {
    display:-moz-inline-box;/* FF2 & under */
    display:inline-block;/* for modern browsers */
    vertical-align:top;
    word-spacing:normal;
    margin:5px;
    border:1px solid #000;
    font-weight:bold;
}
* html #nav li {display:inline;}/*IE6*/
*+html #nav li {display:inline;}/*IE7*/

#prod-bx3 a {
    float:left;/*IE7 needs a float or inline-block (instead of display:block)*/
    width:160px;
    padding:9px 0;
    background:#FFF;
    color:#444;
    text-decoration:none;
}
#prod-bx3 a:hover {
    background:#CCC; 
    color:#000;
}
#prod-bx3 img {
    display:block;
    width:150px;
    height:100px;
    margin:0 0 0 10px;/*left margin to offset image dropshadow*/
    border:0;
}
#prod-bx3 a span {
    display:block;
    width:150px;/*160px total w/ padding*/
    padding:0 5px;
    font-size:.95em;
}
/*=== Testing CSS Round Corners ===*/
#prod-bx3, #prod-bx3 li, #prod-bx3 a{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
#prod-bx3 a {
    border:1px solid #000;
    margin:-1px;
}



/*stock_w_quantities_table-css mainly for screens under 1200px*/
@media only screen and (max-width: 1200px) {
	
/* Force table to not be like tables anymore */
.options-tables table, 
.options-tables thead, 
.options-tables tbody, 
.options-tables th, 
.options-tables td, 
.options-tables tr { 
	display: block; 
}
/* Hide table headers (but not display: none;, for accessibility) */
.options-tables thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.options-tables tr { border: 1px solid #ccc; }
.options-tables td { 
/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
	white-space: normal;
	text-align:left;
}
.options-tables td:before { 
/* Now like a table header */
	position: absolute;
/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-weight: Bold;
}
 /*Label the data*/
.options-tables td:before { content: attr(data-title); }
.options-tables body { padding-top: 60px; }
.options-tables table { width: 100%; }
.options-tables td, th {text-align: left;}/* to stop wrapping change to {text-align: left; white-space: nowrap;} */
.options-tables td.numeric, th.numeric { text-align: right; }
.options-tables h2, h3 {margin-top: 1em;}
.options-tables section {padding-top: 40px;
}
/*specifications-table-css mainly for screens under 1000px*/
@media only screen and (max-width: 1000px) {
	
/* Force table to not be like tables anymore */
.specif-tables table, 
.specif-tables thead, 
.specif-tables tbody, 
.specif-tables th, 
.specif-tables td, 
.specif-tables tr { 
	display: block; 
}
 /* Hide table headers (but not display: none;, for accessibility) */
.specif-tables thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.specif-tables tr { border: 1px solid #ccc; }
.specif-tables td { 
/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
	white-space: normal;
	text-align:left;
}
.specif-tables td:before { 
/* Now like a table header */
	position: absolute;
/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-weight: Bold;
}
 /*Label the data*/
.specif-tables td:before { content: attr(data-title); }
.specif-tables body { padding-top: 60px; }
.specif-tables table { width: 100%; }
.specif-tables td, th {text-align: left;}/* to stop wrapping change to {text-align: left; white-space: nowrap;} */
.specif-tables td.numeric, th.numeric { text-align: right; }
.specif-tables h2, h3 {margin-top: 1em;}
.specif-tables section {padding-top: 40px;
}
.specif-tables .fa {
	font-size: 16px;
}
/*added for medium screen sizes*/
#info .kit-desc1 {
	text-align:left;
	max-width:1000px;
	color: #444;
			}
