/******************************************

模块主题文字,与点击查看更多

float:left;居左,

可以设置为粗体 font-weight:bold;颜色为color:#000;

******************************************/



.dragTable .TAG{

	float:left;

	color:#333333;

	font-weight:bold;

}

.dragTable .TAG a{

	color:#004A9C;

}



.dragTable .more{

	float:right;

	padding-right:1em;

}

.dragTable .more a{

	color:#004A9C;

}

/******************************************

整体大表格之间的间隙

******************************************/

.MainTable{

    width:950px;

	margin-top:0px;

}

/******************************************

右边窄表格模块样式

width:98%;宽度

line-height:17px;字体行高

******************************************/

 .Side .dragTable{

	width:98%;

}



 .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;

}

/******************************************

列表页,包括首页,文章子栏目文章表格样式,表格高度

******************************************/

#AutoRows .dragTable .middle{

	padding-top:0px;

	padding-bottom:0px;

	height:100px;

}



/******************************************

文章中列表页中的图片主题,图片列表

.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 7px 3px 10px;

	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;

}



/******************************************

文章列表

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;

}







/*****************************************************************************************

*****************************************************************************************

**********评论

******************************************************************************************

******************************************************************************************/



#comment .content{

	width:99%;

	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;

}







/*****************************************************************************************

*****************************************************************************************

网页底部

******************************************************************************************

******************************************************************************************/



/********底部 ************/

.video-leftright {

	border-left:#ccc 1px solid;

	border-right:#ccc 1px solid;

	padding-top:8px;

}









/*********************************************************************

**********************************************************************

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;

}







/******************************************************

******************************************************

**列表页小分类页

******************************************************

******************************************************/



/*标题+内容*/

#sort_list .list_sortTC{

	border-bottom:1px dotted #ccc;

	width:99%;

	margin-bottom:10px;

}

#sort_list .list_sortTC .content{

	text-indent:2em;

}

/*标题+内容+图片*/

#sort_list .list_sortTCP{

	border-bottom:1px dotted #ccc;

	width:99%;

	margin-bottom:10px;

}

#sort_list .list_sortTCP .pic{

	padding-bottom:5px;

	padding-right:8px;

}

#sort_list .list_sortTCP .content{

	text-indent:1em;

}



/******************************************************

******************************************************

****主页布局设置

******************************************************

******************************************************/



.IndexL{

	padding-right:2px;

}

.IndexR{

	padding-left:2px;

}



.btable .list_title_tb div{

	width:45%;

	line-height:150%;

	float:left;

	padding-left:2px;

}



.btable .toptable{

	border-bottom:1px dotted #ccc;

	width:99%;

}

.btable .toptable .img{

	padding-bottom:5px;

}

.btable .toptable .bigword{

	font-weight:bold;

}



/*****************************************************************************************

*****************************************************************************************

************留言本

*****************************************************************************************

*****************************************************************************************/



.guestbook{

	margin-bottom:4px;

	border:1px dotted #CCCCCC;

	width:99%;

}

.guestbook .Ftd{

	padding:4px;

	border-right:1px dotted #CCCCCC;

}

.guestbook .Atd{

	border-top:1px solid #EBEBEB;

	padding-left:4px;

}

.guestbook .Ctd{

	padding:4px;

}



/******************************************************

******************************************************

****其它

******************************************************

******************************************************/

#showcontent,#showcontent p{

	font-size:16px;

	line-height:25px;

}





/*列表栏目名称*/

.showsortname{

	background:url(article_elite.gif) no-repeat 0.3em 0;

	padding-left:0.3em;

	text-indent:1.5em;

	font-weight:bold;

	float:left;

}



/*下拉菜单的背景颜色与透明度设置*/

#menuTable{

	background:#F5FCFE;

	border:1px solid #CCCCCC;

	filter:Alpha(Opacity=80);

}

#menuTable td{

	padding:3px 0px 3px 5px;

	line-height:15px;

}



