h3 {
	margin: 0;	
	padding: 3px 0 0 15px;
	font-size: 16px;
	text-transform: uppercase;
}

div#feature_list {
	width: 960px;
	height: 590px;
	overflow: hidden;
}

div#feature_list ul {
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#tabs {
	width: 960px;
}

ul#tabs li {
	float: left;
	font-size: 12px;
	font-family: Arial;
	width: 234px;
	height: 150px;
	margin: 10px 8px 10px 0px;
}

ul#tabs li.last {
	margin: 10px 0px 10px 0px;
}		

ul#tabs li h2 {
	padding-top: 3px;
	padding-left: 10px;
}

ul#tabs li a {
	color: #aaa;
	text-decoration: none;	
	display: block;
	height: 234px;
	outline: none;
}

ul#tabs li a.current {
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 960px;
	height: 430px;
}

ul#output li {
	position: absolute;
	width: 960px;
	height: 430px;
}

ul#output li p {
	position: absolute;
	bottom: 100px;
	left: 40px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 20px;
	color: #ccc;
}

ul#output li a {
	position: absolute;
	bottom: 40px;
	left: 180px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#output li a.detachable {
	position: absolute;
	bottom: 20px;
	left: 240px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#output li a.award {
	position: absolute;
	bottom: 260px;
	left: 160px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #EE7951;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#output li a:hover {
	background: #0080B3;
}

ul#output li a.award:hover {
	color: #ffffff;
	background: #EE7951;
}

ul#tabs li.high_performance {
	background-image:url(../img/high_performance.jpg);
	color:#000000;
}

ul#tabs li.high_performance a:hover {
	text-decoration: underline;
	background-image:url(../img/high_performance.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.high_performance a.current {
	color: #FFF;
	background-image:url(../img/high_performance.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.easy_to_use {
	background-image:url(../img/easy_to_use.jpg);
}

ul#tabs li.easy_to_use a:hover {
	text-decoration: underline;
	background-image:url(../img/easy_to_use.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.easy_to_use a.current {
	color: #FFF;
	background-image:url(../img/easy_to_use.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.bluetooth {
	background-image:url(../img/bluetooth.jpg);
	color:#000000;
}

ul#tabs li.bluetooth a:hover {
	text-decoration: underline;
	background-image:url(../img/bluetooth.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.bluetooth a.current {
	color: #FFF;
	background-image:url(../img/bluetooth.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.detachable_panel {
	background-image:url(../img/detachable.jpg);
}

ul#tabs li.detachable_panel a:hover {
	text-decoration: underline;
	background-image:url(../img/detachable.jpg);
	background-position: 0 -150px; 
}

ul#tabs li.detachable_panel a.current {
	color: #FFF;
	background-image:url(../img/detachable.jpg);
	background-position: 0 -150px; 
}