#news .news_foo {
	border-bottom: 1px solid #d4cfc2;
	position: relative;
	width: 100%;
	white-space: nowrap;
	font-size: .9em;
	min-height: 2.2em;
	line-height: 2.2em;
	margin-bottom: 20px;
	margin-top: -1.54em;
}

#news .news_foo .date,
#news .news_foo .source {
	margin: 1.6em 1.1em .6em 0;
	float: left;
}

#news .news_foo .date,
#news .news_foo .source,
#news .news_foo .source a {
	color: #7f7f7f;
} 

#news .news_foo .date {
	font-weight: bold;
}


#news .news_foo .source {
	padding-left: 1.1em;
	border-left: 1px solid #edecec;
}

#news .news_body {
	font-size: 1.2em;
	line-height: 1.4;
	padding-top:15px;
}

#news .news_body p {
	margin-bottom: 1em;
}
#news .news_body img {max-width: 100%;
vertical-align: bottom;}

#news .news_body strong {
	font-weight: bold;
}

#news .short {
	position: relative;
	width: 100%;
	overflow: hidden;
}


#news .short strong {
	font-weight: bold;
}

#news .short img {
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

#news .short p {
	/*overflow: hidden;*/
}

.rooms {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.4em;
}

.room {
	float: left;
	margin-bottom: 1em;	margin-right: 5.5em;	width: 36%;
}

#news_controls {
	margin: 10px 0;
    padding-top:5px;
}

#news_controls span {
	font-size: .9em;
	color: #7f7f7f;
}

#news_controls .back,
#news_controls .next {
	width: 40%;
}

#news_controls .back {
	text-align: left;
	float: left;
}

#news_controls .next {
	text-align: right;
	float: right;
}

#news_controls a {
	display: block;
	margin: .3em 0;
}

#news_controls .l-arr {
	margin-left: -1.4em;
	margin-right: 0.1em;
	//zoom: 1;
}

#news_controls .r-arr {
	margin-right: -1.4em;
	margin-left: 0.1em;
	//zoom: 1;
}

#news .foo {
	width: 100%;
	margin-bottom: 1.6em;
}

#news .foo .comment_small a {
	color: #7b9e23;
}

#news .foo td {
	background: #faf4e5;
	border-top: 1px solid #d4cfc2;
	border-right: 1px solid #d4cfc2;
	color: #7d7a72;
	padding: 6px 12px;
	font-size: .9em;
}

#news .foo .td-date,
#news .foo .td-title {
	width: 1px;
}

#news .foo .td-title a {
	color: #b28000;
}

#news .foo td.last {
	border-right: none;
}

#news .foo p {
	margin: 0;
}

#news .news_item {
	margin-bottom: 2.4em;
	position: relative;
	overflow: hidden;
}
