﻿/* Sidebar */

#sidebar {
	width: 250px;
	float: right;
	position: relative;
	padding: 0px 0 0 0;
	min-height: 350px;
	margin: -10px 0 0 0;
	background: url(sidebar.gif) no-repeat top left;
	z-index: 100;
	font-size: .75em;
	}
	
* html #sidebar {
	height: 550px;
	}
	

.sidebar_panel{
	background: #eee8e5;
	border-bottom: 1px solid #cab5ab;
	margin: 0 0 24px;
}

.sidebar_panel h3{
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background: #ed1a3b;
	padding: 5px 15px;
	line-height: 18px;
	border-bottom: 1px solid #fff;
	margin: 0;
}

* html h3{
	height: 1px;
}


/* news panel */

#news h3{
	border-bottom: none;
}

#news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#news ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#news a{
	color: #9d8d85;
	padding: 8px 15px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #fff;
	line-height: 16px;
}
* html #news a{
	height: 1px;
}

#news a:hover{
	color: #fff;
	background: #B9ACA5;
}


#news .more{
	background: url(news_more.gif) no-repeat 127px 13px;
}


#news .more:hover{
	background: #B9ACA5 url(news_more.gif) no-repeat 127px	-39px;
}