/**
 * 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 {
	display: inline;
	text-transform: uppercase;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-color: #fff;
	background-image: url(../images/buttonbg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
}

.cssButtonHover {
	background-image: url(../images/buttonbg2.gif);
	cursor: pointer;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.button_prev, .button_next, .button_return_to_product_list,
.button_write_review, .button_TellAFriend {
	background-image: url(../images/buttonbg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.small_deleteHover, .button_prevHover, .button_nextHover, .button_return_to_product_listHover,
.button_write_reviewHover, .button_TellAFriendHover {
	background-image: url(../images/buttonbg4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_back, .button_write_review, .button_TellAFriend, .button_checkout, 
.button_continue_shopping, .button_change_address, .small_edit, .button_logoff {
	text-align: center;
	display: block;
	height: 14px;
	vertical-align: text-bottom;
}

.button_sold_out_sm, .button_sold_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	text-transform: uppercase;
	color: #C42706;
	text-decoration: line-through;
	background-color: #FFFFFF;
	background-image: none;
	margin: 2px;
	padding: 2px;
	border: none;
}

.button_sold_out {
	font-size: small;
}
