/****************************************************************/
/* BOX PADRÃO - ESTRUTURA DE APRESENTAÇÃO DOS DESEJOS EXTERNOS */


/***************************/
/* APRESENTAÇÃO DO DESEJO */
/* Páginas: index.php, desejos.php, perfil_ex.php */
/*div invisivel*/
.box_ex .desj{
	
	display:inline-block;
	width:134px;
	height:220px;
	overflow:hidden;
	margin-right:25px;
	margin-bottom:20px;
	text-align:center;
	background:#FFF;
	float:left;
	}

/* imagem do desejo */
.box_ex .desj .desj_img {
	
	border:1px solid;
	text-align:center;
	border-color:#e4eaf2 #ced9e9 #ced9e9 #e4eaf2;
	border-bottom:none;
	background:#fff;
	padding:5px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	z-index:999;
	}
	
.box_ex .desj .desj_img img{
	
	text-align:center;
/*	width:122px;*/
	max-height:150px;
	}	

/*dados do desejo: desejo e quem*/
.box_ex .desj .desj_dds{
	
	background:#e4eaf2;
	border-right:1px solid #ced9e9;
	border-bottom:1px solid #ced9e9;
	padding:6px;
	font-size:11px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:0px 2px 4px #e5e5e5;
	-webkit-box-shadow:0px 2px 4px #e5e5e5;	
	}
	
.box_ex .desj .desj_dds span{
	
	color:#000;
	}	

.box_ex .desj .desj_dds a{
	
	color:#03C;
	text-decoration:none;
	}
	
.box_ex .desj .desj_dds a:hover{
	
	text-decoration:underline;
	}	

.box_ex .desj .desj_dds h3.name_desj{
	
	width:124px;
	height:12px;
	margin-bottom:5px;
	line-height:12px;
	overflow:hidden;
	text-align:left;
	font-weight:normal;
	}
	
.box_ex .desj .desj_dds h4.quem_desj{
	
	width:124px;
	height:12px;
	margin-bottom:3px;
	line-height:12px;
	text-align:left;
	overflow:hidden;
	font-weight:normal;	
	}
/* (X) APRESENTAÇÃO DO DESEJO */



/*************************/
/* APRESENTAÇÃO DO DESEJO COMPARTILHADO */
/* Páginas: Index.php */

/*div invisivel*/
.box_ex .compar{
	
	display:inline-block;
	overflow:hidden;
	width:134px;
	height:220px;
	margin-right:25px;
	margin-bottom:20px;
	background:#FFF;
	float:left;
	}


.box_ex .compar .desj_img_compartilhado {
	
	border:1px solid;
	text-align:center;
	border-color: #e1ffc0 #cbe8aa #cbe8aa #e1ffc0;
	border-bottom:none;
	padding:5px;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;	
	}

.box_ex .compar .desj_img_compartilhado img{
	
	text-align:center;
/*	width:122px;*/
	max-height:140px;
	}	

/*dados do desejo: desejo e quem*/
.box_ex .compar .desj_dds_compartilhado{
	
	background:#e1ffc0;
	border:1px solid;
	border-color: #e1ffc0 #cbe8aa #cbe8aa #e1ffc0;	
	padding:5px 5px 10px 5px;
	font-size:11px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:0px 2px 4px #e5e5e5;
	-webkit-box-shadow:0px 2px 4px #e5e5e5;
	}
	
.box_ex .compar .desj_dds_compartilhado span{
	
	color:#000;
	}	

.box_ex .compar .desj_dds_compartilhado a{
	
	color:#03C;
	text-decoration:none;
	}
	
.box_ex .compar .desj_dds_compartilhado a:hover{
	
	text-decoration:underline;
	}	

.box_ex .compar .desj_dds_compartilhado .name_desj{
	
	width:124px;
	height:12px;
	margin-bottom:5px;
	overflow:hidden;
	text-align:left;
	}
	
.box_ex .compar .desj_dds_compartilhado .de_desj{
	
	width:124px;
	height:12px;
	margin-bottom:2px;
	overflow:hidden;
	}
	
.box_ex .compar .desj_dds_compartilhado .para_desj{
	
	width:124px;
	height:12px;
	margin-bottom:2px;
	overflow:hidden;
	}		
/* (X) APRESENTAÇÃO DO DESEJO COMPARTILHADO */
