/*****************************************************************
******************************************************************
以下为所有风格通用样式
margin: 0;padding: 0;设置外边距,内边距空隙都为0
font-size: 12px;为字体大小.一般表格内的,不受他控制
li,ul设置list-style: none;主要是取消默认的小圆点.不太好看
******************************************************************
*****************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, p, blockquote, th, td {
	margin:0;
	padding:0;
	font:9pt "Tahoma", "Arial", "Helvetica";
	line-height:1.6em;
}
body {
	background: #292929 url(bg1.gif);
	color: #000;
}
li,ul{
	list-style: none;
}

/******************************************
TD中的color: #333333;为没有超级链接的字体颜色
VERTICAL-ALIGN: top;表格里的内容居顶
text-align:left;表格里的内容居左
*******************************************/

TD {
	color: #333333;
	VERTICAL-ALIGN: top;
}

/******************************************
border:1px solid #ccc; 表单边框为1个像素的实线,
要为虚线改solid为dotted,要换颜色改#ccc
可以自定义背景颜色
background:#eee;
*******************************************/

input,textarea{
	border:1px solid #ccc;
}

/******************************************
网页整体宽度
******************************************/

/*横幅广告*/
#banner_ad{
	margin-top:5px;
}


/******************************************
#toplogin 网页顶部登录框表格ID编号
background表格背景颜色
height高度
*******************************************/

#toplogin{
	background:#E3F5FC;
	height:20px;
}
#toplogin .jstime{
	margin-top:5px;
	margin-right:5px;
}
/******************************************
#toplogin input.login_name用户名表单,
#toplogin input.login_pwd密码表单,写在一行,用,号分开共用样式
width:90px;表单宽
height:15px;表单高
*******************************************/

#toplogin input.login_name,#toplogin input.login_pwd{
	width:50px;
	height:15px;
}

/******************************************
#toplogin input.login_sub提交按钮表单,
width:90px;表单宽
height:15px;表单高
background:#f0dfeb;	背景颜色
*******************************************/

#toplogin input.login_sub{
	width:40px;
	height:19px;
	background:#f0dfeb;
}

/******************************************
#header div 头部LOGO与广告图的容器,
float:left;靠左排列

#header div.ad广告容器,样式指定了靠右
*******************************************/

#header div{
	float:left;
}
#header div.ad{
	float:right;
}

/******************************************
#header头部大表格
margin-bottom:10px;与下面的表格距离10像素
border-top:#ccc 1px solid;表格上方一个像素的实线,颜色为#ccc,
可以把solid改成虚线dotted
#header td 大表格内的TD
padding-top:8px;上方留空8个像素
*******************************************/

#header{
	margin-bottom:10px;
	border-top:#ccc 1px solid;
}
#header td{
	padding-top:8px;
}

/******************************************
#guide头部网站导航表格编号
margin-top:5px;与上方表格距离5像素
border:1px #c37dad solid;边框样式solid改为dotted则为虚线
height:28px;高度
background:#f0dfeb;背景颜色
#guide td导航表格内部TD容器
border:1px solid #FFF;内边框样式
padding:6px 3px 4px 3px;导航文字与上右下左的距离
*******************************************/

#guide{
	margin-top:5px;
	border:1px #c37dad solid;
	
	height:22px;
	background:#f0dfeb;
}
#guide td{
	border:1px solid #FFF;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	padding:6px 3px 4px 3px;
}
#guide2{
	background:#fbf7fa;
	height:24px;
	border-bottom:1px #e1bfd6 solid;
}
#guide2 td{
	padding-top:6px;
	padding-left:2px;
}
.chooseGuide{
	border-bottom:1px dotted #333;
}
/******************************************
.MainTable .guide样式导航表格样式
margin-top:5px;与上方表格的距离
border:1px #e1bfd6 solid;边框样式,solid可更换成dotted虚线
height:20px;表格高度
background:#fbf7fa;表格背景颜色

.MainTable .guide td{ padding:5px; 表格内的文字距离四周的间距
可改成 padding:5px 0 0 0;指上右下左
*******************************************/

.MainTable .guide{
	margin-top:5px;
	border:1px #e1bfd6 solid;
	height:20px;
	background:#fbf7fa;
}
.MainTable .guide td{
	padding:5px;
}


/*****************************************************************
******************************************************************
内容大表格模块样式
width:100%;占满整个空间宽度
margin-top:5px;与上一个表格间距为5个像素
overflow:hide;内容超过时,将隐藏.不过上面用百分比,一般这里设置无效.
只有上面用具体像素,这里才生效
border:1px #e1bfd6 solid;边框样式,1个像素,可以改solid为虚线dotted,要取消边框改1px为0px
******************************************************************
******************************************************************/

