/* top5 module */

.top5 .box-bottom, 
.top5 .box-bottom .box-right {
	height: 0 !important;
}

.top5 .box-title .small {font-size:11px; padding-right:15px;}
.top5 .global-more {line-height:2; padding-left:15px;}
.top5 .box-title .games-title { float: left; display: block; clear: none; }
.top5 .box-title .see-all { float: right; display: block; clear: none; }
.top5 .number {
	background: transparent url(/assets/top5_blank_small.gif) top right no-repeat;
	color: #fff;
	float: left;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 1;
	margin-right: 5px;
	padding-right: 3px;
	text-align: right;
	width: 29px;
}

.top5 li {
	clear: both;
	padding: 5px 0;
}

.top5 li h3 a { 
	text-decoration: none; 
}

.top5 li h3 a: hover { 
	text-decoration: underline; 
}

.top5 .ui-state-active {
	background: #fff; 
	height: 80px; 
	padding: 5px; 
	margin: 0 2px; 
	width: 300px;
}

.top5 .ui-state-active .number {
	background: transparent url(/assets/top5_blank_big.gif) top right no-repeat;
	font-size: 18px; 
}

.top5 .ui-state-active img {
	width: 140px;
}

.top5 img {
	display: block; 
	float: left; 
	width: 75px;
}

.top5 h3 {
	color: #777; 
	display: block;
	float: left;
	font-size: 13px; 
	font-weight: normal;
	padding-left: 5px;
	width: 180px;
}

.top5 h3 a {
	font-weight: normal; 
	text-decoration: none;
}

.top5 .ui-state-active h3 {
	width: 115px;
}

.top5 .ui-state-active h3 a {
	font-weight: bold; 
}
