/* CSS Frete */
#calcule_frete{
border-top:1px dotted #999;
}
#calcule_frete span{
font-weight:normal;
padding-left:3px;
}
#cep1{
width:45px !important;
}
#cep2{
width:30px !important;
}
#frete_calculado{
background:#ededed url("../../img/frete/seta.png") no-repeat !important;
/*display:none;*/
padding:18px 26px;
width:auto;
}
#frete_calculado dl dt{
color:#990000;
padding:0 0 8px;
}
#frete_calculado dl dt strong{
padding-right:8px;
}
#frete_calculado dl dd{
color:#333;
padding:0 0 3px;
}
#frete_calculado ul{
background:url("../../img/frete/div_h.gif") 0 13px repeat-x !important;
display:block;
margin:0;
padding:0;
width:450px;
}
#frete_calculado ul li{
background:#ededed;
display:inline;
padding-right:3px !important;

}
#frete_calculado .precoProdutoDesconto{
float:right;
font-size:12px;
margin:0 !important;
padding:0 0 0 4px !important;
width:100px !important;
}
#quantidade{
width:45px !important;
}