/* TOPICS */

#topics{
	width:100%;
	margin:10px 0 10px 0;
}

#topics div.title{
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:0 bottom ;
}

#topics div.line{
	font-size: 12px;
	padding:3px 0 3px 0;
	margin-left:18px;
	margin-right:18px;
	background-repeat: repeat-x;
	background-position:center bottom ;
	background-image:url(../images/line_dot.gif);
}

#topics div.date{
	float:left;
	padding-left:15px;
	background-image:url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/* banner */
#banner{
	padding-left:5px;
}

#banner img{
	margin-bottom:0;
}

#banner img.bleft{
	margin-right:10px;
}

#banner table{
	border-collapse: collapse;
}

#banner th{
	font-weight:normal;
	padding:3px 0 3px 0;
	vertical-align:top;
}
#banner th.pad{
	padding-left:4px;
}
	#banner th a{
		color:#565656;
	}
	#banner th a:hover{
		color:#ff7e00;
	}
#banner td{
	border-top:1px solid #555;
	padding:5px 0 0 5px;
	vertical-align:top;
}

#banner td li{
	float:left;
	width:12em;
}

#special{
	padding:10px;

}

/**/

#cw div.wleft,
#cw div.wight{
	width:317px;
}

#cw div.wleft{
	float:right;
}

#cw table{
	width:317px;

}
#cw div.wright td{
	word-break:break-all;
}

#cw div.wright div.title,
#cw div.wleft div.title{
	font-weight:bold;
	border-bottom: 2px solid #555;
}