@charset "utf-8";
/* CSS Document */
#listaFotos{
list-style:none;
}
#listaFotos li{
display:inline;
width:167px;
height:90px;
margin:2px;
margin-right:13px;
float:left;
margin-bottom:10px;
}
#listaFotos li:hover{
border:2px solid #650367;
margin:0;
margin-right:11px;
background-color:#650367;
margin-bottom:8px;
}

.alto{
margin-bottom:10px;
}
.baixo{
margin-top:10px;
}
#imagemLoja{
width:440px;
height:240px;
}
#loja{
float:left;
clear:left;
width:917px;
margin-top:15px;
margin-bottom:20px;
}
#esquerdoLoja{
float:left;
margin-right:15px;
}
#direitoLoja{
float:left;
width:430px;
}
#fotos{
float:left;
clear:left;
cursor:pointer;
}
.nomeCampo{
width:100px;
float:left;
clear:left;
color:#370237;
font-size:18px;
font-family:"Sylfaen";
}
.attrLoja{
float:left;
width:330px;
font-size:18px;
color:#640364;
font-family:"Sylfaen";
}
#descricao{
float:left;
clear:left;
width:430px;
font-size:18px;
color:#640364;
}
