#content-panel {
	float:none;
}
h1 {
	float:left;
}
h2 {
	clear:both;
}
.continue {
	float:right;
	margin-top:6px;
	margin-right: 2px;
}
table {
	width:100%;
	border-collapse:collapse;
}
.qty {
	width: 2em;
}
th, td {
	padding-right: 8px;
	padding-top: 6px;
			
}
th {
	padding-top:10px;
	text-align:left;
	text-transform:uppercase;
	border-bottom: 1px solid #330065;
	color:#330065;		
}
th.centre {
	text-align:center;
}
td {
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom:1px solid #83598B;
}
td img {
	border:1px solid #330065;
}
td.tight {
	padding-top:3px;
	padding-bottom:3px;
}
td.tightbottom {
	padding-bottom:3px;
}
td.clearbottom {
	border-bottom:none;
}
td.priceheader {
	text-transform:uppercase;
	color:#330065;
	font-size: 90%;
	font-weight:bold;
}
td.total {
	font-size: 120%;
}
td img {
	max-width: 100px;
	max-height: 133px;
}
input.link {
	background-color: #E7DDE8;
	border:1px solid #83598B;
	color:#83598B;
	font-size: 85%;
	padding: 2px 4px;
}
.checkout {		
	min-height:200px;
	background:url(/media/image/image-checkout.jpg) no-repeat left top;
}
.checkout .button {
	text-align:right;
}
.submit_button {
	padding: 2px 20px;
	overflow:visible;
}
.additional {
	margin-top: 25px;
	margin-left: 20px;
}

#footer {
	margin-top: 0;
}