/*  CSS Telefones uteis   */


/* combo filtra telefone */

.cdUnidadeTipo{
	width:300px;
	color:#000000;
	display:block;
	clear:both!important}

	.cdUnidadeTipo select{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:250px;}

/* Listagem de telefone */

#listagem{	
	float:left;
	width:305px;
	margin:10px 0 0 0;}
	
#listagem h3 {
	display:block;
	margin:10px 0 10px 0 }

#telefones{
	margin:10px 0 0 0 ;}
	
#telefones h4{
	width:310px;
	display:block;
	clear:both;
	height:16px;
	padding:2px 0 0 0;}


#telefones ul{
	display:block;
	margin:5px 0 10px 0;}

#telefones ul li {
	padding-left:5px;
	margin:8px 0 0 5px;
	clear:both;
	list-style:none}

.nome {
	display:block;
	width:220px;
	float:left;}
	

/*======================== detalhes =========*/

#detalhes{
	width:238px;
	float:right;
	margin:9px 15px 0 0;}
	
#detalhes h3{
	display:block;
	margin:10px 0 10px 0}
		

#detalhes_vis img {
	margin-left:4px;
	margin-top:10px;}
	

#detalhes_vis h4 {
	margin:10px 0 5px 0;}
	
#detalhes_vis h5 {
	margin:0 0 10px 0; }
	
#detalhes_vis p {
	width:220px;
	margin:0 0 5px 11px;}


	
	
	
	
	