.dragTable{
	width:100%;
	margin-top:5px;
	overflow:hide;
	border:1px #e1bfd6 solid;
	
}

/******************************************
内容表格模块头部样式
background:#f0dfeb;背景颜色
height:20px;高度
padding-left:1em;字体与左边距离
padding-top:7px;字体与上方距离
border:1px #FFF solid;内边框样式,一般设置为0px较多,即不要内边框居多
******************************************/

.dragTable .head{
	background:#f0dfeb url(t_57.gif) repeat-x top;
	height:22px;
	padding-left:1em;
	padding-top:3px;
	border:1px #FFF solid;
	font-weight:bold;
}

/******************************************
模块主题文字
float:left;居左,
可以设置为粗体 font-weight:bold;颜色为color:#000;
******************************************/

.dragTable .TAG{
	float:left;
}
/******************************************
整体大表格之间的间隙
******************************************/
.MainTable{
	margin-top:5px;
}
/******************************************
右边窄表格模块样式
width:98%;宽度
line-height:17px;字体行高
******************************************/

.MainTable .Side .dragTable{
	width:98%;
}

.MainTable .Side .dragTable .middle{
	line-height:17px;
}

/******************************************
内容模块主体部分
padding:8px;距离四周距离为8个像素,
可以改成更具体些的padding:8px 0 0 0;即上右下左的距离
line-height:20px;行高,即是使用<br>换行符时的文字行高
******************************************/

.dragTable .middle{
	padding:6px 1px 4px 7px;
	height:50px;
	line-height:20px;
}

/******************************************
右边窄表格最新,最热的内容样式.
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
通过设定固定宽度,使控制自动隐藏超出边界的内容自动隐藏,用省略号表示
只对<ul><li>有效
******************************************/

.MainTable .Side .dragTable .middle ul li{
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
右边窄表格最新,最热的标题样式.
必须<ul><li>有超链接的才有效
display:block;定义链接为实体,方便做效果处理
margin-left:4px;文字与左边大表格边框的距离
text-indent:0.6em;文字与小图标的距离
background:url(title_icon3.gif) no-repeat left;	右边列表,最热,最新等等标题前面的小图标
no-repeat 不平铺 left;背景居左
******************************************/

.MainTable .Side .dragTable .middle ul li a{
	display:block;
	margin-left:4px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat left;
}


/******************************************
列表页,包括首页,文章子栏目文章表格样式,表格高度
******************************************/
#AutoRows .dragTable .middle{
	padding-top:0px;
	padding-bottom:0px;
	height:100px;
}

/******************************************
列表页,包括首页,文章子栏目文章标题样式
	width:246px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
定义width指定宽度.是为了自动隐藏超出边界的标题.用百分比不能控制
line-height:18px;行高
text-indent:0.6em;文字小图标的距离
background:url(title_icon3.gif) no-repeat ;标题前的小图标
background-position: 0 40%;	小图标X,Y的坐标
******************************************/

#AutoRows .dragTable ul li{
	width:246px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:18px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat ;
	background-position: 0 40%;
}

/******************************************
文章中列表页中的图片主题,图片列表
.listpic每张图的占位空间
width:127px;占位宽度127像素
padding:3px 0 3px 4px;内间隙距离上右下左
float:left;居左排列
.listpic .title图片底下的标题样式
	width:127px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
固定了宽度,控制自动隐藏超出边界的文字
******************************************/

