
/*****quadro cotacoes*****/
#teste{
	width:580px;
	background-color:#666600;
	float:left;
}
#quadro_cotacoes{
	width:520px;
	margin:20px 15px;
}

#cota_horti{
	background:  url("../imagens/layout/qdo_cotacoes_horti_base.jpg") bottom no-repeat;
	width:226px;
	height:220px;
	float:left;
	margin-left:20px;
}

#cota_horti .titulo{
	background:  url("../imagens/layout/qdo_cotacoes_horti_top.jpg") top no-repeat;	
	height:20px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}

#cota_horti p{
	width:210px;
	margin-left:10px;
}

#cota_horti p a{
	color:#006600;
}

#cota_horti p a:hover{
	color:#FF9900;
}


#cota_flores{
	background:  url("../imagens/layout/qdo_cotacoes_flores_base.jpg") bottom no-repeat;
	width:226px;
	height:220px;
	float:left;
	margin-left:20px;
}

#cota_flores .titulo{
	background:  url("../imagens/layout/qdo_cotacoes_flores_top.jpg") top no-repeat;
	height:20px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}

#cota_flores p{
	width:210px;
	margin-left:10px;
}

#cota_flores p a{
	color:#006600;
}

#cota_flores p a:hover{
	color:#FF9900;
}

/***** Configuração para lista de cotações anteriores ******/

.mes, ul.dia li{
	list-style:none;
}

li.ano{
	color:#049947;
	font-weight:bold;
	cursor:pointer;
}
li.ano ul.mes{
	color:#000;
}
ul.dia{
	font-weight:normal;
}


ul.ano li.ano{
	margin-top:10px;
}

ul.mes li.mes{
	margin-top:4px;
}
ul.dia li{
	margin-top:2px;
}










