/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:18px;
	border-bottom:0px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding-right: 5px;
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:10px;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;	
	text-decoration:none;	
	border-right:2px solid #000;	
	height:10px;
	position:relative;
	top:0px;	
	font: 8px Arial;
	text-transform: uppercase;
	color: #fff;
}

ul.css-tabs a:hover {
	background-color:#ddd;
	color:#000;
	margin-right:0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#efefef;
	color:#777;
	margin-right:0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	border:0;
	height: 24px;
	top: 19px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	font: 9px Arial;	
}


#minibox
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
}
 

#minibox li {
display:inline;
}

#minibox li  {
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
background: #5e5e5e;
color:#fff;
font-weight: bold;
text-decoration:none;
float:left;
border-right:2px solid #000;
font: 9px Arial;
text-align: right;
text-transform: uppercase;
line-height: 12px;
width: 88px;
}

#minibox li.featured  {
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
background: #5e5e5e;
color:#fff;
font-weight: bold;
text-decoration:none;
float:left;
border-right:2px solid #000;
font: 9px Arial;
text-align: right;
text-transform: uppercase;
line-height: 12px;
width: 150px;
}

#minibox li.featured img {
vertical-align: top;
margin-top: 0px;
margin-bottom: 0px;
}

.tiny {
font: 8px Arial;
color: #333;
}

#minibox li a {
margin-top: 2px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
background:#e6e6e6;
color:#000;
font-weight: bold;
text-decoration:none;
float:left;
font: 10px Arial;
text-align: left;
text-transform: uppercase;
line-height: 12px;
width: 80px;
}

#minibox li.featured a {
margin-top: 2px;
padding-top: 4px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
background:#e6e6e6;
color:#000;
font-weight: bold;
text-decoration:none;
float:left;
font: 13px Arial;
text-align: left;
text-transform: uppercase;
line-height: 22px;
width: 142px;
}

#minibox li a:hover
{
background:#488eb7;
color:#fff;
}




