/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @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 2765 2006-01-01 21:15:45Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
width : 22em;
background-color: #cccccc;
color : #000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.1em;
cursor: pointer;
}

.cssButtonHover {
background-color: #bfbfbf;
color: #FFFFFF;
text-decoration: none;
}
/* adding the styles below might be needed if the default button width is changed */
.button_continue_shopping{
padding:0;
padding-right: 0.4em;
padding-left: 0.4em;
color:#353738;
font-family:Trebuchet MS, verdana;
font-size:12px;
font-weight:normal;
line-height:23px;
}
.button_testimonials{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:100px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
.button_view_testimonials{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:100px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
.button_submit_testimonials{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:200px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
.button_back{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:100px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
.button_continue_shoppingHover{background-color: #F4F4F4;color:#353738; }
.button_continue_checkout{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:100px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
float:right;
margin:25px 0 0 0;
} 
.button_continue{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:100px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
margin-right:10px;
}
.small_delete, .button_prev, .button_next  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart {width: 12em;}
.button_search{ 
background-image:url(../images/lupa.gif);
width:20px;
height:19px;
border:none;
margin:0px;
padding:0px;
overflow:hidden;
margin-left:-2px;
}
.button_login{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:60px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
.button_submit{
button_send
}
.button_checkout{
font-family:Trebuchet MS, verdana;
font-size:18px;
font-weight:normal;
background-image:url(../images/pedido.gif);
width:150px;
height:43px;
line-height:43px;
border:none;
color:#353738;
padding: 0.6em;
}
.button_checkoutHover{color:#ffffff;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{float:right; width : 170px; height:40px; background-image:url(../images/addtocart.jpg); border:none; text-align:left; padding-left:8px; color:#353738;margin-top:-50px;}  
.button_in_cartHover{margin-top:-50px; color:#ffffff;}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}
.button_confirm_order {
font-family:Trebuchet MS, verdana;
font-size:18px;
font-weight:normal;
width:180px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
.button_submit {
font-family:Trebuchet MS, verdana;
font-size:18px;
font-weight:normal;
width:100px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}

.button_send{
font-family:Trebuchet MS, verdana;
font-size:16px;
font-weight:normal;
width:150px;
background-color:#acc742;
border:3px solid #bcdb43;
color:#353738;
}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/