.listpic{
	width:127px;
	padding:3px 0 3px 4px;
	float:left;
}
.listpic .title{
	width:127px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
文章中列表页中的图片主题,图片内边框样式
border:1px #FFF solid;边框一个像素,为实线,可以改0px,即取消内边框
改solid为dotted即是虚线
******************************************/

.listpic img{
	border:1px #FFF solid;
	width:120px;
	height:90px;
}

/******************************************
文章中列表页中的图片主题,图片外边框样式
width:120px;	图片外边框宽 height:90px;	图片外边框高
display:block;	定义链接为实体利于加效果
text-align :center;	图片在边框内居中
border:1px #ccc solid;图片外边框样式,要取消边框,可以把1改0,
要加粗粗,把1改成更大的数,要用虚线,可以把solid改成dotted,要换颜色修改#ccc为其他的
margin-bottom:5px;			与底部文字的距离
******************************************/

.listpic .img a{
	width:120px;
	height:90px;
	display:block;
	text-align :center;
	border:1px #ccc solid;
	margin-bottom:5px;
}

.listpic1{
	width:120px;
	padding:3px 0 3px 4px;
	float:left;
}
.listpic1 .title{
	width:120px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
文章中列表页中的图片主题,图片内边框样式
border:1px #FFF solid;边框一个像素,为实线,可以改0px,即取消内边框
改solid为dotted即是虚线
******************************************/

.listpic1 img{
	border:1px #FFF solid;
	width:110px;
	height:81px;
}

/******************************************
文章中列表页中的图片主题,图片外边框样式
width:120px;	图片外边框宽 height:90px;	图片外边框高
display:block;	定义链接为实体利于加效果
text-align :center;	图片在边框内居中
border:1px #ccc solid;图片外边框样式,要取消边框,可以把1改0,
要加粗粗,把1改成更大的数,要用虚线,可以把solid改成dotted,要换颜色修改#ccc为其他的
margin-bottom:5px;			与底部文字的距离
******************************************/

.listpic1 .img a{
	width:110px;
	height:81px;
	display:block;
	text-align :center;
	border:1px #ccc solid;
	margin-bottom:5px;
}
/******************************************
文章列表
padding:7px 5px 0 5px;内间隙,上右下左的距离
border-bottom:1px dashed #ccc;底部虚线,也可改为实线solid 或其他颜色

.listarticle span参数样式
******************************************/

.listarticle td{
	padding:7px 5px 0 5px;
	border-bottom:1px dashed #ccc;
}
.listarticle span{
	display:block;
	float:left;
}

/******************************************
文章列表
文章标题样式
text-indent: 0.6em;与小图标的距离
background:url(title_icon3.gif) no-repeat left;小图标,居左不平铺
background-position: 0em 40%;小图标是背景,坐标位置

.listarticle span.time{float:right;}时间靠右显示
******************************************/

.listarticle span.title{
	text-indent: 0.6em;
	background:url(title_icon3.gif) no-repeat left;
	background-position: 0em 40%;
}
.listarticle span.time{
	float:right;
}

/******************************************
分页
******************************************/

.page{
	width:98%;
	margin-top:1em;
	clear:both;
}

.page a{
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #ccc;
	padding:2px 4px 1px 4px;
}

/*****************************************************************
******************************************************************
文章内容页
.content_word,.content_word p多种格式的控制内容的样式,字号为15像素
******************************************************************
******************************************************************/
.content_word,.content_word p{
	font-size:15px;
}

/*****************************************************************************************
******************************************************************************************
图片频道,视频,FLASH,音乐,商城,下载频道的列表页的图片列表
******************************************************************************************
******************************************************************************************/
/******************************************
display:block;定义为模块
width:98%;宽度为98%
margin:8px 8px 0 10px;与其他的外间隙上右下左的距离
height:100px;高度
overflow:hide;文字超过则隐藏,不过上面宽度只有设置成具体像素才生效.
border-bottom:1px #ccc dotted;底部边框为一个像素的虚线.改成solid则为实线,改成0px则取消边框
这里特别要注意的是.把宽度改成width:44%;增加一句float:left;就可以一行显示两个
******************************************/

.ListPhoto ul{
	display:block;
	width:96%;
	margin:8px 8px 0 10px;
	height:100px;
	overflow:hide;
	border-bottom:1px #ccc dotted;
}

/******************************************
图片与介绍文字是左右并排
******************************************/

.ListPhoto ul li{
	display:block;
	float:left;
}

/******************************************
图片容器样式,
width:130px;宽
border-right:1px #ccc dotted;容器右边样式,改dotted为solid则为实线,把1px改为0则取消边框
******************************************/

.ListPhoto ul li.img{
	width:130px;
	border-right:1px #ccc dotted;
}

/******************************************
图片内边框样式
******************************************/

.ListPhoto ul li.img img{
	border:1px solid #ccc;
}

/******************************************
图片外边框样式
	display:block;	定义为实体,方便加效果
	width:120px;	宽
	height:90px;	高
	text-align :center; 图片居中
	background:#eee;	背景颜色,只有图片太小时,才看得到效果.
	border:1px solid #333; 外边框样式,可改solid为dotted虚线.取消边框的话.改1px为0
******************************************/

.ListPhoto ul li.img a{
	display:block;
	width:120px;
	height:90px;
	text-align :center;
	background:#eee;
	border:1px solid #333;
}

/******************************************
图片的相关文字样式
margin-left:1em;与左边距离1个汉字距离
******************************************/

.ListPhoto ul li.word{
	margin-left:1em;
}

/******************************************
图片的相关文字样式
display:block;做为实体,每个占一行,
overflow:hide,文字超出边界,自动隐藏.一般只有设置了宽度时才生效
******************************************/

.ListPhoto ul li.word span{
	display:block;
	overflow:hide;
}

/******************************************
图片的相关文字,超级链接的文字加粗显示
******************************************/

.ListPhoto ul li.word span.title a{
	font-weight:bold;
}

/*****************************************************************************************
*****************************************************************************************
**********评论
******************************************************************************************
******************************************************************************************/

#comment .content{
	border:dotted 1px #ddd;
	margin-bottom:10px;
}
#comment .content .word{
	border-bottom:solid 1px #ddd;
	padding-left:5px;
	height:50px;
}
#comment .content .img{
	border-right:dotted 1px #ddd;
	padding:1em;
}
#comment .content .info{
	padding:2px 0 0 5px;
}

