/*BASKET CONTAINER DIV*/
div#basket
{
	float: left;
	margin-left: 10px;
	width: 710px;
	margin-bottom: 30px;
}

/*END BASKET CONTAINER DIV*/

/*CHECKOUT PROGRESS STEPS*/
div#basketicons_div
{
	margin-left: -60px;
	padding-bottom: 30px;
}

div#basketicons_div ul#basketicons li
{
	font-size: 1.2em;	
}

div#basketicons_div ul#basketicons li.inactive,
div#basketicons_div ul#basketicons li.active
{
	background-image:url("/_images/basket/v2/checkout_step_active.gif");
	background-repeat:no-repeat;
	height:36px;
	padding-left:25px;
	padding-top:18px;
	margin-left: 19px;
	width:196px;
	color: #ffffff;
	float: left;
}

div#basketicons_div ul#basketicons li.active
{
		
}

div#basketicons_div ul#basketicons li.inactive
{
	background-image:url("/_images/basket/v2/checkout_step_inactive.gif") !important;
	color: #adacad;
}

div#basketicons_div ul#basketicons li.inactive span.number,
div#basketicons_div ul#basketicons li.active span.number
{
	color: #09569a;
	font-weight: 700;
}

div#basketicons_div ul#basketicons li.inactive span.number
{
	color: #ffffff !important;	
}

div#basketicons_div ul#basketicons span.number
{
	padding-right:20px;
}

span.step_seperator
{
	background-image:url("/_images/basket/v2/step_seperator.gif");
	float:right;
	height:55px;
	left:20px;
	position:relative;
	top:-18px;
	width:20px;
}
/*END CHECKOUT PROGRESS STEPS*/

/*BASKET & WISHLIST TABLE*/
table.wishlist,
table.basket
{
	width: 702px;	
}

table.wishlist thead,
table.basket thead
{
	background-image:url("/_images/basket/v2/checkout_basket_th.gif");
	background-repeat:no-repeat;
	color: #ffffff;
	height:29px;
	width:702px;
}

/*BASKET CONTAINER DIV*/

/*END BASKET CONTAINER DIV*/

/*CHECKOUT PROGRESS STEPS*/
div#basketicons_div
{
	margin-left: -60px;
	padding-bottom: 30px;
}

div#basketicons_div ul#basketicons li span#one
{
	left: 1px;
}

div#basketicons_div ul#basketicons li
{
	font-size: 1.2em;	
}

div#basketicons_div ul#basketicons li.inactive,
div#basketicons_div ul#basketicons li.active
{
	background-image:url("/_images/basket/v2/checkout_step_active.gif");
	background-repeat:no-repeat;
	height:36px;
	padding-left:25px;
	padding-top:18px;
	margin-left: 19px;
	width:196px;
	color: #ffffff;
	float: left;
}

div#basketicons_div ul#basketicons li.inactive
{
	background-image:url("/_images/basket/v2/checkout_step_inactive.gif") !important;
	color: #adacad;
}

div#basketicons_div ul#basketicons li.inactive span.number,
div#basketicons_div ul#basketicons li.active span.number
{
	color: #09569a;
	font-weight: 700;
}

div#basketicons_div ul#basketicons li.inactive span.number
{
	color: #ffffff !important;	
}

div#basketicons_div ul#basketicons span.number
{
	left:0;
	padding-right:20px;
	position:relative;
	top:1px
}

span.step_seperator
{
	background-image:url("/_images/basket/v2/step_seperator.gif");
	float:right;
	height:55px;
	left:20px;
	position:relative;
	top:4px;
	width:20px;
}
/*END CHECKOUT PROGRESS STEPS*/

/*BASKET TABLE*/
table.basket
{
	width: 702px;	
	margin-bottom: 15px;
}

table.basket thead
{
	background-image:url("/_images/basket/v2/checkout_basket_th.gif");
	background-repeat:no-repeat;
	color: #ffffff;
	height:29px;
	width:702px;
}

table.basket thead tr th
{
	padding-left: 10px;	
	padding-bottom: 13px;
	text-align:left;
}

