/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*                                                                        */
/*  Legal Centre                                                          */
/*  Copyright 2009                                                        */
/*                                                                        */
/*  Cascading Style Sheet                                                 */
/*                                                                        */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Author: Colin MacDonald, Pure Innovation Limited                      */
/* ---------------------------------------------------------------------- */


/* CHECKOUT */

/* ###################################### */
/* HEADER */
/* ###################################### */

.header .checkoutLogos
{
	float: right;
	margin-top: 22px;
}

.header .checkoutLogos .sagePay
{
  float: left;	
	text-align: center;
	color: #dfdddd;
}

.header .checkoutLogos .sagePay img
{
	margin-top: 5px;
}

.header .checkoutLogos .secureCheckout
{
	float: left;
	height: 36px;
	margin: 21px 20px 0 0;
	line-height: 36px;
	font-size: 1.5em;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 30px;
	background: url('/images/checkout_header_padlock.png') no-repeat;
}

/* ###################################### */
/* MAIN MENU */
/* ###################################### */

.mainMenu.checkout
{
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 35px;
}

.mainMenu.checkout .help
{
	float: left;
}

.mainMenu.checkout .nav
{
	float: right;
}

.mainMenu.checkout .nav a
{
	float: left;
	color: #FFFFFF;
	margin-left: 34px;
}

.mainMenu.checkout .nav a.basket
{
	padding-right: 28px;
	background: url(/images/checkout_menu_icon_basket.png) right 7px no-repeat;
}

.mainMenu.checkout .nav a.help,
.mainMenu.checkout .nav a.homepage 
{
	padding-left: 34px;
	background: url(/images/checkout_menu_grad_separator.png) left top no-repeat;
}

/* ###################################### */
/* PROGRESS */
/* ###################################### */

div.checkoutProgress
{
	height: 55px;
	background: url(/images/checkout_progress_bg.png) repeat-x;
}