.HD .head{

	background:#EBEBEB url(hd1.gif);

	height:29px;

	padding-left:0em;

	padding-top:0px;

	border:1px #FFF solid;

}



.HD .head span{

	float:left;

	width:86px;

	padding-top:6px;

	height:23px;

	display:block;

	text-align:center;

	cursor: hand;

}



.HD .head .hd2{

	background:url(hd2.gif);

	font-weight:bold;

	color:#fff;

}



.quotecomment_div{

	margin:5px;

	border:1px dotted #CCCCCC

	border-left:2px solid #CCCCCC;

	color:#ccc;

}



#comment_title{

	height:92px;

	background:url(comment_title.gif);

}

#comment_title td{

	padding-top:18px;

}



/*列表页,标题+图片+内容的显示样式*/

.list_sortTCP{

	margin-bottom:12px;

	width:99%;

}

.list_sortTCP .pic{

	padding-right:1em;

}

.list_sortTCP .content{

	border-bottom:1px dotted #ccc;

	text-indent:2em;

	color:#646464;

}

.list_sortTCP .title a{

	color:#555555;

}

/*列表页,标题+内容的显示样式*/

.list_sortTC{

	margin-bottom:5px;

	width:99%;

	border-bottom:1px dotted #ccc;

}

.list_sortTC .title a{

	color:#555555;

}

.list_sortTC .content{

	text-indent:2em;

	color:#646464;

}



/*************顶客********************/

.Digg{

	background:url(digg_center.gif) center;

}

.Digg .left{

	background:url(digg_left.gif) left;

	width:5px;

}

.Digg .right{

	background:url(digg_right.gif) right;

	width:5px;

}

.Digg .number{

	font-size:25px;

	font-weight:bold;

	text-align:center;

	padding-top:14px;

	color:#FFFFFF;

}

.Digg .title{

	font-size:13px;

	text-align:center;

	padding-top:18px;

}

.Digg .title a{

	color:#FFFFFF;

}



.small_digg{

	width:38px;

	height:24px;

	background:url(bg_digg.gif);

	text-align:center;

	padding-top:7px;;

	font-size:16px;

	margin-bottom:8px;

	margin-right:4px;

}

.video-leftright {

	border-left:#ccc 1px solid;

	border-right:#ccc 1px solid;

	padding-top:8px;

}

.module_table{

	border:1px dotted #ccc;

}

.module_tr td{

	background:#eee;

	color:red;

	padding:3px;

}



#comment_title{

	height:92px;

	background:url(comment_title.gif);

}

#comment_title td{

	padding-top:18px;

}



