h1 {
	margin-top: 1em;
}

table {
	width:100%;
	font-weight:bold;
}

table th {
	text-align:left;
	border-bottom:1px solid #CBCBCB;
	padding:10px 0;
}

tr.product td {
	border-bottom:1px solid #CBCBCB;
	padding:14px 0;
}

tr.product select {
	margin:0;
}

td {
	padding:6px 0;
}

td.right_align {
	text-align: right;
	padding-right: 30px;
}

td.total {
}

td.total_right {
	padding-right: 30px;
	text-align: right;
}

span.category {
	text-transform:uppercase;
	margin-top:50px;
	display:block;
}

span.product_name {
	font-weight:normal;
}

td img {
	float:left;
	margin:0 25px;
}

select {
	margin-top:4px;
}

.continue_shopping {
	background:url(/_images/buttons/continue-shopping.gif);
	width:164px;
	height:35px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:13px;
	display:inline;
}

#basket_form .submit {
	float:right;
	margin:13px 0 ;
}

p.too_heavy {
	margin:20px;
	float:right;
	width:160px;
	color:#f00;
	font-weight:bold;
}

.qty {
	width:40px;
}

.price {
	width:120px;
}

a.edit_order {
	width:220px;
	height:35px;
	background:url(/_images/buttons/edit-your-order.gif);
	display:block;
}

a.continue_shopping span,
a.edit_order span {
	display:none;
}

textarea.gift_message {
	width:220px;
}

tr.addresses {
	font-weight:normal;
}

tr.addresses td {
	border-top:1px solid #CBCBCB;
	padding-top:14px;
	padding-bottom:20px;
}

tr.buttons td {
	padding-bottom:24px;
}

#credit_cards {
	float:left;
}

td.delivery_options {
	padding-left:122px;
}

#other_content {
	position:absolute;
	width:220px;
	right:0;
	top:176px;
}

#main_content {
	display:inline;
}

td.special_offer {
	background:#f0f0f0;
	padding:6px 10px;
}