.tabs-hide {
    display: none;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 20px;
    border-top: 1px solid #96AAB5;
    border-right: 1px solid #96AAB5;
		border-bottom: 0px solid #96AAB5;
		border-left: 1px solid #96AAB5;
		background-image:url(tabhead.gif); 
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0;
    padding: 0;
    height: 20px;
}
.tabs-nav li.tabs-selected {
	height: 20px;
	border-top: 0px solid #96AAB5;
	border-right: 1px solid #96AAB5;
	border-bottom: 0px solid #96AAB5;
	border-left: 1px solid #96AAB5;
	background-image:url(tabheadback1.gif);
  background-repeat: repeat;
}
.tabs-nav a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 0px 5px 0;
    width: 64px;
    height: 18px;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav a:link, .tabs-nav a:visited, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active,
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-selected a:hover,
.tabs-nav .tabs-selected a:focus, .tabs-selected .tabs-nav a:active { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
    text-decoration: none;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	border-top: 0px solid #96AAB5;
	border-right: 1px solid #96AAB5;
	border-bottom: 1px solid #96AAB5;
	border-left: 1px solid #96AAB5;
  padding: 8px 0px;
}

#container-1{
    width: 390px;
    font-size:12px;
}
#container-2{
    width: 560px;
    font-size:12px;
}
.tabtitle {
		width: 65px;
		height: 18px;
    background-image: url(tabtitle.gif);
    font-size:13px;
    display: block;
    float: left;
    border: 0px solid #96AAB5;
    color:#fff;
    padding-left:8px;
    padding-top:2px;
    font-weight: bold;
    margin-right: -4px;
}
.clear{
	display: block;
	clear: both;
}

ul.forum{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}
.forum li{
	width: 180px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border-bottom:1px dashed #B4BFD1;
	text-indent: 20px;
	height: 20px;
	background-repeat:  no-repeat;
	background-position: 0px 1px;	
}
.forum li a{
	display: block;
	width: 180px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.listhot li{
	background-image: url(http://www.amoney.com.cn/bbs/bbs/bbs/1/4/images/xiaoyao/new_forum.gif);
}
.listnew li{
	background-image: url(http://www.amoney.com.cn/bbs/bbs/bbs/1/4/images/xiaoyao/red_forum.gif);
}
.listnew li h3,.listnew li h4,.listnew li h5,.listnew li h6{
display:none;
}
.listnew li h1,.listnew li h2,.listnew li h3{
  font-size:12px;
  font-weight:normal;
  padding: 0px;
  margin:0px;
  float:left;
  height: 20px;
}
.listnew li h1{
  width: 400px;
  overflow: hidden;
}
.listnew li h2{
  width: 80px;
  overflow: hidden;
}
ul.forumpage{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}
.forumpage li{
	width: 540px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border-bottom:1px dashed #B4BFD1;
	text-indent: 20px;
	height: 20px;
	background-repeat:  no-repeat;
	background-position: 0px 1px;	
}
.listabout li{
background-image:url(listicon.gif);
background-position:0px -260px;
background-repeat:no-repeat;
width: 540px;
}
.listabout li h1,.listabout li h2{
  font-size:12px;
  font-weight:normal;
  padding: 0px;
  margin:0px;
  float:left;
  height: 20px;
}
.listabout li h1{
  width: 400px;
  overflow: hidden;
}
.listabout li h2{
  width: 80px;
  overflow: hidden;
}