div#feature_list {
	width: 510px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

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

ul#tabs {
	left: 0;
	z-index: 2;
	width: 106px;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	list-style-image: none;
}

ul#tabs li img {
	padding: 0;
	border: none;
	float: left;
	margin: 0;
	list-style-image: none;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px;
	height: 32px;
	outline: none;
	list-style-image: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
	list-style-image: none;
}

ul#tabs li a.current {
	color: #FFF;
	list-style-image: none;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: pointer;
	list-style-image: none;
}

ul#output {
	right: 0;
	width: 385px;
	height: 220px;
	position: relative;
	list-style-image: none;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 240px;
	list-style-image: none;
}

ul#output li a {
	position: absolute;
	bottom: 20px;
	right: 100px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	list-style-image: none;
}

ul#output li img {
	margin-top: 0px;
}

.list_title {
	position: absolute;
	left: 45px;
	top: 73px;
	font-family: "Verdana", Verdana, mono;
	font-size: 13px;
	width: 320px;
	font-weight: bold;
	color: #4d4d4d;
}

.list_text {
	position: absolute;
	left: 45px;
	top: 105px;
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	width: 320px;
	color: #4d4d4d;
}

.icon1 {
	position: absolute;
	left: 42px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

.icon2 {
	position: absolute;
	left: 91px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

.icon3 {
	position: absolute;
	left: 139px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

.icon4 {
	position: absolute;
	left: 187px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

.icon5 {
	position: absolute;
	left: 235px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

.icon6 {
	position: absolute;
	left: 283px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

.icon7 {
	position: absolute;
	left: 332px;
	top: 9px;
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url(../../images/n5list/trans.png);
}

#list_process {
	position: absolute;
	left: 55px;
	top: 45px;
	height: 10px;
	width: 15px;
	background: url(../../images/n5list/arrow_process.png);
	background-repeat:no-repeat;
}
#list_solutions {
	position: absolute;
	left: 55px;
	top: 45px;
	height: 10px;
	width: 15px;
	background: url(../../images/n5list/arrow_solutions.png);
	background-repeat:no-repeat;
}
#list_doqm {
	position: absolute;
	left: 55px;
	top: 45px;
	height: 10px;
	width: 15px;
	background: url(../../images/n5list/arrow_doqm.png);
	background-repeat:no-repeat;
}
#list_audit {
	position: absolute;
	left: 55px;
	top: 45px;
	height: 10px;
	width: 15px;
	background: url(../../images/n5list/arrow_audit.png);
	background-repeat:no-repeat;
}
