﻿@charset "utf-8";
/* CSS Document */

.bacteriaclass-head {
	height:30px; line-height:30px; width:100%; margin:15px 0px 5px 0px; background:#EEE; border-radius:5px; color:#F63; font-size:16px; font-weight:bold; text-align:center;
}
#bacteriaclass {
	width:100%;
	height:440px;
	overflow:hidden;
}
#bacteriaclass #classtitle {
	height:20px;
	line-height:20px;
	color:#CCC;
	font-weight:bold;
	padding-left:5px;
}
#bacteriaclass .bacteriaclass_wrap {
	/*width:920px;*/
	height:412px;
}
#bacteriaclass .bacteriastep {
	/*width:230px;*/
	height:412px;
	/*float:left;*/
}
#bacteriaclass .bacteriastep .stepname {
	width:100%;
	height:30px;
	margin:0px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	color:#999;
}
#bacteriaclass .bacteriastep .stepbox {
	width:99%;
	height:380px;
	border:1px solid #CCC;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_t {
	width:90%;
	height:40px;
	border-bottom:1px solid #CCC;
	margin:0px 5%;
	text-align:center;
	padding:8px 0px;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con {
	width:90%;
	height:290px;
	margin:4px 5%;
	overflow-y:auto;
	overflow-x:hidden;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_b {
	width:90%;
	height:24px;
	border-top:1px solid #CCC;
	margin:0px 5%;
	text-align:center;
	padding:8px 0px;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con ul {
	padding:0px 0px;
	margin:0px;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con li {
	display:block;
	height:30px;
	line-height:30px;
	list-style:none;
	padding:0px 10px;
	margin:0px 0px;
	background:#FFF;
	cursor:pointer;
	overflow:hidden;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con .selected {
	color:#FFFFFF;
	background:#CCC;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con li:hover {
	color:#666666;
	background:#F4F4F4;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con a {
	color:#666666;
	display:block;
	height:30px;
	width:100%;
	padding:0px 0px;
	background:#FFF;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con .selected a {
	color:#FFFFFF;
	display:block;
	height:30px;
	width:158px;
	padding:0px 10px;
	background:#CCC;
}
#bacteriaclass .bacteriastep .stepbox .stepbox_con a:hover {
	color:#666666;
	background:#F4F4F4;
}


	
	/* List class */
	.allscreen {
		height:100%; overflow:hidden; position:relative;
	  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.165);
		 -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.165);
			  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.165);
	}
	.autoscreen {overflow:hidden; position:relative;}
	.allscreen .bannercontainer {height:100%; width:100%; position:relative; z-index:1;}
	.allscreen .bannercontainer img {position:absolute;top: -20%;left: 0; width:140%; height:auto; min-height:120%; z-index:1;}
	.allscreen .container,.autoscreen .container {z-index:9;}
	.allscreen .bannertext,.autoscreen .bannertext {position:absolute; top:0;z-index:9; background:RGBA(255,255,255,0); height:100%;}
	.allscreen-hr {overflow:hidden;}
	
	.bannertext h1,
	.bannertext h3,
	.bannertext h4,
    .bannertext .lead {
      margin: 0;
	  color:#333;
      line-height: 1.2;
      text-shadow: 1px 1px 1px rgba(255,255,255,.99);
	  font-family:Arial, sans-serif;
	  letter-spacing:1px;
    }
	.bannertext h4 {color:#666; margin:10px 0px;}
	.bannertext .lead{
		font-size:14px;
		letter-spacing:1px;
	}
	.bannertext .lead > b {
		font-size:20px;
		display:inline-block;
		padding:8px 0;
	}
	.bannertext .lead > span {
		color:#666;
		display:inline-block;
		padding-bottom:10px;
	}
    .bannertext .btn {
      margin-top: 25px;
	  font-family:Arial, sans-serif;
    }
	
	.solutionlist {
		margin-top:20px;
	}
	.solutionlist .row {
		height:578px;
	}
	.solutionlist .row .leftbar {
		width:248px;
		/*min-height:460px;*/
		height:557px;
		border:1px solid #EEE;
		border-radius:5px;
		padding:10px;
		color:#666;
		letter-spacing:0.2px;
		position:relative;
		overflow:hidden;
		line-height:1.5;
	}
	.solutionlist .row .leftbar h5,
	.solutionlist .row .leftbar h4 {
		color:#CCC; margin:0px;
	}
	.solutionlist .row .leftbar .leftbg {
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
	}
	.solutionlist .row .rightbar {
		height:100%;
	}
	.solutionlist .row .rightbar .nav-tabs {
		margin:0px;
	}
	.solutionlist .row .rightbar .nav-tabs li {
		/*max-width:174px;*/
		text-align:center;
	}
	.nav-tabs > li > a {
		background: #fafafa;
		border-bottom-color:#EEE;
		color:#888;
	}
	.solutionlist .row .rightbar .nav-tabs li a.shorten {
		max-width:118px; padding:0px 10px; line-height:18px;
	}
	.solutionlist .row .rightbar .tab-content {
		height:540px;
		border:1px solid #DDD;
		border-top:0px;
		overflow:hidden;
		border-radius:0px 0px 5px 5px;
	}
	.solutionlist .row .rightbar .tab-content .tab-pane {
		width:101%;
	}
.solutionlist .row .rightbar .box {
	width:25%;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	height:180px;
	background:url(../images/devider-shadevertical.png) right no-repeat;
}
.solutionlist .row .rightbar .box .Next {
	height:180px; width:auto; display:block; text-align:center; line-height:179px; font-size:100px; cursor:pointer; text-decoration:none; letter-spacing:-30px; padding-right:20px;
}
.solutionlist .row .rightbar .box .title {
	position:absolute;
	top:20px;
	left:20px;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}
.solutionlist .row .rightbar a.box {
	color:#666;
}
.solutionlist .row .rightbar a.box:hover {
	color:#009900;
}
.solutionlist .row .rightbar .box .subtitle {
	position: absolute;
	top: 42px;
	left: 20px;
	line-height: 16px;
	font-size: 11px;
}
.solutionlist .row .rightbar .box .picture {
	position:absolute;
	top:95px;
	right:15px;
	width:35%;
}
.solutionlist .row .rightbar .box .addtocart {
	position:absolute;
	top:125px;
	left:20px;
	height:20px;
	line-height:20px;
	font-size:10px;
	padding:2px 0px;
	border:0px solid #CCC;
	background:#FFF;
	border-radius:4px;
	color:#F06;
}
.solutionlist .row .rightbar .box .addtocart a {
	color:#F06;
}

	.productlist {
		margin:20px auto;
	}
	.productlist .row {
		height:auto;
	}
	.productlist .row .leftbar {
		width:248px;
		/*min-height:460px;*/
		height:480px;
		border:1px solid #EEE;
		border-radius:5px;
		padding:10px;
		color:#666;
		letter-spacing:0.2px;
		position:relative;
		overflow:hidden;
		line-height:1.5;
	}
	.productlist .row .leftbar h5,
	.productlist .row .leftbar h4 {
		color:#CCC; margin:0px;
	}
	.productlist .row .leftbar .leftbg {
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
	}
@media (min-width: 979px) and (max-width: 1200px) {
	.solutionlist .row .leftbar {
		width:198px;
		min-height:460px;
		height:557px;
		border:1px solid #EEE;
		border-radius:5px;
		padding:10px;
		color:#666;
		letter-spacing:.2px;
		position:relative;
	}
	.solutionlist .row .rightbar .nav-tabs li {
		max-width:none;
		text-align:center;
	}
	.solutionlist .row .rightbar .nav-tabs li a.shorten-s {
		max-width:100px; padding:0px 10px; line-height:18px;
	}
	.productlist .row .leftbar {
		width:198px;
		min-height:460px;
		height:557px;
		border:1px solid #EEE;
		border-radius:5px;
		padding:10px;
		color:#666;
		letter-spacing:.2px;
		position:relative;
	}
}
@media (min-width: 767px) and (max-width: 979px) {
	.bannertext h1,
	.bannertext h3,
	.bannertext h4,
    .bannertext .lead {
      margin: 0;
	  color:#333;
      line-height: 1.2;
      text-shadow: 1px 1px 1px rgba(255,255,255,.99);
	  font-family:Arial, sans-serif;
	  letter-spacing:1px;
    }
	.bannertext h4 {color:#666; margin:10px 0px;}
	.bannertext .lead{
		font-size:16px;
		letter-spacing:0px;
	}
	.bannertext .lead > b {
		font-size:18px;
		display:inline-block;
		padding:3px 0;
	}
	.solutionlist .row {
		height:auto;
	}
	.solutionlist .row .rightbar .nav-tabs li {
		max-width:none;
		text-align:center;
	}
	.solutionlist .row .rightbar .nav-tabs li a.shorten-s {
		max-width:100px; padding:0px 10px; line-height:18px;
	}
}
@media (max-width: 767px) {
	#bacteriaclass {
		height:auto;
	}
	#bacteriaclass .bacteriaclass_wrap {
		height:auto;
	}
	.solutionlist .row {
		height:auto;
	}
	.solutionlist .row .rightbar .tab-content {
		height:auto;
		border:1px solid #DDD;
		border-left:0px;
		border-bottom:0px;
		overflow:hidden;
		border-radius:0px 5px 0px 0px;
	}
	.solutionlist .row .rightbar .nav-tabs {
		height: 100%;
	}
	.solutionlist .row .rightbar .box {
		width:50%;
		padding:0px;
		margin:0px;
		float:left;
		position:relative;
		height:140px;
		background:url(../images/devider-shadevertical.png) right no-repeat;
	}
	.solutionlist .row .rightbar .box .Next {
		height:140px; width:auto; display:block; text-align:center; line-height:139px; font-size:70px; cursor:pointer; text-decoration:none; letter-spacing:0px; padding-right:20px; font-weight:bold;
	}
	.solutionlist .row .rightbar .box .subtitle {
		max-width:50%;
	}
	.solutionlist .row .rightbar .box .picture {
		position:absolute;
		top:auto;
		bottom:0px;
		right:15px;
		width:35%;
	}
	.solutionlist .row .rightbar .box .addtocart {
		top:auto;
		bottom:0px;
	}
	.solutionlist .row .rightbar .nav-tabs li a.shorten,.solutionlist .row .rightbar .nav-tabs li a.shorten-s {
		max-width:150px; padding:10px; line-height:18px;
	}
	
	#bacteriaclass .bacteriastep .stepbox .stepbox_con {
		height:auto;
	}
	#bacteriaclass .bacteriastep .stepbox {
		height:auto;
	}
	#bacteriaclass .bacteriastep {
		height:auto;
	}
	#bacteriaclass .bacteriastep .stepbox .stepbox_t {
		display:none;
	}
}
@media (max-width: 480px) {
	.solutionlist .row {
		height:auto;
	}
	.solutionlist .row .rightbar .nav-tabs {
		height: auto;
	}
	.solutionlist .row .rightbar .tab-content {
		height:auto;
		border:0px;
	}
	.solutionlist .row .rightbar .box {
		width:100%;
	}
	.solutionlist .row .rightbar .box .addtocart {
		top:auto;
		bottom:0px;
	}
}
@media (min-width: 767px) {
	.tabs-left > .nav-tabs {
		float: none;
		margin-right: 19px;
		border-bottom: 1px solid #ddd;
		border-right:0px;		
	}
	.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
	float: left;
	}
	.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd transparent #ddd;
	}
	.tabs-left > .nav-tabs > li > a {
	margin-bottom: 0px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}
	.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	min-width: 50px;
	margin-right: 1px;
	margin-bottom: 0px;
	}
}
