@charset "UTF-8";
/* CSS Document */
/* STORE4U */

/* ================================================================================================================ */
/* ================================================================================================================ */
/* ===== FIREFOX CORRECTION ===== */
/* ================================================================================================================ */
/* ================================================================================================================ */

@-moz-document url-prefix() {
	.header_search_inputbutton input { padding: 6px 20px 7px; }
	.header_options-login_inputbutton input { font-size: 19px; padding: 1px 7px 2px 9px; }
	.headermenu_optionF { border-right:none; padding:24px 1px; }
	.content_leftsub-button input { padding:0px 12px; }
}

/* ================================================================================================================ */
/* ================================================================================================================ */
/* ===== IPAD CORRECTION ===== */
/* ================================================================================================================ */
/* ================================================================================================================ */

@media only screen and (device-width: 768px) {
    input, select, textarea {
        -webkit-appearance: none;  /*remove shadow in iOS*/
        -webkit-border-radius:0px; /*remove border-radius in iOS*/
        @include border-radius(0);  /*remove border-radius in iOS*/
    }
	.headermenu_option { padding:14px 15px; }
	.headermenu_optionE { padding:24px 1px 24px 0px; display:none; }
	.headermenu_optionF { padding:24px 1px 24px 0px; display:none; }
}

/* ================================================================================================================ */
/* ================================================================================================================ */
/* ===== Safari 3.0 and Opera 9 CORRECTION ===== */
/* ================================================================================================================ */
/* ================================================================================================================ */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.header_search_inputbutton input { padding: 12px 20px 9px; }
	.header_options-login_inputbutton input { font-size: 19px; padding: 2px 10px 4px 13px; }
    .content_leftsub-button input { padding:5px 12px; }
    .content_right-detailsright_productdetail-button > input { border:2px solid #8bb821; padding-bottom:2px; }
    .content_right-paging-previous, .content_right-paging-first, .content_right-paging-last, .content_right-paging-next { padding:10px 7px 6px 7px; }
}
		
/* ================================================================================================================ */
/* ================================================================================================================ */
/* ===== END CSS ===== */ 
/* ================================================================================================================ */
/* ================================================================================================================ */