@charset "utf-8";

/* RITA
 * prime news applet stylesheet
*/

#news {
	position: relative;
	display: block;
	width: 610px;
	height: 260px;
	overflow: hidden;
}

#news-control {
	position: absolute;
	display: block;
	right: 71px;
	bottom: 0;
	width: 24px;
	height: 16px;
	z-index: 150;
	background: transparent url('arrow_down.png') bottom center no-repeat;
	cursor: pointer;
}

#news-loading {
	position: absolute;
	display: block;
	width: 610px;
	height: 260px;
	z-index: 200;
	/*cursor: wait;*/
}

#news-loading div {
	position: absolute;
	display: none;
	left: 285px;
	top: 115px;
	width: 50px;
	height: 50px;
	background-image: url('loading.png');
}

#news-icons {
	position: absolute;
	display: block;
	left: 445px;
	top: 0;
	width: 165px;
	cursor: pointer;
}

#news-icons div {
	display: block;
	width: 165px;
	height: 130px;
	background: white;
}

#news-main {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 445px;
	height: 260px;
}

#news-main .item {
	position: absolute;
	display: block;
	width: 445px;
	height: 260px;
	top: 0;
	left: 0;
	background: white;
}

#news-main .item a {
	position: absolute;
	display: block;
	width: 445px;
	height: 260px;
}

#news-main .item .label {
	position: absolute;
	width: 445px;
	height: 60px;
	left: 0;
	top: 200px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}

#news-main .item .label h1 {
	margin: 5px 10px 0 10px;
	padding: 0;
	font: bold 12px Verdana, Arial, sans-serif;
}

#news-main .item .label p {
	margin: 0 10px;
	padding: 0;
	font: normal 10px Verdana, Arial, sans-serif;
}

#news-main .item .label .read-more {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font: bold 10px Verdana, Arial, sans-serif;
}

#news-main .item .label .read-more a {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	color: #3e8bc4;
	text-decoration: none;
}

