@charset "UTF-8";
.TabbedPanelsContent span  {
	FLOAT: right;
	margin-right: 5px;
	color: #663;
}
.TabbedPanelsContent LI  {
	PADDING-LEFT: 20px;
	OVERFLOW: hidden;
	background-image: url(../images/jiantou.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663;
}
.TabbedPanelsContent  {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.TabbedPanelsContentGroup  {
	CLEAR: both
}
.TabbedPanelsTab  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FLOAT: left;
	WIDTH: 70px;
	CURSOR: pointer;
	LINE-HEIGHT: 30px;
	FONT-FAMILY: "宋体", Arial, Helvetica, sans-serif;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	TOP: 1px;
	HEIGHT: 30px;
	TEXT-ALIGN: center;
	moz-user-select: none;
	khtml-user-select: none;
}
.TabbedPanels   {
	CLEAR: none;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
}
.TabbedPanelsTabSelected  {
	COLOR: #FC0;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../images/hua.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.TabbedPanelsTabHover  {
	background-image: url(../images/hua.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #FFF;
	text-decoration: none;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
#imgshow {
	height: 180px;
	float: left;
	width: 1004px;
	background-image: url(../images/title990.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
