table#basketItems {
}

	table#basketItems tr td p {
		
	}
	
		table#basketItems tr td p img {
			display: inline;
			float: left;
			height: 45px;
			margin: 0 5px 0 0;
			width: 60px;			
		}

/* Small Basket */
		
div#smallBasket {
	clear: both;
	margin: 5px 0 0;
	padding: 0;
	width: 356px;
}

		div#smallBasket img {
			float: left;	
			margin-right: 10px;
		}
		
		div#smallBasket p {
			font-size: 15px;
			font-weight: bold;
			margin: 5px 0;
		}
	
		div#smallBasket ul {		
			float: left;
			overflow: hidden;				
		}
	
			div#smallBasket ul li {
				float: left;
			}

/* Your Details */					

fieldset#billingDetails {
	float: left;
	height: 265px;
	width: 46%;
}

fieldset#deliveryDetails { 
	float: right;
	height: 265px;
	width: 46%;
}

	fieldset#deliveryDetails div#copy {
		padding: 0 0 5px 10px;
	}
	
fieldset#generalDetails {	
}
	
	fieldset#generalDetails label {
		width: 220px;
	}	
		
		
/* Order Layout */
			
	/* Address */		
	
	fieldset#billingAddress {
		float: left;
		height: 165px;
		width: 300px;
	}
	
	fieldset#deliveryAddress {
		float: right;
		height: 165px;
		width: 300px;	
	}
				