/* CSS Content */

/* General */
.logo {
	width: 180px;
	height: 60px;
}

.spacer, .break {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.spacer {
	height: 30px;
}
.spacer.small {
	height: 10px;
}
.spacer.big {
	height: 60px;
}
hr {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
	margin: 30px 0;
	border-width: 0;
	border-top-width: 1px;
	border-top-style: solid;
}
.section {
	position: relative;
	padding: 20px 0;
}

.width240 {
	width: 240px;
}
.width280 {
	width: 280px;
}

.payment-methods {
	font-size: 0.8em;
    font-style: italic;
    color: #808080;
}

/* Index: Header*/
#index-header {
	margin-bottom: 20px;
}
#index-header h4 {
	margin-bottom: 12px;
}

/* Index: Gluttons */
#index-gluttons-cover {
	position: relative;
	display: block;
	width: 165px;
	margin: 0 auto;
}
#index-gluttons-cover .dvd {
	height: 220px;
	margin-left: -20px;
}
#index-gluttons-cover .disk {
	position: absolute;
	bottom: 0;
	right: -20px;
	height: 160px;
}
#index-agony-cover .dvd {
	height: 200px;
	margin-left: -20px;
}
#index-final-version-cover .dvd {
	height: 200px;
	margin-left: -20px;
}

#index-roger {
	position: absolute;
	bottom: -20px;
	right: -150px;
	z-index: -1;
}

/* General Styles */
.roger-text {
	text-transform: uppercase;
}

/* Media Element Player */
.mejs__container {
	top: -10px !important;
    left: 200px !important;
    height: 38px !important;
}
