/* 初始化 */
*{margin:0;padding:0;}
body {
	margin:0 auto;
	padding:0;
	color:black;
	background-color:white;
	font-size:12px;	  
	line-height:150%;
	text-align:center;
	}
div,form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
dt,dd{clear:both;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;color:blue;}
textarea,input{
	font-size:12px;
	margin:0;padding:0;
	}
h1{
	font-size: 22px;
	color:#000;
	font-weight: bold;
	}
table,td,tr,th{font-size:12px;}
/* 链接&&文字式样 */
a:link {color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{color:#C2130E;text-decoration:underline;}
a:active{color:#C2130E;}

a.lblack,a.lblack:link,a.lblack:visited {color:black;text-decoration: underline;}
a.lblack:hover{color:#C2130E}
a.lwhite,a.lwhite:link,a.lwhite:visited {color:white;}
a.lwhite:hover{text-decoration: underline;}
a.lred,a.lred:link,a.lred:visited {color:#C2130E;}
a.lred:hover{text-decoration: underline;}
a.lblue,a.lblue:link,a.lblue:visited {color:blue;}
a.lblue:hover{text-decoration: underline;}

.tblue{color:blue;}
.tred{color:#BF1212;}
.twhite{color:white;}
.torange{color:#FF6600;}

/* 自定义列表标签链接文字颜色定义 */
a.aaa{text-decoration: underline;}
a.aaa:link {color: white;}
a.aaa:visited {color: white;}
a.aaa:hover{color: red;}
a.aaa:active {color: white;}

/* 常用文字边框相关式样*/
.px12{font-size:12px;}
.px14{font-size:14px;}
.bolds{font-weight: bold;}
.blackborder{border:1px solid black;}
.underlines,a.underlines:link,a.underlines:visited {text-decoration: underline;}
/* 常用布局式样 */
.dis{display:block}
.undis{display:none}
.lefts{float:left;}
.rights{float:right;}
.tbcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
/*New Nav*/
/*logo an banner*/
#nav{
	margin:7px auto 5px auto;
	width:910px;
	height:90px;
	clear:both;
	}
#nav #banner{
	float:left;
	width:728px;
	height:90px;
	}
#nav #hotnews{
	float:left;
	width:181px;
	height:88px;
	border:1px solid #CDC9CA;
	border-left:0;
	}
#nav #hotnews #text{
	float:none;
	width:154px;
	margin:5px auto 0 24px;
	text-align:left;
	line-height:20px;	
	}
#nav  a{color:#666666;text-decoration:underline;}
#nav  a:hover{color:red;text-decoration:none;}
/*当前位置*/
#nowpsn{
	width:950px;
	margin:0 auto 6px auto;
	color:#fff;
	background: #039;
	height:27px;
	clear: both;
	}
#nowpsn a{color:white;}
#nowpsn a:hover{text-decoration: underline;}
#nowpsn p#position{
	float:left;
	width:680px;
	padding-left:20px;
	line-height: 27px; 
	text-align: left;
	}
#nowpsn p#Soso{
	float:right;
	width:180px;
	margin-top:4px;
}
#nowpsn p#Soso .sosoin{width:122px;height:15px;line-height:15px;padding:0 3px;border:1px solid #ccc;}
#nowpsn p#Soso .sosobutton{
	background:url(2006/soso_search.gif);
	border:0;
	padding:0;
	margin-left:4px;
	width:17px; 
	cursor:pointer;
	}
/*文章内容*/
#cntMain{
	width:950px;
	margin:0 auto;	
	background:url(2006/mainbg_e.gif) repeat-y; 
	}
/*最新强档*/
#newStrong{
	width:582px;
	font-size:14px;
	text-align:left;
	margin:6px auto;
}
#newStrong dt{
    width:565px;
	background:#4E4E4E;
	padding-left:25px; 
	line-height:23px;
	font-weight:bold;
	color:white;
	}
#newStrong dd{
	margin:3px auto;
	padding: 0;
	border:1px solid #ccc;
	border-left: 0;
	background: #EEE;
	height:137px;
	} 
