
	table.details, table.basket
	{
		width:100%;
	}
	
	table.basket, table.summary, table.details
	{
		border-collapse:collapse;
	}
	
	table.summary
	{
		margin-top:40px;
		margin-bottom:20px;
	}
	
	table.customerconfirmeddetails
	{
		margin-top:40px;
	}
	
	table.basket tr th, table.summary tr th, table.details tr th
	{
		border-collapse:collapse;
		padding:1px 4px;
		border:1px solid #001e81;
		background:#001e81;
		background:#002e97;
		color:#fff;
		border:1px solid #000;
	}
	
	table.summary tr th,table.summary tr td
	{
		width:150px;
	}
	
	table.summary tr td
	{
		width:100px;
	}
	
	table.basket tr td, table.summary tr td, table.details tr td
	{
		border-collapse:collapse;
		padding:1px 4px;
		border:1px solid #001e81;
	}
	
	a.addtobasket, a.recalculate, a.next, a.previous, a.home
	{
		display:inline-block;
		height:40px;
		text-align:left;
		line-height:35px; 
		margin:20px 0 20px 0;
		font-weight:bold;
		padding:2px;
	}
	
		a.addtobasket
		{
			background-image:url(/templates/v1/images/icons/add.gif);
			background-repeat:no-repeat;
			background-position:right top;
			width:125px;
		}
		
		a.recalculate
		{
			background-image:url(/templates/v1/images/icons/recalculate.gif);
			background-repeat:no-repeat;
			background-position:right top;
			width:110px;
		}
		
		a.next
		{
			background-image:url(/templates/v1/images/icons/next.gif);
			background-repeat:no-repeat;
			background-position:right top;
			width:70px;
		}
		
		a.previous
		{
			background-image:url(/templates/v1/images/icons/previous.gif);
			background-repeat:no-repeat;
			background-position:left top;
			width:75px;
			text-align:right;
		}
		
		a.home
		{
			background-image:url(/templates/v1/images/icons/next.gif);
			background-repeat:no-repeat;
			background-position:right top;
			width:75px;
		}
		
		a.remove
		{
			color:red;
			font-size:10px;
			line-height:normal;
			margin:0;
			padding:0;
		}
		
	a.custButton
	{
		border:1px solid #001e81;
		display:inline-block;
		padding:1px 10px;
	}
	
	div.formfooter
	{
		padding:0 0 20px 0;
		margin-top:20px;
	}