/**
 * 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, .cssButtonHoverHover, .buttonRow span {
color : #000000;
border: 0px;
font-size: 11px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
clear:both;
padding:4px;
line-height:17px;
margin:0px;

	background: #AECE55; /* W3C */
	  border: 1px solid #8BA344;
	  border-top: 1px solid #8BA344;
	  border-left: 1px solid #8BA344;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 0px;
	  line-height: normal;
	  padding: 5px;
	  
	  

}


input, textarea,select {
       border:1px solid #4A4D4F;
       font-size: 12px;
       
       background: #FFF; /* W3C */
	  border: 1px solid #8BA344;
	  border-top: 1px solid #8BA344;
	  border-left: 1px solid #8BA344;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 0px;
	  line-height: normal;
	  padding: 2px;
	  
	  
        }
input.cssButton, input.cssButtonHover,  input.cssButtonHoverHover{
padding:5px;
margin:0px;
line-height:17px;

}
.cssButton.b_search{
padding: 2px;
padding-bottom: 3px;
margin-top: 1px;
}



.header_t .row2 .col2 input.input_search{width:168px; height:22px; border:solid 1px #8d9aa7;  font-size:11px; padding: 0px;

	  border: 1px solid #8BA344;
	  border-top: 1px solid #8BA344;
	  border-left: 1px solid #8BA344;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 0px;
	  line-height: normal;
	  
	
	
	  
	  
}

.buttonRow span{
 line-height: 17px !important;
}

#percorso .cssButton, #percorso .cssButtonHover, #percorso .cssButtonHoverHover,
#percorso.buttonRow span{
width: 23%;
}

.buttonRow a img{
border: 1px solid #8BA344;
	  border-top: 1px solid #8BA344;
	  border-left: 1px solid #8BA344;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
}
