@charset "UTF-8";

#featured {
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	height: 322px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
	position: relative;
}
#featured ul.ui-tabs-nav {
	height: 335px;
	left: 450px;
	list-style: none;
	overflow: hidden;
	padding: 0; margin: 0;
	position: absolute;
	width: 190px;
	top: -1px;
}
#featured ul.ui-tabs-nav li {
	padding: 1px;
	padding-left: 13px;
	height: 54px;
	font-size: 12px;
	color: rgb(102, 102, 102);
}
#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 0 5px 0 0;
	border-radius: 3px;
	padding: 1px;
	border: 1px solid rgb(136, 136, 136);
}
#featured ul.ui-tabs-nav li span {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 14px;
}
#featured li.ui-tabs-nav-item a {
	display: block;
	height: 54px;
	text-decoration: none;
	color: rgb(51, 51, 51); 
	background: rgba(255, 255, 255, .5);
	line-height: 16px;
}
#featured li.ui-tabs-nav-item a:hover { 
	background: rgba(205,205,205,.5);
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active { 
	background: url('../img/news/news_arrow.png') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a { 
	background-color: rgba(195, 195, 195, .4);
}
#featured .ui-tabs-panel { 
	width: 450px;
	height: 250px;
	position: relative;
}
#featured .ui-tabs-panel .info { 
	position: absolute;
	bottom: -10px;
	left: 0;
	padding-bottom: 10px;
	width: 450px;
	/* height: 170px;*/
	background: rgba(40, 40, 40, .8);
}
#featured .ui-tabs-panel .info a.hideshow {
	position: absolute;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	color: rgb(240, 240, 240);
	right: 10px;
	top: -20px;
	line-height: 20px;
	margin: 0;
	outline: none;
	background: rgb(51, 51, 51);
}
#featured .info h2 { 
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	padding: 5px;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
}
#featured .info p { 
	margin: 0 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: rgb(240, 240, 240);
}
#featured .info a { 
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#featured .info a:hover { 
	text-decoration: underline;
}
#featured .ui-tabs-hide { 
	display: none;
}