#newStrong p{
	float:left;
	text-align:center;
	border-left:1px solid #ccc;
	width:185px;
	height:137px;
}
#newStrong span{
   padding: 0px;
	margin:0 0 0 9px;
	font-size:12px;
	float: left;
}
#newStrong .tit{
   text-align: left;
	color: #FF6000;
	font-weight: bold;
	width:172px;
}
#newStrong .con{
	line-height:14px;
	width:77px;
}
#newStrong span a{
	color: #666;font-size:12px;
}
#newStrong span a:hover{
	color: #4E4E4E;font-size:12px;text-decoration:underline;
}
#newStrong span img{
	border: 1px solid #000;
	width: 77px;
	height: 77px;
	margin-bottom:5px;
}
/*精彩视频*/
#wonVideo{
	width:560px;
	font-size:14px;
	text-align:left;
	margin:6px auto;
}
#wonVideo dt{
	background:#4E4E4E;
	padding-left:25px; 
	line-height:23px;
	font-weight:bold;
	color:white;
	}
#wonVideo dd{
	margin:3px auto;
	padding: 0;
	border:1px solid #ccc;
	height:137px;
	} 
#wonVideo p{
	margin: 12px !important;
	margin: 8px;
	padding: 0;
	width:250px;
	line-height:20px;
	font-size: 12px;
	color: #666;
	float: left;
}
#wonVideo a{
	color: #666;text-decoration:underline;
}
#wonVideo a:hover{
	color: #4E4E4E;text-decoration:none;
}
/*文章内容-----左侧*/
#cntL{
	width:648px;
	float:left; 
	border-top:1px solid #B7B7B7;
	}
#ArtTit{
	margin:0 auto;
	width:600px;
	font-weight:bold;
	font-size:22px;
	color:black;
	padding:15px 0;
	clear:both;
         text-align:center; 
	}
#ArticleTit{
	margin:0 auto;
	width:640px;
	font-weight:bold;
	font-size:18px;
	color:black;
	padding:15px 0;
	clear:both;
         text-align:center; 
	}
#ArtFrom{
	margin:5px auto 15px auto;
	width:640px;
	clear: both;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0; 
	height:25px;
         text-align:center; 
	}  
#ArtFrom .fLeft{
	width:640px;
	float:left;
	margin-top:3px;
	text-align:right;
} 
#ArtCnt{
	width:600px;
	margin:0 auto;
	font-size:14px;
	line-height:180%;
	text-align:left;
	/*text-indent: 28px;*/
	word-wrap:break-word;
    	word-break:break-all;
	clear:both;
	}
#ArtCnt a{color:blue;text-decoration:underline;}
#ArtCnt a:hover{color:#C2130E;}
#ArticleCnt{
	width:600px;
	margin:0 auto;
	font-size:14px;
	line-height:180%;
	text-align:left;
	/*text-indent: 28px;*/
	word-wrap:break-word;
    word-break:break-all;
	clear:both;
	}
#ArticleCnt a{color:blue;text-decoration:underline;}
#ArticleCnt a:hover{color:#C2130E;}

#PicInPic td{line-height:21px;}
#PicInPic a{color:blue;text-decoration:none;}
#PicInPic a:hover{color:red;text-decoration:underline;}

#ArtCnt p{margin:12px 0;}
#ArtCnt td{line-height:20px;}
#ArticleCnt p{margin:12px 0;}
#ArticleCnt td{line-height:20px;}
#ArtTopic{
	width:492px; 
	text-align:right;
	padding:5px 20px 5px 0;
	margin:15px auto;
	font-size:14px; 
	background-color:#F2F2F2;
	line-height:23px;
	clear:both;
	} 
#ArtTopic a{color:#6A6A6A;}
#ArtTopic a:hover{color:#C2130E;}
#ArtPLink{
	width:512px;
	margin:5px auto;
	font-size:14px;
	clear:both;
	} 
#ArtPLink span{color:#C2130E;}
#ArtPLink img{margin:0 4px;}
#ArtInfo{
	width:512px;
	margin:4px auto;
	text-align:right;
	clear:both;
	}
#ArtInfo a{text-decoration:none;}
#ArtInfo a:hover{text-decoration:underline;}

