
#page h1
{
	margin:0px;
	padding:0.5em 1em 0 1em;
}
 

#pageBody form
{
	padding:0.5em 1.8em 0 1.8em;
}


/**
 * Order basket page
 */
table.baskettable
{
	font-size:1em;
	width:100%;
	border-collapse:collapse;
}

table.baskettable td,
table.baskettable th
{
	font-weight:normal;
	padding:0.7em 0 0.7em 0;
	border-bottom:1px solid #D1CBC4;
}

table.baskettable td.remove
{
	width:98px; /* try and line up with order button */
}
table.baskettable td.remove a
{
	padding-left:1.2em;
	background-image:url(/res/arrowLinksmall.gif);
	background-position:left center;
	background-repeat:no-repeat;

}
.placeorder
{
	padding:0.7em 0 0.7em 0;
	text-align:right;
	width:100%;
}
.basket_error
{
	color:#CF3D44;
	padding:0.7em 0 0.7em 0;
	font-size:1.1em;
}

#page .disclaimer p
{
	padding:0;
	margin-top:1em;
}

#order_boy
{
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	height:451px;
	left:600px;
	/*top:271px;*/
	width:304px;
	background:url(/res/order_boy.png) no-repeat top left;
}