@charset "UTF-8";
/*菜单class*/
.Menubox1 {
	width:100%;
	height:30px;
	line-height:30px;
}
.Menubox1 ul{
	margin:0;
	padding:0px;
}
.Menubox1 li{
	float:left;
	display:block;
	cursor:pointer;
	padding:0 20px;
	color:#333333;
	font-size: 12px;
}
.Menubox1 li.hover{
	padding:0px;
	color:#FFFFFF;
	line-height:30px;
	background-color: #333333;
	background-image: url(../images/tabBg.png);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
}
.Contentbox1 {
	clear:both;
	padding: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* Tab style version 2
*/
#Tab1{
	width:100%;
}
/*选项卡2*/
#Tab2{
	width:100%;
}
/*菜单class*/
.Menubox {
	width:100%;
	height:26px;
	line-height:30px;
	padding-top: 4px;
	background-image: url(../images/commonTitleBg.gif);
	background-repeat: repeat-x;
	color: #00CCCC;
}
.Menubox ul{
	margin:0 0 0 10px;
	padding:0px;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	padding:0 15px;
	text-align:center;
	color:#eeeeee;
	font-size: 12px;
}
.Menubox li.hover{
	color:#333333;
	height:30px;
	line-height:30px;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.Contentbox{
	clear:both;
	padding: 15px;
	height: 230px;
}
.didyouknow {
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	padding-bottom:10px;
}
.tab_overViewTitle {
	font-size: 14px;
	line-height: 25px;
	color: #0066CC;
	padding-left:15px;
	background-image: url(../images/dot-3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.tab_overViewContent {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding-left:15px;
	padding-bottom: 8px;
}
.tab_overViewTitle2 {
	font-size: 12px;
	color: #0066CC;
	display: block;
	padding-bottom: 5px;
}
.tab_overViewContent2 {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding-bottom: 10px;
}

