@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #8793C7;
	background-position: center;
	width: 1150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.oneColFixCtrHdr #container {
	width: 1250px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #8793C7;
	background-position: center;
}
.oneColFixCtrHdr #header {
	background-color: #8793C7;
	width: 1130px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	width: 1150px;
	background-color: #8793C7;
	background-position: center;
	padding: 0;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.oneColFixCtrHdr #footer {
	width: 1150px;
	background-color: #8793C7;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}


#QuantViewCartCheckout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
}
