
/*--------------------------------------------------
	CART - BASKET
--------------------------------------------------*/

table#basket {
	width:98%;
	border-collapse: collapse;
}

table#basket td {padding: 3px; border-top: 1px solid #ccc;}

table#basket td.right {
	text-align: right;
}

table#basket td.name {
	vertical-align: middle;
}

table#basket p, table#basket .button {
	margin: 0;	
}

.deliverySelect {
	text-align: right;
	padding: 5px 0;
	font-size: 1em;
	color: #333333;
}

.continueShopping { float: left;}
#checkoutButton { float: right;}

/*--------------------------------------------------
	CART - CONFIRMATION
--------------------------------------------------*/

div.confirmation div#currentDetails div.inforow {
	float: left;
} 

div.confirmation div#currentDetails div.field {
	width: 200px;
	float:left;
	padding: 3px;
}

div.confirmation div#currentDetails h3 {
    clear: both;
}

div.confirmation div#currentDetails div.value {
	float: left;
	padding: 3px;
}

div.confirmation .buttons input {
	padding: 4px !important;
	margin: 0 5px 0 0 !important;
	_width: 110px;
}

div.useBilling input {
	display: inline;
	width: auto !important;
}

form#checkout_form {
	padding-bottom: 110px;
	background:url(/assets/templates/sussexcricket/images/cards.gif) bottom center no-repeat;
}


/*--------------------------------------------------
	ORDER BROWSER - CMS BACKEND
--------------------------------------------------*/

div.browserOptions input {
	margin: 17px 15px 0 0;
}

div#m_basket_ordersReview {
	padding: 20px 0 0 0;
}

div#m_basket_ordersReview div#merchantAddress {
	float: right;
	text-align: right;
	padding: 0 20px 20px 0;
	font-size: 12px;
	line-height:150%;
}

div#m_basket_ordersReview div#merchantAddress {
	text-align: left;
	float: left;
	padding: 0 20px 20px 0;
	font-size: 12px;
	line-height:150%;
}

div#m_basket_ordersReview div#alertBoxBlue {
	padding: 15px;
	background-color: #ebf7fe;
	border: 1px solid #ccecf9;
	margin: 10px 20px 20px 20px;
	text-align: center;
	line-height: 150%;
}

div#m_basket_ordersReview div#alertBoxRed {
	padding: 15px;
	background-color: #ffd5d5;
	border: 1px solid #e96568;
	margin: 10px 20px 20px 20px;
	text-align: center;
	line-height: 150%;
}

div#m_basket_ordersReview div#alertBoxGreen {
	padding: 15px;
	background-color: #e3eec8;
	border: 1px solid #c9e096;
	margin: 10px 20px 20px 20px;
	text-align: center;
	line-height: 150%;
}

div#m_basket_ordersReview div#alertBoxBlue input,
div#m_basket_ordersReview div#alertBoxGreen input,
div#m_basket_ordersReview div#alertBoxRed input {
	margin: 10px 0 0 0;
}
	

div#m_basket_ordersReview table#details {
	width: 30%;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 20px 10px 10px;
}

div#m_basket_ordersReview table#details tr.odd td {
	background-color: #F9F9F9;
	padding: 5px;
}

div#m_basket_ordersReview table#details tr.even td {
	background-color: #FFFFFF;
	padding: 5px;
}

div#m_basket_ordersReview tr.totalRow td {
	border-top: 1px solid #CCCCCC;
	padding: 10px 5px;
}

div#m_basket_ordersReview td.rightAlign {
	text-align: right;
	font-weight: bold;
}

div#m_basket_ordersReview div#billingAddress {
	float: left;
	width: 30%;
	border: 1px solid #CCCCCC;
	margin: 0 20px 0 0;
}

div#m_basket_ordersReview div#billingAddress div.heading {
	padding: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
}

div#m_basket_ordersReview .variation {
	color: #333;
}

