/* Basket */
div.basket {
	width: 530px;
	display: table;
}

div.basket table {
	clear: none;
	width: 510px;
}

div.basket table,
div.basket td {
	border: none;
}

div.basket th {
	border: solid 1px rgb(182,171,193);
}

div.basket td.price,
div.basket th.price {
	text-align: right;
}

div.basket td.quantity,
div.basket th.quantity{
	text-align: center;
}

div.basket dl.price {
	float: right;
	width: 300px;
	padding-right: 10px;
}

div.basket dl.price dt {
	clear: both;
	font-weight: bold;
	float: left;
}

div.basket dl.price dd {
	float: right;
	text-align: right;
	padding-right: 4px;
}

div.basket dl.price dt.total {
	margin-top: 4px;
}

div.basket dl.price dd.total {
	margin-top: 4px;
	font-weight: bold;
}

div.basket input.quantity {
	width: 30px;
	text-align: center;
}

div.basket input.submit-button,
div.basket input.submit-button-over {
	float: left;
	margin-left: 10px;
}

/* Product Options */
dl.itemOptions {
	font-size: 0.8em;
	margin-left: 10px;
}

dl.itemOptions dt {
	float: left;
	clear: both;
}
dl.itemOptions dd {
	float: left;
	margin-left: 10px;
}

textarea.order-note {
	clear:both;
	width:495px;
	height:75px;
	margin:0 0 10px 10px;
}


/* Order Summary */
#content div#summary {
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	border-top: solid 1px rgb(182,171,193);
	border-bottom: solid 1px rgb(182,171,193);
}

#content div#summary dl {
	clear: both;
	margin-top: 10px;
}

#content div#summary dl dt {
	font-weight: bold;
}

#content div#summary dl dd {
	margin-left: 10px;
}

#content div#summary h2 {
	margin-top: 0px;
	float: left;
}

#content div#summary a {
	float: right;
}

#content div#delivery-summary,
#content div#payment-summary {
	padding: 6px;
	width: 243px;
	float: left;
}

div.remove-info {
	font-size:80%;
	margin-left:14px;
}

div.threed-secure-images {
	clear:both;
	text-align: center;

}
div.threed-secure-images img {
	margin:20px;
	vertical-align: middle;
}

#payment-method p.selected {
	font-weight:bold;
}

#payment-method p img {
	display: inline;
	vertical-align: middle;
	margin-right: 2px;
}
