﻿
#checkoutButton {
	background: url(../images/checkout_button_hover.gif) no-repeat left top!important;
}

h1 {
	color: #2a8835!important;
}

#sub_menu {
	background-image: url(../images/submenu_bg_checkout.gif);
}

a {
	color: #2a8835;
}

#footer {
	background-image: url(../images/submenu_bg_checkout.gif);
}




table.basketTable {
	margin-left: -3px;
	width: 739px;
}

table.basketTable th {
	text-align: left;
	background-color: #bfbfbe;
	color: White;
	white-space: nowrap;
	padding: 2px 8px 3px;
	font-size: 90%;
}

table.basketTable tr.alt td {
	background-color: #f8f8f8;
}

table.basketTable tr:hover td {
	background-color: #f8eeee;
}

table.basketTable tr:hover a {
	color: #f33b43;
	text-decoration: underline;
}

table.basketTable td a {
	color: #666666;
	text-decoration: none;
}

table.basketTable td.image {
	background-color: #ffffff!important;
	border-right: solid 2px #eeeeee;
}

table.basketTable th:first-child+th+th+th {
	text-align: right;
}

table.basketTable th small {
	font-size: 90%;
}

table.basketTable th a {
	color: White!important;
}

table.basketTable td {
	padding: 2px 8px;
}

table.basketTable td.quantity input {
	width: 50px;
	font-size: 100%;
	border: solid 1px #cccccc;
}

table.basketTable td.price {
	text-align: right;
}

table.basketTable td.offer {
	color: Red;
	font-weight: bold;
}

table.basketTable td.delete span {
	display: block;
	background: url(../images/delete.gif) no-repeat left top;
	width: 29px;
	height: 18px;
	margin: 0 auto;
}

table.basketTable td.delete span span {
	height: 1px;
	overflow: hidden;
	width: 1px;
}

div.deliveryOptions label, div.deliveryOptions select {
	display: block;
	float: left;
}

div.deliveryOptions select {
	margin: 0 20px;
	width: 220px;
}

div.deliveryOptions label {
	padding-top: 2px;
	font-weight: bold;
	color: #888888;
}

tr.subfooter td {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	/*background-color: #e0e0e0!important;*/
	background-color: #ecfaee!important;
	font-weight: bold;
	color: Black;
}

tr.subfooter td, tr.footer td {
	text-align: right;
	padding: 4px 8px;
}

div.offerCode {
	float: left;
}

span.totalLabel {
	float: right;
	display: block;
	padding-top: 6px!important;
}

div.offerCode a {
	display: none;
	font-size: 80%;
	font-weight: normal;
	color: Black!important;
	text-decoration: underline!important;
}

tr.offerRow td, tr.offerRow a {
	color: #2a8835!important;
	font-weight: bold;
}

div.offerCode div {
	float: left;
}

div.offerCode span {
	color: Black;
	font-size: 110%;
	background-color: White;
	border: solid 1px red;
	display: block;
	float: left;
	padding: 0px 6px;
	margin-top: 2px;
}

div.offerCode input {
	border: solid 1px #888888;
}

td.offerCode span.smaller {
	font-size: 90%;
}

tr.footer td {
	background-color: #c7f1cd!important;
	font-weight: bold;
	color: Black;
	font-size: 120%;
	border-top: solid 1px white;
}

/*--- JS Classes used for displaying form when actions occur ---*/
table.basketTable td.newvalue {
	color: Green;
	font-weight: bold;
}

table.basketTable td.newtotalvalue {
	background-color: #66bf55!important;
	color: White;
}

table.basketTable td.quantity input.newvalue {
	background-color: #ccffcc;
}

table.basketTable tr.deleted td {
	background-color: #ffffff!important;
	color: #cccccc;
}

table.basketTable tr.deleted td.delete span {
	display: none;
}

table.basketTable tr.deleted img {
	filter: alpha(opacity=20);
	opacity: 0.2;
}

table.basketTable tr.deleted input {
	display: none;
}

table.basketTable tr.deleted td a {
	color:#cccccc;
	text-decoration: none;
}

/*-- Buttons --*/
a.continueShopping {
	display: block;
	padding-top: 20px;
	clear: both;
	color: #f33b43;
	font-size: 130%;
	font-weight: bold;
}

a#proceedLink {
	float: right;
	display: block;
	width: 141px;
	height: 33px;
	background: url(../images/checkout_proceed.gif) no-repeat left top;
}

a#proceedLink:hover, input#proceedLink:hover {
	background: url(../images/checkout_proceed_hover.gif) no-repeat left top;
}

a#proceedLink span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
}

input#proceedLink {
	float: right;
	display: block;
	width: 141px;
	height: 33px;
	background: url(../images/checkout_proceed.gif) no-repeat left top;
	border: none;
	overflow: hidden;
	padding-top: 33px;
	cursor: pointer;
}

#updateButton {
	border: none;
	background: url(../images/checkout_update.gif) repeat left top;
	width: 141px;
	height: 33px;
	overflow: hidden;
	padding-top: 32px;
	display: block;
	float: left;
}

#updateButton:hover {
	background: url(../images/checkout_update_hover.gif) repeat left top;
}

#updateButton.disabled  {
	background: url(../images/checkout_update_disabled.gif) repeat left top!important;
}

#cancelButton {
	border: none;
	background: url(../images/checkout_cancel.gif) repeat left top;
	width: 141px;
	height: 28px;
	overflow: hidden;
	padding-top: 28px;
	display: block;
	float: left;
	clear: left;
	display: none;
}

#cancelButton:hover {
	background: url(../images/checkout_cancel_hover.gif) repeat left top;
}

#delForm {
	padding: 0!important;
	margin: 8px 0 0 10px;
	width: 302px;
	float: left;
}

div.deliveryInfo {
	width: 230px;
	float: left;
	padding: 10px 20px 0 10px!important;
}

#delForm label {
	margin: 0;
	display: block;
	padding-right: 10px;
}

#delForm textarea {
	width: 302px;
}

div.confirmTable table {
	width: 739px;
	margin-left: -7px;
}

div.confirmTable td {
	padding: 2px 0 2px 20px;
}

div.confirmTable tr.delivery td {
	background-color: #ecfaee;
}

div.confirmTable tr.total td {
	background-color: #c7f1cd;
	font-size: 120%;
	font-weight: bold;
}

div.confirmTable td.deliveryText {
	color: #666666;
	font-size: 90%;
}

a.backToBasket {
	display: block;
	float: left;
	font-weight: bold;
}