.cssButton {
	background: #777; /*fallback for non-CSS3 browsers*/
	border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:6px 11px;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-appearance: none;
	margin:2px;
}
.cssButtonHover {
	background: #888; /*fallback for non-CSS3 browsers*/
	border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:6px 11px;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-appearance: none;
	margin:2px;
}



.button_prev {
    border-radius: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
	background:#ddd;
	color:#555;
}
.button_next {
    border-radius: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
	background:#ddd;
	color:#555;
}

.button_return_to_product_list {
    border-radius: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
	background:#ddd;
	color:#555;
}
.button_nextHover,.button_return_to_product_listHover,.button_prevHover {
	background:#eee;
	color:#333;

}
.small_edit {
    float: right;
    background: no-repeat;
    color: #333 !important;
    text-decoration: underline;
    padding: 0;
}
.button_checkout {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	padding:10px;
	}
.button_in_cart,.button_buy_now,.button_checkout {background:#1ea434;}
.button_in_cartHover,.button_buy_nowHover,.button_checkoutHover {background:#38be4e;}
.button_buy_now,.button_buy_nowHover {margin:0;padding:5px 8px;}