.button{

	color:#333;

	background:url(http://www.chdn.tv/images/default/bt_bg.gif);

	height:21px;

	border:1px solid #555;

	letter-spacing:2px;

}

/******************************************

内容表格模块头部样式

background:#EBEBEB;背景颜色

height:20px;高度

padding-left:1em;字体与左边距离

padding-top:7px;字体与上方距离

border:1px #FFF solid;内边框样式,一般设置为0px较多,即不要内边框居多

******************************************/



.dragTable .head{

	background:#EBEBEB url(head.gif);

	height:20px;

	padding-left:1em;

	padding-top:7px;

	border:1px #FFF solid;

}

/***** global *******/



body {

	font-family:"宋体";

	font-size:12px;

	margin:0px auto;

	padding:0px;

	text-align:center;

	color:#666;

}

div, table {

	text-align:left;

}

input, select, textarea {

	font-size:12px;

	font-family:Tahoma;

	color:#666;

}

a:link {

	color:#666;

	text-decoration:none;

}

a:visited {

	color:#666;

	text-decoration:none;

}

a:hover {

	color:#333;

	text-decoration:underline;

}

.mainrow {

	width:950px;

	margin-left:auto;

	margin-right:auto;

	margin-top:10px;

}

.firstcolumn {

	width:340px;

}

.secondcolumn {

	width:380px;

	padding-left:10px;

}

.thirdcolumn {

	padding-left:9px;

}

ul {

	list-style:none;

	margin:0px;

	padding:0px;

    padding-left:10px;

}

li {

	line-height:22px;

}

li span{

	float:left;

}

li small{

	font-size:11px;

	font-family:Tahoma;

	float:right;

}

.clearboth {

	clear:both;

}

.title-center {

	padding-top:10px;

}

.ccc {

	color:#ccc;

}

.recommendpic {

	padding:1px;

	border:#ccc 1px solid;

}

.chdndownpic {

	padding:1px;

	border:#ccc 1px solid;

}

.recommendpic:hover {

	padding:1px;

	border:#333 1px solid;

}

.auto2column li {

	width:180px;

	float:left;

	overflow:hidden;

}

.tabtitle {

	border-bottom:#e9e9e9 1px solid;

	margin-top:6px;

	margin-bottom:2px;

}

.line180 {

	line-height:180%;

}

.margin10 {

	margin-top:10px;

}

.more {

	padding:5px;

	margin:0px;

	float:right;

	width:50px;

}



/******* channel **********/

.channel-topfirst {

	width:360px;

}

.channel-firstcolumn {

	width:739px;

}

.channel-secondcolumn {

	width:360px;

	padding-left:10px;

}

.channel-thirdcolumn {

}

.cata-title {

	clear:both;

	height:30px;

	

}

.channel-abox {

	width:360px;

	float:left;

	margin-right:9px;

	margin-bottom:10px;

}



/********top ************/



#top-littlenav {

	height:20px;

}

#top-littlenav ul {

	list-style:none;

	padding:0px 0px 0px 0px;

	margin:0px;

	height:20px;

	background:url("top_littlenav.gif") no-repeat;

	text-align:center;

	float:right;

	width:241px;

}

#top-littlenav li {

	float:left;

	padding:2px;

}

#top-littlenav .short {

	width:40px !important;

	background:url("top_littlenav_slash.gif") top right no-repeat;

}

#top-littlenav .lang {

	width:60px !important;

	background:url("top_littlenav_slash.gif") top right no-repeat;

}

#top-littlenav .lang-end {

	width:60px !important;

}



#mainnav {

	height:33px;

	margin-top:10px;

	overflow:hidden !important;

}

#mainnav ul {

	list-style:none;

	margin:0px;

	padding:0px;

	hegitn:32px;

}

#mainnav ul li {

	width:100px;

	background:url("menu_channelbg.gif");

	float:left;

	margin-left:2px;

	text-align:center;

	font-size:14px;

	font-weight:bold;

	line-height:40px;

}

#mainnav .current-main {

	background:url("menu_main.gif") !important;

	color:#fff !important;

	

}

/

/*****搜索引擎配置*****/

#main-subnav {

	background:url("top_annoucebg.gif");

	height:31px;

	line-height:31px;

	padding-left:5px;

	text-align:right;

}

#maing-subnav-annouce {

	width:260px;

}



/*****search & other text input*****/

.textinputHovered {

	width:150px;

	height:12px;

	border:#b3b5bd 1px solid;

}

.textinput {

	width:180px;

	height:15px;

	border:#b3b5bd 1px solid;

}

.textinputHovered {

	background-position:left bottom;

}

.bt-green {

	border:none;

	margin:2px 0px 0px 10px;

	background:url("bt_bg.gif") no-repeat;

	width:68px;

	height:22px;

	color:#fff;

	font-weight:bold;

	cursor:pointer;

}



/******** one box **********/

.box_1 {

	background:url("box_1.gif") no-repeat;

	height:38px;

	width:8px;

}

.box_2 {

	background:url("box_2.gif");

}

.box_3 {

	background:url("box_3.gif") no-repeat;

	width:8px;

}

.box_4 {

	background:url("box_4.gif");

}

.box_5 {

	background:url("box_5.gif");

}

