.newsBulletin {
	padding: 10px 0 11px;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 10px 0;
}
.newsMainTitle {
	font-weight: bold;
}
.newsMainTitle SPAN.newsRss A {
	margin: 0 0 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(pics/rss.gif) no-repeat center center;
}
/* NewsItem
================*/
.newsItem {
	padding: 10px 0 6px 20px;
	background: url('pics/newsSeparator.png') no-repeat left top;
	color: #3f3f3f;
}
.newsItem:first-child {
	background: none;
}
.newsDate {
	padding: 0 5px;
	width: 68px;
	background: #fff;
	border: 1px solid #c9c9c9;
	color: #1195c7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 21px;
}
.newsTitle {
	
}
.newsDetails {
}
.newsDetails DIV {
	display: inline;
}
.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 10px 5px 0;
}
.newsText {
	padding: 1px 0 0 1px;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 0;
}
.newsItemShortened DIV {
	display: inline;
}
.newsMarker {
	display: none;
}
/* newsBottom
================*/
.newsBottom {
	padding: 15px 0 6px 20px;
	background: url('pics/newsSeparator.png') no-repeat left top;
}
.newsToArchive {	
}
.newsToArchive a {
	display: inline-block;
	border: 1px solid #429db8;
	background: url('pics/newsArchive.png') no-repeat right 5px #59BEDC; /*non-CSS3 browsers will use this*/
    background: url('pics/newsArchive.png') no-repeat right 5px, -webkit-gradient(linear, 0 0, 0 100%, from(#59BEDC) to(#3097B5)); /*old webkit*/
    background: url('pics/newsArchive.png') no-repeat right 5px, -webkit-linear-gradient(#59BEDC, #3097B5); /*new webkit*/
    background: url('pics/newsArchive.png') no-repeat right 5px, -moz-linear-gradient(#59BEDC, #3097B5); /*gecko*/
    background: url('pics/newsArchive.png') no-repeat right 5px, -ms-linear-gradient(#59BEDC, #3097B5); /*IE10 preview*/
    background: url('pics/newsArchive.png') no-repeat right 5px, -o-linear-gradient(#59BEDC, #3097B5); /*opera 11.10+*/
    background: url('pics/newsArchive.png') no-repeat right 5px, linear-gradient(#59BEDC, #3097B5); /*future CSS3 browsers*/
    -pie-background: url('/themes/really/genoscoper/widgets/news/pics/newsArchive.png') no-repeat right 5px, linear-gradient(#59BEDC, #3097B5); /*PIE*/
	behavior: url(/css/PIE.htc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	padding: 0 34px 0 10px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}