@charset "utf-8";
/* CSS Document */
.thumb {
	width:120px;
	float:left;
	margin-left:7px;
	margin-bottom:5px;
	margin-top:5px;
	border:#CCCCCC solid 1px;
	text-align:center;
}
.thumbfav {
	width:120px;
	float:left;
	margin-left:7px;
	margin-bottom:5px;
	margin-top:5px;
	border:#006600 solid 1px;
	background-color:#D9FFE2;
	text-align:center;
}
.thumb a, .thumbfav a {
	text-decoration:none;
}
#paginas {
	clear:both;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
.pages {
	width:18px;
	height:18px;
	line-height:18px;
	border:solid 1px #CCCCCC;
	text-align:center;
	margin:2px;
	float:left;
	font-weight:bold;
	background-color: #CCCCCC;
}
.next {
	width:70px;
	height:18px;
	line-height:18px;
	border:solid 1px  #CCCCCC;
	text-align:center;
	margin:2px;
	float:left;
	font-weight:bold;
	background-color:#CCCCCC;
	}
.pages a:link,.pages a:visited,.next a:link,.next a:visited {
	color: #FF9900;
	text-decoration:none;
	text-align:center;
	background-color:#ffffff;
	display:block;
}
.pages a:hover,.pages a:active,.next a:hover,.next a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #990000;
	display:block;
}
.chat, .favs {
	width:60px;
	float:left;
}
#content li {
	width:143px;
	float:left;
	margin:2px;
}