

div.botao_up
{
	cursor:pointer; 
	position: absolute; 
	width:17px; 
	height:19px; 
	z-index:3;
}

div.botao_down
{
	cursor:pointer; 
	position: absolute; 
	width:17px; 
	height:19px; 
	z-index:3;
}

div.menu_meio
{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-family:verdana; 
	/*background-color:#FFFFDD;*/ 
	font-size:10px; 
	position: absolute; 
	left:10px; 
	top:25px; 
	width:430px; 
	overflow:hidden;
	padding:0px;
}


div.titulo
{
	font-family:verdana; 
	color:#FF0000; 
	font-size:16px; 
	font-weight:normal;
	position: relative; 
	left:10px; 
	top:6px; 
	width:430px; 
	height:18px; 
	overflow:hidden;
	padding:0;
	border-bottom:0px solid #AAAAAA;
}

div.subtitulo
{
	font-family:verdana; 
	color:#FF0000; 
	font-size:12px; 
	font-weight:normal; 
	padding:0;
}

div.texto
{
	font-family:verdana; 
	color:#888888; 
	font-size:11px; 
	font-weight:normal;
	padding:0;
}

div.item_lista_pratos
{
	font-family:verdana; 
	color:#777777; 
	font-size:11px; 
	font-weight:normal;
	padding:0;
	cursor:pointer;
	height:16px;
}

div.imagem_cd
{
	background: url(../images/cd_image_frame.png);
	position: absolute; 
	left:10px; 
	bottom:10px; 
	width:450px; 
	height:220px;
	/*border:1px solid #888888;*/
}

div.imagem_cd_small
{
	background: url(../images/cd_image_frame_small.png);
	position: absolute; 
	left:10px; 
	bottom:10px; 
	width:450px; 
	height:180px;
	/*border:1px solid #888888;*/
}

div.imagem_cd_barra
{
	background: url(../images/transparent_white_70_2x2.png);
	font-family:verdana; 
	font-size:14px;
	color:#666666; 
	position: absolute; 
	left:30px; 
	bottom:18px; 
	width:410px; 
	/*height:18px;*/
	border:0px solid #FF8888;
	z-index:13;
}

div.imagem_cd_nome
{
	
	font-family:verdana; 
	font-size:13px;
	color:#FF0900; 
	position: absolute; 
	left:20px; 
	bottom:166px;
	height:18px; 
	width:430px; 
	border:0px solid #FF8888;
}

div.imagem_cd_precos
{
	
	font-family:verdana; 
	font-size:12px;
	color:#666666; 
	position: absolute; 
	left:20px; 
	bottom:10px;
	height:18px; 
	width:430px; 
	border:0px solid #FF8888;
}


div.imagem_cd_acompanhamentos
{
	
	font-family:verdana; 
	font-size:11px;
	color:#666666; 
	position: absolute; 
	left:290px; 
	bottom:33px;
	height:130px; 
	width:155px; 
	border:0px solid #FF8888;
	overflow:hidden;
}