body {
	margin: 0px;
	background-color: #202020;
	background-image: url(../stat/bg.gif);
}

#container {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	height: 524px;
	top: 50%;
	margin-top: -262px;
	z-index: 1;
	overflow:hidden;
}

#cartArea {
	position: absolute;
	width:770px;
	height:370px;
	background-color: #333333;
	margin:0px;
	top:5px;
	left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	overflow:auto;
}

#topline {
	position: absolute;
	width: 780px;
	height: 80px;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 517px;
	top: 19px;
	z-index: 3;
}

#cornerTL {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
}

#cornerTR {
	position: absolute;
	left: 768px;
	top: 0px;
	z-index: 5;
}

#nav {
	position: absolute;
	width: 780px;
	height: 22px;
	left: 0px;
	top: 80px;
	z-index: 6;
}

#mainContent {
	position: absolute;
	width: 780px;
	height: 380px;
	left: 0px;
	top: 102px;
	background-color: #999999;
	z-index: 7;
}

#bottomline {
	position: absolute;
	width: 780px;
	height: 24px;
	background-color: #ffffff;
	left: 0px;
	top: 490px;
	z-index: 8;
}

#cornerBL {
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 4;
}

#cornerBR {
	position: absolute;
	left: 768px;
	top: 12px;
	z-index: 5;
}

#checkout {
	position:absolute;
	text-align:center;
	width:600px;
	margin:0px;
	padding:0px;
	left:50%;
	margin-left:-300px;
}

.checkoutHeader {
	background-color: #ffffff;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #329EB1;
	border-bottom-color: #329EB1;
	color: black;
}

#checkout th, #items th {
	background: #ffffff;
	color: back;
}

#checkout td, #items td {
	padding: 2px;
	color: #EFEFEF;
}

#checkout table, #items table {
	width: 100%;
	height: auto;
	font-size: 9pt;
}

#checkout form {
	display: inline;
}

.cartHeader {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;


}
.cartOrderSumm {
	background-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	color: black;	
}
.cartFooter {
	background-color: #EFEFEF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #329EB1;
	border-bottom-color: #329EB1;
}

.button {
	border: 1px solid #000000;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #6c6c6c;
	border-bottom-color: #6c6c6c;
	background-color: #dcdcdc;
	color: #000000;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
}

.button:active {
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-top-color: #6c6c6c;
	border-left-color: #6c6c6c;
	padding: 3px 3px 1px 5px;
}
fieldset input, fieldset select, fieldset textarea {
	margin: 0;
	width: 60%;
}

fieldset .checkbox {
	width: auto;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #1883ff;
	font-size: 10pt;
}

fieldset div {
	clear: both;
	margin-top: 2px;
	padding: 2px;
	position: relative;
}

#cart th, #items th {
	background: #ffffff;
	color: back;
}

#cart td, #items td {
	padding: 2px;
	color: #EFEFEF;
}

#cart table, #items table {
	width: 100%;
	height: auto;
	font-size: 9pt;
}

#cart {
	position:absolute;
	text-align:center;
	width:600px;
	margin:0px;
	padding:0px;
	left:50%;
	margin-left:-300px;
}

#cart form {
	display: inline;
}

.style1 {
	color: #000000;
	font-weight: bold;
}
.style3 {
	color: #000000;
}
.style4 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	font-weight: bold;
	color: #FFFFFF;
}

#orderSummaryHeader {
	border:none;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
}
