
/* -------------------------------- 
Name: news stylesheet
Manager: 
-------------------------------- */

/* news
-------------------------------- */
.news_box {
	width: 665px;
	padding: 10px 0 30px 0;
	margin: 0 0 30px 10px;
	border-bottom: #efefef 1px solid;
}

.news_days {
	padding: 0 0 5px 5px;
	font-weight: bold;
	color: #b98594;
}

.news_title {
	height: 36px;
	padding: 8px 0 10px 5px;
	font-weight: bold;
	color: #b92c54;
	background: url(../../news/img/title_bg.gif) repeat-x;
}

.news_txt {
	padding: 5px 8px;
	line-height: 1.8;
}