#SosoZone{
	width:504px;
	height:28px;
	margin:3px auto ;
	text-align:left;
	border:1px dotted #9A9A9A;
	padding:3px;
	height:30px	
	clear:both;
	}
#AboutLink{
	margin:6px auto;
	width:512px;
	font-size:14px;
	text-align:left;
	clear:both;
	}

#AboutLink span{color:#828282;font-size:12px;}
#AboutLink dt{
	background:#4E4E4E;
	padding-left:25px; 
	line-height:23px;
	font-weight:bold;
	color:white;
	}
#AboutLink dt a{color:white;text-decoration:none;}
#AboutLink dt a:hover{color:white;text-decoration:underline;}
#AboutLink dd{
	line-height:24px;
	margin:4px auto;
	padding:6px 10px;
	border:1px solid #ccc;
	}  
#AboutLink td a{font-size:14px;}
#Comment{width:592px;margin:6px auto;clear:both;}


/*AD:左右分栏全局定义*/
p.rcLeft{float:left;width:145px;padding-left:12px;line-height:21px;text-align:left;}
p.rcRight{float:left;line-height:22px;text-align:left;}

/*文章内容----右侧*/
#cntR{float:right;width:302px;}
#cntR dt{
	padding-left:11px;
	background:#EAE7E1;
	line-height:21px;
	text-align:left;
	font-weight:bold;
	}
#cntR dd{padding:8px 0;text-align:left;	}
#cntR dd a{color:#454545;text-decoration:underline;}
#cntR dd a:hover{color:#C2130E;}
#PicSpeek {CLEAR: both; MARGIN-BOTTOM: 16px}
#PicSpeek P {FLOAT: left; WIDTH: 151px; HEIGHT: 110px; TEXT-ALIGN: center}
#PicSpeek P IMG {border: 1px solid #000;width: 130px;height: 90px;}
/*R:新闻排行*/
#NewsTop {margin-bottom:16px;clear:both;}
#NewsTop p{float:left;line-height:21px;}
#NewsTop p.topTit{width:80px;font-weight:bold;color:#E2B55B}
#NewsTop #NewsTop_tit{background:#4e4e4e;height:21px;}
#NewsTop #NewsTop_cnt{
	height:260px;
	padding-top:7px;
	line-height:26px;
	text-align:left;
	padding-left:34px;
	background:url(2006/numberlist_e.gif) no-repeat 12px 13px;
}

#NewsTop #NewsTop_cnt a{color:#454545;text-decoration:underline;}
#NewsTop #NewsTop_cnt a:hover{color:#C2130E;}

/*R:频道热点*/
#FashHot {margin-bottom:6px;clear:both;}
#FashHot .rcLeft{width:136px;padding-left:6px;line-height:28px}
#FashHot p{float:left;line-height:21px;}
#FashHot p.topTit{width:80px;font-weight:bold;color:#E2B55B}
#FashHot #FashHot_tit{background:#4e4e4e;height:21px;}
#FashHot #FashHot_cnt{
	height:159px;
	padding-top:14px;
	text-align:left;
	color:#666
}

#FashHot #FashHot_cnt a{color:#454545;text-decoration:underline;}
#FashHot #FashHot_cnt a:hover{color:#C2130E;}


/*R:名人奢华*/
#FashLux {clear:both;}
#FashLux .rcLeft{width:155px;padding:0;text-align:center}
#FashLux .lxstar{margin-top:6px;line-height:24px}
#FashLux p{float:left;line-height:21px}
#FashLux img{border:#151414 1px solid;margin-top:6px}
#FashLux p.topTit{width:80px;font-weight:bold;color:#E2B55B}
#FashLux #FashLux_tit{background:#4e4e4e;height:21px;margin-bottom:5px}
#FashLux #FashLux_cnt{
	height:260px;
	text-align:left;
}

#FashLux #FashLux_cnt a{color:#454545;text-decoration:underline;}
#FashLux #FashLux_cnt a:hover{color:#C2130E;}

/*R:动感T台*/
#FashTt {margin-bottom:16px;clear:both;}
#FashTt .rcLeft{width:90px;line-height:18px;text-align:center;padding:0 9px 0 0}
#FashTt p{float:left;line-height:21px}
#FashTt img{margin-bottom:4px}
#FashTt p.topTit{width:80px;font-weight:bold;color:#E2B55B}
#FashTt #FashTt_tit{background:#4e4e4e;height:21px;}
#FashTt #FashTt_cnt{
	height:187px;
	padding:17px 0 0 4px;
	text-align:left;
}

