/* CSS Document */
#cartList { text-align: center; }
#cartList table { width: 100%; padding: 10px; }
.brd { border: 1px solid #853142; } 
#cartList table td, #cartList table th { border-color: #853142; border-style: solid;  }
#cartList th { text-align: center; height: 30px; vertical-align: middle; background-image:url(../images/fundoescuro.gif); }
.tblOps {  width: 5%; text-align:center; border-width: 0px 0px 0px 1px; }
.tblArtigo { border-width: 0px 0px 0px 0px; width: 85%; text-align:left; padding: 5px;  }
.tblTotal { border-width: 0px 1px 0px 0px; width: 10%; text-align:right; padding: 0 5px 0 5px; }
.corner{ border: 1px solid #853142; padding-right: 10px; text-align: right; }
.thTop { background-color:#853142; border:0}
#cartLstBtns { text-align:center; padding-top: 20px; }
#cartLstBtns ul { list-style: none; display: inline; margin: 0; padding: 3px 15px 3px 15px; position: relative; }
#cartLstBtns ul li { list-style: none; margin: 0; padding: 0; display: inline;}
#cartLstBtns a { color: #000; font-size: 9px; font-weight:bold; text-decoration: none; background-image:url(../images/fundoescuro.gif); border: 1px solid #853142; padding: 2px 10px 2px 10px; text-transform:uppercase; height: 30px; line-height: 30px;}
#cartLstBtns a:hover { color:#FFF; background-color:#EBAF00;}
#cartList td a { color:#853142; text-decoration:none; }
#cartList td a:hover { color:#FFF; background-color:#853142;}
#campnfo { text-align: justify; display: block; border: 1px solid #EBAF00; padding: 20px; margin-top: 20px; background-color:#EEEEEE; }
#campnfo h1 { font-size:12px; color:#EBAF00; font-variant:small-caps; }

