@charset "utf-8";
/* CSS Document */

#news_list:after,
#news_list dl:after{
    content: ""; 
    display: block; 
    clear: both;}

#news_list,
#news_list dl{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}
/* Hides from IE-mac \*/
#news_list,
#news_list dl{display: block;}


#news_list
{
	margin-bottom:30px;
}
#news_list .find
{
	float:left !important;
	width:200px !important;
	overflow:hidden !important;
}

#news_list li
{
	float:right;
	overflow-y:scroll;
	height:800px;
	width:700px;
}

#news_list li p
{
	margin:0px;
	padding:0px;

}

#news_list li a
{
	color: #B81C22;
	text-decoration: underline;
}

#news_list li a:hover
{
	color: #F03;
	text-decoration: none;
}


#news_list newsSet
{
	border-top:dotted 1px #ccc;
	padding-top:10px;
}

#news_list dl
{
	border-bottom:dotted 1px #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}


#news_list dt,
#news_list dd
{

	float:left;
}

#news_list dt
{
	clear:left;
	width:150px;
}
#news_list dd
{
	width:520px;
}
.likeBtn {
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.fbPageBtn {
	width: 109px;
	position: absolute;
	right: 136px;
	top: 0px;
}

.fbPageBtn a:hover {
 filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