.box_6 {

	background:url("box_6.gif") no-repeat;

	height:10px;

	width:8px;

}

.box_7 {

	background:url("box_7.gif");

}

.box_8 {

	background:url("box_8.gif") no-repeat;

}



/***** other box style **********/

.top-left {

	background:transparent url("top-left.png") no-repeat scroll left top;

	padding-left:6px;

}

.top-right {

	background:transparent url("top-right.png") no-repeat scroll right top;

	width:8px;

}

.bottom-center {

	background: #f9fafa url("footer.png") bottom repeat-x;

	height:10px;

}

.bottom-left {

	background: url("bottom-left.png") bottom left no-repeat;

}

.bottom-right {

	background: url("bottom-right.png") bottom right no-repeat;

}







/*******focus news **********/

#focusnews {

	padding:3px;

	font-size:14px;	border:#adb9c2 1px solid;

	color:#3a5b73;

	font-weight:bold;

	text-align:center;

}

#focusnews a {

	color:#3a5b73;

}

.newslist-normal {



	margin-bottom:4px;

}

.newslist-normal li {



}





/********** user login ***********/

#login-title {

	background:url("login_titlebg.gif") no-repeat;

	color:#fff;

	font-weight:bold;

	text-align:center;

	height:28px;

	line-height:28px;

}

#login-form {

	background:url("login_formbg.gif") left bottom no-repeat;

	height:197px;

}

#login-form-small {

	background:url("login_formbg_small.gif") left bottom no-repeat;

	height:107px;

}

.textinput-login {

	width:100px;

	height:15px;

	border:#b3b5bd 1px solid;

}



/********** campus *********/

#campus-recommend {

	margin:15px 0px 8px 3px;

	border-bottom:#e9e9e9 1px solid;

}

.imgnews a {

	display:block;

	padding:4px;

	text-align:center;

}

.campus-tab-current {

	width:75px;

	height:24px;

	background:url("campus_tab.gif");

	text-align:center;

	color:#fff;

	font-weight:bold;

	line-height:24px;

}

.campus-tab {

	width:75px;

	height:24px;

	text-align:center;

	line-height:24px;

}

#campus-right {

	background:url("right_videotitle.gif") no-repeat;

	color:#fff;

	font-weight:bold;

	text-align:center;

	height:28px;

	line-height:28px;

}

 .wyl

 {

	background:url("right_videotitle.gif") no-repeat;

	color:#fff;

	font-weight:bold;

	text-align:center;

	height:28px;

	line-height:28px;

}

.right-box-bg {

	background:url("campus_rightbg.gif");

	padding:4px 6px 1px 4px;

	text-align:left !important;

}

.right-box-bottom {

	background:url("campus_rightbottom.gif") left bottom;

	height:6px;

}



/*************blog ************/

.blog-tab-current {

	width:75px;

	height:24px;

	background:url("blog_tab.gif");

	text-align:center;

	color:#fff;

	font-weight:bold;

	line-height:24px;

}

.blog-tab {

	width:75px;

	height:24px;	text-align:center;

	line-height:24px;

}

.blog-cata-title {

	font-size:12px;

	color:#fff;

	margin:0px 0px 3px 10px;

	padding:0px;

	width:67px;

	text-align:center;

	background:url("blog_tab2.gif") top left no-repeat;

	height:21px;

	clear:both;

	float:left;

	line-height:21px;

}

.num1 {

	color:#f60;

	font-weight:bold;

}

.num2 {

	color:#f60;

	font-weight:bold;

}

.num3 {

	color:#f60;

	font-weight:bold;

}

#blog-right {

	background:url("blog_righttitle.gif") no-repeat;

	color:#fff;

	font-weight:bold;

	text-align:center;

	height:28px;

	line-height:28px;

}



/******** photos ***********/

#photos-recommend {

	margin:10px;

}



/********** club **********/

.club-tab-current {

	width:75px;

	height:24px;

	background:url("club_tab.gif");

	text-align:center;

	color:#fff;

	font-weight:bold;

	line-height:24px;

}

