body{ font-family:Arial, Helvetica, sans-serif; background-color:#FFFFFF; text-align:center; font-size:12px;}
table td{text-align:left;}
img{border:0px;}

#main{width:750px; margin:8px; border:1px solid #FFFFFF; background-color:#ffffff;padding:4px; text-align:left;}
#copy{font-size:12px;text-align:left;padding-left:90px;padding-right:200px; padding-bottom:30px;}
#greyBox{background-color:#dcddde; height:10px; margin:4px;}
#greyBoxS{background-color:#dcddde; height:35px; margin:4px; width:20px; float:left;}

.btmBorder{BORDER-BOTTOM:1px solid #dcddde;}

.pad0{padding:0px;}
.pad0 TD{padding:0px;}
.pad2{padding:2px;}
.pad2 TD{padding:2px;}
.pad4{padding:4px;}
.pad4 TD{padding:4px;}
.pad8{padding:8px;}
.pad8 TD{padding:8px;}
.pad10{padding:10px;}
.pad10 TD{padding:10px;}
.marg4{margin:4px;}
.marg8{margin:8px;}

.greyBack{background-color:#dcddde;}

.widthFull{ width:100%;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

.title{ font-size:16px; font-weight:bold; font-family:Arial Black, Helvetica, sans-serif;}
.title2{ font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.productHeader{ font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
/*
nopcart - This is the class for the main table. You can specify borders, background colors, etc here.
nopheader - This class is used for the descriptive headers of the shopping cart table.
nopentry - This class is used for each product entry in the user's shopping cart.
noptotal - This class is used for the rows displaying the users subtotal, shipping and total costs. 
*/
.nopcart{border:1px solid #000000; width:100%; padding:4px;}
.nopheader{font-size:12px; background-color:#DCDDDE;}
.nopentry{font-size:11px;}
.noptotal{font-size:12px; text-align:right; border-top:1px dotted #DCDDDE;}