
#reviewslist div { margin-bottom: 5px; }

td.review_daylight {
	width: 27px; height: 35px;
	background: url(../img/wallcalendar.gif) no-repeat 1px 6px;
	padding-top: 4px;
}

	div.rd_top {
		color: #fff; font-size: smaller; width: 100%; text-align: center;
	}
	
	td.review_daylight div.rd_bottom {
		font-size: 0.9em; font-weight: bold; width: 100%; text-align: center; 
	}
	
	td.rd_content {
		font-size: 0.8em; padding-left: 8px;
	}
	

#newslist {
	margin: 1em 10px 2em;
	width: 1080px; height: 178px;
	/* background: #fff url(../img/newsbg.gif) top left no-repeat; */
}

				#newslist.rounded .page_content {
					background-color: #fff; height: 100%;
					background: #fff url(../img/newsbg.gif) top left no-repeat; 
				}
				/* Round corners */
				#newslist.rounded .pc_round_top {
					background: transparent url(../../../images/round/newslist_t.gif) top left no-repeat;
					padding-bottom: 16px; height: 17px;
					clear: both; float: none;
				}
				#newslist.rounded .pc_round_bottom {
					padding: 19px 0 0 70px;
					background: transparent url(../../../images/round/newslist_b.gif) bottom left no-repeat;
					height: 17px;
				}


	#newslist div.item { float: left; width: 327px; padding: 5px 16px; }

	#newslist ul { list-style-type: none; padding: 0; margin: 0; }

	#newslist li {
		display: inline;
		width: 328px; padding: 20px 16px;
	}
	
	#newslist li a {
		float: left;
		width: 328px;
	}

#newslist span {
	font-size: 85% !important;<<
}
#newslist p {
	padding: 0px !important;
	text-align: justify;
}
#newslist span a, #newslist span a:active, #newslist span a:visited {
	color: #5A5A50;
	font-weight: normal;
}
#newslist img {
	margin-bottom: 5px !important;
}

#classification {
	float: left;
	width: 200px; height: 285px; margin-top: 2em;
	background: transparent url(../img/classification.gif) top left no-repeat;
	color: #fff;
	padding: 10px;
}

#classification table { margin-top: 0px; }
#classification table th { padding: 5px 5px 5px; color: #ccc; }
#classification table td { padding: 0px 5px; font-size: 0.89em }

#latest_photos { line-height: 50px; display: block; }
#latest_photos a { border-bottom: 0; }
#latest_photos span {
	padding: 10px !important;
}
	
/*
 * Ticker news
 */
#tickerWrapper {
  position: relative;
  width: 198px; 
  height: 106px;
  background-color: white;
  overflow: hidden;
  border: 1px solid #eee;
  
}

#tickerWrapper p {
	width: 168px;
	margin: 9px 9px 0 9px;
	background: #eee;
	padding: 5px 5px;
	border: 1px solid #ddd;
}

#tickerWrapper a {
	padding-left: 10px; background: url(../images/img04.gif) 0px 3px no-repeat;
}
