/** Featured List styles **/

div#feature_list {
	width: 966px;
	height:266px;
	overflow: hidden;
	position: relative;
}

div#feature_list #tabs{
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	z-index: 2;
	width: 191px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	background:  url('/1/85879/template/images/interface/button-off.png') no-repeat;
	height:37px;
}

ul#tabs li a {
	display:block;
	color:#292929;
	font-size:13px;
	font-weight:bold;
	width:179px;
	height:32px;
	margin:0;
	padding:5px 0 0 8px;
}

ul#tabs li a h3{
	padding:0px;
	font-size:13px;
}

ul#tabs li a:hover {
	text-decoration: none;
	color:#40A53B;
}

ul#tabs li a.item:hover h3{
	text-decoration: none;
	color:#40A53B;
}

ul#tabs li a.current {
	background:  url('/1/85879/template/images/interface/button-on.png') -2px -2px no-repeat;
	height:37px;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	list-style: none;	
	right: 0px;
	width: 744px;
	height:250px;
	position: relative;
	padding:9px 0px 0px 6px;
	margin:0;
}

ul#output li.item{
	height:260px;	
}