<!--
BODY {
	FONT-SIZE: 12px; BACKGROUND-IMAGE: url(bodybg.gif); MARGIN: 0px; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Verdana, Tahoma, "ΛΞΜε", "ΞΆΘνΡΕΊΪ",; text-align:center;}
A {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #cc6600
}
IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
INPUT {
	BORDER-RIGHT: #8b6033 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #8b6033 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #8b6033 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #8b6033 1px solid; FONT-FAMILY: Tahoma;
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
textarea {
	BORDER-RIGHT: #8b6033 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #8b6033 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #8b6033 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #8b6033 1px solid; FONT-FAMILY: Tahoma
}
/* basic */
*{
	margin: 0px;
	padding: 0px;
}

span{
	line-height: 120%;
}

p{
	line-height: 150%;
}

h1,h2, h3, h4, h5, h6{
	line-height: 150%;
	font-size:12px;
}
img{
	border: 0px;
}

div{
	text-align: left;
}

hr{
	height: 1px;
	border: 1px solid #dddddd;
	clear: both;
	margin: 5px 0px;
}

ul{
	list-style: none;
	clear: both;
	text-align: left;
}

li{
	line-height: 150%;list-style: none; margin:0px; padding:0px;
}

.clear {
	CLEAR: both; FONT-SIZE: 0px
}
/* table */
table{
	text-align: left; 
	font: 12px/120% ΛΞΜε,Verdana,Arial,sans-serif;
}

table td{
}

table.fix{
	table-layout: fixed;
}

table.fix td{
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

table.grid{
	border-collapse: collapse;
	border: #8b6033 1px solid;
	padding: 3px;
	margin: auto;
	background:url("middletopbg.gif") 0px repeat-x;
}

table.grid caption, .gridtop{
	border: #8b6033 1px solid;
	background:url("middletopbg.gif") 0px repeat-x;
	line-height: 27px;
	text-align: center;
	color:#CC0000;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
}

table.grid th, .head{
	border: 1px solid #8b6033;
	background: #DDC2A0;
	color:#333333;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	line-height: 180%;
}

table.grid td{
	border: 1px solid #8b6033;
	padding: 3px;
	background-color: #F2EAD7 !important; 
	line-height: 180%;
}

table.hide, table.hide th, table.hide td{
	border: 0;
}

/* table add-ons */

.title{
	background: #6eb3e6;
	text-align: center;
	padding: 3px;
	color:#333333;
	font-weight: bold;
	font-size: 14px;
}

.even{
	background: #ffffff; 
	padding: 3px;
}

.odd{
	background: #ffffff; 
	padding: 3px;
}

.foot{
	background: #f0f7ff; 
	padding: 3px; 
	text-align: center;
}

.bottom{
	height: 9px;
	background: #b7b785; 
}


/* form */
.text{
	border: 1px solid #dddddd; 
	background: #ffffff;
	color: #333333;
	height: 20px;
}

.textarea{
	border: 1px solid #dddddd; 
	background: #ffffff;
	color: #333333; 
}

.button{
		background: #ddf2ff;
		border: 1px solid #dddddd; 
		height: 20px;
		padding: 2px 0px 0px 0px;
}

.checkbox, .radio{border-width: 0px;}

.select{height: 21px;}

/* structure */

#wrapper{}

#left{
	float: left;
	width: 185px;
	margin-right:6px;
}

#right{
	float: right;
	width: 185px;
}

#centers{
	float: left;
	width: 516px;
}

#centerm{
	float: left;
	width: 706px;
}

#centerl{
	float: left;
	width: 914px;
}

#cleft{
	float: left;
	width: 475px;
	_height: 0;
}

#cright{
	float: right;
	width: 475px;
	_height: 0;
}

.main{
	width: 898px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height:auto;overflow:hidden; 
}

.m_top{
	border-bottom: 1px dashed #ccc;
	height: 26px;
	line-height: 26px;
	margin-bottom: 3px;
	background: #f8f8f8 url("images/titles.gif") 0px 0px repeat-x;
}

.m_head{
	height: 60px;
	margin-bottom: 3px;
}

.h_logo{
	float:left;
	width:180px;
}

.h_banner{
	float:left;
}

.h_link{
	float:right;
	width:90px;
	padding-top:6px;
}

