﻿#featured
{
	width: 864px;
	margin: 0px 10px;
	position: relative; /*border:5px solid #ccc; */
	height: 260px;
	background: #fff;
}
#featured ul.ui-tabs-nav
{
	position: absolute;
	top: 0;
	left: 560px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 305px;
}
#featured ul.ui-tabs-nav li
{
	padding: 5px;
	font-size: 12px;
	color: #666;
	height: 56px;
	margin-top: 4px;
}
#featured ul.ui-tabs-nav li.SliderTitle
{
	text-align: center;
	font-size: 18px;
	color: #ab0000;
	line-height: 22px;
	height: 35px;
	font-weight: bold;
}
#featured ul.ui-tabs-nav li.SliderTitle img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#featured ul.ui-tabs-nav li img
{
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}
#featured ul.ui-tabs-nav li span
{
	font-size: 11px;
	font-family: Tahoma; /*line-height: 18px;*/
}
#featured li.ui-tabs-nav-item p
{
	color: #666;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
}
#featured li.ui-tabs-nav-item a
{
	display: block; /*height: 60px;*/
	color: #003a8a;
	background: #fff;
	text-decoration: none; /*line-height: 20px;*/
	font-weight: bold;
}
#featured li.ui-tabs-nav-item a:visited
{
	display: block; /*height: 60px;*/
	color: #003a8a;
	background: #fff;
	text-decoration: none; /*line-height: 20px;*/
}

#featured li.ui-tabs-selected
{
	background: url('images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected
{
	background: #e8e8e8;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a
{
	background: #e8e8e8;
	color: #003a8a;
}
#featured .ui-tabs-panel
{
	/*background:#999; */
	position: relative;
	width: 560px;
	height: 260px;
}
#featured .ui-tabs-panel .info
{
	position: absolute; /*top: 190px;*/
	left: 0;
	height: 70px;
	width: 560px; /*background: url('images/transparent-bg.png'); */ /*background-color:Black;*/
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; /*-khtml-opacity: 0.6;*/
	background: rgb(9, 71, 113);
	background: rgba(9, 71, 113, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99094771, endColorstr=#99094771); /* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99094771, endColorstr=#99094771)";
	bottom: 0;
}
#featured .info h2
{
	font-size: 18px;
	font-family: Georgia, serif;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}
#featured .info p
{
	margin: 0 5px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #f0f0f0;
}
#featured .info a
{
	text-decoration: none;
	color: #fff;
}
#featured .info a:hover
{
	text-decoration: underline;
}
#featured .ui-tabs-hide
{
	display: none;
}
