﻿body {
	background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	margin: 0 auto;
}
h1 { font-family: helvetica, Arial, Serif;
     font-size: 1.9em;
     text-align:center;
     text-decoration:underline;
}
h3 { font-family: helvetica, Arial, Serif;
     font-size: 1.5em;
     text-align:left;
}
.cartDiv { 
    margin: 0 auto;
    margin-top:3%;
    background: white;
    width: 70%;
    min-width: 700px;
    max-width: 850px;
    min-height:250px;
    overflow: auto;
    padding: 4%;
    text-align:center;
    }
.cartButton{background:url(../graphics/cart2.png) no-repeat; clear:both;}
.cartButton:hover {background:url(../graphics/cart.png) no-repeat;}
.checkoutButton {background:url(../graphics/checkout2.png) no-repeat;}
.checkoutButton:hover {background:url(../graphics/checkout.png) no-repeat;}
.checkoutButtonDisabled {background:url(../graphics/checkout3.png) no-repeat;}
.confirmButton {background:url(../graphics/confirm2.png) no-repeat;}
.confirmButton:hover {background:url(../graphics/conf.png) no-repeat;}
.continueButton {background:url(../graphics/continue2.png) no-repeat;}
.continueButton:hover {background:url(../graphics/continue.png) no-repeat;}
.Carttable {
    font-family: helvetica, Arial, Serif, Times New Roman;
    }


.checkoutTable { 
    font-family: helvetica, Arial, Serif, Times New Roman;
    text-align: left;
    float:none;
    width: 60%; 
    clear:both;
    font-weight:bold;
    }
.checkoutTable td { 
    font-family: helvetica, Arial, Serif, Times New Roman;
    }
.checkoutTable h2 {
    font-size:1.0em;
    font-family: helvetica, Arial, Serif, Times New Roman;
    text-decoration:underline;
}    
.shipping {
   position:relative;
   float:right;
   width:300px;
   margin:50px 0 35px 0;
   padding:0;
}
    .shipping tr {margin:0; padding:0;}
    .shipping td {margin:0; padding:15px; border-top:1px solid black;}
    .alt {background:#ededed; font-size:large; font-weight:bold; border: 1px solid black;}

.total {
    text-align:center;
    float:right;
    font-size:1.2em;
    font-weight:bold;
    border-top: 1px solid black;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:10px;
    font-family:Arial, Verdana;
    }
.actions {
    clear:both;
    text-align:right;
    float:right;
    padding-top:5px;
    }
.deleteButton {
   
   }
  
   
/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	clear:both;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_divide {
	color: #FFFFFF;
}