.club-tab {

	width:75px;

	height:24px;

	text-align:center;

	line-height:24px;

}

.club-cata-title {

	font-size:12px;

	color:#fff;

	margin:0px 0px 3px 10px;

	padding:0px;

	width:67px;

	text-align:center;

	background:url("club_cata.gif") top left no-repeat;

	height:21px;

	clear:both;

	line-height:21px;

}

#club-right {

	background:url("club_right.gif") no-repeat;

	color:#fff;

	font-weight:bold;

	text-align:center;

	height:28px;

	line-height:28px;

}



/*****others*************/

#shop td {

	padding:4px;

	text-align:center;

}

#shop td small {

	font-size:12px;

	color:#f60;

	font-weight:bold;

	display:block;

}	

.others-cata {

	font-size:12px;

	color:#fff;

	margin:0px 0px 3px 10px;

	padding:0px;

	width:67px;

	text-align:center;

	background:url("others_cata.gif") top left no-repeat;

	height:21px;

	clear:both;

	line-height:21px;

}



/***** friendlink *********/

#friendlink {

	border:#ccc 1px solid;

	padding:5px;

	line-height:180%;

	width:940px !important;

	background:url("friendlink_bg.gif");

}





/**********footer**********/

#footer {

	background:url("footer_bg.gif");

	height:60px;

	width:950px !important;

	text-align:center;

	font-family:Tahoma;

	font-size:11px;



}

.bg { 

background-image: url("textarea_bg.gif"); \图片路径

background-repeat: no-repeat; 

background-position: bottom right; \是否居中

background-attachment: fixed;

border:1px solid #CCC;

}

.imagelist {

 margin: 0;

 padding: 0 0 0 11px;

 list-style: none;

 zoom: 1;

 overflow: hidden;

 }

.imagelist li { float: left; display: inline; width: 100px; height: 130px; overflow: hidden; margin: 8px 14px 0; text-align: center; }

