/* ---------------------------------------------------------------------------------------------------- */
/* Collecties		  																				    */
/* ---------------------------------------------------------------------------------------------------- */

div#feature_list {
	float: left;
	width: 581px;
	height: 213px;
	overflow: hidden;
	position: relative;
	margin: 10px 0px 0px 15px;
	background-image: url(../images/feature-list-back.png);
	background-repeat: no-repeat;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	margin: 0;
	padding: 0px;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 238px;
}

ul#tabs li {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
		
ul#tabs li a {
	color: #735b45;
	text-decoration: none;	
	display: block;
	padding: 1px 0px 0px 0px;
	height: 17px;
	outline: none;
	margin-bottom: 2px;
}

ul#tabs li a h1 {
	margin: 0;
	padding: 16px 0 0 10px;
	font-size: 12px;
	color: #735b45;
	text-transform: uppercase;
	font-weight: bold;
}

ul#tabs li a h2{
	font-size: 11px;
	margin: 1px 0 0 0px;
	padding-left: 8px;
	color: #ccc;
}
ul#tabs li a h2:hover {
	color: #fff;
}

ul#tabs li a.current {
	background:  url('../images/feature-tab-current.png');
}
ul#tabs li a.current h1{
	color: #fff;
	font-weight: bold;
}
ul#tabs li a.current h2{
	font-weight: bold;
	color: #fff;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 1px;
	width: 350px;
	height: 213px;
	position: relative;
	overflow: hidden;
}

ul#output li {
	position: absolute;
	width: 350px;
	height: 211px;
	background: #fff;
	top: 1px;
	bottom: 1px;
}

ul#output li a {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 16px;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #f37132;
	-moz-border-radius: 5px;
	padding: 2px 7px 1px 7px;
}
		
ul#output li a:hover {
	color: #fff;
	background: #494949;
}

ul#output li p {
	margin: 10px 10px 0px 15px;
}
ul#output li h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #f37132; margin: 10px 10px 0px 15px;
}

ul#output li img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