#FashTt #FashTt_cnt a{color:#454545;text-decoration:none;}
#FashTt #FashTt_cnt a:hover{color:#C2130E;text-decoration:underline;}


#EndLine{
	width:950px;
	margin:0 auto;
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both; 
	}
#EndLine div{width:950px;border-bottom:1px solid #B7B7B7;float:left;height:1px;} 
#GustBook{width:910px;margin:12px auto 0 auto;}


/*in:精彩导读*/
#FashWon {float:left;border:#c8c8c8 1px solid;clear:both;margin:10px 10px 10px 0;color:#c94a2b}
#FashWon .Won01{padding:0 8px 10px 12px;vertical-align:top}
#FashWon .Won02{border:#e3d8d3 1px solid;padding-top:6px;line-height:22px;text-align:center}
#FashWon .Won03{line-height:26px}
#FashWon a{color:#666;text-decoration:underline;}
#FashWon a:hover{color:#C2130E;}
#FashWon a.il{color:#c94a2b;text-decoration:none;}
#FashWon a.il:hover{color:#666;text-decoration:underline;}

/***********AD part***************/
/* AD:Short ad */

#AdZoneLa{width:560px;margin:10px auto;text-align:right;clear:both;} 
#AdZoneLa a{color:#676767}

/* AD:560*41 banner */
#AdZoneLb{width:560px;margin:5px auto;clear:both;}  



/* AD:分类信息 */
#AdZoneLc{
	margin:4px auto;
	width:588px;
	clear:both;
	text-align:left;
} 
#AdZoneLc dd a{color:#666;text-decoration:underline;margin:0 2px 0 10px;line-height:22px;}
#AdZoneLc dd a:hover{color:#C2130E;} 
#AdZoneLc dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#AdZoneLc dd{
	padding:5px 0;
	border:1px solid #ccc;
	border-top:0;
	}
/* AD:竞价广告 */
#AdZoneLd{	
	margin:4px auto 10px auto;
	width:560px;
	text-align:left;
	clear:both;
}
#AdZoneLd dd a{color:#666;}
#AdZoneLd dd a:hover{color:#C2130E;text-decoration:underline;} 
#AdZoneLd p{margin-bottom:8px;}
#AdZoneLd dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#AdZoneLd dd{
	padding:6px 0 6px 12px;
	color:#666;
	border:1px solid #ccc;
	border-top:0;
	}

