/**
 * 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 $
 */

/* , html[xmlns*=""] body:last-child a .cssButton, html[xmlns*=""] body:last-child a .cssButtonHover  */
.cssButton, .cssButtonHover {
	background: #436AA7 url(../images/buttons/button.gif) no-repeat top left;
	height: 30px;
	display: block;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color:#FFF;
	font-weight:bolder;
	border:none;
	letter-spacing:-1px;
	padding:0;
	font-size:12px;
	margin:0;
	_width:1%;
}

/* CLUMSILY DUPLICATED FOR SAFARI, LUMPING IT IN WITH THE ABOVE SELECTORS MESSES UP IE6 */

html[xmlns*=""] body:last-child a .cssButton, html[xmlns*=""] body:last-child a .cssButtonHover {
	background: #436AA7 url(../images/buttons/button.gif) no-repeat top left;
	height: 30px;
	display: block;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color:#FFF;
	font-weight:bolder;
	border:none;
	letter-spacing:-1px;
	padding:0;
	font-size:12px;
	margin:0 0 0 0;
}

.cssButton span, .cssButtonHover span, .cssButton input, .cssButtonHover input {
	background: url(../images/buttons/button-right.gif) no-repeat top right;
	background-color:none;
	height:30px;
	padding:0px 10px 0px 10px;
	margin:0 0 0 0;
	display:block;
	color:#DDD;
	border:none;
	font-weight:bolder;
	letter-spacing:-1px;
	text-align:center;
}

.cssButton input, .cssButtonHover input {
	background: url(../images/buttons/button-right.gif) no-repeat top right;
	height:25px;
	padding:0 10px 0px 10px;
	cursor:pointer;
	margin:0;
}
	
.button_view {float:right;}

.cssButtonHover, html[xmlns*=""] body:last-child a .cssButtonHover {
	background-position: 0px -30px;
}

/* ADD TO CART */

#addto .cssButton {
	background: #436AA7 url(../images/buttons/button_in_cart.gif) no-repeat 0px 0px;
	height:70px;
	width:97px;
	margin:0 0 10px 0;
	padding:0;
}
#addto .cssButtonHover {
	background: url(../images/buttons/button_in_cart.gif) 0px -70px;
	height:70px;
	width:97px;
	margin:0 0 10px 0;
	padding:0;
}

#addto .cssButton input, #addto .cssButtonHover input {
	background: none;
	height:70px;
	width:97px;
	padding:0;
	margin:0;
	display:block;
	border:none;
	text-indent:-1000px;
}

#addto #cart_quantity { width:auto; height:auto; }

/* DEAL WITH UNSTYLED INPUTS IN SAFARI */
html[xmlns*=""] body:last-child .cssButton, html[xmlns*=""] body:last-child .cssButtonHover { background:none; height:auto; width:auto; margin-bottom:5px; } 
html[xmlns*=""] body:last-child #addto .cssButton, html[xmlns*=""] body:last-child #addto .cssButtonHover { background:none; height:auto; width:auto; margin-bottom:5px; }
