.breakline{
	border: 0;
	height: 3px;
	background: #DDDDDD;
	background-image: -webkit-linear-gradient(left, #666666, #DDDDDD, #666666);
	background-image:    -moz-linear-gradient(left, #666666, #DDDDDD, #666666);
	background-image:     -ms-linear-gradient(left, #666666, #DDDDDD, #666666);
	background-image:      -o-linear-gradient(left, #666666, #DDDDDD, #666666);
}
.smallcat{
	border-left: 7px solid #000000;
	background-color: #222222;
	margin : 5px 0px;
	padding: 4px;
}
.newsborder{
	line-height: 140%;
	margin : 10px 5px;
}
.newstitle, .itemtitle{
	font-size: 15px;
	padding : 0px 6px;
	margin : 5px 5px;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #222222;
	text-decoration: none;
	line-height: 140%;
}
.newstitle a{
	display: block;
	text-decoration: none;
}
.newstitle a:hover{
	display: block;
	border: none;
}
.newstitle a em{
	display: block;
	border: none;
	text-decoration: none;
}
.itemtitle a{
	text-decoration: none;
}
.itemtitle a:hover{
	border: none;
}
.itemtitle a em{
	border: none;
	text-decoration: none;
}
.mycom1{
	margin : 4px 10px;
	padding : 4px 6px;
}
.resp1{
	color: #F8CFF8;
	margin : 4px 10px;
	padding : 4px 6px;
}
.resp2{
	color: #66FF99;
}
.resp3{
	color: #00CCFF;
}
