/*  LIST  */

#glossario_list .letras  {        
	margin: 10px 0px 10px 20px;
}

#glossario_list .letras ul {        
        padding:2px;        
        text-align:center;
        margin-left:0px;
        margin-right:0px;
}

#glossario_list .letras ul li {
        padding:2px;
        list-style-type: none;
        float:left;
        font-weight: bold;
        color: #FFF;
}

#glossario_list .letras ul li a{
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
}

#glossario_list .letras .selected a{
        color: #ff8200;
        font-weight: bold;
        text-transform: uppercase;
}

#glossario_repeater {
	margin-top: 20px;
}

#glossario_repeater .detalhe{
	margin-bottom: 20px;
}

#glossario_repeater .detalhe_spacer{
	width: 5px;
	background-color: #ff8200;
	height: 160px;
	float: left;
}

#glossario_repeater .detalhe_contents{
	margin-left: 20px;
	width: 655px;
	height: 200px;
}

#glossario_repeater .detalhe_imagem{
	margin-right: 20px;
	width: 100px;
	height: 116px;
	float: left;
}

#glossario_repeater .detalhe_descricao{
	margin-left: 20px;
	/*height: 116px;*/
	width: 500px;
	color: #999;
}

#glossario_repeater .detalhe_nome{
	margin-top: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

#glossario_repeater .detalhe_link{
	margin-top: 5px;
	color: #ff8200;
	font-weight: bold;
}

#glossario_repeater .detalhe_link a{
	color: #ff8200;
	font-weight: bold;
}
