/**
 * 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 {
/*
color: #FFFFFF;
border-style: inset;
text-decoration: none;
*/
}


.cssButton{
 /*   background: url(../images/bg_xx.gif) repeat-x;*/
    background-color: #272727;
	font-family: Arial Black !important; 
    height: 22px !important;
	
	width: 20em ;
	border: none !important; 
    color: #FFFFFF;
    cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	font-size:9px !important; 
	/*font-size: 1.1em;*/
    text-align:center;
    white-space: nowrap;
	text-transform: uppercase;
	
	
	
/*
width : 20em;
background-color: #F0F0F0;
color : #000000;
border: 1px outset #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;
*/
}

.cssButtonHover {
background-color: #272727;
	font-family: Arial Black !important; 
    height: 22px !important;
	width: 20em ;
	border: none !important; 
    color: #FFFFFF;
    cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	font-size:9px !important; 
	/*font-size: 1.1em;*/
    text-align:center;
    white-space: nowrap;
	text-transform: uppercase;

}



/* 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: 40px;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 40px;}
.button_return_to_product_list, 


.button_update_cart {color: red;}
.button_update_cartHover {color: #FFFFFF;}
.button_subscribe {color:#FFFFFF;}
*/

.button_in_cart {width: 17em !important; background-color: #d9a15f;}  
.button_submit, .button_subscribe{width: 15em !important; background-color: #d9a15f;}  
.button_update_cart {width: 20em !important;}  
.button_create_account{width: 20em !important;}
.button_login{width: 10em !important;}
.button_send{width: 10em !important;}
.button_update {width: 10em !important;}
.button_continue_checkout, .button_continue{width: 10em !important;}
.button_add_selected {width: 20em !important;}
.button_checkout{
    /*background: url(../images/bg_xx_green.gif) repeat-x;*/
}

.button_gopayment, .button_confirm_order {
    width: 20em !important;
   /* background: url(../images/bg_xx_green.gif) repeat-x;
	/*display: table-cell; vertical-align: middle;*/
	
}

.BUTTON_MORE_MAIN_PAGE_PRODUKTE_IMAGE {
width: 30em !important; 
background-color: #d9a15f;
font-size: 14px!important;
opacity:0.8;
filter:alpha(opacity=80);
}

/*
.button_subscribe {
background: url(../images/podpiska.png) ;
}
*/
#shoppingCartDefault span.cssButton, #shoppingCartDefault span.cssButtonHover,
#discountcouponInfo span.cssButton, #discountcouponInfo span.cssButtonHover {
	position:relative;
	top:5px;  /* padding + 2 x border */
	}
span.cssButton, span.cssButtonHover {
	padding:4px;
	
}

input.cssButton, input.cssButtonHover {
	/*padding:3px;*/
	
}

.buttonRow {
text-decoration: none !important;

}
