/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2009-2010 12leaves.com
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.buttonRow { padding: 8px 0; text-align:left; width:100%; }
.buttonRow input { border: none; background: none; width: auto !important; float:right; }
.buttonRow a, .navNextPrevWrapper a { text-decoration: none; }
.cssButton, .cssButtonHover { background: #012345 !important; color: #ffffff; border: none !important; text-decoration:none !important; /*	border-bottom: 1px solid #B1060E !important;
	border-right: 1px solid #B1060E !important;*/ font-family: Arial, Helvetica, sans-serif; font-size: 1em; text-align: center; white-space: nowrap; text-decoration: none !important; font-weight: bold; margin: 3px 0; padding: 5px 30px!important; cursor: pointer; border-radius: 5px; box-shadow: 0 0 3px 0 #999; width:auto !important; }
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search {/*width: 7em;*/ }
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {/*width: 10em;*/ }
.button_shipping_estimator { font-weight: normal; display: block; margin: 7px 0; padding: 0 0.3em; line-height: 20px; }
.button_sold_out, .button_sold_out_sm { background: none !important; border: none !important; cursor: default !important; padding: 0 !important; color: #444444; }
.item span.button_sold_out, .item span.button_sold_out_sm { background: #ff0000 !important; border: none !important; cursor: default !important; padding: 0 !important; color: #fff!important; position:relative!important; top:-200px!important; }
.button_checkout, .button_login, .button_continue_checkout, .button_confirm_order, .button_submit { background: #012345 !important; color: #ffffff; font-weight: bold; padding: 4px 10px; width: auto !important; }
.button_in_cart { font-size: 1.2em; background: #B1060E !important; color: #ffffff; font-weight: bold; padding: 10px 50px!important; width: auto !important; text-transform:uppercase; }
.cssButtonHover { background: #B1060E !important;text-decoration:none !important; }
.button_in_cartHover, .button_checkoutHover, .button_loginHover, .button_continue_checkoutHover, .button_confirm_orderHover, .button_submitHover { background: #B1060E !important; text-decoration:none !important; }
.button_tell_a_friend { width: 20px !important; height: 20px; background: #f7e39d url("../images/arrow.gif") no-repeat center center !important; margin: 0; padding: 0; color: #f7e39d; }
.button_submit {/*width: 18em;*/ }
.button_update_cart { color: red; }
.button_update_cartHover { color: #003D00; }
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

#productListing .Tailandia { height: 80px; margin-left: -12px; position: absolute; text-align: left; margin-top: -185px; width: 78px !important; }
.new-products .Tailandia { height: 80px; margin-left: -12px; position: absolute; text-align: left; margin-top: -293px; width: 78px !important; }
