div#feature_list {
	
	/* width: 750px; */
	
	width: 520px;	
	height: 278px;
	
	overflow: hidden;
	position: relative;

}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
	
	height: 280px;
}


/*** TABS LIST ***/

ul#featured_tabs li a span {
	width: 100px;		
}

ul#featured_tabs {
	left: 0;
	z-index: 2;
	width: 200px;
}

ul#featured_tabs li {
	font-size: 11px;
	text-align:left;
}

/* normales tab item */
ul#featured_tabs li a {
	color: #222;
	
	text-decoration: none;	
	display: block;
	
	padding:9px;
	
	height: 37px;
	width: 158px;
	
	outline: none;
	
	background: url(featured_item.gif) repeat-x;
}

/* selektierts tab item */
ul#featured_tabs li a.current {
	background:  url('current.png') no-repeat;
	color: #FFF;
	width: 180px;
	height: 37px;
}

ul#featured_tabs li a:hover {
	text-decoration: underline;
}

ul#featured_tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}


/** OUTPUT CONTAINER **/

ul#featured_output {
	right: 0;
	position: relative;
	
	/* width: 335px; */
	height: 236px;
}

/*
ul#featured_output li {
	position: absolute;
	
	width: 335px;
	height: 236px;
}
*/


ul#featured_output li span {
	position: absolute;
	top: 220px;
	
	bottom: 0px;
	right: 0px;
	
	width: 304px;
	height: 31px;
	
	padding: 12px;
	padding-left: 28px;
	
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	
	background: url('shodow_bg.png') no-repeat;
}

/*
ul#featured_output li span:hover {
	background: #D33431;
}
*/