.m_menu{
	height: 34px;
	width: 960px;
	margin-bottom: 3px;
	border: 1px solid #6e96cf;
	background: #5e7eb3 url("images/titles.gif") 0px -50px repeat-x;
	position: relative;
	z-index: 800;
}

.m_foot{
	background:#f6f6f6;
	border:1px solid #e4e4e4;
	text-align:center;
	padding: 15px 0px;
	margin-top:3px;
	margin-bottom:20px;
}

.block{
	border: #8b6033 1px solid;
	margin-bottom: 5px;
	PADDING: 1px;
	height:auto; 
	overflow:hidden;
    BACKGROUND-COLOR: #f2ead7
}

.blocktitle{
	height: 29px; 
	font-weight: bold;
	font-size: 14px;
	line-height: 29px; 
	color: #282828; 
	padding-left: 10px;
	background:url("middletopbg.gif") 0px repeat-x;
	
}

.blockcontent{
	padding: 3px; background: #f2ead7;height:auto; overflow:hidden;
}

.blocknote{
	border-top: 1px solid #dddddd;
	padding: 3px;
	text-align: center;
	background: #fbfbfb;
	line-height: 150%;
}

.blocktitle span{
	color: #FFFFFF;
	line-height: 28px;
	padding-left: 15px;
}

#left .block{
	border: #8b6033 1px solid;
	PADDING: 1px;
    BACKGROUND-COLOR: #f2ead7;
}

#left .blocktitle{
	border: 0px;
	padding: 0px;
	line-height: 28px;
	height:28px;
	padding-left: 15px;
	color: #FFFFFF;
	background: #f2ead7 url("framebg_4.gif") 0px repeat-x;
}

#left .blockcontent{
	background: #f2ead7 url("contentbg1.gif") 0px repeat; height:auto ; overflow:hidden;
}

#right .blocktitle{
	border: 0px;
	padding: 0px;
	line-height: 28px;
	padding-left:15px;
	color:FFFFFF;
	background: #f2ead7 url("titlebg1.gif") 0px repeat-x;
}

/* custom */

