/* * * * * * * 
*    NEWS    *
* * * * * * */

/* HOMEPAGE */

#newslist {
	width: 300px;
}
	#newslist-header {
		background-image: url(../gif/news/newslist-header.png);
		background-repeat: no-repeat;
		width: 300px;
		height: 28px;
	}
		#newslist-header H1,
		#newslist-header H1 A {
			padding: 0px;
			border: 0px;
			font-size: 14px;
			color: #FFFFFF;
			margin-left: 7px;
			margin-top: 5px;
			position: absolute;
			text-decoration: none;
			cursor: pointer;
		}
	.newslist-item {
		background-image: url(../gif/news/item.gif);
		background-repeat: no-repeat;
		width: 300px;
		height: 88px;
	}
		.newslist-item A {
			display: block;
			text-decoration: none;
			cursor: pointer;
		}
		.newslist-img {
			width: 100px;
			height: 83px;
			margin-left: 1px;
			margin-top: 0px;
			position: absolute;
			overflow: hidden;
		}
			.newslist-img IMG {
				position: relative;
				top: -15px;
				width: 100px;
				border: 0px;
			}
		.newslist-text {
			width: 180px;
			height: 72px;
			margin-left: 107px;
			margin-top: 6px;
			position: absolute;
			overflow: hidden;
		}
			.newslist-text H2,
			.newslist-text H2 A {
				margin: 0px;
				padding: 0px;
				border: 0px;				
				font-size: 14px;
				font-weight: bold;
				line-height: 15px;
				color: #eac87b;
				text-decoration: none;
			}
			.newslist-text P,
			.newslist-text P A {
				margin: 0px;
				padding: 0px;
				border: 0px;				
				font-size: 12px;
				color: #FFFFFF;
				text-decoration: none;
			}
