/* Estilo Basico */
@import url("interna.css");

/* **** Estrutura do Conteudo Interno **** */
/* *** Lista Clientes *** */
#list {	margin-top: 10px;	}

#list .item {
	float: none;
	margin: 0 0 15px;
	clear: both;	}

#list .item .title {	}

#list .item .thumb {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;	}

#list .item .desc {
	display: inline;
	margin: 0 0 10px;
	color: #2a2723;	}

#list .item a:link, 
#list .item a:visited {
	color: #2a2723;
	text-decoration: none !important;}
#list .item .title a:link, 
#list .item .title a:visited  {
	text-decoration: none !important;
	color: #50abd3;	}
#list .item .title a:hover, 
#list .item .title a:active,
#list .item .title a:focus {
	color: #0d72b9;
	text-decoration: none !important;	}
#list a:hover, 
#list a:hover .desc, 
#list a:active,
#list a:active .desc,
#list a:focus, 
#list a:focus .desc {
	color: #0d72b9;
	text-decoration: underline !important;}
/* *** FIM Lista Clientes *** */