.ultop li{margin: 3px 4px; list-style-type:none; margin:0px; padding:0px; line-height:24px; color:#CA9627; clear:both; overflow:hidden; height:24px;}
.ulitem li{list-style: none;line-height:150%;padding-left:5px;}
.ulrow li{padding:2px;}
.ulcenter li{text-align: center;}
.ulmul li{line-height:150%; clear:both; overflow:hidden; color:#999999; height:24px;}
.ulmul .cl_lastl{ overflow:hidden; width:392px;}

.fix, .lm{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both; font-size:0px; height:0px;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.more{text-align: right;line-height:21px; background:url("input_buttombg.gif") no-repeat; width:52px; height:21px; float:right; clear:both; color:#FFFFFF;}
.more a{ color:#FFFFFF;}
.c_navigation{}
.c_title{
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
.c_head{
	line-height: 150%;
}
.c_content{
	font-size: 14px;
	line-height: 150%;
}
.c_foot{
	line-height: 150%; list-style:none
}
.c_label{
	font-weight: bold;
}
/* attention */

.hottext, a.hottext{color: #ff0000;}
.poptext, a.poptext{color: #ff0000;}
.notetext, a.notetext{color: #1979cc;}
.errortext, a.errortext{color: #ff0000;}
.lasttext,a.lasttext{ font-size:14px; line-height:150%;}
a.btnlink, a.btnlink:visited{color: #000000; background: #ddf2ff; border:1px solid #dddddd; height:20px; padding: 2px 10px 0px 10px;}
a.btnlink:hover{background: #cccccc;}


/* interface */

.jieqiQuote, .jieqiCode, .jieqiNote{
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #dddddd;
}

.divbox{
	border: 1px solid #dddddd;
	margin-bottom: 3px;
	text-align: center;
}

.textbox{
	border: 1px solid #dddddd;
	padding: 5px;
	margin: 3px;
	line-height: 150%;
}

.popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #dddddd;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}


.ajaxtip{
	position:absolute;
	border: 1px solid #dddddd;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	z-index:1000;
}

#tips {
	border: 1px solid #dddddd;
	padding: 3px;
	display: none;
	background: #f0f7ff;
	position: absolute;
	z-index: 2000;
}

#dialog{
	position:absolute;
	top:0px;
	left:0px;
	border: 5px solid #8bcee4;
	background: #f1f5fa;
	font-size: 12px;
	line-height:120%;
	padding: 20px 10px 10px 10px;
	visibility: hidden;
}

#mask{
	position:absolute;
	top:0px;
	left:0px;
	background: #777777;
	filter: Alpha(opacity=30);
	opacity: 0.3;
}

.tablist ul{height:25px; margin:0px 0px 0px 10px; padding:0px;}
.tablist li{float:left; height:24px; list-style:none; margin-right:3px;}
.tablist li a{float:left; height:24px; line-height:24px; padding:0px 10px; display:block; background:#f0f7ff; text-decoration:none; color:#000000; border:1px solid #dddddd; border-bottom:none; }
.tablist li a.selected{ background:#ffffff; height:25px; position:relative; margin-bottom:-1px;}
.tabcontent{clear:both; border:1px solid #dddddd; padding:10px;}

.pages{
	padding: 5px 0px;
}
.pagelink{
	border: 1px solid #dddddd;
	float: right;
	background: #f0f7ff;
	line-height:24px;
	padding:0;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup{
	float: left;
	padding: 0 6px;
}
.pagelink a:hover{background-color: #ffffff; }
.pagelink strong{font-weight: bold; color: #ff6600; background: #6eb3e6;}
.pagelink kbd{height:24px; border-left: 1px solid #dddddd;}
.pagelink em{height:24px; border-right: 1px solid #dddddd; font-style:normal;}
.pagelink input{border: 1px solid #dddddd; color: #333333; margin-top:1px; height: 18px;}

img.avatar{border: 0px;}
img.avatars{width: 48px; height: 48px; background:url("images/avatars_bg.gif") right bottom; padding:3px 7px 7px 3px; cursor:pointer;}
img.avatari{width: 16px; height: 16px; border: 1px solid #cccccc;margin-bottom:-3px;}
/* menu */

#jieqi_menu{
	list-style-type: none;
	line-height:34px;
}
#jieqi_menu a{
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#jieqi_menu a:hover{
	color: #ff6600;
	text-decoration: none;
	background: #f8f8f8;
}
#jieqi_menu li{
	float: left;
	width:68px;
	text-align:center;
}
#jieqi_menu li a:hover{
	width:68px;
}
#jieqi_menu li ul{
	height: 25px;
	padding-top: 5px;
	list-style: none;
	text-align: left;
	position: absolute;
	width: 958px;
	border: 1px solid #c8c8c8;
	background: #deebf8;
	left: -9999px;
}
#jieqi_menu li ul li{
	float: left;
	margin: 0px;
	padding: 0px 5px;
	border-right: 1px dashed #374c61;
	height: 20px;
}
#jieqi_menu li ul a{
	display: block;
	text-align: center;
	color: #374c61;
	height: 20px;
	line-height: 20px;
}
#jieqi_menu li ul a:hover{
	color: #FF0000;
	text-decoration:none;
	font-weight:normal;
	background: transparent;
}
#jieqi_menu li:hover ul{
	left: 0;
}
#jieqi_menu li.sfhover ul{
	left: 0;
}
#jieqi_menu li.nohover ul{
	left: -9999px;
}

a.message{background:url("images/aicons.gif") 0px 0px no-repeat; padding-left:16px;}
a.parlor{background:url("images/aicons.gif") 0px -16px no-repeat; padding-left:16px;}
a.friend{background:url("images/aicons.gif") 0px -34px no-repeat; padding-left:16px;}
a.bookcase{background:url("images/aicons.gif") 0px -54px no-repeat; padding-left:16px;}
a.group{background:url("images/aicons.gif") 0px -73px no-repeat; padding-left:16px;}
a.space{background:url("images/aicons.gif") 0px -94px no-repeat; padding-left:16px;}
a.userinfo{background:url("images/aicons.gif") 0px -113px no-repeat; padding-left:16px;}
a.logout{background:url("images/aicons.gif") 0px -133px no-repeat; padding-left:16px;}

/*haizhizuan*/

#full_contain {
	MARGIN: 0px auto 0px auto; WIDTH: 1004px; text-align:center;; clear:both; overflow:hidden; height:auto;
}
#style_left_top {
	BACKGROUND-POSITION: 0px 0px; FLOAT: left; BACKGROUND-IMAGE: url(style_top.gif); WIDTH: 45px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 260px
}
#style_right_top {
	BACKGROUND-POSITION: -45px 0px; FLOAT: right; BACKGROUND-IMAGE: url(style_top.gif); WIDTH: 45px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 260px
}
#topbar {
	BACKGROUND-IMAGE: url(topbar_bg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 33px; margin-top:0px; width:914px; margin-left:auto; margin-right:auto; line-height:33px;overflow:hidden;
}
#top_menu{BACKGROUND-IMAGE: url(topbg.gif); WIDTH: 914px; BACKGROUND-REPEAT: repeat-x; margin-left:auto; margin-right:auto; background-color:#EBDDC0; height:110px; overflow:hidden;}

.cilook_menu {
	FLOAT: right; WIDTH: 650px;margin-top:10px;
}
.cilook_menu LI{float:left;}
.cilook_menu LI A {
	BACKGROUND-POSITION: 0px 0px; FLOAT: left; PADDING-BOTTOM: 2px; WIDTH: 65px; COLOR: #663300; LINE-HEIGHT: 20px; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 20px; TEXT-ALIGN: center; 
}
.cilook_menu LI A:hover {
	BACKGROUND-POSITION: 0px -24px;  COLOR:#FF0000; BACKGROUND-REPEAT: no-repeat
}
.TopAdLine {
   line-height:28px; font-size:14px; color:#FF0000; width:588px; height:28px; font-weight:bold;
   }
   
#searchbar {
	BACKGROUND-IMAGE: url(searchbar_bg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 40px;width:914px; margin-left:auto; margin-right:auto; margin-top:0px;
}
#search {
	MARGIN-TOP: 10px; FLOAT: left; MARGIN-BOTTOM: 9px; WIDTH: 882px; HEIGHT: 21px
}
#searchbar .left {
	BACKGROUND-POSITION: 0px 0px; FLOAT: left; BACKGROUND-IMAGE: url(searchbar_lr.gif); WIDTH: 16px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 40px
}
#searchbar .right {
	BACKGROUND-POSITION: -16px 0px; FLOAT: right; BACKGROUND-IMAGE: url(searchbar_lr.gif); WIDTH: 16px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 40px
}
#search .welcome {
	PADDING-RIGHT: 4px; FLOAT: left; COLOR: #660000; LINE-HEIGHT: 21px; PADDING-TOP: 1px; font-size:14px;
}
#search .buttombox {
	BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12px; FLOAT: left; BACKGROUND-IMAGE: url(input_buttombg.gif); WIDTH: 52px; CURSOR: pointer; COLOR: #eaddc4; LINE-HEIGHT: 21px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 21px; BACKGROUND-COLOR: #dac7a4; TEXT-ALIGN: center; border:0px; margin-top:1px;
}
#search .inputbox {
	BORDER-RIGHT: #675938 1px solid; PADDING-RIGHT: 0px; BACKGROUND-POSITION: 3px 4px; BORDER-TOP: #675938 1px solid; PADDING-LEFT: 0px; FLOAT: left; BACKGROUND-IMAGE: url(pic01.gif); PADDING-BOTTOM: 0px; MARGIN: 1px 4px 1px 0px; BORDER-LEFT: #675938 1px solid; WIDTH: 120px; TEXT-INDENT: 20px; LINE-HEIGHT: 17px; PADDING-TOP: 0px; BORDER-BOTTOM: #675938 1px solid; BACKGROUND-REPEAT: no-repeat; HEIGHT: 20px; BACKGROUND-COLOR: #f7f1e6
}
#search .select {
	BORDER-RIGHT: #675938 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #675938 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 12px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 4px 0px 0px; BORDER-LEFT: #675938 1px solid; LINE-HEIGHT: 23px; PADDING-TOP: 0px; BORDER-BOTTOM: #675938 1px solid; FONT-FAMILY: Tahoma; HEIGHT: 23px; BACKGROUND-COLOR: #f7f1e6
}
#search LABEL {
	FLOAT: left; LINE-HEIGHT: 21px; MARGIN-RIGHT: 4px; HEIGHT: 21px
}
#cilook_main{ width:914px; overflow:hidden; text-align:center; line-height:28px; background-color:#EBDDC0; padding-bottom:8px; padding-top:8px; height:auto; margin-left:auto; margin-right:auto;}
#cilook_foot {
	BACKGROUND-IMAGE: url(foottab_bg.gif); WIDTH: 914px; COLOR: #990000; LINE-HEIGHT: 37px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 37px; TEXT-ALIGN: center; margin-left:auto; margin-right:auto; clear:both;
}
#cilook_foot .left {
	BACKGROUND-POSITION: 0px 0px; FLOAT: left; BACKGROUND-IMAGE: url(foottab_lr.gif); WIDTH: 18px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 37px
}
#cilook_foot .right {
	BACKGROUND-POSITION: -18px 0px; FLOAT: right; BACKGROUND-IMAGE: url(foottab_lr.gif); WIDTH: 18px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 37px
}
#cilook_foot A {
	COLOR: #990000
}
#cilook_foot A:hover {
	COLOR: #cc0000; TEXT-DECORATION: underline;
}
#cilook_cr{
	BACKGROUND-IMAGE: url(copyright_bg.gif); WIDTH: 914px; COLOR: #663300; LINE-HEIGHT: 22px; PADDING-TOP: 8px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 100px; TEXT-ALIGN: center; clear:both; margin-left:auto; margin-right:auto;}
