@charset "UTF-8";
/* CSS Document */

#slidecontainer {
	width: 670px;
	height: 328px;
	float: left;
	margin-left: 32px;
	margin-top: 17px;
}

div#feature_list {
	width: 670px;
	height: 328px;
	overflow: hidden;
	position: relative;
}

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

ul#tabs {
	right: 0;
	z-index: 2;
	width: 170px;
	background: url(images/transbg.png);
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	border-bottom: solid 1px #536878;
	height: 81px;
}
		
ul#tabs li a {
	color: #fff;
	text-decoration: none;	
	display: block;
	height: 66px;
	outline: none;
	text-transform: none;
	text-align: right;
	font-size: 16px;
	line-height: 140%;
	width: 160px;
	padding: 0;
	padding-right: 10px;
	font-weight: normal;
}

.slidetitle {
	padding-top: 15px;
	margin-left: 10px;
	background: url(images/slidetitlebg.png) no-repeat left;
}

.slidesubtitle {
	font-size: 12px;
}

ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current {
	color: #a4c0d5;
}

a.current .slidetitle {
	background: url(images/slidetitlebgh.png) no-repeat left;
}

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

ul#output {
	width: 670px;
	height: 328px;
	position: relative;
	z-index: 1;
}

ul#output li {
	position: absolute;
	width: 670px;
	height: 328px;
}