

body {
		color: #444;
		font: normal 100% "Lucida Sans Unicode",sans-serif;
		margin: 0;
		background: transparent;
	
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 30em; /* ems so it will grow */
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}


.next-button {
/*	background: transparent url(/images/next.png) no-repeat center top;*/
/*	height: 64px;
	width: 64px;*/
	display:block;
/*	text-indent:-9999px;*/
/*	position:relative;
	top:-1em;
	left:300px;*/
/*	border: none;*/
	float: right;
	
}

.terms-link {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	font-size: .8em;
}

.terms-and-conditions {
 	font-size: .5em;
}

table.order-summary {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 70px;
	
}

table.order-summary th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	background: transparent;
}
table.order-summary td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	background: transparent;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	font-size: .8em;
}

/*
 * .boxbody h1 {
	padding: 0% 5% 0% 5%;
	font-size: 1em;
}

.boxbody p {
	font-size: .9em;
}

*/


/*
.main-content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: gray;
}

.product-name {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.product-price {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}*/

