#clear_basket_block table#clear_basket_btns{
	width: 100%;
	margin-top: 18px;
}

#clear_basket_block table tr td{
	text-align: center;
}

#clear_button_action {
	padding: 10px 5px;
	background-color: rgb(254, 245, 246);
	border-radius: 6px;
	text-decoration: none;
	margin: 0 auto;
	font-family: 'Arial';
	font-size: 11px;
	color: #6b6b6b;		
}

#to_basket_action {
	padding: 10px 5px;
	background-color: #f4f4f4;
	border-radius: 6px;
	text-decoration: none;
	margin: 0 auto;
	font-family: 'Arial';
	font-size: 11px;
	color: #6b6b6b;		
}