#featured{ 
	width:450px; 
	padding-right:150px; 
	position:relative; 
	border:0px solid #ccc; 
	height:220px; overflow:hidden;
	background:#2A2F33;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:450px; 
	list-style:none; 
	padding:0; margin:0; 
	width:150px; height:220px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:3px; padding-left:13px;  
	font-size:12px; 
	color:#fff; 
	font-family:Calibri;
	font-weight:bold;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#2A2F33; 
	border:0px solid #eee;
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:23px; text-decoration:none;
	color:#fff;  background:#2A2F33; 
	line-height:23px; outline:none;
	padding-left:5px;
	
	display:block;
    text-decoration: none;
    color:#fff;
    border:1px solid #2A2F33;
    
}
#featured li.ui-tabs-nav-item a:hover{ 
	
	background-color:#3b4044;   
    border:1px solid #999;
    text-decoration: none;
    color: #fff;
    line-height:23px;
}
#featured li.ui-tabs-selected{ 
	
	background: url('http://resources.motokoce.pl/gfx/selected-item.png') 0 center no-repeat; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	
	background-color:#3b4044;   
    border:1px solid #999;
    text-decoration: none;
    color: #fff;
    line-height:23px;
}
#featured .ui-tabs-panel{ 
	width:400px; height:220px; 
	background:#2A2F33; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('http://resources.motokoce.pl/gfx/transparent-bg.png'); 
	width:440px;
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#2A2F33;
}
#featured .info h2{ 
	font-size:1.2em; font-family:Trebuchet MS, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Calibri; font-size:13px; 
	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; 
}


