@charset "utf-8";
/* CSS Document */

#mostrador {
	color:#4C4C4C;
	font-size:12px;
	font-weight:bold;
}

#mostrador .head {
	height:15px;
	width:566px;
	background:url(/imagens/top-mostrador.jpg);
}
#mostrador .body {
	width:566px;
	background:url(/imagens/body-mostrador.jpg);
	overflow:hidden;
}
#mostrador .body h1 {
	color:#06F;
	font-size:14px;
	clear: left;
}
#mostrador .bottom {
	width:566px;
	height:66px;
	background:url(/imagens/bot-mostrador.jpg);
}

#mostrador .body .esquerda {
	width:250px;
	margin-left:17px;
	float:left;
	display:inline;
}
#mostrador .body .esquerda li {
	margin-bottom:5px;
}
#mostrador .body .esquerda .extras {
	font-size:10px;
	font-weight:bold;
}
#mostrador .body hr {
	margin:5px 0;
	color: #ADADAD;
}

#mostrador .body .direita {
	width:279px;
	float:left;
	display:inline;	
	margin-left:5px;
}
#mostrador .body .direita div.albumfull {
	height: auto;
	overflow: hidden;
	margin: 0 0 5px 0;
}
#mostrador .body .direita div.vertodas {
	font-size: 10px;
	text-align: right;
	margin-top: -8px;
}
#mostrador .body .direita div.vertodas a {
	color: #000;
}
#mostrador .body .direita div li {
	height:60px;
	width:91px;
	background:#FFF;
	margin:0;
	float:left;
	display:inline;
	border:#FFF 1px solid;
	overflow: hidden;
}
