/* CSS INCLUDE FOR STEELGATE NEWS LINE ITEMS */
#newscat {
	margin:0;
	padding:0;
	width:500px;
	font-size:14px;
	list-style:none;
	font-weight: bold;
}

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

#news li p {
		background:#e6e3d3;
		padding:4px 4px 4px 7px;
		margin:0;
		border-left:12px solid #a42827;
}
#news li h4 {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		margin:0;
		padding:6px 4px 3px 21px;
		/*
		background: url("../images/box2.gif") 0 0 no-repeat;
*/
}
#news li:hover {
		background-position:-600px 100%;
}
#news li:hover p {
	border-color:#da251c;
	background:#efede2;
}
#news li:hover h4 {
		background-position:-600px 0;
}
#news a:link {
		text-decoration:none;
		color:#262626;
}
#news a:visited {
		text-decoration:none;
		color:#262626;
}
#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_right.gif) 485px 50% no-repeat;
}
.detail {
		padding:0 0 0 20px;
		margin: 0 25px 0 25px;
		/*display:block;*/
}

/* ====================================================================================== SIDEBAR NEWS */

#sidenews {
		margin:0;
		padding:0;
		/*width:500px;*/
		font-size:12px;
		list-style:none;
}
#sidenews li {
		/*background: url("../images/box2.gif") 0 100% no-repeat;*/
		padding: 4px 0 4px 0;
		margin: 0;
		display: block;
		border-bottom: 1px dotted #262626;
}

#sidenews li p {
		/*background:#e6e3d3;
		border-left:12px solid #a42827;
		*/
		padding: 2px;
		margin:0;
}
#sidenews li h4 {
		/*
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		margin:0;
		padding:6px 4px 3px 21px;
		background: url("../images/box2.gif") 0 0 no-repeat;
		*/
}
#sidenews li:hover {
		background-position:-600px 100%;
}
#sidenews li:hover p {
	background:#efede2;
}
#sidenews li:hover h4 {
		background-position:-600px 0;
}
#sidenews a:link {
		text-decoration:none;
		color:#262626;
}
#sidenews a:visited {
		text-decoration:none;
		color:#262626;
}
#sidenews a:hover {
		text-decoration:none;
}
/*
*/