@charset "utf-8";
#featured{ 
    width:670px;
    height:325px;
    padding-top:2px;
    padding-left:2px;
    position:relative;
    background:url(/images/fcontent_menu.png) left top no-repeat;
    /*margin-bottom:30px;*/
}
#featured ul.ui-tabs-nav{ 
    width:244px;
    position:absolute;
    top:0; left:422px;
    list-style:none;
    padding-top:3px;

}
#featured ul.ui-tabs-nav li{ 
    padding:0px; padding-left:13px;
    font-size:12px;
    color:#666;
}
#featured ul.ui-tabs-nav li img{ 
    float:left;
    margin-left:4px;
    margin-top: 4px;
    margin-right:7px;
   /*  padding:1px;*/
    border:1px solid #A7A7A7;
	padding:1px;
}
#featured ul.ui-tabs-nav li span{ 
    font-size:11px;    
	font-weight:bold;
    position:relative;
    top:1px;
    left:-1px;
	padding-right:5px;
}
#featured li.ui-tabs-nav-item a{ 
    display:block;
    height:63px;
    line-height:14px;
    text-decoration:none;
	background-color:#EAEAEA;
	border-bottom:1px solid #ffffff;
	margin-left:2px;
	overflow:hidden;
	
    /* background:url('/images/fcontent_li.png') top right no-repeat; */
}

#featured li.selected{ 
    background:url('/images/fcontent_point.png') center left no-repeat;
	
}
#featured ul.ui-tabs-nav li.selected a{ 
    /* background:url('/images/fcontent_li_hover.png') top right no-repeat; */
    /* background:none; */
	background-color:#ffffff;
	border-bottom:1px solid #a7a7a7;
}

#featured ul.ui-tabs-nav li.selected img{ 
	border:1px solid #0066cc;
}


/* #featured li.ui-tabs-nav-item a:hover{ 
/*	background:url('/images/fcontent_li_hover.png') center right no-repeat;
background:none;
} */

#featured li.ui-tabs-nav-item img {
    width:67px;
    height:50px;
}


#featured .ui-tabs-panel{ 
    width:430px; height:321px;
    background:#999; position:relative;
    display:none;
}

#featured .ui-tabs-panel img{ 
    width:430px;
    height:321px;

}

#featured .ui-tabs-panel .info{ 
    position:absolute;
    top:251px; left:0;
    height:70px;
    width: 100%;
    background: url(/images/fcontent-bg.png);
}
#featured .info h2{ 
    font-size:14px; font-family:Verdana,Arial,Georgia, serif;
    color:#fff; padding:5px; margin:0;
    overflow:hidden;
}
#featured .info p{ 
    margin:0 5px;
    font-family:Verdana; 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;
}

.mask{
    width:5px;
    height:325px;
    position:relative;
    right:2px;
    top:-323px;
    background:url(/images/fcontent_mask.png) center center no-repeat;
}

