
/* 
========================================================================
INVOICE.CSS
========================================================================
*/
body                           { font-family: Verdana,Arial,Helvetica,Sans-Serif; font-size: 70%; font-weight: normal; color: #000; max-width:700px; padding: 10px 50px; line-height:18px; }
h1                             { font-size: 13pt; font-weight: bold; color: black; }
table                          { border-collapse: collapse; width: 100%; }
table td                       { padding: 5px 0 5px 0px; text-align: right; vertical-align: top; }
table th                       { padding: 5px 0 5px 0; border-top: solid 1px black; border-bottom: solid 1px black; text-align: right; }
#invoice                       { padding: 10px 30px; width: 650px; }
#topinfo                       { display: block; border-top: solid 1px black; }
#midinfo                       { clear: both; display: block; }
.box                           { width: 190px; margin-right: 10px; float: left; height: 180px; }
.pad                           { padding: 10px 10px 10px 0px }
.pad-del            		   { padding: 10px 10px 10px 0px;  }
.col1                          { width: 30%; text-align: left; }
/* customization and option text */
.col1 div                      { margin: 5px 0 0 10px }
.fullline                      { font-weight: bold; text-align: left; width: 100%; }
.section                       { border-top: solid 1px black }
#processcurrency td, #total td { font-weight: bold; border-top: solid 1px black; border-bottom: solid 1px black; }
.box strong                    { display: block; padding-bottom: 5px; }
.label                         { display: block; float: left; width: 100px; }
.value                         { }
.bold                          { font-weight: bold }
.imageRight {    float: right;    padding: 0px;    margin: 5px 0px 5px 10px;}