.imagelist div { display: table; width: 100px; height: 100px; background: #FFF; overflow: hidden; font-size: 80px; line-height: 80px; }

.imagelist div a { display: table-cell; vertical-align: middle; }

.imagelist img { max-width: 100px; max-height: 100px; width: expression(this.width > 100 && this.width > this.height ? 100 : true); height: expression(this.height > 100 ? 100 : true); font-size: 12px; }

@media all and (min-width: 0px){ .imagelist img { width: 100px; height: 100px; } } /*for Opera Only*/

.imagelist p { margin: 0; line-height: 30px; height: 30px; overflow: hidden; }

/*分页*/

.pages { text-align: right; height: 32px; }

	.xspace-page { float: right; margin: 5px 5px 0 0; }

		.xspace-page a, .xspace-page span { float: left; display: inline; margin-right: 3px; line-height: 20px; padding: 0 6px; background: #F3F3F5; }

			span.xspace-totlerecord, span.xspace-totlepages { color: #1176BB;  }

				span.xspace-totlerecord { margin-right: 0; border-right: 1px solid #FFF; }

			span.xspace-current { background: #1176BB; color: #E1EBEF; font-weight: bold; }

.block { margin: 0 0 5px; border: 1px solid #DFDFDF; background: #FFF; }

.a_mainarea { margin: 0 10px; width: 500px; float: left; }

/*头条信息*/

#headline { padding: 7px 7px 3px 7px; height: 70px; he\ight: 58px; overflow: hidden; margin-bottom:0; border-bottom-style:dashed; }

	#headline strong { font-size: 1.2em; }

	#headline a { color:#73880A; }

	#headline p { margin: 0.3em 0; }

	#headline img { float: right; width: 48px; height: 48px; border: 4px solid #F5FBE4; }

	/*简单页面的位置导航*/

	#navigation.simplepage { padding: 0; border-bottom: 1px solid #DFDFDF; height: 30px; line-height: 30px; overflow: hidden; background: #F7F7F7 url("title_icon.gif") no-repeat 10px 6px;; margin-bottom: 1em; }

		#navigation.simplepage p { float: right; margin-right: 0.5em; }

		#navigation.simplepage h1, #navigation.simplepage h2 { margin: 0; font-size: 1.2em; padding-left: 32px; }

.blog6 li {

	width:130px;

	

	float:left;

	text-align:left;

	overflow:hidden !important;

}





/**********chdn-index**********/

.index-imgnews {

	display:block;

	margin:0px 0px 10px 0px;

	padding:4px;

	text-align:left;

	font-size:13px;

	font-weight:   bold;

	color: #CC0000;

}



/*内容样式*/

#c-lan1{

width:666px;

height:129px;

background:#F2FCFE;

border-bottom:1px solid #AEBBC1;

border-right:1px solid #AEBBC1;

}

/*************顶客********************/

.Digg{

	background:url(digg_center.gif) center;

}

.Digg .left{

	background:url(digg_left.gif) left;

	width:5px;

}

.Digg .right{

	background:url(digg_right.gif) right;

	width:5px;

}

.Digg .number{

	font-size:25px;

	font-weight:bold;

	text-align:center;

	padding-top:14px;

	color:#FFFFFF;

}

.Digg .title{

	font-size:13px;

	text-align:center;

	padding-top:18px;

}

.Digg .title a{

	color:#990000;

}



.small_digg{

	width:38px;

	height:24px;

	background:url(bg_digg.gif);

	text-align:center;

	padding-top:7px;;

	font-size:16px;

	margin-bottom:8px;

	margin-right:4px;

}



.module_table{

	border:1px dotted #ccc;

}

.module_tr td{

	background:#eee;

	color:red;

	padding:3px;

}



#comment_title{

	height:92px;

	background:url(comment_title.gif);

}

#comment_title td{

	padding-top:18px;

}



.button{

	color:#333;

	background:url(bt_bg.gif);

	height:21px;

	border:1px solid #555;

	letter-spacing:2px;

}



*{font-size:12px;}

html,body{margin:0;text-align:center;over-flow:hidden;height:100%;width:100%;}

UL{list-style-type:none; margin:0px;}



/* 标准盒模型 */

.ttl{height:18px;}

.ctt{height:auto;padding:6px;clear:both;border:1px solid #CCCCCC;border-top:0;text-align:left;background-color: #f8f8f8;}

.w936{margin:2px 0;clear:both;width:946px;/*这里调整整个滑动门的宽度*/}



/* TAB 切换效果 */

.tb_{background-image: url('barbg_tab.jpg'); background-repeat: repeat-x;background-color: #FFFFFF;}

.tb_ ul{height:24px;}

.tb_ li{float:left;height: 24px;line-height:1.9;width: 94px;cursor:pointer;}



/* 用于控制显示与隐藏的css类 */

.normaltab     { background-image:url('normal_tab.jpg'); background-repeat: no-repeat; color:#000000 ;text-align:center }

.hovertab      { background-image: url('hover_tab.jpg'); background-repeat: no-repeat; color:#000000; font-weight:bold;text-align:center;}

.dis{display:block;height: 150px;}

.undis{display:none;height: 170px;}



/*滑动条-产品报价*/

#cpbj000{

width:238px;

height:170px;

background-image: url("../../../../chdn/Playerbg.gif"); \图片路径

color:#CCCCCC;

border-bottom:1px solid #000000;

border-right:1px solid #000000;

padding-top:20px;

padding-bottom:10px;

}

.mc001 {

	display:block;

	margin:10px 10px 0px 10px;

}

#i_m-cpbj-r{

width:700px;

height:170px;

background-image: url("../../../../chdn/mczj_i01.gif"); \图片路径

border-bottom:1px solid #AEBBC1;

border-right:1px solid #AEBBC1;

}



.catarecommend {

	padding:5px;

	border:#ccc 1px solid;

	background:#f7f7f7;

}



#i_m-cpbj-r{

width:700px;

height:170px;

background-image: url("../../../../chdn/mczj_i01.gif"); \图片路径

border-bottom:1px solid #AEBBC1;

border-right:1px solid #AEBBC1;

}



/*滑动条-品牌专区*/

.im0004{

width:70px;

height:50px;

padding-left:5px;

}

.im0005{

width:150px;

height:50px;

padding-left:5px;

}

/*滑动条-金牌商家*/

.im0300{

width:1px;

height:170px;

background-image: url("../../../../chdn/mczj_fgf01.gif"); \图片路径

}

.im0301{

width:400px;

height:170px;



}

/*滑动条-卖场直击简介*/

.im0500{

width:322px;

height:150px;

background-image: url("../../../../chdn/markreport.gif"); \图片路径

}

.im0501{

width:600px;

height:170px;

}

/*滑动条-技术解码简介*/

.chdn-ijs{

	width:958px;

}

.chdn-ijsbbs{

	width:990px;

}

.ijsbj{

	padding:5px;

	border:#ccc 1px solid;

	margin:3px;

	text-align:top

	width:250px;

}

.ijstitle {

	padding:5px;

	background:url("video_titlebg.gif");

	border:#ccc 1px solid;

	color:#333;

	margin:3px;

	font-weight:bold;

	text-align:center;

}

.im0600{

width:322px;

height:150px;

background-image: url("../../../../chdn/jsjm.gif"); \图片路径

}

/*高清电影资讯-下载*/

.chdn-mdown{

	padding:5px;

	background:url("video_titlebg.gif");

	border:#ccc 1px solid;

	color:#333;

	margin:3px;

	font-weight:bold;

	text-align:center;

}

.chdn-mdownbbs {

    line-height:140%;

	padding:5px;

	border:#ccc 1px solid;

	background:#f7f7f7;

}

/*顶部广告位-*/

.adtop02{

width:468px;

height:60px;

padding-left:0px;

}

.adtop03{

width:468px;

height:60px;

padding-left:14px;

padding-right:0px;

}

/*用户登陆-*/

.userloginleft{

width:760px;

height:90px;

padding-left:0px;

}

.userloginright{

width:175px;

height:90px;

padding-left:10px;

padding-right:0px;

border:#ccc 1px solid;

}

/******************************************

#首页各广告位

*******************************************/

/*广告位-AD03*/

.ad03{

width:950px;

height:80px;

padding-left:0px;

padding-right:0px;

border:#ccc 1px solid;

}

.ad03l{

width:241px;

height:60px;

padding-left:10px;

line-height:150%;

}

.ad03c{

width:468px;

height:60px;

}

.ad03r{

width:241px;

height:60px;

padding-left:10px;

padding-right:0px;

line-height:150%;

}

/*广告位-AD04-*/

.ad04{

width:950px;

height:100px;

padding-left:10px;

padding-top:5px;

border:#ccc 1px solid;

}

.ad04l{

width:760px;

height:90px;

padding-left:5px;

}

.ad04r{

width:165px;

height:90px;

padding-left:10px;

padding-right:0px;

line-height:150%;

}

/*广告位-AD13*/

.ad13{

width:950px;

height:80px;

padding-left:0px;

padding-right:0px;

border:#ccc 1px solid;

}

.ad13l{

width:241px;

height:60px;

padding-left:10px;

line-height:150%;

}

.ad13c{

width:468px;

height:60px;

}

.ad13r{

width:241px;

height:60px;

padding-left:10px;

padding-right:0px;

line-height:150%;

}

/******************************************

#栏目各广告位

*******************************************/

/*广告位-AD102*/

.ad102{

width:700px;

height:80px;

padding-left:0px;

padding-right:0px;

border:#ccc 1px solid;

}

.ad102a{

width:658px;

height:60px;

padding-left:10px;

line-height:150%;

text-align:center;

}