div.checkoutProgress ul
{
	float: left;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.checkoutProgress ul li
{
	position: relative;
	float: left;
	width: 249px;
	padding-top: 12px;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	color: #63b6e7;
}

div.checkoutProgress ul li.selected,
div.checkoutProgress ul li.completed
{
	color: #FFFFFF;
}

div.checkoutProgress ul li div
{
	position: absolute;
	bottom: -17px;
	left: 116px;
	width: 12px;
	height: 12px;
  background: url(/images/checkout_progress_dot.png)  no-repeat;
}

div.checkoutProgress ul li.selected div
{
	background: url(/images/checkout_progress_dot_selected.png)  no-repeat;
}

div.checkoutProgress ul li.completed div
{
  background: url(/images/checkout_progress_dot_completed.png)  no-repeat;
}

div.checkoutProgress .line
{
	float: left;
	clear: both;
	height: 3px;
	width: 748px;
	margin-top: 10px;
	margin-left: 120px;
	background-color: #FFFFFF;
}

/* ###################################### */
/* CHECKOUT BOX (blue box used around content) */
/* ###################################### */

div.checkoutBox
{
  width: 749px;
  position: absolute;
  top: -4px;
  left: -14px;
}

div.checkoutBox div.top 
{
  position: relative;
  height: 95px;
	background: url(/images/checkout_box_top.png) no-repeat;
}

div.checkoutBox div.top h3 
{
  font-size: 2.2em;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 68px;
  margin-left: 40px;
}

div.checkoutBox div.middle
{
  background: url(/images/checkout_box_middle.png) repeat-y;
}

div.checkoutBox div.middle div.padded
{
  padding: 0 40px 20px 40px;
}

div.checkoutBox div.bottom
{
  height: 87px;
	background: url(/images/checkout_box_bottom.png) no-repeat;
}

div.checkoutBox div.padded
{
	padding: 25px 40px;
}

/* ###################################### */
/* CHECKOUT BOXES FOR NEW AND EXISTING CUSTOMERS */
/* ###################################### */

div.checkoutBoxNewCustomers,
div.checkoutBoxExistingCustomers
{
	color: #000000;
}

div.checkoutBoxNewCustomers
{
  width: 620px;
  height: 408px;
  background: url(/images/checkout_box_new_customers_bg.png) no-repeat;
}

div.checkoutBoxNewCustomers h3,
div.checkoutBoxExistingCustomers h3 
{
  font-size: 2em;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 68px;
  margin-left: 30px;
}

div.checkoutBoxNewCustomers div.middle,
div.checkoutBoxExistingCustomers div.middle
{
  padding: 30px 16px 20px 16px;
}

div.checkoutBoxNewCustomers .form label,
div.checkoutBoxExistingCustomers .form label
{
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 3px;
}

div.checkoutBoxNewCustomers .tickList
{
	float: right;
	width: 268px;
	padding: 20px 14px;
	font-size: 1.1em;
	color: #FFFFFF;
}

div.checkoutBoxNewCustomers .tickList span
{
	font-weight: bold;
	font-style: italic;
}

div.checkoutBoxNewCustomers .tickList ul
{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

div.checkoutBoxNewCustomers .tickList ul li
{
	margin-bottom: 10px;
	min-height: 26px;
  padding-left: 30px;
	background: url(/images/bullet_tick2.png) left top no-repeat;
}

div.checkoutBoxExistingCustomers
{
  width: 310px;
  height: 408px;
  background: url(/images/checkout_box_existing_customers_bg.png) no-repeat;
}

div.checkoutBoxExistingCustomers a
{
	color: #000000;
  text-decoration: underline;
}

/* ###################################### */
/* BILLING DETAILS */
/* ###################################### */

.checkoutBarSagePay
{
	float: left;
	clear: both;
	width: 832px;
	height: 64px;
	margin-top: 20px;
	background: url(/images/checkout_bar_sage_pay.png) no-repeat;
}

.checkoutBarSagePay p
{
	font-size: 1.1em;
	color: #000000;	
	margin: 12px 20px;
	line-height: 20px;
}

#billing_details span
{
	font-size: 1.2em;
	color: #007CBB;
} 
	


/* ###################################### */
/* TABLE LISTING ITEMS */
/* ###################################### */

table.basket
{
	width: 665px !important;
	margin-left: 40px;
	padding-bottom: 18px;
}

table.basket tr
{
	height: 88px;
}

table.basket tr.headings
{
  height: 20px;
}

table.basket tr.headings th
{
	text-align: left;
}

table.basket tr.headings th.price
{
  text-align: center;
}


table.basket tr td.price
{
  width: 100px;
  font-size: 1.4em;
  text-align: right;
  padding-right: 20px;
}

table.basket tr td.price
{
	font-size: 1.8em;
}

table.basket tr td.button
{
	width: 135px;
}

div.totalBar
{
	width: 665px;
  height: 49px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(/images/basket_total_bar.png) no-repeat;
}

div.totalBar .blueButton
{
  margin: 12px 10px;
}

div.totalBar div.total
{
	float: right;
	margin-right: 19px;
	font-size: 1.6em;
	line-height: 49px;
}

div.totalBar div.price
{
	float: right;
	margin-right: 9px;
	padding-left: 12px;
	height: 49px;
	background: url(/images/basket_total_bar_price_bg.png) repeat-x;
	color:#FFFFFF;
	font-size:2.3em;
	line-height: 49px;
}

div.totals table.basket
{
  width: 671px !important;
}

div.totals table.basket tr td
{
	padding-top: 7px;
	border-bottom: none !important;
}

div.totals table.basket tr td.totalLabel
{
  font-size: 1.4em;
  color: #CF286F;
  text-align: right;
}


/* ###################################### */
/* ORDER CONFIRMATION TABLE */
/* ###################################### */

#order_confirmation table
{
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
}

#order_confirmation table td
{
	padding: 10px;
}

#order_confirmation table td.price
{
	text-align: right;
	padding-right: 40px;
}

#order_confirmation table thead th 
{
  color: #007CBB;
  border-bottom: 1px solid #999999;
}

#order_confirmation table tbody td
{
	border-top: 1px dashed #cccccc;
}

#order_confirmation table tfoot td
{
  border-top: 1px solid #999999;
	height: 80px;
}

#order_confirmation table tfoot td strong
{
	font-size: 1.3em;
}

#order_confirmation table th
{
	text-align: left;
	color: #007CBB;
	font-size: 1.5em;
	font-weight: normal;
	padding: 20px 0;
}

#order_confirmation .buttonTitle
{
	font-size: 1.4em;
}

#order_confirmation .downloadMessage
{
	float: left;
	margin-left: 10px;
	line-height: 35px;
}

/* ###################################### */
/* FOOTER */
/* ###################################### */

.checkoutFooter
{
  width: 100%;
  height: 80px;
  background: url(/images/footer_bg.png) repeat-x;
}

.checkoutFooter .cards
{
	float: left;
	margin-top: 26px;
}

.checkoutFooter .copyright
{
	float: left;
	font-size: 0.9em;
	color: #999999;
	margin: 32px 0 0 140px;
}


.checkoutFooter .copyright a
{
	color: #999999;
	text-decoration: underline;
}

.checkoutFooter .logo
{
	float: right;
	text-align: center;
	margin-top: 14px;
}

