@import url("basket.css");

#content ul.basket-actions {
	list-style-type: none;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}

#content ul.basket-actions li {
	float: right;
	padding: 0px;
	margin: 6px 10px 6px 0px;
}

#content ul.basket-actions li form,
#content ul.basket-actions li fieldset {
	width: auto;
}

#content ul.basket-actions li {
	width: 5em;
}

#content ul.basket-actions li.last {
	width: 8em;
}

#content div.basket-actions {
	float: right;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content div.basket-actions div {
	float: right;
}

#content div.basket-actions * {
	margin: 0px;
	padding: 0px;
}

#content div.basket-actions form,
#content div.basket-actions fieldset {
	width: auto;
	clear: none;
}

#content div.basket-actions form input {
	float: right;
}

#content div.basket-actions div.checkout {
	width: 70px;
	margin-right: 13px;
}

#content div.basket-actions div.continue-shopping {
	width: 127px;
	margin-right: 10px;
}

#content div.basket-actions input.submit-image,
#content div.basket-actions input.submit-image-over {
	margin-left: 0px;
}

div.basket p.promotion-text {
	clear: both;
}

div.basket {
	display: block;
	margin-left: 10px;
	width: auto;
}

div.basket table {
	clear: both;
	width: 516px;
	margin-left: 4px;
	margin-bottom: 8px;	
	border: solid 1px rgb(177,180,83);
}

#content div.basket th {
	background-color: rgb(236,236,221);
	color: rgb(109,112,36);
	font-size: 100%;
	padding: 4px;
	border-bottom: solid 1px rgb(177,180,83);
	border-right: solid 1px rgb(177,180,83);
}

#content div.basket td {
	border-bottom: none;
	border-right: solid 1px rgb(177,180,83);
}

#content div.basket td img {
	display: block;
	margin-left: 4px;
}

#content div.basket td.remove img{
	margin: 0px auto;
}

#content div.basket td.thumbnail a {
	display: block;
}

#content div.basket td.thumbnail a,
#content div.basket td.thumbnail img {
	width: 90px;
	height: 90px;
}

#content div.basket td.thumbnail {
	width: 100px;
	border-right: none;
}

#content div.basket td.thumbnail img {	
	margin: 0px auto;
	border: solid 1px rgb(177,180,83);
} 

#content div.basket input.submit-image {
	float: left;
	margin: 1px 2px;
}

#content fieldset input.submit-image {
	clear: both;
}

#content div.basket input.submit-button,
#content div.basket input.submit-button-over {
	margin-left: 10px;
}

p.remove-info {
	font-size: 100%;
}

p.remove-info img {
	display: inline;	
}

p.remove-info span {
	float: left;
	margin-bottom: 6px;
	margin-left: 2px;
}

#content div.basket table tr.totals-row {
	background-color: rgb(236,236,221);
}

#content div.basket table td.totals-cell,
#content div.basket table td.totals-cell-data,
#content div.basket table td.totals-cell-data-total {
	text-align: right;
	border-right: solid 1px rgb(177,180,83);
	border-top: solid 1px rgb(177,180,83);
}


#content div.basket table td.totals-cell {
	font-size: 100%;
	color: rgb(109,112,36);
}

#content div.basket table td.totals-cell,
#content div.basket table td.totals-cell-data-total {
	font-weight: bold;
}

/* Mini Basket */
div.basket-sidebar h2 {
	margin-bottom: 0px;
}

div.basket-sidebar table {
	margin: 0px;
	width: 197px;
	border: none;
	border: none;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}

div.basket-sidebar table th {
	border: none;
	background: none;
	padding: 2px 0px 2px 10px;
}

div.basket-sidebar table td {
	padding: 2px 0px 2px 10px;
}

div.basket-sidebar table td span {
	font-size: 85%;
}

div.basket-sidebar table th.quantity,
div.basket-sidebar table td.quantity {
	text-align: right;
	padding: 2px 10px 2px 0px;
}

div.basket-sidebar table td a {
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}

div.basket-sidebar table.section {
	margin-top: 6px;
}

div.basket-sidebar table.section td {
	padding: 6px 10px;
}

div.basket-sidebar table td.total {
	color: rgb(104,110,40);
	font-weight: bold;
}

div.basket-sidebar table td.total-value {
	text-align: right;
}

div.basket-sidebar input.image-button {
	float: right;
	margin: 10px 8px 0px 0px;
}

div.basket-contents input.image-button {
	float: right;
	margin: 8px;
}