div#m_basket_ordersReview div#billingAddress div.address {
	padding: 5px 5px 5px 15px;
	line-height: 175%;
}

div#m_basket_ordersReview div#billingAddress {
	float: left;
	width: 30%;
	border: 1px solid #CCCCCC;
	margin: 0 20px 0 0;
}

div#m_basket_ordersReview div#deliveryAddress {
	float: left;
	width: 30%;
	border: 1px solid #CCCCCC;
}


div#m_basket_ordersReview div#deliveryAddress div.heading {
	padding: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
}

div#m_basket_ordersReview div#deliveryAddress div.address {
	padding: 5px 5px 5px 15px;
	line-height: 175%;
}


div#m_basket_ordersReview div#itemsheader {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px;
}

div#m_basket_ordersReview table#items {
	width: 90%;
	margin: 20px 0 0 20px;
	border: 1px solid #CCCCCC;
}

div#m_basket_ordersReview table#items tr.heading td {
	background-color: #EEEEEE;
	padding: 5px;
	font-weight: bold;
}

div#m_basket_ordersReview table#items tr.odd td {
	background-color: #F9F9F9;
	padding: 5px;
}

div#m_basket_ordersReview table#items tr.even td {
	background-color: #FFFFFF;
	padding: 5px;
}

/*--------------------------------------------------
	Basket summary
--------------------------------------------------*/

body.shop div#column2 div.basket {
	width: 165px;
	margin: 0 0 10px 0;
}

body.shop div#column2 div.basket .inner {
	background: url(/assets/templates/sussexcricket/images/snippets-medium-top.gif) no-repeat scroll left top;
	padding: 2px 2px 2px 3px;
}

body.shop div#column2 div.basket .bottom {
	background: url(/assets/templates/sussexcricket/images/snippets-medium-bottom.gif) no-repeat left bottom;
	height:12px;
	font-size: 0;
	line-height: 0;
}

body.shop div#column2 div.basket h3 {
	background: transparent url(/assets/templates/sussexcricket/images/snippets-medium-header.gif) no-repeat scroll left top;
	color: #FFF;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 20px;
	font-size: 1em;
}

div#basketsummary table {
	border: 1px solid #eaeaea;
	width: 100%;
}

div#basketsummary table thead th,
div#basketsummary table thead td {
	color: #999;
	border-bottom: 1px solid #eaeaea;
}

div#basketsummary table th,
div#basketsummary table td {
	padding: 3px;
	text-align: left;
}

div#basketsummary table td {
	text-align: right;
}

div#basketsummary table tr.totalItems {
	background: #eaeaea;
}

div#basketsummary table tr.subTotal {
	background: #eaeaea;
	border-top: 1px solid #fff;
}

div#basketsummary span {
	padding: 2px 10px 2px 2px;
	font-weight: normal;
}

div#basketsummary div.basketlink {
	margin: 1em 0 0 0;
	border: none;
	text-align: right;
}

div#basketsummary p {
	text-align:  center;
	padding: 0;
	margin: 0;
}

div#basketsummary div.button { margin:10px 0 2px 9px; text-align:  center; }

/*--------------------------------------------------
	Fullwidth background
--------------------------------------------------*/

body.fullwidth .column1-top {
	background:transparent url(/assets/templates/sussexcricket/images/column1-top-830.gif) no-repeat left top;
	font-size:0;
	height:6px;
	line-height:0;
	margin:0 !important;
}

body.fullwidth .column1-inner {
	background:transparent url(/assets/templates/sussexcricket/images/column1-bg-830.gif) repeat-y left top;
	margin:0 !important;
	padding:0 20px 5px 8px;
}

body.fullwidth .column1-bottom {
	background:transparent url(/assets/templates/sussexcricket/images/column1-bottom-830.gif) no-repeat left top;
	clear:both;
	height:9px;
	margin:0 !important;
}