#cilook_bottom {
	BACKGROUND-IMAGE: url(style_bottom.gif); WIDTH: 1004px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 40px; margin-left:auto; margin-right:auto;
}
#cilook_body{
	width: 914px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#EBDDC0;
	height:auto;overflow:hidden; 
}
.cilook_link li{ float:left; margin-left:8px;white-space:nowrap;}

.cl_ulmul{ text-align:center;}
.cl_ulmul li{ width:178px; list-style: none; margin:0px; padding:0px; float:left; clear:both; overflow:hidden; margin-top:6px; margin-bottom:7px;}
.cl_pics { width:75px;}
.cl_pics A {
	PADDING-RIGHT: 6px; PADDING-LEFT: 4px; FLOAT: left; BACKGROUND-IMAGE: url(bookpicsbg.gif); PADDING-BOTTOM: 6px; WIDTH: 63px; PADDING-TOP: 4px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 78px
}
.cl_pics A:hover {
	PADDING-RIGHT: 4px; BACKGROUND-POSITION: -73px 50%; PADDING-LEFT: 6px; FLOAT: left; PADDING-BOTTOM: 4px; PADDING-TOP: 6px
}
.cl_pr{ width:95px;overflow:hidden; line-height:20px; text-align:left;}
.cl_ulmul h3{ text-align:left;}

