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

.rssBox {
	float: right;
	width: 288px;
	height: 331px;
	margin-top: 53px;
	overflow: hidden;
}

.rssWrapper {
	width: 282px;
	height: 280px;
}

.rssWrapper .even {
	background-color: #EEE;
}

.rssTitle {
	height: 43px;
	line-height: 43px;
	margin-left: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.entry {
	width: 241px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 1px solid #D7D7D7;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
}

.entry a {
	color: #666666;
	text-decoration: none;
}

.entry:hover {
	color: #000;
	text-decoration: none;
	background-color: #DADADA;
}

