.buttonspace { margin: 36px auto 16px; }

a.main { background-color: transparent; font-size: 0; }
a.main > .button { display: inline-block; color: #fff; text-align: center; font-weight: bold; font-size: 18px; vertical-align: top; text-shadow: -1px -1px 1px #080348, 1px -1px 1px #080348, -1px 1px 1px #080348, 1px 1px 1px #080348; padding: 0.35em 2em 0.25em; border-width: 3px; border-style: outset; border-radius: 0.8em; border-color: #fff; background-color: #2776d3; box-shadow: 2px 3px 2px rgba(69, 32, 6, 0.6); }
a.main > .button:hover { color: #ffeb95; border-color: #e8e8e6; background-color: #c6250e; border-style: groove; }

.clearfix { display: inline-block; }
.clearfix:after { content: ""; display: block; clear: both; }

.new_release {
	color: #f80;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, -3px -3px 4px #f5ea94, 3px -3px 4px #f5ea94, -3px 3px 4px #f5ea94, 3px 3px 4px #f5ea94, 8px 6px 3px rgba(38, 39, 35, 0.53);
	font-size: 4em;
	font-weight: bold;
	position: relative;
	margin: -80px 0px 0px;
	width: 400px;
	height: 2em;
	transform-origin: 50%;
	transform: rotate(-20deg) translate(-60%, 15%);
}
