/* @override 
	http://www.shirt-butler.ch/shop/includes/templates/shirtbutler/css/stylesheet_css_buttons.css
	https://www.shirt-butler.ch/shop/includes/templates/shirtbutler/css/stylesheet_css_buttons.css
*/

/* css buttons */

.cssButton, .cssButtonHover {
	background-color: #727070;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	border: 1px solid #9b9696;
	padding: 5px;
}

#checkoutShipto div.buttonRow.back_ohne a span.cssButton.button_change_address {
}

#checkoutBillto div.buttonRow.adresse1 a span.cssButton.button_change_address {
}

#checkunten div.buttonRow.forward a span.cssButton.small_edit {
	margin-right: 15px;
}


.cssButton a, .cssButtonHover a{
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
}

span.cssButton.small_edit {
	height: 15px;
	padding: 2px 5px;
	margin-top: 5px;
}

.cssButtonHover {
		background-color: #959393;
}