/*
/* =global layout 
-------------------------------------------------------------------- */
#featured a {
  outline: none;
}

#featured a img {
  border: 0;
}

/* @end */

#featured li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
	list-style: none;
}


/* @group homepage feature */
#featured{
	position: relative;
	background: #fff;
	float: left;
    font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; ;
    color: #222222;
}
#featured .tab-text{
	display: none;
}
#featured .desc{
    font: 11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; ;
    color: #333;
}
#featured-tabs-container{
	width: 673px;
	background: #fff;
	height: 288px;
	float: left;
	z-index: 0;
	position: relative;
	top: 0px;
}
#featured-tabs-selectors{
	background: url(../images/core/nav-feature.png) 0 0 no-repeat;
	list-style: none;
	width: 310px;
	position: absolute;
	left: 648px;
	height: 288px;
}

#featured-tabs-selectors li a{
	height: 45px;
	display: block;
	color: #787868;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px 20px 52px;
	overflow: hidden;
}
#featured-tabs-selectors li a.activeSlide, #featured-tabs-selectors .activeSlide .desc{
	color: #ffffff;
}
#featured-tabs-selectors li.featured-content1 a.activeSlide{
	background: url(../images/core/nav-feature.png) -310px 0 no-repeat;
}
#featured-tabs-selectors li.featured-content2 a.activeSlide{
	background: url(../images/core/nav-feature.png) -310px -72px no-repeat;
}
#featured-tabs-selectors li.featured-content3 a.activeSlide{
	background: url(../images/core/nav-feature.png) -310px -144px no-repeat;
}
#featured-tabs-selectors li.featured-content4 a.activeSlide{
	background: url(../images/core/nav-feature.png) -310px -215px no-repeat;
}

.fea-divider{background: url(../images/core/bg-body.png) 0 -381px;
    height: 10px;
    line-height: 1px;
    position: relative;
    left: -2px;
    border: 0px;
    font-size: 1px;
    clear: both;
}

/* @end */
