#basket_update{
	border-style: solid; 
	background-color: white;
	padding: 5px;
	font-size: 12px;
	width:460px;
	/*height:90px;*/
}

#basket_top{
}

#basket_info{
	background-color: white;
	padding: 5px;
}

#basket_icon{
	
}

#basket_close{
	position:absolute;
	right:12px;
	top:12px;
}

#checkout_button{
	float:right;
	width:150px;
	text-align:center;
}

#return_button{
	float:left;
	width:150px;
	text-align:center;
}

#basket_text{
	padding:5px;
	text-align:center;
}

#buttons{
	width:360px;
	text-align:center;
	margin: 0px auto;
}

