@charset "utf-8";
/* CSS Document */

@import url("reset.css");

a{ font-family:arial; text-decoration:none; font-size:11px; } 
a:hover{ font-family:arial; text-decoration:underline; font-size:11px; }
 
div{ padding:0; margin:0; font-family:arial; color:#727272; font-size:11px; }

*{ font-family:Arial Narrow, Arial; color:#727272; font-size:11px; } 

img{ border:0px; padding:0; margin:0; }

form{ margin:0; padding:0; } 

.texto,.texto2{ color:#727272; font-size:11px; margin:0px 5px 5px 5px; }  
.texto2{ text-align:justify; }    


body{ margin:0; padding:0; background:url('/images/bg.jpg'); }

/*--Entrada--*/
.catalogo .logo{ margin:20px 0px 20px 0px; }
.catalogo h3{ margin:0px 0px 20px 0px; color:#000000; font-size:16px; text-transform:uppercase; } 
.catalogo .catalogo_list{ width:695px; } 
.catalogo .catalogo_list .item_list{ float:left; padding:0; margin:10px 20px 5px 20px; width:191px; height:260px; } 
.catalogo .catalogo_list .item_list img{ margin:0px 0px 5px 0px; border:2px solid #cccccc; } 
.catalogo .catalogo_list .item_list a{ color:#950135; font-weight:bold; font-size:12px; text-transform:uppercase; } 
.catalogo .catalogo_list .item_list a:hover{ text-decoration:none; }  

/*--Colecoes--*/
.colecoes{ width:800px; }
.colecoes .topo{ margin:20px 0px 30px 0px; }
.colecoes .colecoes_list{ width:800px; } 
.colecoes .colecoes_list .item_list{ float:left; padding:0; margin:20px 0px 20px 0px; width:160px; height:219px; }

/*---Fotos---*/
.fotos{ width:800px; }
.fotos .topo{ margin:20px 0px 10px 0px; }

.fotos .colecoes_list_linha{ width:810px; height:30px; margin:0px 0px 0px -5px; border:0px solid #ff0000; }  
.fotos .colecoes_list_linha .item_list_linha{ float:left; margin:0px 0px 0px 5px; width:75px; height:30px; }
.fotos .colecoes_list_linha .item_list_linha a{ display:block; padding:10px 0px 0px 0px; width:75px; height:20px; font-size:11px; color:#ffffff; text-transform:uppercase; background:#950135; }
.fotos .colecoes_list_linha .item_list_linha a:hover{ background:#b60244; text-decoration:none; }
.fotos .colecoes_list_linha .item_list_linha a.active{ background:#e00354; }

.fotos .left{ float:left; margin:50px 0px 0px 0px; width:153px; border:0px solid #ff0000; }
.fotos .left img{ margin:0px 0px 0px 0px; }
.fotos .right{ float:right; margin:50px 0px 0px 0px; width:620px; border:0px solid #ff0000; }
.fotos .right #listFotos{ width:620px; height:330px; overflow:auto; border:0px solid #000000; } 
.fotos .right .item_list_foto{ float:left; margin:0px 0px 10px 10px; }

/*--Produto--*/
table td { font-family:arial; color:#000000; font-size:10px; text-transform:uppercase; }
table td p{ font-family:arial; color:#000000; font-size:10px; margin:0; padding:0; text-transform:uppercase; }

table.details{ margin:5px 0px 10px 0px; border:1px solid #cccccc; }
table.details td span{ margin:0; padding:0; }
table.details td.title_cod{ width:28%; margin:0; padding:3px 0px 3px 5px; font-weight:bold; background:#cccccc; }
table.details td.title_cor{ width:51%; margin:0; padding:3px 0px 3px 5px; background:#b4b3b3; }
table.details td.title_tam{ width:22%; margin:0; padding:3px 0px 3px 5px; background:#9b9999; } 

table.details td.title_cor p.pt{ color:#006633; font-weight:bold; }
table.details td.title_cor p.en{ color:#003399; font-weight:bold; }
table.details td.title_tam p.pt{ color:#006633; font-weight:bold; }  
table.details td.title_tam p.en{ color:#003399; font-weight:bold; } 

table.details td.reg_cod{ margin:0; padding:0; } 
table.details td.reg_cor{ margin:0; padding:0; } 
table.details td.reg_tam{ margin:0; padding:0; }
 
table.details td.reg_aux{ border-top:1px solid #cccccc; }  

table.details td.reg_cod p.pt{ color:#006633; } 
table.details td.reg_cod p.en{ color:#003399; } 
table.details td.reg_cor p{  } 
table.details td.reg_tam p{  }  

table.cores{ margin:5px 0px 10px 0px; }
table.cores td{ border-bottom:0px solid #cccccc; padding:2px; } 
table.cores td p{ margin:0; padding:0; }

