table.lista{
	width: 100%;
	color: #225289;
	font-size: 11px;
}

table.lista tr td a{
	color: #225289;
}

table.lista tbody tr{
	background: #FFF;
}

/*
table.lista tbody tr.odd{
	background: #dcf0fa;
}*/

table.lista tbody tr td{
	padding-top: 10px;
	
	text-align: center;
}
table.lista tbody tr td a.simple{
	color: #225289;
        text-decoration: none;
        font-weight:normal;
}
table.lista tbody tr td a{
	color: #225289;
        font-weight:bold;
	text-decoration: none;	
}

table.lista tbody tr td.img{
	width: 110px;
}

table.lista tbody tr td.title{
	text-align: left;
	width: 40%;
}

table.lista tbody tr td.author{
	width: 20%;
}

table.lista tbody tr td.value{
	width: 10%;
}

table.lista tbody tr td.buy{
	width: 10%;
}

table.lista tbody tr td.buy span.red{
	color: red;	
}


ul.arquivos  {
    width:600px;
    
    text-align: left;
    margin-top:20px;
}
ul.arquivos  li {
    list-style: none;
}
ul.arquivos  li.titulo {
    list-style: url(../imgs/plus.png);
}
ul.arquivos li ul{
    list-style: url(../imgs/seta.png);
    margin:0 0 0 30px;    
}
ul.arquivos li ul li{
    vertical-align: middle;
    line-height: 20px;
}
ul.arquivos li ul li img{
    vertical-align: middle;
}
ul.arquivos li.titulo{
    padding-bottom:15px;
}
.minus{
     list-style: url(../imgs/minus.png) !important;
}
