body {
	margin: 0px 0px 20px 0px;
	background-color: #153e91;
    color: #e5e5e5;
}

#printHeadDiv,
#printFootDiv,
#printBanner,
#printFooter {
	visibility: hidden;
	display: none;
}

li {
	margin-left: -25px;
}

#shippingDetails {
	float: left;
	border: 1px solid #707070;
	height: 150px;
	width: 48%;
	margin: 5px 3px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#paymentDetails {
	float: right;
	border: 1px solid #707070;
	height: 150px;
	width: 48%;
	margin: 5px 0px 0px 3px;
	padding: 5px 5px 5px 5px;
}

#orderNumber {
	margin-bottom: 20px;
}

#orderNumber h3 {
	display: inline;
}

#shippingDetails h1,
#paymentDetails h1 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
}

#shippingDetails h3,
#paymentDetails h3 {
	font-size: 8pt;
	font-weight: bold;
	display: inline;
}

.orderItems {
	/*background-color: #e0e0e0; */
	background-color: #f1f6fb;
	border: 1px solid #747474;
	width: 100%;
}

.orderItems td {
	/* background-color: white; */
}
	
.orderItems th {
	font-family: Verdana, Arial;
	font-weight: bold;
	background-color: #C0C0C0;
}

.evenLineItemRow {
	background-color: #e5e5e5;
}
.oddLineItemRow {
}

#orderFooter {
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
	border-left: 1px solid #747474;
	background-color: #e0e0e0;
    text-align: right;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-right: 2px;
}

#orderFooter h4 {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	display: inline;
}

#orderFooter h3 {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	display: inline;
}

.firstOrderTotalRow td, 
.orderTotalRow td, 
.lastOrderTotalRow td {
    line-height: 1em;
}

.firstOrderTotalRow td {
    border-top: 1px solid #747474;
}

.lastOrderTotalRow td {
	padding-top: 5px;	
	padding-bottom: 5px;	
	font-weight: bold;
}

h2 {
	font-family: Verdana, 'Arial', sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #204870; /*#153e91; */
}

h2.generalInfo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13pt;
	margin-left: 188px;
	margin-top: 0px;
}

h3 {
	font-family: 'Arial', Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #204870; /*#153e91; */
}	
#serendipity_banner {
    background-image: url(/images/onecolbanner.jpg);
    background-repeat: no-repeat;
}

#mainpaneLeft {
    background-image: url(/images/onecolleftborder.jpg);
    background-color: white;
}

#content {
    width: 759px;
	background-color: white;
	background-image: url('/images/onecolback.jpg');
	background-repeat: no-repeat;
}
