/** Featured List styles **/

h3 {
	margin: 0;	
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
}

div#feature_list {
	width: 966px;
	height:323px;
	overflow: hidden;
	position: relative;
}

div#feature_list #tabs, div#feature_list #output{
	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/81718/template/images/interface/new-layout/button-off.jpg') no-repeat;
	height:41px;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 12px 10px 10px 15px;
	outline: none;
}

ul#tabs li a:hover h3{
	text-decoration: none;
	color:#40A53B;
}

ul#tabs li a.current {
	background:  url('/1/81718/template/images/interface/new-layout/button-on.jpg') no-repeat;
	height:41px;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0px;
	width: 744px;
	height: 278px;
	position: relative;
	padding-top:;
}

ul#output li.item{
	height:300px;
	padding-top:15px;
	font-size:14px;
}


ul.list {
	list-style:disc;
}

ul.list li{
	font-size:14px;
}

.list li{
	background-image: url(/1/81718/template/images/interface/new-layout/bulleted-image.jpg);
	background-repeat: no-repeat;
	list-style:none;
	height:30px;
	padding:8px 0px 0px 40px;
	float:left;
	width:200px;
}

.list li a{
	display:block;
	height:24px;
	margin:-6px 0 0 -40px;
	padding:6px 0 0 40px;	
}

.list li a:hover{
	color:#40A53B;	
}