/*
#col_main #advise_box .to_cart, 
#col_main #advise_box .quick_shopping, 
#col_main #advise_box .order_as_gift,
#col_main.details .offer_options .content_actions .to_cart,
#col_main.details .offer_options .content_actions .quick_shopping,
#col_main.details .offer_options .content_actions .order_as_gift {
	margin: 4px 0; margin-left: 16px; width: 162px; position: relative; text-align: center; left: 12px; z-index: 1;
}

#col_main #advise_box .to_cart input, 
#col_main #advise_box .quick_shopping input, 
#col_main #advise_box .order_as_gift input,
#col_main.details .offer_options .content_actions .to_cart input,
#col_main.details .offer_options .content_actions .quick_shopping input,
#col_main.details .offer_options .content_actions .order_as_gift input {
	position: absolute; top: 0; left: -6; padding-top: 22px; z-index: 999; width: 172px; display: block; cursor: pointer;
}

#col_main #advise_box .to_cart span, 
#col_main #advise_box .quick_shopping span, 
#col_main #advise_box .order_as_gift span,
#col_main.details .offer_options .content_actions .to_cart span,
#col_main.details .offer_options .content_actions .quick_shopping span,
#col_main.details .offer_options .content_actions .order_as_gift span {
	text-align: center; position: relative; left: -10px; z-index: 0;
}

#col_main.details .offer_options .content_actions .to_cart,
#col_main.details .offer_options .content_actions .quick_shopping,
#col_main.details .offer_options .content_actions .order_as_gift {
	width: 142px;
}
#col_main.details .offer_options .content_actions .to_cart span,
#col_main.details .offer_options .content_actions .quick_shopping span,
#col_main.details .offer_options .content_actions .order_as_gift span {
	position: relative; left: 24;
}
*/