/* buttons
-------------------------------------*/
button, .buttons a, .buttons button {
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#536a1a;
	border:1px solid #e45b00;
	border-top:1px solid #e45b00;
	border-left:1px solid #e45b00;
  outline:none;
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:3px 10px 3px 7px; /* links */
}
.buttons button {
	width:auto;
	overflow:visible;
	padding:3px 10px 3px 7px; /* ie6 */
}
.buttons button[type] {
	padding:3px 10px 3px 7px; /* firefox */
	line-height:14px; /* safari */
}
*:first-child+html button[type] {
	padding:3px 10px 3px 7px; /* ie7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* specific styling
-------------------------------------*/
button:hover, .buttons a:hover {
	background-color:#e45b00;
	border:1px solid #536a1a;
	color:#fff;
}
.buttons a:active {
	background-color:#e45b00;
	border:1px solid #536a1a;
	color:#fff;
}
button.positive, .buttons a.positive {
	color:#fff;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#e45b00;
	border:1px solid #536a1a;
	color:#fff;
}
.buttons a.positive:active {
	background-color:#e45b00;
	border:1px solid #536a1a;
	color:#fff;
}
.buttons a.negative, button.negative {
	color:#fff;
}
.buttons a.negative:hover, button.negative:hover {
	background:#e45b00;
	border:1px solid #536a1a;
	color:#fff;
}
.buttons a.negative:active {
	background-color:#e45b00;
	border:1px solid #536a1a;
	color:#fff;
}

button.checkout,
button.checkout:hover,
button.add-card,
button.add-card:hover,
button.next,
button.next:hover,
button.save,
button.save:hover,
button.place-order,
button.place-order:hover,
button.confirm-order,
button.confirm-order:hover {
	margin:0 -3px 0 0 !important;
	padding:0 !important;
	border:0;
	background:none;
	outline:none !important;
}
button.checkout:hover,
button.add-card:hover,
button.next:hover,
button.save:hover,
button.place-order:hover,
button.confirm-order:hover {
	cursor:pointer;
}
button.checkout,
button.checkout:hover {
	*margin-right:11px !important;
	_margin-right:6px !important;
}
button.add-card,
button.add-card:hover {
	*margin-right:-22px !important;
}
button.next,
button.next:hover {
	*margin-right:-17px !important;
}
button.save,
button.save:hover {
	*margin-right:-15px !important;
}
button.place-order,
button.place-order:hover {
	*margin-right:-27px !important;
}
button.confirm-order,
button.confirm-order:hover {
	*margin-right:-32px !important;
}
