/* Formatacao dos itens */

		#indicecomponente ul {
			padding-left:20px;
			list-style:none;
			margin-bottom:30px;
		}

			#indicecomponente ul li {
				background:url(indices_linha_separadora.gif) left bottom no-repeat;
				height:51px;
				padding-top:15px;
				padding-bottom:18px;
			}
				
				#dataitem {
					width:74px;
					height:51px;
					background:url(bg_agenda_folhinha.gif) left top no-repeat;
					color:#df4204;
					font-weight:bold;
					float:left;
					line-height:5em;
					padding-left:10px;
				}
				
				#descricaoitem {
					padding-top:3px;
					margin-left:85px;
				}
			
			
				a.tituloitem {
					font-weight:bold;
				}
				
					a.tituloitem:hover {
						text-decoration:none;
					}
	

		#indicecomponente div.album img {
			border:0;
		}

