/* view Cart Button */ 
/* shop */ 
.cartSubTotal {
     border-top: 2px solid #FFFFFF; 
}

.cartTotal {
     border-top: 5px double #FFFFFF; 
}

div#divPreventCheckout {
     background-image: url( '/images/glass.png'); 
     position: fixed; 
     z-index: 100; 
     top: 0px; 
     left: 0px; 
     width: 100%; 
     height: 100%; 
     text-align: center; 
     color: white; 
}

div#divPreventCheckout div {
     background-image: url( '/images/glass.png'); 
     position: fixed; 
     z-index: 150; 
     top: 30%; 
     left: 50%; 
     width: 400px; 
     margin-left: -200px;  
}

div#divPreventCheckout  a {
     color: #f57921; 
     font-weight: bold; 
}

article#artShopThankYou {
     height: 825px; 
}

.myStoreCol1     { width: 300px; }
.myStoreCol2     { width: 200px; }
.myStoreCol3     { width:  25px; }
.myStoreCol4     { width: 250px; }
.myStoreCol6     { width: 100px; }
.myStoreCol7     { width:  50px; }
.myStoreCol8     { width:  800px; }
.myStoreCol9     { width:  250px; }

#divOrderSummary, #divOrderTotal { 
     font-size: 14pt; 
}

#btnCheckOut, #btnClear {
     font-size: 15pt;
     font-weight: bold; 
     padding: 5px;
     height: 40px;   
     border-radius: 10px;
     margin: 10px;  
}




.colCheckOutLabel {
     width: 175px; 
}

#divOrderSummary { 
     font-size: 10pt; 
     float:right; 


}

#txtBillCompany, #txtBillAdd1, #txtBillAdd2, #txtBillEmail, #txtBillPhone,
#txtShipCompany, #txtShipAdd1, #txtShipAdd2, #txtShipEmail, #txtShipPhone {
     width: 200px; 
}
#txtBillFName, #txtBillLName,
#txtShipFName, #txtShipLName {  
     width: 94.5px; 
}

#txtBillZip, #txtShipZip { 
     width: 50px; 
}
#txtBillCity, #txtShipCity { 
     width: 82px; 
}
#selBillCountry, #selShipCountry {
     width: 206px; 
}

#btnCopyAddress { 
     float: right;
     margin-right: 20px;  
}



.colCartItemSummary { width: 300px; }
.colCartPrice       { width: 100px; }



.divSpacer { 
     height: 100px; 
}


 
