 #com_news {
	position: relative;  
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom :10px;
}
#com_news .com_news_imagecontent {
	width: 215px;
	position:absolute;
	top:-5px;
	left:0px;
	
}
#com_news .com_news_content {
	position: absolute;
	width: 215px;
	top: -10px;
	left:225px;
	height: 190px;   
}
#com_news .com_news_content h1.title {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: block;
	margin: 0px;
	padding: 5px;
}
#com_news .com_news_content span.info {
	font-size: 11px;
	padding-left: 5px;
	color: #930;
	display: block;
	min-height: 40px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#com_news .listbar a {
	display: block;
	float: left;
	color: #FFF;
	background-color: #16b6e8;
	text-decoration: none;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 12px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.com_news_content a.next {
	text-align: right;
	display: block;
	padding-right: 5px;
	color: #006;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
#com_news .com_news_element {
	position: relative;
	height: 200px;
	background-color: #F9F9F9;
	margin:0px;
	width:460px;
	padding:0px;
	left:10px;
	display:hidden;
	
}
#com_news .listbar a:hover ,#com_news .listbar #selected{
	display: block;
	float: left;
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}
.com_news_content a.next:hover {
	padding-right: 5px;
	color: #990;
	text-decoration: none;
}
.com_news_imagecontent img {
	height: 190px;
	width: 225px;
}
#subdiv {
float:left;
width:'100%';
}