ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #c9c9d5;
	border-left: 1px solid #f2f2f7;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 34px;
	line-height: 28px;
	border: 1px solid #f2f2f7;
	border-bottom-color:#c9c9d5;
	border-left: none;
	margin-bottom: -1px;
	background-color:#fff;
	overflow: hidden;
	position: relative;
	margin-right:1px;
}
ul.tabs li a {
	text-decoration: none;
	color: #656565;
	display: block;
	font-size: 12px;
	font-weight:bold;
	padding: 4px 20px;
	outline: none;
}
ul.tabs li:hover {border-color:#e5e5ea; border-bottom-color:#c9c9d5;}
ul.tabs li a:hover {
	background: #f9f9fe;
	color:#000;
	
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a {
	background: #fff;
	
	color:#000;
}
html ul.tabs li.active {
	border: 1px solid #c9c9d5;
	border-bottom-color:#fff;
	border-top:solid 2px #6cb6ff;
	height:33px;
}
.tab_container {
	/*	border: 1px solid #999;

	border-top: none;*/

	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 18px 18px 18px 12px;
	font-size: 11px;
	line-height:18px;
	color:#454545;
}
.tab_content p {
	margin-bottom:12px;
}
.tab_content p.small {
	font-size:11px;
}
.tab_content ul li {
	background:url(../img-files/arrow2.gif) no-repeat left 7px;
	padding-left:12px;
	margin-bottom:6px;
}
.tab_content ul {
	margin-bottom:16px;
}
.tab_content ul.big {
	margin:22px 0 26px 0;
}
.tab_content ul.big li {
	font-weight:bold;
	margin:8px 0;
	font-size:13px;
}
.tab_content ul.sub {
	margin-bottom:4px;
}
.tab_content ul.sub li {
	background:url(../img-files/arrow3.gif) no-repeat left 7px;
	margin-left:14px;
	padding-left:14px;
}
.tab_content ul.events li img { float:right;}
.tab_content ul.events li{ border-bottom:solid 1px #f2f2f7; padding-bottom:10px; line-height:14px; background:none; padding-left:0;}
.tab_content ul.events li div.small { color:#666666;}

.tab_content a, .tab_content a:visited {
	color: #005ebb;
}
.tab_content a:hover {
	color: #ff9c00;
}
.tab_content h3 {
	margin:6px 0;
	font-size:14px;
	color:#09325f;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content .tech-spec table {
	border:solid 1px #999999;
}
.tab_content .tech-spec td {
	background-color:#FFFFFF;
	padding:6px;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
}
.tab_content .tech-spec th {
	background-color:#CCCCCC;
	padding:6px;
	border-bottom:solid 1px #999999;
	text-align:left;
}
.tab_content .simpleTable table {
	border:solid 1px #999999;
}
.tab_content .simpleTable td {
	background-color:#FFFFFF;
	padding:6px;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
}
.tab_content .simpleTable th {
	background-color:#CCCCCC;
	padding:6px;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	text-align:left;
}
.tab_content .simpleTable th.last {
	border-right:none;
}
.tab_content .cols {
	float:left;
	width:280px;
	padding-right:20px;
}
.tab_content .clearLeft {
	clear:left;
}
.tab_content p.note {
	padding:10px;
	background-color:#ffffed;
	border:solid 1px #fffaa8;
}
