*{
	margin:0;
	padding:0;
}

body {
	background: #000;
	color: #CCC;
	font-size: 14px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.content {
	width:920px;
	margin:auto;
}

a {
	text-decoration: none;
}

.clear {
	clear:both;
}

.center {
	text-align: center;
	font-size: 12px;
	width:100%;
}
sup {
	font-size: 60%;
	vertical-align: super;
}

img {
	border:0;
}

/********
HEADER
********/
.header {
	height:330px;
}

.header-item{
	/*position: absolute;*/
}

/********
MENU
********/
.menu{
	margin: auto;
	text-align: center;
	width:440px;
}

.menu-list {
	margin: 15px 0 ;
}

.menu-item {
	list-style: none;
	float:left;
	margin:  0 10px;
}

.menu-item a {
	width:125px;
	height:59px;
	display: block;
}

.menu-item .selected {
	background-position-y: -59px !important;
}

/********
PAGES
********/
.pages {
	margin: 15px;
	clear: both;
	width: 920px;
	height: 1500px;
	overflow: hidden;
	left: 50%;
	position: absolute;
	margin-left: -460px;
}

.page-added {
	position:absolute;
}

.disclaimer {
	margin-top: 30px;
	width:100%;
	margin-left:0px;
}

.disclaimer p {
	margin: 1px;
	color:#999;
	font-size: 10px;
}

.page-bar {
	margin-bottom: 25px;
}

.page-title {
	margin-bottom: 15px;
	text-align: center;
}

.page-desc {
	width:748px;
	margin: auto;
	margin-bottom: 15px;
}

.mb25 {
	margin-bottom: 25px;
}

/********
Movies
********/

.movie-list {
	width: 768px;
	margin: auto;
}

.original-list{
	width:576px;
	margin: auto;
}

.miniseries-list {
	width: 768px;
	margin: auto;
}

.mt {
	margin-top: 20px;
}

.movie-item, .original-item, .miniseries-item {
	float:left;
	list-style: none;
	width:172px;
	margin: 0 10px;
}

.movie-title, .original-title, .miniseries-title {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	height:40px;
}

/********
CASH BACK
********/
.cash-right {
	width:535px;
	float:right;
}
.cash-left {
	width:365px;
	float: left;
}

.cash-list li {
	color:#CCC;
	margin:10px 0 10px 15px;
	font-weight:normal;
}

/********
ORDER NOW
********/
.order-right {
	width:455px;
	float: right;
}

.order-left {
	width:430px;
	float: left;
}

/********
VIDEO PLAYER
********/
.videoplayer {
	position: absolute;
	background: #000;
	width:920px;
	height:800px;
	z-index: 150;
	left:50%;
	margin-left: -460px;
	top:460px;
	display: none;
}

.video-container{
	width:623px;
	margin: auto;
	margin-top: 30px;
	
}

.videoclose {
	text-align: center;
}

.videoclose a {
	color: white;
}
