/**
 * 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 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* [ css buttons ] */
.cssButton, .cssButtonHover {
	background: url(../images/buttons/eb_button.png) top left no-repeat #4525FE;
	color: White;
	text-transform: uppercase;
	padding: 2px 10px 2px 25px;
	font-size: 9px;
	border: none;
	border-right: solid 2px #EEEEEE;
	border-bottom: solid 2px #EEEEEE;
	font-weight: normal;
}

.button_search {
	background: url(../images/buttons/eb_button_search.png) top left no-repeat;
	padding: 2px 10px 2px 35px;
	margin: 4px 0px 7px 0px;
}
.button_login  {
	background: url(../images/buttons/eb_button_login.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}
.button_logoff {
	background: url(../images/buttons/eb_button_login.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_submit {
	background: url(../images/buttons/eb_button_submit.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}
.button_sendtofriend, .button_sendnow {
	background: url(../images/buttons/eb_button_sendtofriend.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}
.button_notifyme {
	background: url(../images/buttons/eb_button_notifyme.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_notifyme_remove, .button_delete {
	background: url(../images/buttons/eb_button_notifyme_remove.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
	white-space: nowrap;
}
.button_addreview, .button_edit {
	background: url(../images/buttons/eb_button_addreview.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_tellafriend {
	background: url(../images/buttons/eb_button_tellafriend.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_writereview, .button_reviews, .button_more_reviews, .button_read_reviews {
	background: url(../images/buttons/eb_button_writereview.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_incart {
	background: url(../images/buttons/eb_button_addselected.png) top left no-repeat;
	padding: 4px 10px 4px 40px;
	margin-bottom: 5px;
}
.button_addselected {
	background: url(../images/buttons/eb_button_addselected.png) top left no-repeat;
	padding: 4px 10px 4px 40px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.button_continueshopping, .button_buynow {
	background: url(../images/buttons/eb_button_continueshopping.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
	white-space: nowrap;
}
.button_checkout {
	background: url(../images/buttons/eb_button_checkout.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_shipping {
	background: url(../images/buttons/eb_button_shipping.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_update {
	background: url(../images/buttons/eb_button_update.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
	margin: 4px 0px 0px 3px;
}
.button_back {
	background: url(../images/buttons/eb_button_back.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_redeem, .button_continue {
	background: url(../images/buttons/eb_button_redeem.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}
.button_unsubscribe {
	background: url(../images/buttons/eb_button_unsubscribe.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_product_info {
	background: url(../images/buttons/eb_button_info.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_add_address, .button_change_address {
	background: url(../images/buttons/eb_button_add_address.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_continue_checkout {
	background: url(../images/buttons/eb_button_checkout.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}
.button_confirm_order {
	background: url(../images/buttons/eb_button_confirm_order.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}
.button_view {
	background: url(../images/buttons/eb_button_view.png) top left no-repeat;
	padding: 2px 10px 4px 30px;
}
.button_view_small {
	background: url(../images/buttons/eb_button_view_small.png) top left no-repeat;
	padding: 2px 10px 2px 30px;
}

a.button_more {
	background: url(../images/buttons/eb_button_more.png) top left no-repeat;
	padding: 2px 10px 2px 30px;
	color: white;
	font-size: 9px;
	border: none;
	border-right: solid 2px #EEEEEE;
	border-bottom: solid 2px #EEEEEE;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.button_sold_out_sm, .button_sold_out {
	display: block;
	margin: 5px 0px 0px 5px;
	border: solid 1px #A3A3A3;
	background: none #FFFFFF;
	color: #A3A3A3;
	padding: 2px 3px 2px 3px;
}

.button_redraw {
	background: url(../images/buttons/eb_button_update.png) top left no-repeat;
	padding: 1px 10px 3px 32px;
}