/* Reset -------------------------------------------------------------------- */

#featured,
#featured * {
	border: none;
	font-size: 1em;
	margin: 0;
	line-height: 1;
	padding: 0;
}

/* Container ---------------------------------------------------------------- */

#featured {
	background: #fff;
	border: 5px solid #ccc;
	height: 250px;
	margin-top: 19px;
	margin-bottom: 10px;
	padding-bottom: 156px;
	position: relative;
	width: 460px;
}

/* Heading ------------------------------------------------------------------ */

#featured h2 {
	font-size: 1em;
	font-weight: bold;
	left: -10px;
	line-height: 2.4;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	text-transform: uppercase;
	top: -3em;
}

#featured h2 a {
	text-decoration: none;
}

/* Navigation --------------------------------------------------------------- */

#featured ul.ui-tabs-nav {
	bottom: 0;
	left: 0;
	list-style: none;
	position: absolute;
	width: 460px;
}

#featured ul.ui-tabs-nav li {
	display: inline;
}

#featured li.ui-tabs-nav-item a { /*On Hover Style*/
	background: #CCCCCC;
	border: 3px solid #CCCCCC;
	display: block;
	float: left;
	height: 67px;
	margin: 0px 0px 3px 3px;
	outline: none;
	overflow: hidden;
	text-align: center;
	width: 67px;
	zoom: 1;
}

#featured li.ui-tabs-nav-item a:hover,
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #FF7200;
	border: 3px solid #FF7200;
}

/* Panels ------------------------------------------------------------------- */

#featured .ui-tabs-panel {
	background: #999;
	cursor: pointer;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 460px;
}

#featured .ui-tabs-hide {
	display: none;
}

#featured .ui-tabs-panel .info {
	background: url('images/transparent-bg.png');
	bottom: 0;
	left: 0;
	padding: 5px;
	position: absolute;
	width: 450px;
}

#featured .ui-tabs-panel .info h3 a {
	color: #fff;
	font-family: 'TeXGyreHerosCnBold',Arial,Helvetica,sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
}

#featured .ui-tabs-panel .info p {
	color: #bbb;
	font-size: 1.1em;
	line-height: 1.4;
}

