#featured {
	float: left;
	display: block;
	width: 700px;
	height: 300px;
	margin: 0 20px 20px 0;
	background: #cde9f4;
}

#featured ul.ui-tabs-nav {
	display: block;
	float: left;
	list-style:none;
	padding:0;
	margin:0;
	width:200px;
	background: #fff;
}

#featured ul.ui-tabs-nav li {
	margin: 0;
	padding: 0 15px;
	width: 170px;
	height: 59px;
	list-style: none;
	border-bottom: 1px solid #cde9f4;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#featured ul.ui-tabs-nav li:hover {
	background: #f0f8fc;
	cursor: pointer;
}

#featured li.ui-tabs-nav-item a {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 10px 0 0 0;
	text-decoration: none;
	outline: none;
}

#featured li.ui-tabs-selected {
	background: #cde9f4;
	cursor: default;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a { color: #0490c7; }

#featured .ui-tabs-panel {
	float: right;
	position:relative;
	width:480px;
	height:280px;
	padding: 10px;
	background: #cde9f4;
	color: #fff;
}

#featured .ui-tabs-panel .info {
	position:absolute;
	top: 266px;
	left: 10px;
	height: 34px;
	width: 460px;
	background: #cde9f4 url(../images/arrow.png) no-repeat center right;
	padding: 0 10px;
	text-align: right;
}

#featured .info a {
	display: block;
	line-height: 34px;
	height: 34px;
	color: #0490c7;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

#featured .info a:hover { text-decoration:underline; }

#featured .ui-tabs-hide { display:none; }