/*****************************************************************************************
*****************************************************************************************
************留言本
*****************************************************************************************
*****************************************************************************************/

.guestbook{
	margin-bottom:4px;
	border:1px dotted #e1bfd6;
}
.guestbook .Ftd{
	padding:4px;
	border-right:1px dotted #e1bfd6;
}
.guestbook .Atd{
	border-top:1px solid #f0dfeb;
	padding-left:4px;
}
.guestbook .Ctd{
	padding:4px;
}

/*****************************************************************************************
*****************************************************************************************
网页底部
******************************************************************************************
******************************************************************************************/

#footer{
	border-top:#CBCBCB solid 1px;
	margin-top:4px;
}
#footer td{
	padding:1em 0 1em 0;
}


/*****************************************************************************************
*****************************************************************************************
间隔条
*****************************************************************************************
*****************************************************************************************/
.Space{
	height:23px;
	margin-top:4px;
	background:url(space_bg.jpg);
}
.Space .L{
	padding:5px 0 0 5px;
	font-weight:bold;
	color:#FFF;
}
.Space .L{
	float:left;
}
.Space .R{
	padding:5px 5px 0 0;
	float:right;
}



/*********************************************************************
**********************************************************************
AJAX在线编辑DIV容器
这个会员看不到.只是版主管理员才可以看到.这是后台风格
一般不必修改了.修改了会员也看不到
**********************************************************************
*********************************************************************/
#AjaxEditTable{
	border:1px solid #BEDDFF;
	background:#FFF;
}
#AjaxEditTable .head{
	height: 21px;
	background: #DBEAFF;
	border-bottom:1px solid #BEDDFF;
	padding:3px 5px 0 7px;
}
#AjaxEditTable .head a{
	color:#FFF;
}
#AjaxEditTable .head span{
	DISPLAY: block; 
	FLOAT: right;
}
#AjaxEditTable .middle{
	background:#FFF;
	line-height:18px;
	padding:5px;
}
#AjaxEditTable .middle input,#AjaxEditTable .middle textarea{
	border:1px solid #BEDDFF;
	background:#FFF;
}







/*************Artery Added********************/




