/* 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: 450px;
	min-width: 100%;
	min-height: 60px;
	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;
			}
