/* elegantillusions.com/zencart/includes/templates/ei/css/stylesheet_css-buttons.css
$Id: stylesheet_css-buttons.php */
/* 2006/02/15 by Paul Mathot (NL) */
/* css buttons */
/* input.cssButton {background: white;}
Gavin's fuschia - #cc0066 */

.cssButton, .cssButtonHover {
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid black;
border-width: 0px 0px 0px 0px;
color: black;
background-color: white;
text-align: center;
display: block;  /*block;*/
/* width: 150px !important; */
cursor: pointer;
padding: 3px 0;
margin-top: 1px;
}
.cssButtonHover{
color: #cc0066;	/*fushia;*/
border-left-color: #cc0066;
border-right-color: #cc0066;
}

.headerNavigation .button_search {display: inline;} 