/********** TABS ******************/
.featuredtabs {
	border: 0px solid #ff0000;
	float: left;
}
.featuredtabs2 {
	float: left;
	width: 290px;
	
}

.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.featuredtabs li a {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 38px;
	height: 38px;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

.featuredtabs li a:hover {
	background: url(/img/icons/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredtabs li a.selected {
	background: url(/img/icons/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs li a.selected:hover {
	background: url(/img/icons/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 0px;
	width: 290px;
	border: 0px solid #0000ff;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}

.featuredtabs_content ul li span {
	display: block;
}

.featuredtabs_content ul li span a {
	color: #333;
}

.featuredtabs_content ul li span a:hover {
	color: #ff9000;
}
