


.page_background,
body {
	background-image:url(/images/backgrounds/orange.gif);
	background-repeat:repeat;
}

#content_basket_menus {
	margin-top: 10px;
	width: 185px;	
	float: left;
}

#content_basket_main {
	margin-top: 10px;
	width: 565px;	
	float: right;
}
/*
h2 {
	font-weight: normal;
	font-size: 1.35em;	
	text-transform: lowercase;
}

h2.heading_basket,
h2.heading_help,
h2.heading_useful {
	color: #f97d01;
}
*/

/* Help Colour */
.box_colour_help div {
	background-color: #f7f7f7;
}

.box_colour_help h3 {
	padding-bottom: 4px;
	color: black;	
	text-transform: uppercase;
}

#content_basket_basket {
	width: 100%;
	float: left;
}


#table_basket {
	width: 100%;
	border-collapse: collapse; 
}


#table_basket th,
#table_basket td {
	border-right: 1px solid white;
}


#table_basket th.right,
#table_basket td.right {
	text-align: right;
}

#table_basket th.center,
#table_basket td.center {
	text-align: center;
}

#table_basket thead tr th {
	background-color: #4b4b4b;
	font-weight: bold;
	font-size: 1.15em;
	color: white;
	text-align: left;
	padding: 5px 3px;
}

#table_basket tbody tr td {
	font-weight: normal;
	font-size: 1.15em;
	color: black;	
	padding: 5px 3px;
}

#table_basket tbody tr td a {
	color: #b0225e;
}

#table_basket tbody tr.odd td {
	background-color: #ececec;
}

#table_basket tbody tr.even td {
	background-color: #f7f7f7;
}


#content_basket_options {
	float: left;
	width: 450px;
}

#content_basket_discount {
	float: left;
	width: 50%;
}

#content_basket_delivery {
	float: right;
	width: 50%;
}

#content_basket_recalc {
	float: left;
	margin-top:10px;
}

#content_basket_total {
	float: right;	
	width: 110px;
}

#content_basket_discount input,
#content_basket_delivery select {
	width: 80%;	
}

#table_total {
	width:100%;
}

#table_total th,
#table_total td {
	padding: 2px;
	color: black;
	font-size: 1.15em;	
}

#table_total th {
	text-align: left;
}

#table_total td {
	text-align: right;
}

#content_basket_buttons {
	width: 100%;
	float: left;
	border-top:3px solid #FF0185;
	margin-top: 15px;
	padding-top: 5px;
}

#content_basket_buttons img {
	border: 0px;
}