@charset "UTF-8";
/* CSS Document */
#myabsolute { height:636px; }
.checkout {font-size: 12px; color: #000000;}
.checkoutinput {font-size: 12px; color: #000000;}   
.nopcart {background: #464444;border: 1px; font-size: 12px; color: #ffffff; padding-left:10px;}
.nopheader {background: #464444; font-size: 12px; color: #FFFFFF; padding:15px;}
.nopentry {background: #FFFFFF; font-size: 12px; color: #000000;}
.noptotal {background: #FFFFFF; font-size: 12px; color: #000000; padding-top:15px;}
.nopbutton {background: #FFFFFF; font-size: 12px; color: #000000;}                       /*for light-blue buttons*/
.nopbutton:hover {font-size:12px; color:#000000; background:#e0eaff; cursor:pointer;}       /*that darken on hover;  ignored in IE?*/
.bigbutton       {font-size:1.5em; background-color:#F69; color:#FFF; font-weight:bold;}                       /*for BIG light-blue buttons*/
.bigbutton:hover {font-size:1.5em; background-color:#FFF; color:#F69; font-weight:bold; cursor:pointer;}       /*that darken on hover;  ignored in IE?*/
img {border: 0;} 
h1 
{
	font-size:2em;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #4B524D;
	font-family: "Comic Sans MS", cursive;
}
.center {text-align:center;}
.table1 {border:0; padding:0; margin:0; width:100%;}
.td1
{
	vertical-align:top;
	background-color:#F69;
}
input{ font-size:1.5em; background-color:#F69; color:#FFF; font-weight:bold; }
.intro {font-size:12px; color:#000000;}
.bigtext {font-size:15px; color:#000000;}
.nopeven {font-size:12px; color:#000000; background:#ebebeb;}
.nopship {font-size:12px; color:#00279D; background:#f4f8ff;}

#divManageCart
{
	position:absolute;
	left:2px;
	top:426px;
	width:800px;
	text-align:center;
	height: 353px;
}

