#table_cesta, #table_entrega, #table_total{
width:100% !important;
width:95%;
border-collapse: collapse;
font-family: Arial;
font-size: 12px;
margin-top:1px;
}
#table_cesta th {
background-color:#E5E5E5;
color:#000000;
text-align: center;
font-weight: bold;
vertical-align: middle;
text-align:center;
padding: 6px;
}
#table_cesta tr td {
padding: 4 6 4 6;
}
#table_cesta tr td.ptotal {
width:90px;
background-image:url(../imagens/line.gif);
background-repeat:repeat-y;
background-position:left;
text-align: right;
padding: 4 6 4 6;
}
#table_entrega {
width:100% !important;
width:95%;
border-collapse: collapse;
background-image:url(../imagens/line.gif);
background-repeat:repeat-x;
background-position:top;
background-color: #F9F9F9;
}
#table_entrega td{
padding: 10 6 10 6;
}
#table_entrega tr td.etotal {
width:84px;
background-image:url(../imagens/line.gif);
background-repeat:repeat-y;
background-position:left;
text-align: right;
padding-left:0px;
}
#table_entrega select{
font-family: Arial;
font-size: 12px;
}
#table_total{
background-image:url(../imagens/line.gif);
background-repeat:repeat-x;
background-position:top;
background-color: #5f5f5f;
font-size:13px;
color:#FFFFFF;
}
#table_total td{
padding: 6px;
}
#table_cesta input{
font-family: Arial;
font-size: 11px;
}
#table_cesta a{
color:#333333;
text-decoration: none;
}
#table_cesta a:hover{
text-decoration: underline;
}
.linkcep{
color: #999999;
text-decoration:none;
}
.linkcep:hover{
color:#333333;
text-decoration:underline;
}
