﻿/* 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 */

.sidebar_panel h3 {
	border-bottom: none;
}

.sidebar_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar_panel ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

.sidebar_panel a {
	color: #9d8d85;
	padding: 8px 15px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #fff;
	line-height: 16px;
	padding-left: 60px;
}
.sidebar_panel ul li.cta-tuesday-club a {
	background-image: url(../images/icon-tusday-club.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
.sidebar_panel ul li.cta-tuesday-club a:hover {
	background-image: url(../images/icon-tusday-club2.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
.sidebar_panel ul li.cta-blog a {
	background-image: url(../images/icon-blog.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.sidebar_panel ul li.cta-blog a:hover {
	background-image: url(../images/icon-blog2.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.sidebar_panel ul li.cta-training a {
	background-image: url(../images/icon-training.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.sidebar_panel ul li.cta-training a:hover {
	background-image: url(../images/icon-training2.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
* html .sidebar_panel a {
	height: 1px;
}

.sidebar_panel a:hover{
	color: #fff;
	background: #B9ACA5;
}


.sidebar_panel .more{
	background: url(news_more.gif) no-repeat 127px 13px;
}


.sidebar_panel .more:hover{
	background: #B9ACA5 url(news_more.gif) no-repeat 127px	-39px;
}