/* modificated-tabs */
.featured-tabs .bg, .featured-tabs2 .bg{
	overflow: hidden;
	height: 100%;
	background: url(../images/bg-featured.gif) repeat-y;
}

.featured-tabs .top-bg, .featured-tabs2 .top-bg{
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-featured-top.gif) no-repeat;
	padding:9px 0 0;
}
.featured-tabs .bottom-bg, .featured-tabs2 .bottom-bg{
	overflow: hidden;
	height: 100%;
	padding: 2px 20px 3px 11px;
	background:url(../images/bg-featured-bottom.gif) no-repeat 0 100%;
}
.featured-tabs ul, .featured-tabs2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 313px;
	overflow: hidden;
}
.featured-tabs div.tab, .featured-tabs2 div.tab{
	float: right;
	width: 231px;
	padding: 3px 0 0;
	font-size: 0.91em;
	color: #000;
	min-height:0;
}
* html .featured-tabs div.tab, .featured-tabs2 div.tab{
	height: auto;
	overflow: visible;
}