.bbb /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
color: black;
}
.ccc /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
color: black;
}
.border4 {
	BORDER-RIGHT: #cdcdcd 1px solid; BORDER-TOP: #cdcdcd 1px solid; BORDER-LEFT: #cdcdcd 1px solid; BORDER-

BOTTOM: #cdcdcd 1px solid
}
.right_t_bg {
	BACKGROUND: url(http://mat1.qq.com/auto/08index/right_t_bg.gif) #f1f1f1 no-repeat 50% top
}
.hengbg {
	BACKGROUND: url(http://mat1.qq.com/auto/08index/hengbg.gif) repeat-x 50% bottom; PADDING-BOTTOM: 6px
}
.blogbgs {
	BACKGROUND: url(http://mat1.qq.com/auto/08index/huisebottom.gif) repeat-x 50% bottom
}
.border3 {
	BORDER-RIGHT: #cdcdcd 1px solid; BORDER-TOP: #cdcdcd 1px; BORDER-LEFT: #cdcdcd 1px solid; BORDER-BOTTOM: #cdcdcd 1px 

solid
}
.border4 {
	BORDER-RIGHT: #cdcdcd 1px solid; BORDER-TOP: #cdcdcd 1px solid; BORDER-LEFT: #cdcdcd 1px solid; BORDER-

BOTTOM: #cdcdcd 1px solid
}
#first {
	BORDER-RIGHT: #adadae 1px solid; BORDER-TOP: #adadae 1px solid; BACKGROUND: url

(http://www.x0791.com/auto/Skin/fisrstbg.jpg) #fff no-repeat 50% top; BORDER-LEFT: #adadae 1px solid; BORDER-BOTTOM: #adadae 1px solid
}
.l{font-size:6px;}
.l2{font-size:14px;}
.f16b { font-size:16px; font-weight:bold; }
.f14 { font-size:14px;}
.fb { font-weight:bold; }
.fht { font-family: "黑体"; font-size:18px; line-height:24px; color:#9A0000}
.fw { color:#FF0000; }
.fw14b { color:#FFF; font-weight:bold; font-size:14px; }
.fr14b { color:#9A0000; font-weight:bold; font-size:14px; padding-top:2px;}
a.rlk_1lanmu:link {color:#3366ff;text-decoration:underline}
a.rlk_1lanmu:visited {color:#3366ff;text-decoration:underline}
a.rlk_1lanmu:hover {color:red;text-decoration:underline}
a.rlk_1lanmu:active {color:#3366ff;text-decoration:underline}
a.rlk_1:link {color:#3366ff;text-decoration:underline}
a.rlk_1:visited {color:#3366ff;text-decoration:underline}
a.rlk_1:hover {color:red;text-decoration:underline}
a.rlk_1:active {color:#ff0000;text-decoration:underline}
.rlk_111lanmu { font-family: "宋体"; font-size:15px; line-height:18px; color:#0033cc; font-weight:bold}
a.rlk_111lanmu:link {color:#3366ff;text-decoration:underline}
a.rlk_111lanmu:visited {color:#3366ff;text-decoration:underline}
a.rlk_111lanmu:hover {color:red;text-decoration:underline}
a.rlk_111lanmu:active {color:#3366ff;text-decoration:underline}

.rlk_112lanmu { font-family: "宋体"; font-size:14px;  color:#000000; }
a.rlk_112lanmu:link {color:#3366ff;text-decoration:underline}
a.rlk_112lanmu:visited {color:#3366ff;text-decoration:underline}
a.rlk_112lanmu:hover {color:red;text-decoration:underline}
a.rlk_112lanmu:active {color:#3366ff;text-decoration:underline}

.rlk_111 { font-family: "宋体"; font-size:14px; line-height:18px; color:#cc3300}
a.rlk_111:link {color:#474747;text-decoration:underline}
a.rlk_111:visited {color:#474747;text-decoration:underline}
a.rlk_111:hover {color:#474747;text-decoration:underline}
a.rlk_111:active {color:#474747;text-decoration:underline}

.autotdk01 {
	BORDER-RIGHT: #bababa 1px solid; BORDER-TOP: #bababa 1px solid; BORDER-LEFT: #bababa 1px solid; BORDER-

BOTTOM: #bababa 1px solid
}
.marb6 {
	MARGIN-BOTTOM: 6px
}
.fontwhite {
	COLOR: #fff
}
.fontbold {
	FONT-WEIGHT: bold
}
.tbgbx {
	BACKGROUND-POSITION: 50% bottom; BACKGROUND-REPEAT: repeat-x
}
.marb6 {
	MARGIN-BOTTOM: 6px
}
.tbgln {
	BACKGROUND-POSITION: left 50%; BACKGROUND-REPEAT: no-repeat
}
.autotdk01nb {
	BORDER-RIGHT: #bababa 1px solid; BORDER-TOP: #bababa 1px solid; BORDER-LEFT: #bababa 1px solid; BORDER-

BOTTOM: #bababa 1px
}
.autotdk01ntb {
	BORDER-RIGHT: #bababa 1px solid; BORDER-TOP: #bababa 1px; BORDER-LEFT: #bababa 1px solid; BORDER-BOTTOM: 

#bababa 1px
}
/* 请注意以下定义中，第12个参数 ShowType -----显示方式，1为普通样式，2为表格式，3为各项独立式，4为智能多列式，5为输

出DIV，6为输出RSS ，以下的设置对2和3都会有效。*/
/* ******LinkA表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkA:link {color: #000000;}
a.LinkA:visited {color: #000000;}
a.LinkA:hover{color: #000000;}
a.LinkA:active {color: #000000;}

/* ******首页最新文章中间隔各行的风格样式，分奇数行与偶数行****** */
.LinkAbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;color:#F500D0;
}
.LinkAbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
background:#ffffff;color:#ff0000;
}
.LinkAbg01, .LinkAbg02 { width:210px; overflow:hidden;float:left; height:24px; line-height:24px;}
#pic5 img { padding:1px;border: 1px  #064ca1;}
#pic3 img { padding:2px;border: 1px  #cccccc;}
.pic3 img { padding:2px;border: 1px  #cccccc;}
.pic1 /*图片频道图片边框 */ 
img{
border: 4px solid  #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#000000,strength=3); 
}



.pic5 img { padding:5px;border: 1px double #cccccc;} 

.pic2 /*图片频道图片边框 */ 
img{
border: 1px solid  #333333; 
}




        
/* AD:企业服务 */
#AdZoneLe{
	margin:4px auto;
	width:560px;
	clear:both;
	text-align:left;
} 
#AdZoneLe dd a{color:#666;text-decoration:underline;margin:0 2px 0 10px;line-height:22px;}
#AdZoneLe dd a:hover{color:#C2130E;} 
#AdZoneLe dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#AdZoneLe dd{
	padding:5px 0;
	border:1px solid #ccc;
	border-top:0;
	}
/* AD:矩形大图 */
#AdZoneRa{
	width:301px;
	clear:both;
	text-align:right;
	border-bottom:6px solid #fff;}

.border3 {
	BORDER-RIGHT: #cdcdcd 1px solid; BORDER-TOP: 0px; BORDER-LEFT: #cdcdcd 1px solid; BORDER-BOTTOM: #cdcdcd 1px 

solid
}
.bgyuan {
	BACKGROUND: url(http://mat1.qq.com/auto/08index/y_bg.gif) repeat-x
}

/* AD:热点信息 */
#AdZoneRe{
	width:301px; 
	clear:both;
	padding-bottom:7px;
}  
#AdZoneRe dd{padding-bottom:6px;}
#AdZoneRf{margin-bottom:16px;width:301px;clear:both;}  
#AdZoneRf iframe{margin-left:6px;}
#ChannelPublicTop { 
	width:910px;font-size:12px;color:#ffffff;height:30px;clear:both;
	background:url(2006/topbg061.gif) }
#ChannelPublicTop p{
	margin:0;float:right;width:82px;line-height:25px;height:30px;text-align:center;
	background:url(2006/topdot061.gif) no-repeat 0 8px;}
#ChannelPublicTop p a{color:#ffffff;text-decoration:none}
#ChannelPublicTop p a:hover{color:red}
#ChannelPublicTop886 *{margin:0;padding:0}
#ChannelPublicTop886{
	font-size:12px;text-align:center;width:908px;
	clear:both;background:#fff;line-height:12px;vertical-align: middle;border:1px solid #D6D7D6;
	margin:0;padding:0;height:52px !important;height /**/:50px;}
#ChannelPublicLeft{width:136px;float:left;height:50px;margin:0;padding:0;overflow:hidden;}
#ChannelPublicRight{float:right;
	font-size:12px;text-align:center;width:770px;
	background:#fff;line-height:12px;vertical-align: middle;
	margin:0 auto 2px auto;padding:0 0 6px 0;height:44px}
#ChannelPublicRight ul{list-style:none;margin-left:8px;padding:0;}
#ChannelPublicRight li a{color:black;font-size:12px;line-height:12px;text-decoration:none}
#ChannelPublicRight li a:hover{color:red;line-height:12px}
#ChannelPublicRight li a.reds:link,a.reds:visited{color:red;line-height:12px}
#ChannelPublicRight li{
	float:left;	width /**/:42px;
	border-right:1px solid black;margin:8px auto 2px auto;padding-top:1px} 
#ChannelPublicRight li.gtEnd{float:left;width:40px;border:0px;font-size:12px}
#CopyRight2006 {font-size:12px;color:black;background:white;clear:both;margin:0 auto;}
#CopyRight2006 a.tocft:link,a.tocft:visited{font-size:12px;color:black;text-decoration: none;}
#CopyRight2006 a.tocft:hover{font-size:12px;color:red;text-decoration: underline;}
