/* Cancel all jquery ui theme */
#featured .ui-widget-header {
	border: 0;
	font-weight: normal;
	background: 0;
}

#featured {
	padding-right: 250px;
	position: relative;
	border: 2px solid #83618c;
	height: 250px;
	background: #fff;
	margin-bottom: 10px;
}

#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 368px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 255px;
}

#featured ul.ui-tabs-nav li {
	background: none;
	float: none;
	margin: 0;
	padding: 2px 0 1px 13px;
	padding-left: 13px;
	font-size: 12px;
	color: #fff;
	border: 0;
}

#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	padding: 2px;
	border: 1px solid #f2f2f2;
}

#featured ul.ui-tabs-nav li span {
	font-size: 11px;
	font-family: Verdana;
	line-height: 18px;
}

#featured li a {
	display: block;
	float: none;
	padding: 0;
	height: 60px;
	color: #fff;
	background: #6B5072;
	font-weight: normal;
	text-decoration: none;
}

#featured li a:hover {
	background: #CB98D8;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected {
	background: url(/img/promo/selected-item.gif) no-repeat 5px top;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #47354C;
	font-weight: bold;
}

#featured .ui-tabs-panel {
	width: 370px;
	height: 250px;
	background: #999;
	position: relative;
	padding: 0;
}

#featured .ui-tabs-panel .info {
	position: absolute;
	top: 180px;
	left: 0;
	height: 60px;
	background: url(/img/promo/transparent-bg.png);
	padding: 5px 10px;
}

#featured .info h2 {
	font-size: 18px;
	font-family: Georgia, serif;
	color: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#featured .info p {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #f0f0f0;
}

#featured .info a {
	font-weight:bold;
	color: #fff;
}

#featured .info a:hover {
	text-decoration: underline;
}

#featured .ui-tabs-hide {
	display: none;
}