#main-feature{
	background: #fff url('images/feature_bg.jpg') left top no-repeat;
}
#featured{  
    width: 464px;  
    padding-right: 161px;  
    position: relative;  
    height: 275px;  
} 

/* Navigation tabs */
#featured ul.ui-tabs-nav{  
    position: absolute;  
		top: 15px; 
		right: -1px;  
    list-style: none;   
    width: 161px;  
}  
#featured ul.ui-tabs-nav li{  
}  
#featured li.ui-tabs-nav-item a{/*On Hover Style*/  
    display: block;  
	width: 128px;
    height: 47px;  
    background: #c0c5c6 url('images/navbutton.png') left top no-repeat;   
	margin: 6px 0 6px;
	padding: 7px 8px 0 25px;
	font: bold 11px Arial;
	text-decoration: none;
	color: #fff;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}  
#featured li.ui-tabs-nav-item a:hover, #featured li.ui-tabs-nav-item a:focus{  
    background: #979fa0 url('images/navbutton.png') left -54px no-repeat;   
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
	
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{  
	background: #0064bd url('images/navbutton.png') left -108px no-repeat; 
}
#featured li.ui-tabs-nav-item a span{
	font-weight: normal;
	font-size: 10px;
}


/* Slides */
#featured .ui-tabs-panel{  
    width: 438px; 
	height: 250px;  
	position: relative;  
    overflow: hidden;  
	padding: 13px;
	font: normal 12px Arial;
	color: #d5d5d5;
	line-height: 17px;
}  
#featured .ui-tabs-hide{  
    display:none;  
}
.ui-tabs-panel p{
	margin-bottom: 12px;
}
.ui-tabs-panel a:link, .ui-tabs-panel a:visited{
	color: #7aa8d1;
	text-decoration: none;
}
.ui-tabs-panel a:hover, .ui-tabs-panel a:active{
	color: #bfd8ed;
}
.left-feature img{
	float: left;
	padding: 0;
	margin-bottom: 11px;
	box-shadow: 1px 1px 3px #444;
	-moz-box-shadow: 1px 1px 3px #444;
	-webkit-box-shadow: 1px 1px 3px #444;
}
.left-feature img.imgsep{
	height: 8px;
	border-top: 1px solid #626b6c;
	width: 187px;
	margin:0;
}
.left-feature{
	float: left; 
	width: 200px;
	height: 252px;
	font-size: 11px;
	color: #bbb;
	line-height: 14px;
	margin-bottom: 0px;
}
.left-feature b{color:#fff;line-height:18px;}
p.cat-data{
	font-size: 11px;
	color: #e1e1e1;
	margin-bottom: 0px;
}
p.cat-data span{
	color: #afafaf;
}
p.cat-data a:link, p.cat-data a:visited{color: #e1e1e1;}
p.cat-data a:hover, p.cat-data a:active{color: #fff;}
h2.feature-title{
	margin-bottom: 12px;
}
h2.feature-title a:link, h2.feature-title a:visited{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #444;
}
h2.feature-title a:hover, h2.feature-title a:active{
	text-decoration: underline;
}
a.feature-more:link, a.feature-more:visited{
	font-size: 11px;
	color: #ffba00;
	text-decoration: none;
	font-weight: bold;
}
a.feature-more:hover, a.feature-more:active{
	color: #ffdc7f;
}
div.feature-related{
	font-size: 11px;
	color: #fff;
}
