/* channel page common style */
#column-search{}
.tMenu{	
    BORDER: #EBEBEB 1px solid;
	WIDTH: 950px;
	height:34px;
	line-height:34px;
	vertical-align:middle;
	text-align:center;	
	background:url(../../images/page/columnMunebg.gif) repeat-x;
}
.tMenu LI{	
	FLOAT: right; LIST-STYLE-TYPE: none; TEXT-ALIGN: center; width:60px;
}
.tMenu .sleft{
	float:left;
	padding-left:15px;
	
}
.sitelogo{
	float:left;
	height:60px;
	width:185px;
}
.menu{
	FLOAT: left; WIDTH: 948px;height:60px; 
	border:#C8C8C8 solid 1px;
	border-top:none;
	background-color:#ffffff;
	
}
.menu .middle{
	padding-top:3px;
	float:left;
	padding-left:20px;
	font-size:13px;
	line-height:24px;
	display:block;
	border-bottom:#C8C8C8 solid 1px;
	width:742px;
	height:26px;
	border-left:#C8C8C8 solid 1px;
}
.menu .middle A:link {COLOR:#4D4D4D; padding:0 5px; display:inline-block; text-decoration:none}
.menu .middle A:hover {	background-color:#000033;COLOR:#ffffff;}

.menu .bottom{
	float:left;
	padding-left:20px;
	padding-top:3px;
	height:30px;
	text-align:left;
	font-size:13px;
	line-height:24px;
	display:block;
	width:742px;
	height:27px;
	border-left:#C8C8C8 solid 1px;
}
.menu .bottom A:link {COLOR:#000066;padding:0 5px; display:inline-block; text-decoration:none}
.menu .bottom A:hover { background-color:#010629;COLOR:#ffffff;}
.menu .bottom span{padding:0 5px;display:inline-block;}

.bluetitle UL LI A:link {
	COLOR: #1e7ca9; TEXT-DECORATION: none
}
.bluetitle UL LI A:visited {
	COLOR: #1e7ca9; TEXT-DECORATION: none
}
.bluetitle UL LI A:hover {
	COLOR: #FF0000; TEXT-DECORATION: none
}
.channel_search_banner {
	float:left;
	padding:5px 10px 0px 10px;
	width:930px;
	height:30px;
	background:url(/images/page/channel/search.png) repeat-x;
	color:#003399
}
.channel_search_banner ul{ float:left;}
.channel_search_banner li{ float:left; line-height:16px; font-size:13px; margin-top:4px; font-family:"微软雅黑"}
.channel_search_banner li.selected{background:url(/images/page/channel/search-choose.gif) no-repeat; font-weight:bold}
.channel_search_banner li a{padding-left:19px;  padding-right:3px;color:#FFFFFF; display:inline-block; text-decoration:none; cursor:pointer;}
.channel_search_banner .channel-search-panel{ float:left; margin-left:20px; width:530px; display:inline-block}
.channel_search_banner .channel-search-input-box{
	float:left;
	position:relative;
	width:400px;
	background-color:#999999;
}
.channel_search_banner input
{
	 float:left;
	 border: 0;
	 width: 400px;
	 height: 25px;
	 line-height: 25px;
	 padding: 0px 3px 0px 3px;
	 vertical-align: middle;

}
.channel_search_banner label
{
	 position: absolute;
	 left: 3px;
	 top: 3px;
	 color: #ccc;
	 line-height: 21px;
	 cursor: text;
}
.channel_search_banner span.channel-search-btn{
	position:relative;
	float:right;
	width:103px;
	height:27px;
	background:url(/images/page/channel/search-btn.gif) no-repeat;
	display:inline-block;
	cursor:pointer;
}
.channel_search_banner .channel-search-btn s{ text-decoration:none; display:none;}

.cuteList{
	float: left;
	list-style-type: none;	
	list-style-position: outside;
}
.cuteList li{
	/* 截取字符开始 */
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	/* 截取字符结束 */	
	float: left;
}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:#f60; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#0046C1; text-decoration:underline}a.cBlue:hover{text-decoration:underline;color:#f30;}
.cBlue2,a.cBlue2:link,a.cBlue2:visited{color:#3366CC; text-decoration:none}a.cBlue2:hover{text-decoration:underline;color:#f60;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#ff0000;}
.cGray,a.cGray:link,a.cGray:visited{ color: #666; }a.cGray:hover{color:#f30;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.fwhite{ color:#FFFFFF }
.DropShadow{DropShadow(Color=#000000, OffX=1, OffY=1, Positive=true)}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.ft14{ font-size:14px;}
.ft12{ font-size:12px;}
.txtdown{ text-decoration:underline}

/* 其他属性 */

.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; height:0px; overflow:hidden; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}

h1,h2,h3,h4,h5,h6 {margin:0;font-size:12px; padding:0;  font-weight:normal;}