.cl_mulmul{ text-align:center; float:left;}
.cl_mulmul li{ width:505px; list-style: none; margin:0px; padding:0px; float:left; clear:both; overflow:hidden; margin-top:4px; margin-bottom:4px;}
.cl_mpics{ width:112px;}
.cl_mpics A {
	BORDER-RIGHT: #73613c 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #73613c 1px solid; PADDING-LEFT: 4px; FLOAT: left; PADDING-BOTTOM: 4px; BORDER-LEFT: #73613c 1px solid; WIDTH: 100px; PADDING-TOP: 4px; BORDER-BOTTOM: #73613c 1px solid; HEIGHT: 120px; BACKGROUND-COLOR: #c3a77a
}
.cl_mpics A:hover {
	BORDER-RIGHT: #b09d77 1px solid; BORDER-TOP: #b09d77 1px solid; BORDER-LEFT: #b09d77 1px solid; BORDER-BOTTOM: #b09d77 1px solid; BACKGROUND-COLOR: #ffffff
}
.cl_mpr{ width:385px;overflow:hidden; line-height:20px; text-align:left; height:auto;}
.cl_mulmul h3{ text-align:left;width:178px; float:left; background:url(pic02.gif) no-repeat; padding-left:32px; font-size:14px; line-height:24px; height:24px;}
.cl_zz{ width:120px; text-align:center; color:#006600}
.cl_topulmul li{ width:102px; float:left; margin-left:4px; margin-right:4px; text-align:center; }
.cl_lr{ color:#CA9627;}

.cl_iftitle h1{ font-size:24px; color:#800000; line-height:36px; height:36px;}
.cl_iftd{ line-height:32px; font-weight:bold;}
a.cl_ms { font-weight:bold;}