table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #086703;
	text-decoration: underline;
}
#page-bg {
	background: url(t_1.gif) repeat-x top;
}
#main-container {
	margin: 0 auto;
	width: 1000px;
}
.page-top {
	padding:0 18px 0 0;
	margin:0 0 0 0;
	height:5px;
	width:982px;
	color:#7a8100;
	text-align:right;
}
.page-top a, .page-top a:hover {
	color:#7a8100;
}
.page-top-webindex {
	padding:80px 18px 0 0;
	margin:0 0 0 0;
	height:45px;
	width:982px;
	color:#7a8100;
	text-align:right;
	background:url(t_2_1.png) no-repeat left !important;
	background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/iuctc/t_2_1.png', sizingMethod='image');
}
.page-top-webindex a, .page-top-webindex a:hover {
	color:#7a8100;
}
#page-bg2 {
	background: url(t_2.gif) repeat-y left;
	padding:0 10px;
}
.page-bg2-in {
	background: url(t_3.gif) no-repeat left top;
}
.page-bg2-in-webindex {
	background: url(t_3_1.gif) no-repeat left top;
	height:363px;
}
#page-toplogo {
	height:109px;
	width:980px;
	clear:both;
}
#page-toplogo .left {
	height:109px;
	width:325px;
	float:left;
	background:url(t_3.png) no-repeat left !important;
	background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/iuctc/t_3.png', sizingMethod='image');
}
#page-toplogo .right {
	height:109px;
	width:583px;
	float:right;
	
}
#page-toplogin {
	width:473px;
	padding:8px 0 0 0;
	align:right;
	
}
#page-toplogin .user {
	border:1px #d6d7d8 solid;
	height:18px;
	width:75px;
	color:#a8b694;
	padding:0 0 0 20px;
	background:#f2f2f2 url(t_4.gif) no-repeat 3px 4px;
}
#page-toplogin .pw {
	border:1px #d6d7d8 solid;
	height:18px;
	width:75px;
	color:#b7c2a7;
	padding:0 0 0 20px;
	background:#f2f2f2 url(t_5.gif) no-repeat 3px 4px;
}
#page-toplogin .button {
	border:0;
	height:20px;
	width:76px;
	padding:0;
	margin:0;
	background:#f2f2f2 url(t_6.gif) no-repeat;
	cursor :hand;
	text-indent: -5000px;
}
#pagetop_menu {
	width:857px;
	height:39px;
	clear:both;
	margin-left:9px;
	background:url(t_8.gif) no-repeat;
	white-space:nowrap;
}
#pagetop_menu li {
	float:left;
	width:91px;
	height:39px;
	background:url(t_9.gif) right top no-repeat;
}
#pagetop_menu li a {
	color:#fadcf0;
	display:block;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	line-height:39px;
}
#pagetop_menu li a.here, #pagetop_menu li a:hover {
	background:url(t_10.gif) left top no-repeat;
	color:#8c0060;
	width:91px;
	margin-left:0;
	font-weight:bold;
}
#pagetop_menu li#menuright {
}
#pagetop_menu li a#menu_home {
	background:url(t_12.gif) left top no-repeat;
	margin-left:0;
}
#pagetop_menu li a#menu_home.here, #pagetop_menu li a#menu_home:hover {
	background:url(t_11.gif) left top no-repeat;
}
#pagehot {
	width:918px;
	height:33px;
	line-height:33px;
	color:#939393;
	clear:both;
	margin-left:9px;
	padding-left:41px;
	overflow:hidden;
	background:url(t_13.gif) no-repeat left;
	white-space:nowrap;
}
#pagehot a {
	color:#939393;
}
#pagehot .tag {
	width:518px;
	height:33px;
	line-height:33px;
	clear:both;
	float:left;
}
#pagehot .search {
	width:340px;
	height:27px;
	padding:6px 0 0 0;
	line-height:33px;
	clear:both;
	float:right;
}
.bottombanner {
	padding:2px 0 3px 0px;
	clear:both;
}
.footcopyright {
	background:url(t_18.gif);
	height:83px;
	padding:20px 0 0 221px;
	color:#a3aaaf;
	font-size:11px;
}
.footcopyright a{
font-size:11px;
	color:#a3aaaf;
}
.footcopyright a:hover{
font-size:11px;
	color:#fff;
}
.memberpage1 {
	background:url(t_14.gif) repeat-y top left;
	width:959px;
	margin-left:10px;

	float:left;
}
* html .memberpage1 {
	background:url(t_14.gif) repeat-y top left;
	width:959px;
	margin-left:5px;
}
*+html .memberpage1 {
	background:url(t_14.gif) repeat-y top left;
	width:959px;
	margin-left:10px;
}
.memberpage1 .top {
	background:url(t_15.gif) no-repeat top left;
	width:959px;
	float:left;
}
.memberpage1 .bottom {
	background:url(t_16.gif) no-repeat bottom;
	width:939px;
	float:left;
	padding:13px 10px 20px 10px;
}
.memberpage1 .left {
	width:458px;
	float:left;
}
.memberpage1 ul {
	margin-top:-8px;
}
.memberpage1 li {
	border-bottom:#e0e0e0 1px solid;
	background:url(t_22.gif) no-repeat 0 10px;
	padding:2px 0 0 12px;
	margin:0 5px 0 5px;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.memberpage1 li em {
	float:right;
	color:#656d74;
	font-size:10px;
}
.memberpage1 .left h1 {
	background:url(t_19.gif) no-repeat left;
	height:37px;
	padding:0 0 0 38px;
	font-family:'Microsoft YaHei', Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#c40000;
}
.memberpage1 .left h1 span {
	float:right;
	padding-top:4px;
}
.memberpage1 .left h2 {
	background:url(t_21.gif) no-repeat left;
	height:37px;
	padding:14px 0 0 33px;
	font-weight:bold;
	font-size:14px;
	color:#c40000;
	font-family:'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.smallmap {
	margin:10px 0 10px 5px;
}
.memberpage1 .right {
	width:470px;
	float:right;
}
.memberpage1 .right h3 {
	background:url(t_23.gif) no-repeat left;
	height:37px;
	line-height:37px;
	padding:0px 0 0 33px;
	font-size:14px;
	font-weight:bold;
	color:#c40000;
	font-family:'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.memberpage1 .right h4 {
	background:url(t_24.gif) no-repeat left;
	height:37px;
	padding:14px 0 0 33px;
	font-weight:bold;
	font-size:14px;
	color:#c40000;
	font-family:'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.memberpage1 .right h5 {
	background:url(t_25.gif) no-repeat left;
	height:37px;
	padding:14px 0 0 33px;
	font-weight:bold;
	font-size:14px;
	color:#c40000;
	font-family:'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.memberpage1 .right .testlistbox {
	border:#dcdcdc 1px solid;
	padding:4px 7px;
	margin:10px 0 5px 0;
	color:#5c5c5c;
}
.memberpage1 .right .testlist {
	border-bottom:#dcdcdc 1px solid;
	padding:5px 0 5px 70px;
}
.memberpage1 .right .testlist span {
	margin-left:-65px;
	color:#8b8b8b;
}
.clssMainRoll {
 FILTER: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP, Bands=1);
	CURSOR: pointer;
}
.imagerollover_img {
	border:#dbdbdb 1px solid;
	padding:2px;
}
.imagerollover {
	margin:0 0 0 5px;
}
.memberomment {
	background:url(t_26.gif) repeat-x top;
	clear:both;
	margin-top:10px;
}
.memberomment h1 {
	background:url(t_27.gif) no-repeat 15px 12px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:5px 5px 5px 35px;
	font-family:'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.memberomment strong {
	color:#c40000;
	font-weight:bold;
}
.smallstar {
	margin-bottom:-5px;
	padding-left:35px;
	color:#b18147;
	line-height:22px;
	height:22px;
	margin-top:-5px;
	margin-bottom:10px;
}
.smallstar img {
	margin-bottom:-5px;
}
.memberommenttext {
	border:#e9d4b8 1px solid;
	padding:6px;
	margin-bottom:3px;
	float:left;
	width:924px;
}
.memberommenttext em {
	color:#a0a0a0;
	display:block;
}
.memberommenttext .member {
	text-align:center;
	float:left;
}
.memberommenttext .memberpic {
	border:#e9d4b8 1px solid;
	padding:2px;
	background:#fff;
	margin-right:10px;
}
.memberommenttext .memberpic img {
	width:69px;
	height:69px;
}
.memberpost {
	clear:both;
	width:938px;
}
.memberpost .left {
	border:#dcdcdc 1px solid;
	padding: 10px 0 10px 10px;
	width:750px;
	float:left;
}
.memberpost .left h1 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	background:none;
	padding:0;
	margin:0;
	line-height:1.6em;
	height:1.6em;
}
.postlist {
	padding:5px 0 0 65px;
}
.postlist em {
	color:#b18147;
}
.postlist em img {
	margin-bottom:-5px;
}
.postlist span {
	margin-left:-65px;
	color:#8b8b8b;
}
.memberpost .right {
	padding:0px;
	width:170px;
	float:right;
	line-height:25px;
	height:25px;
}
.memberpost .right img {
	margin-bottom:-6px;
}
.barpage1 {
	background: url(t_32.gif) repeat-y 542px 0;
	width:959px;
	
	float:left;
}
* html .barpage1 {
	background: url(t_32.gif) repeat-y 542px 0;
	width:959px;
	margin-left:2px;
	float:left;
}
*+html .barpage1 {
	background: url(t_32.gif) repeat-y 542px 0;
	width:959px;
	
	float:left;
}
.barpage1 .left {
	width:536px;
	float:left;
}
.barpage1 .left .toplist {
	background: url(t_34.gif) no-repeat top left;
	width:511px;
	height:208px;
	padding-bottom:3px;
	padding: 15px 10px 0 15px;
}
.barpage1 .left .toplist .left {
	width:250px;
	float:left;
}
.barpage1 .left .toplist .left img{
	border:#ccd1d3 1px solid;
	margin:3px;
	background:#fff;
}
.barpage1 .left .toplist .right {
	width:250px;
	float:right;
	
}
.toplist_right ul {}
.toplist_right li {
	background:url(t_49.gif) no-repeat 0 7px;
	padding:0 0 0 12px;
	line-height:19px;
	height:19px;
	overflow:hidden;
}
.toplist_right li em {
	font-size:10px;
	color:#949494;
	float:right;
}
.toplist_right li a {
	color:#9d6756;
}







