.stats {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	font-size:11px;
}
.stats_header {
	font-weight: bold;
	float:none;
}

div.scrollable {
	margin-left:0px;		
}

div.items {
	height:150px;		
	float:left;
	width:466px !important;
	background-color:#efefef;
	border:1px solid #ddd;
}

div.scrollable div {		
	float:left;
}

div.scrollable div.stats_header {		
	float:none;
}

div.scrollable h2 {
	margin-top:15px;		
}

div.scrollable p {
	color:#444;
	font-size:11px;
	margin-right:15px;
}

/* next / prev buttons */
a.prev_scrollable, a.next_scrollable {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:70px;
}

a.prev_scrollable {
	background:url(/static/images/button-left.gif);
	margin-right:10px;
}

a.prev_scrollable:hover {
	background:url(/static/images/button-left-over.gif);		
}

a.next_scrollable {
	background:url(/static/images/button-right.gif);
	margin-left:10px;
}

a.next_scrollable:hover {
	background:url(/static/images/button-right-over.gif);		
}


/* tabs */ 
ul.navi { 
	margin:5px 0 0 0 ;
	padding:0px;
	height:1.45em;
	position:relative;
	width:466px; 
}

ul.navi li {
	background:url(/static/images/tab-left.gif) left top no-repeat;
	padding-left:4px;
	float:left;
	margin:0;
	list-style-type:none;
}

ul.navi a {
	background:url(/static/images/tab-right.gif) right top no-repeat;
	padding:3px 6px;
	border-bottom:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	font-size:9px;
	color:#333;
}

ul.navi li.active a, ul.navi a:hover {
	background-position:100% -150px;
	border-bottom:1px solid #fff;
}

ul.navi li.active {
	background-position:0 -150px;	
}