table.basket tr.product
{
	/*background-image: url("/_images/basket/v2/basket_product_bg.gif");
	background-repeat:no-repeat;*/
	background-color: #e7e8e9;
}

/*END BASKET TABLE*/

/*PRICE BREAKDOWN*/
div.basketsplit
{
	margin-bottom: 10px;	
}

div.basketsplit div.basketsplit_right
{
	float:left;
	margin-bottom:25px;
	margin-top:-10px;
	width:319px;
}

div.basketsplit div#total
{
	background-image:url("/_images/basket/v2/total_bg.gif");
	height:103px;
	width:380px;
}

table.basketsmall
{
	margin-left:20px;
	margin-top:18px;
	font-size:1.2em;
}

table.basketsmall td.padding
{
	padding-right: 121px;
	padding-bottom: 7px;
}

table.basketsmall td#totalprice,
table.basketsmall td.totalprice
{
	color:#0095D5;
	font-size:1.4em;
	font-weight:700;
}
/*END PRICEBREAK DOWN*/

/*FINANCE AND DELIVERY BOXES*/
div#delivery_box,
div#finance_box
{
	float: left;	
}

div#delivery_box
{
	background-image:url("/_images/basket/v2/delivery_box_bg.gif");
	height:72px;
	width:303px;
}

div#finance_box
{
	background-image:url("/_images/basket/v2/finance_box_bg.gif");
	height:72px;
	margin-left:16px;
	width:382px;
}

div#finance_box h3,
div#delivery_box h3
{
	margin-left:15px;
	margin-top:14px;
}

div#finance_box p,
div#delivery_box p
{
	margin-left:17px;
	margin-top:-17px;	
	
}
/*END FINANCE AND DELIVERY BOXES*/

/*BUTTONS*/
div.buttons
{
	clear: both;	
}

div.buttons a
{
	text-decoration:none;
}

div#buttons_left,
div#buttons_right
{
	float: left;	
	width: 351px;
	margin-top: 30px;
	font-size: 1.2em;
}

div#buttons_right
{
	margin-top: 26px;
	margin-left: 8px;
}

a#continue_shopping
{
	background-image:url("/_images/basket/v2/continue_shopping.gif");
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:31px;
	padding:7px 29px 8px 9px;
}

a#checkout_print
{
	background-image:url("/_images/basket/v2/print_page_btn.gif");
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:30px;
	margin-left:8px;
	padding:7px 29px 7px 10px;
}

input#goto_checkout
{
	background-color:#FFFFFF;
	background-image:url("/_images/basket/v2/goto_checkout.gif");
	background-position:14px 4px;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	height:34px;
	margin-top:-7px;
	width:143px;
}

div#buttons_right label
{
	float: left;
	margin-top: 5px;
	padding-right: 11px;
}

div#deliveryn_country_child
{
	background-image:url("/ds/images/dd_option_bg_185.gif");
	height:185px !important;
}

div#deliveryn_country_title
{
	background-image:url("/_images/diamonds/dropdown_long.gif") !important;
	background-repeat:no-repeat;
	height:29px;
	width:130px;
	margin-top: -2px;
}

div#deliveryn_country_title span#deliveryn_country_arrow
{
	background-image:url("/_images/diamonds/dd_arrow_long.gif") !important;
	height:29px;
	width:23px;
}

/*END BUTTONS*/
ul#basketicons
{
	left:17px;
	position:relative;	
}

ul#basketicons li
{
	float:left;
	height:59px;
	margin-right:18px;
	width:224px;	
}

li.active_one
{
	background-image: url("/_images/basket/v2/active_one.gif");
}

li.inactive_one
{
	background-image: url("/_images/basket/v2/inactive_one.gif");
}

li.active_two
{
	background-image: url("/_images/basket/v2/active_two.gif");
}

li.inactive_two
{
	background-image: url("/_images/basket/v2/inactive_two.gif");
}

li.active_three
{
	background-image: url("/_images/basket/v2/active_three.gif");
}

li.inactive_three
{
	background-image: url("/_images/basket/v2/inactive_three.gif");
}