/**
 * 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 : 20em;
	color : #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	border-spacing: 0px;
	background-position: left 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	overflow: visible;
	height: 21px;
	cursor: pointer;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}
.cssButton span, .cssButtonHover span {
	display: block;
	line-height: 20px;
	height: 21px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: right -66px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space:nowrap;
	text-align: center;
}

.cssButtonHover {
	background-image: url(../images/btn.gif);
	background-position: left -33px;
}
.cssButtonHover span {
	background-image: url(../images/btn.gif);
	background-position: right -99px;
}

.cssButton button, .cssButtonHover button {
 color : #FFFFFF;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-spacing: 0px;
	height: 20px;
	line-height: 20px;
	width:auto;
 overflow:visible;
}

button::-moz-focus-inner {border: none;}


/* 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_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

#headerMenu {
	margin-top: 5px;
	margin-bottom: 5px;
}
#headerMenu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#headerMenu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 6px;
}
#headerMenu  ul  li.first {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerMenu  ul  li a {
	color: #000000;
	text-decoration: none;
}
#headerMenu  ul  li a:hover {
	color: #990000;
	text-decoration: underline;
}
#navMainLangs {
	text-align: right;
}
#navMainSearch .button_search {
}

