@charset "UTF-8";

.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width:483px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:483px;
	height: 37px;
	position: relative;
	overflow:hidden;
	background:url(tab.jpg) no-repeat -15px 0;
}

.TabbedPanelsTab {
	position: relative;
	left:-1px;
	width:90px;
	height:37px;
	line-height:37px;
	display:block;
	background: url(tab.jpg) no-repeat 4px -38px;
	float: left;
	cursor: pointer;
	text-decoration: none;
	color:#88CAFF;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
.TabbedPanelsTabHover {
	background: url(tab.jpg) no-repeat 0px -81px;
	color:#0065BB;
}

.TabbedPanelsTabSelected {
	background: url(tab.jpg) no-repeat 0px -81px;
	color:#0065BB;
}
.TabbedPanelsTabGroup2 li:last-child.TabbedPanelsTabHover {
	background: url(tab.jpg) no-repeat 0px -167px;
	color:#0065BB;
}

.TabbedPanelsTabGroup2 li:last-child.TabbedPanelsTabSelected {
	background: url(tab.jpg) no-repeat 0px -167px;
	color:#0065BB;
}
.TabbedPanelsTab a {
	text-decoration: none;
	color:#88CAEF;
	line-height:36px;
	font-size: 12px;
	font-weight: bold;
	padding-left:20px;
}
.TabbedPanelsContentGroup {
	clear: both;
	overflow: hidden;
	width:485px;
	height:180px;
	background-color:#e3ebee;
}

.TabbedPanelsContent {
	overflow: hidden;
	padding: 4px;
	text-align:center;
}
.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}
/**************************添加内容*******************************/
.TabbedPanelsContent ul{
	width:470px;
	margin:5px auto;
	padding:0;
	text-align:left;
	}
.TabbedPanelsContentVisible ul li{
	border-bottom:1px #CCC dotted;
	}
.TabbedPanelsContentVisible ul li.tab_img{
    border:none;
	float:left;
	}
.TabbedPanelsContentVisible ul li.tab_img a{
    width:225px;
	height:130px;
	list-style:none;
	background: none;
	margin-right:10px;
	padding:0;
	}
.TabbedPanelsContentVisible ul li a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height:22px;
	height:22px;
	padding-left:20px;
	background:url(img_1.gif) no-repeat -615px -38px;
	font-family: "宋体";
}
.TabbedPanelsContentVisible ul li a:hover{
	color: #C00;
	text-decoration: underline;
}
.TabbedPanelsContentVisible span{
	float:right;
	font-size: 12px;
	color: #999;
	line-height:22px;
	font-family: "宋体";
	}