.nTab {
	width: 534px;
	margin: 6px 0 0 0;
	border:#dea5a5 1px solid;
	padding:0;
	overflow: hidden;
	clear:both;
	float:left;
}
.nTab .TabTitle {
	clear: both;
	background:url(t_39.gif) no-repeat top left;
	height: 26px;
	overflow: hidden;
}
.nTab .TabTitle ul {
	border:0;
	margin:0;
	padding:0;
}
.nTab .TabTitle li {
	float: left;
	text-align:center;
	color:#b97b4e;
	width: 81px;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-right: 0;
	list-style-type: none;
}
.nTab .TabTitle .active {
	background: url(t_40.gif) no-repeat left top;
	font-weight:bold;
}
.nTab .TabTitle .normal {
	background: url(t_41.gif) no-repeat top right;
	color:#a24545;
}
.nTab .TabContent {
	width:auto;
	margin: 0px auto;
	padding:5px 0 3px 0;
	border:0;
}
.nTab .TabContent .text {
	padding:0 0 0 9px;
}
.nTab .TabContent .textin {
	padding:0 0 0 0;
	margin-top:3px;
	width:520px;
}
.nTab .TabContent .textin div {
	float:left;
	width:130px;
}
.nTab .TabContent .textin div em {
	line-height:24px;
}
.nTab .TabContent .textin img {
	border:#ededed 1px solid;
	width:125px;
	height:122px;
}
.nTab .TabContent .textin_text {
	clear:both;
	width:518px;
	padding:5px 0 0 0;
	height:78px;
	overflow:hidden;
	background:url(t_42.gif) repeat-x top;
}
.nTab .TabContent .text a {
	color:#000;
}
.nTab .TabContent .text strong {
	font-weight:bold;
	color:#000;
}
.nTab .TabContent li {
	background: url(page_12.gif) no-repeat 0 7px;
	padding:0 0 0 12px;
	margin:0 0 0 10px;
	width:190px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.nTab .TabContent li a {
	color:#5c5c5c;
}
.nTab .TabContent li a:hover {
	color:#940000;
}


.nTab2 {
	width: 408px;
	margin: 6px 0 0 0;
	border:#bad0b2 1px solid;
	padding:0;
	overflow: hidden;
	clear:both;
	float:left;
}
.nTab2 .TabTitle {
	clear: both;
	background:url(t_39_1.gif) no-repeat top left;
	height: 26px;
	overflow: hidden;
}
.nTab2 .TabTitle ul {
	border:0;
	margin:0;
	padding:0;
}
.nTab2 .TabTitle li {
	float: left;
	text-align:center;
	color:#12940f;
	width: 81px;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-right: 0;
	list-style-type: none;
}
.nTab2 .TabTitle .active {
	background: url(t_40_1.gif) no-repeat left top;
	font-weight:bold;
}
.nTab2 .TabTitle .normal {
	background: url(t_41_1.gif) no-repeat top right;
	color:#000;
}
.nTab2 .TabContent {
	width:auto;
	margin: 0px auto;
	padding:5px 0 3px 0;
	border:0;
}
.nTab2 .TabContent .text {
	padding:2px 5px 0 9px;
}
.nTab2 .TabContent .text .left {
	float:left;
	width:130px;
}
.nTab2 .TabContent .text .left img{
	height:96px;
	width:130px;
	border:#dedede 1px solid;
}
.nTab2 .TabContent .text .right {
	float:right;
	width:255px;
}
.nTab2 .TabContent .text li {
	background:url(t_46.gif) no-repeat 0 7px;
	padding:0 0 0 16px;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.nTab2 .TabContent .text li a{
	color:#656d74;
}
.nTab2 .TabContent .text li em {
	font-size:10px;
	color:#656d74;
	float:right;
}


.none {
	display:none;
}
.barpage1 .right {
	width:410px;
	float:right;
	padding-left:5px;
}
.barpage1 .right h1 {
	background: url(t_53.gif) no-repeat left top;
	padding:0;
	height:16px;
	line-height:16px;
}
.barpage1 .topmember {
	padding:5px 0 0 0;
	height:50px;
}

.barpage1 .topmember img {
	height:49px;
	width:47px;
	margin-left:2px;
	border:#dedede 1px solid;
}


.barpage2 {
	width:959px;
	margin-left:0px;
	margin-top:2px;
	float:left;
}
* html .barpage2 {
	width:959px;
	margin-top:2px;
	margin-left:0px;
}
*+html .barpage2 {
	width:959px;
	margin-top:2px;
	margin-left:2px;
}
.barpage2 .div1 {
	width:236px;
	margin-right:3px;
	float:left;
	border:#dadada 1px solid;
}
.barpage2 .div1 h1 {
	background:url(t_48.gif) no-repeat;
	height:26px;
	line-height:26px;
	padding:0 0 0 19px;
	font-weight:bold;
	color:#b97b4e;
}
.barpage2 .div1 ul {
	padding:5px 8px 5px 9px;
}
.barpage2 .div1 li {
	background:url(t_49.gif) no-repeat 0 7px;
	padding:0 0 0 16px;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.barpage2 .div1 li em {
	font-size:10px;
	color:#656d74;
	float:right;
}
.barpage2 .div1 li a {
	color:#252525;
}
.barpage2 .div1 img {
	border:#ccc 1px solid;
	width:108px;
	height:82px;
	margin-right:3px;
}
.barpage2 .div2 {
	width:236px;
	margin-right:3px;
	float:left;
	border:#dadada 1px solid;
	padding-bottom:3px;
}
.barpage2 .div2 h1 {
	background:url(t_48.gif) no-repeat;
	height:26px;
	line-height:26px;
	padding:0 0 0 19px;
	font-weight:bold;
	color:#b97b4e;
}
.barpage2 .div2 img {
	border:#ccc 1px solid;
	width:108px;
	height:72px;
	margin-right:3px;
	margin-bottom:3px;
}

.bottomlinks {
	margin:2px 0 0 0;
	clear:both;
	width:937px;
	border:#dedede 1px solid;
	background:url(t_50.gif) no-repeat;
	padding:27px 0 3px 20px;
}
.bottomlinks img {
	margin:0 5px 5px 0;
	width:88px;
	height:31px;
}







#page-webindexlogo {

	width:980px;
	clear:both;
}
#page-webindexlogo .left {
	height:333px;
	width:297px;
	float:left;
	background:url(t_4.png) no-repeat left !important;
	background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/iuctc/t_4.png', sizingMethod='image');
}
#page-webindexlogo .right {
	
	width:674px;
	float:right;
}
#page-webindexlogin {
	height:37px;
	padding:25px 0 0 0;
}
#page-webindexlogin .user {
	border:1px #d6d7d8 solid;
	height:18px;
	width:130px;
	color:#a8b694;
	padding:0 0 0 20px;
	background:#f2f2f2 url(t_4.gif) no-repeat 3px 4px;
}
#page-webindexlogin .pw {
	border:1px #d6d7d8 solid;
	height:18px;
	width:130px;
	color:#b7c2a7;
	padding:0 0 0 20px;
	background:#f2f2f2 url(t_5.gif) no-repeat 3px 4px;
}
#page-webindexlogin .button {
	border:0;
	height:20px;
	width:76px;
	padding:0;
	margin:0;
	background:#f2f2f2 url(t_6.gif) no-repeat;
	cursor :hand;
	text-indent: -5000px;
}
#index-movnews {
	padding:12px 9px 18px 18px;
	
	width:546px;
	height:194px;
	margin:0;
	}
