#sidebar
{
	float: left;
	width: 156px;
	margin: 0 20px 0 22px;
	font-size: 11px;
}

#sidebar a:link,
#sidebar a:visited
{
	color: #fff;
}

.tab-list
{
	position: relative;
	list-style: none;
	padding: 23px 0 0;
	margin: 0;
}

.tab-list h2
{
	margin: 0;
	position: absolute;
	top: 1px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	width: 78px;
}

.tab-list .current-title
{
	background: url(../images/news/current-inactive.png);
}

.tab-list .hover .current-title
{
	background: url(../images/news/current-hover.png);
}

.tab-list .selected .current-title
{
	background: url(../images/news/current-active.png);
}

.tab-list .press-title
{
	left: 78px;
	background: url(../images/news/press-inactive.png);
}

.tab-list .hover .press-title
{
	background: url(../images/news/press-hover.png);
}

.tab-list .selected .press-title
{
	background: url(../images/news/press-active.png);
}

.tab-list .selected h2
{
	background-color: transparent;
}

.tab-list .tab-content
{
	position: relative;
	height: 270px;
	padding: 10px 10px 10px 10px;
	display: none;
	background: url(../images/sidebar/background.png) left top;
}

.tab-list .selected .tab-content
{
	display: block;
}

#news .date
{
	display: block;
	font-style: normal;
	color: #50b648;
}

#news .tab-list ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#news li li
{
	margin: 8px 0;
}

#news .more
{
	display: block;
	margin-top: 5px;
}

#news .more:link,
#news .more:visited
{
	color: #50b648;
}

#support
{
	margin-top: 2px;
	padding: 10px;
	height: 90px;
	background: url(../images/sidebar/background.png) left top;
}

#support ul
{
	margin: 0; 
	list-style: none;
	padding: 0;
}

#support li
{
	padding: 0 0 3px 14px;
	background: none no-repeat left 4px;
}

#support .faq
{
	background-image: url(../images/dots/faq.gif);
}

#support .guider
{
	background-image: url(../images/dots/guider.gif);
}

#support .drift
{
	background-image: url(../images/dots/drift.gif);
}

#support .villkor
{
	background-image: url(../images/dots/villkor.gif);
}

#quicklinks
{
	float: right;
	width: 153px;
	margin: 24px 24px 0 0;
}

#quicklinks ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#quicklinks li
{
	margin: 0 0 3px 0;
}

#quicklinks li a,
#quicklinks li img
{
	display: block;
}