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

#produtos{
width:642px;
float:left;
margin:0px 0px 0px 0px;
}

#produtos_topo{
width:642px;
height:40px;
background-image:url(../img/tag3.png);
background-repeat:no-repeat;
float:left;
margin:10px 0px 0px 0px;
}

#produtos_topo h1{
width:100%;
float:left;
font: 18px "Trebuchet MS", Verdana;
color:#FFFFFF;
margin: 7px 0px 0px 20px;
}

#produtos_corpo {
width:640px;
display:table;
margin:auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#produtos_corpo {
width:640px;
float:left;
margin:0px 0px 0px 0px;
}
}

#produtos_item {
width:313px;
float:left;
margin: 10px 0px 0px 5px;
}

#produtos_item_barra {
width:313px;
height:53px;
background-image:url(../img/pro_barra.png);
background-repeat:no-repeat;
float:left;
margin:0px 0px 0px 0px;
}

#produtos_item_caixa {
width:267px;
height:162px;
background-image:url(../img/pro_caixa2.png);
background-repeat:no-repeat;
float:left;
margin:10px 0px 0px 22px;
}

#produtos_item_caixa_sf {
width:100px;
height:100px;
background-image:url(../wsm/imagens/nadafoto7.gif);
background-repeat:no-repeat;
float:left;
margin: 30px 0px 0px 80px;
}

#produtos_item_caixa img {
float:left;
margin: 15px 0px 0px 40px;
}

#produtos_item_barra h1 {
width:100%;
text-align:center;
font:14px "Trebuchet MS", Verdana;
float:left;
margin: 2px 0px 0px 0px;
color:#807E82;
}

#produtos_paginacao{
width:640px;
float:left;
margin: 0px 0px 0px 0px;
}

#produtos_paginacao h1{
width:640px;
color:#979698;
text-align:center;
float:left;
margin:0px 0px 0px 0px;
font-size:14px;
}

#produtos_paginacao a{
text-decoration:none;
color:#979698;
}

#produtos_paginacao a:hover{
color:#AFC025;
}
