.box {
	background: #fff;
}
.boxholder{
	clear: both;
	padding: 5px;
	background: #FFFFFF;
}
#featurecontent {
	float: left;
	width: 515px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.tab {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.tabtxt {
	margin: 0px;
	color: #fff;
	font-weight: bold;
	padding: 9px 0px 0px 0px;
}

.tab h3, .tab a:link, .tab a:visited {
	padding: 8px 9px 7px 3px;
	margin: 0px;
	height: auto;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #ff8604;
	text-transform: uppercase;
}
.tab {
	background: #ffffff;
	vertical-align: middle;
	border: none;
}
#featurecontent li.active {
	background: url(../images/bg_tab_left.gif) no-repeat left bottom;	
}
.tab a:link, .tab a:visited {
	padding: 8px 9px 7px 8px;
	margin: 0px 0px 0px 1px;
	height: auto;
	color: #000000;
	text-transform: uppercase;
}
.active, .active a:link, .active a:visited {
	color: #FFFFFF;
	background: url(../images/bg_tab_right.gif) no-repeat right bottom;
}
.firsttab {
	border-left-style: none;
}