.clearfix:unknown {
 CLEAR: both;
DISPLAY: block;
VISIBILITY: hidden;
HEIGHT: 0px;
content: "."
}
.clearfix {
	DISPLAY: inline-block
}

.clearfix {
	CLEAR: none;
	DISPLAY: block
}
.gk_tabarts {
	PADDING: 0px;
	margin:0;
	POSITION: relative
}
.gk_tabartsmenu {
	OVERFLOW: hidden
}
UL.gk_tabartsmenu_ul {
	PADDING: 0px;
	FLOAT: right;
	MARGIN: 0px;
	WIDTH: 121px;
	LIST-STYLE-TYPE: none;
	
}
UL.gk_tabartsmenu_ul LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 4px;
	MARGIN: 0px;
	CURSOR: pointer;
	PADDING-TOP: 0px
}
UL.gk_tabartsmenu_ul LI SPAN {
	PADDING-RIGHT: 0;
	DISPLAY: block;
	PADDING-LEFT: 21px;
	BACKGROUND: url(bg_tab.png) no-repeat 0px 0px;
	PADDING-BOTTOM: 0px;
	COLOR: #000;
	LINE-HEIGHT: 24px;
	PADDING-TOP: 2px;
	HEIGHT: 24px
}
UL.gk_tabartsmenu_ul LI SPAN:hover {
	BACKGROUND: url(bg_tab-h.png) no-repeat 0px 0px;
	COLOR: #fff;
	font-weight:bold;
}
UL.gk_tabartsmenu_ul LI.active SPAN {
	BACKGROUND: url(bg_tab-h.png) no-repeat 0px 0px;
	COLOR: #fff;
	font-weight:bold;

}
.gk_tabarts_container0 {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px
}
.gk_tabarts_container1 {
	MARGIN: 6px 0px 0px 0px;
	OVERFLOW: hidden
}
.gk_tabarts_item {
	FLOAT: left;
	OVERFLOW: hidden
}
.gk_tabarts_item img{
	FLOAT: left;
	margin-right:13px;
}
.gk_tabarts_item ul{
	LIST-STYLE-TYPE: none;
	padding:0;
	margin:0;
}
.gk_tabarts_item li{
	background:url(t_56.gif) no-repeat 0 7px;
	padding:0 0 0 12px;
	line-height:19px;
	height:19px;
	overflow:hidden;
}
.gk_tabarts_item li a{
	color:#656d74;
}
.gk_tabarts_item li a:hover{
	color:#000;
	text-decoration:none;
}