div.jogobox {
	width: 246px;
	padding-right: 10px;
	float: left;
}

div.jogobox a {
	color: #000;	
}

.linha_jogo {
	height: 80px;
	clear: both;
	line-height: 12px;
}
.linha_jogo a{
	color: #000;
}
h3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.box_jogo_esq {
	width: 226px;
	height: 64px;
	display: block;
	overflow: hidden;
	float: left;
}
.box_jogo_dir {
	width: 226px;
	height: 64px;
	display: block;
	overflow: hidden;
	float: right;
}
.box_jogo_unico {
	width: 226px;
	height: 64px;
	display: block;
	overflow: hidden;
	line-height: 12px;
}

img.imgjogo {
	width: 100px;
	height: 64px;
	float: left;
	padding-right: 4px;
}

span.totalpage {
	font-size: 12px;
}

div.boxpaginacao {
	width: 770px;
	clear: both;
}
div.boxpaginacao_numero {
	width: 20px;
	background-color: #444;
	border: solid 1px #000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.boxpaginacao_numero a{
	color: #FFF;
}

div.linha_horizontal {
	width: 770px;
	padding-top: 10px;
	clear: both;
}