/* CSS INCLUDE FOR NEWS LINE ITEMS */

#news {
		margin:1em 0 1em 2em;
		padding:0;
		width:600px;
		font-size:12px;
		list-style:none;
}
#news li {
		background: url("../images/box2.gif") 0 100% no-repeat;
		padding:0 0 4px 0;
		margin:8px 0 0 0;
		display:block;
}

#news li p {
		background:#e4e6d9;
		padding:1px 4px 0 7px;
		margin:0;
		border-left:12px solid #5D5A93;
}
#news li h4 {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		background: url("../images/box2.gif") 0 0 no-repeat;
		margin:0;
		padding:6px 4px 3px 21px;
}
#news li:hover {
		background-position:-600px 100%;
}
#news li:hover p {
		border-color:#FF9900;
}
#news li:hover h4 {
		background-position:-600px 0;
}
#news a:link {
		text-decoration:none;
		color:#262626;
}
#news a:visited {
		text-decoration:none;
		color:#000;
}
#news a:hover {
		text-decoration:none;
}
#news .more {
		line-height:1em;
		display:block;
		text-align:right;
		padding:0 18px 2px 21px;
		margin-top:4px;
		background: url("../images/arrow.gif") 585px 50% no-repeat;
}
.detail {
		padding:0 0 0 20px;
		margin: 0 25px 0 25px;
		/*display:block;*/
}
