#content-panel {
	float:none;
}
h1 {
	float:left;
}
h2 {
	clear:both;
}
#basket h2 {margin-left:74px; padding:15px 0;}
.continue {
	float:right;
	margin-top:6px;
	margin-right: 2px;
}
table, .offers  {
	width:800px;
	margin:15px 74px;
	border-collapse:collapse;
	-webkit-box-shadow: 0 3px 6px -4px #333;
	-moz-box-shadow: 0 3px 6px -4px #333;
	box-shadow: 0 3px 6px -4px #333 ;
}
.qty {
	width: 2em;
}
th, td {
	padding-right: 8px;
	padding-top: 6px;
			
}
th {
	padding-top:10px;
	text-align:left;
	text-transform:uppercase;
	border-bottom: 2px solid #330065;
	color:#330065;		
}
th.centre {
	text-align:center;
}
td {
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom:1px dotted #ccc;
	background:#FCF7FC;
}
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%;
	text-align:right;
	padding-bottom:7px;
}
td.total {
	font-size: 140%;
	padding-bottom:12px;
}
td img {
	max-width: 100px;
	max-height: 133px;
	margin: 0 15px;
}
input.link {
	display:block;
	padding:7px 8px;
	background:#fff;
	text-decoration:none;
	border:1px solid #f2eef6;
	float:left;
	margin:0 22px;
}
input.link:hover {
	color:#fff;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	border:1px solid #9768d1;
	background:#553285;
}

.checkout {		
	min-height:200px;
	background:url(/media/image/image-checkout.jpg) no-repeat left top;
}
.checkout .button {
	text-align:right;
}
.submit-button {
	background:url(../media/buttons/checkout.png) top left;
	border:none;
	height:41px;
	width:229px;
	padding:0;
	cursor:pointer;
	float:right;
	margin-right:110px;
}
.additional {
	margin-top: 25px;
	margin-left: 20px;
}

#footer {
	margin-top: 0;
}
/* updates */
.title th {
	padding:10px 0;
	margin-right:10px;
	width:80px;}
.title th:first-child {
	padding-left:150px;
	width:;}

td {border-right:1px dotted #ccc; text-align:center;}

.button p {margin-left:74px;}
.offers { margin-top:30px; margin-bottom:40px;}

td img {
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;}
