/* @override 
	http://local.eurocreme.tv/sites/www.eurocreme.tv/css/default.css?version=1.3.7
*/

/* popover */

#popOver { position: absolute; left: 0; top:0; height:100%; width: 100%; background-color: #000; cursor: pointer; z-index:1000; display:none; }
#poBox { position: absolute; z-index:1050; overflow:visible; display:none; }
  #poBox #poClose{ position:absolute; width:30px; height:29px; top:-11px; left:-10px; background:url(../images/design/popover-close-24.png) no-repeat;  z-index:1080; cursor:pointer; }
  #poBox #poTop{ height:7px; position:relative; }
    #poBox #poTop #poTopLeft{ width:7px; height:7px; position:absolute; top:0px; left:0px; background:url(../images/design/popover-corner-tl-24.png) no-repeat; }
    #poBox #poTop #poTopRight{ width:9px; height:7px; position:absolute; top:0px; right:0px; background:url(../images/design/popover-corner-tr-24.png) no-repeat;  }
    #poBox #poTop #poTopCenter{ height:7px; margin-left:7px; margin-right:9px; background:url(../images/design/popover-side-t-24.png) repeat-x; }
  #poBox #poMiddle{  }
	#poBox #poMiddle #poMiddleLeft{ background:url(../images/design/popover-side-l-24.png) repeat-y top left; }
	  #poBox #poMiddle #poMiddleRight{ background:url(../images/design/popover-side-r-24.png) repeat-y top right; }
	    #poBox #poMiddle #poMiddleCenter{ margin-left:7px; margin-right:9px; background-color:#000000; }
		  #poBox #poMiddle #poContents{ padding:10px;x }
  #poBox #poBottom{ height:9px; position:relative; }
    #poBox #poBottom #poBottomLeft{ width:7px; height:9px; position:absolute; top:0px; left:0px; background:url(../images/design/popover-corner-bl-24.png) no-repeat; }
    #poBox #poBottom #poBottomRight{ width:9px; height:9px; position:absolute; top:0px; right:0px; background:url(../images/design/popover-corner-br-24.png) no-repeat;  }
    #poBox #poBottom #poBottomCenter{ height:9px; margin-left:7px; margin-right:9px; background:url(../images/design/popover-side-b-24.png) repeat-x; }
#poBox{ color:#FFFFFF; }


#eurocreme-network-bar{
	position:absolute;
	top:0;
	width:100%;
	height:30px;
	overflow:hidden;
	z-index:9999;
}
#eurocreme-network-bar #eurocreme-network-bar-content{	
	background:#f6f6f7;
	border-bottom:1px solid #a8a8a9;
	line-height:25px;
	-webkit-box-shadow:0px 1px 4px rgba(0,0,0,0.5);	
	padding:0 5px;
}


html, body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background:#383333;
	border: 0;
	margin: 0;
	padding: 0;
}

a { color: blue;  }
a:hover { text-decoration: underline; }
a:visited{ color:blue; }
img {border:0px;}
hr {background-color:#efefef;height:1px;}



/* default layout */
.clear{ font-size: 1px; clear:both; }
#noscript-notice,
#ie-notice{
	font-size:11px;
	padding:2px; 
	font-weight:bold; 
	text-align:center; 
	border-width: 1px; 
	border-color: #f30000; 
	border-style: solid; 
	color: #e70000; 
	background-color: #ffeaff;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/* Auto format forms */
.prettyform input,
.prettyform select{
	font-size:16px;
	padding:5px;
}
.prettyform label,
.prettyform input[type=text],
.prettyform input[type=password],
.prettyform input[type=radio]
{
	font-size:16px;
	padding:5px;
	float:left;
	margin-bottom:10px;
}
.prettyform input[type=text].invalid,
.prettyform input[type=password].invalid{
	background-color:#ffdede;
	border:1px solid red;
}
.prettyform label{
	width:154px;
	padding-right:20px;
	text-align:right;
	line-height:24px;
	clear:left;
}
.prettyform label.invalid{
	color:red;
}
.prettyform input[type=text],
.prettyform input[type=password]{
	width:400px;
}
.prettyform input[type=checkbox],
.prettyform input[type=radio]{
	margin-left:175px;
	margin-top:8px;
	float:left;
	clear:left;
}
.prettyform input[type=checkbox]+label,
.prettyform input[type=radio]+label{
	float:left;
	clear:none;
	width:auto;
	font-size:12px;
}
.prettyform br{
	clear:left;
}
.prettyform input[type=submit]{
	margin-left:175px;
	margin-top:8px;
	clear:left;
}






a.button,
.button{
	display:block;
	position:relative;
	height:30px;
	color:white;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	cursor: pointer;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
a.button,
a.button:hover,
a.button:active,
a.button:visited
{
	text-decoration:none;
	color:white;
}
input.button{
	line-height:normal;
}
.button img{
	position:absolute;
	top:-2px;
	width:32px;
	height:32px;
}
.button img.left{
	left:2px;
}
.button img.left{
	right:2px;
}
a.button.positive,
.button.positive{
	text-align:center;
	text-shadow:1px 1px 1px #000;
	background:url(../images/design/button-green-bg.png) #217600 repeat-x top left;
	border:1px solid #217600;
	border-color:#a1d98b #114000 #114000 #a1d98b;
}
.button.negative{
	
}
a.button.neutral,
.button.neutral{
	background:url(../images/design/button-darkgrey-bg.png) #2B2B2B repeat-x top left;
	border:1px solid #171717;
	border-color:#A6A6A6 #171717 #171717 #A6A6A6;
	font-size:14px;
	color:#dedede;
	font-weight:normal;
}
a.button.small,
.button.small{
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	
}
a.button.strong,
.button.strong{
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	
}
a.button.weak,
.button.weak{
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	
}




.validation-error-tip{
	border:1px solid #000000;
	padding:3px;
	background-color:#343434;
	opacity:0.8;
	color:#FFFFFF;
}


.pagination{
	text-align:center;
}
.pagination .pagination-range{
	color: #999;
	font-size: 11px;
}
.pagination ul{
	list-style:none;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 10px;
}
.pagination ul li{
	float: left;
	font-size: 16px;
	padding-top: 5px;
	height:30px;
	width: 26px;
	text-align: center;
	margin-right: 5px;
}
.pagination ul li a{
	text-decoration: none;
	color: #555;
}
.pagination ul li a:hover{
	color: blue;
}
.pagination .pagination-currentpage{
	background:url(../images/design/pager-current.png) no-repeat top center;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}



.message.error{
	font-size:11px;
	padding:2px; 
	font-weight:bold; 
	text-align:center; 
	border-width: 1px; 
	border-color: #f30000; 
	border-style: solid; 
	color: #e70000; 
	background-color: #ffeaff;
	margin:0 20px 3px 20px
}






#site{ 
	background:url(../images/design/main-bg.png) repeat-x #383333;
	padding:0 0 20px 0;
	margin:0;
	/*margin-top:26px;*/
	position:relative;
}
#content-container {
	width: 948px;
	margin: 0 auto 0 auto;
	background:url(../images/design/content-bg.png) repeat-y;
	padding:0 7px;
	padding-top:40px;/*Show background under menu to give menu the background shadow*/
}

#header-container{
	width:948px;
	margin:auto;
	position:relative;
	height:128px;
}
#header {
	width: 948px;
	height: 98px;
	position:absolute;
	top:30px;
}
#header-bg-left{ background:url(../images/design/header-bg-left.png); width:25px; height:98px; position:absolute; top:0; left:-7px; z-index:2; }
#header-bg-right{ background:url(../images/design/header-bg-right.png); width:25px; height:98px; position:absolute; top:0; right:-7px; z-index:2; }
#header-bg{ background:url(../images/design/header-bg.png) repeat-x; height:98px; margin-right:18px; margin-left:18px; }
#header-image{ position:absolute; top:-31px; left:-122px; z-index:3; }
#menu {
	width: 948px;
	height: 40px;
	color: #343434;
	background:url(../images/design/topmenu-bg.png) repeat-x;
	top:128px;
	position:absolute;
}
#menu ul{ 
	position:absolute;
	top:0;
	margin:0;
	list-style:none; 
	padding:8px 5% 0 5%; 
	list-style-image: none; 
	width:700px; 
}
#menu ul li{ 
	list-style:none; 
	padding:0; 
	float:left; 
	width:25%; 
	text-align:center;
}
#menu ul li a{ 
	padding:0 20px;
	text-decoration:none; 
	color:#616161; 
	font-weight: normal; 
	font-size:18px; 
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: lowercase;
}
#menu ul li a:hover{ color:red; }

#search{ position:absolute; right:7px; top:107px; z-index:40; padding:0; margin:0; border:0; background:transparent; width:220px; }
#search form{ padding:0; margin:0; }
#search #search-box{ 
	border:none; 
	outline:none; /* Turns off focus outline in safari */
	background:url(../images/design/searchbox.png) transparent no-repeat; 
	width:170px; 
	height:18px; 
	padding:5px 20px 0 30px; /* top padding only affects FF */
}

#content {
	width: 948px;
}

#main {
	float: left;
	width: 714px;
}
#main  h1,
#main  h2,
#main h3{
	text-align:center;
}
.page{ padding:10px 20px; }

#sidemenu {
	float: right;
	width: 233px;
	padding:15px 0;
}

#sidemenu #account{
	
}
#sidemenu .sidemenu-box{
	overflow:hidden;
}
#sidemenu .sidemenu-box h2{
	text-shadow:1px 1px 1px #000000;
	height:44px;
	padding:0 0 0 10px;
	margin:5px 0 2px 0;
}
#sidemenu .sidemenu-box h2 a{
	display:block;
	color:#343434;
}
#sidemenu #register-box,
#sidemenu #wallet-box{
	background:#8F0006 url(../images/design/sidemenu-createaccount-bg.png) repeat-x;
	border:1px solid #898e94;
	border-width:1px 0;
	height:auto;
}
#sidemenu #register-box h2,
#sidemenu #wallet-box h2{ 
	display:block;
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:normal; 
	text-shadow:1px 1px 1px #000000; 
	font-size:18px;
	text-align:center;
	padding-top:9px;
	height:30px;
}
#sidemenu #register-box h2 a,
#sidemenu #wallet-box h2 a{ 
	display:block;
	color:white;
	text-decoration: none;
}
#sidemenu #wallet-box{ 
	color:white;
	text-align:center;
	padding-bottom: 10px;
}
#sidemenu #wallet-box #wallet-balance{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
#sidemenu #login-box, 
#sidemenu #account-box{
	height:32px;
	overflow:visible;
	background: #9da9b9 url(../images/design/sidemenu-youraccount-bg.png) repeat-x;
	border:1px solid #b5bfcb;
	border-width:1px 0;
	margin-top:10px;
	overflow:hidden;
	margin-bottom:20px;
	
}
#sidemenu #login-box h2,
#sidemenu #account-box h2{ 
	display:block;
	text-decoration:none; 
	color:#38475b; 
	font-weight:normal; 
	font-size:16px;
	text-shadow:1px 1px 1px #FFF;
	text-align:center;
	padding-top:5px;
	height:23px;

}
#sidemenu #login-box h2 a{ 
	display:block;
	text-decoration:none; 
	color:#38475b; 
}
#sidemenu #wallet-box a{
	color:white;
	font-size:12px;
	margin-bottom:10px;
}



#sidemenu #login-box #login-form{
	display:none;
	padding-bottom: 5px;
}
#sidemenu #login-box #login-form #login-email{
	clear: both;
	margin-top: 7px;
}
#sidemenu #login-box #login-form #login-email label{
	width: 65px;
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
}
#sidemenu #login-box #login-form #login-email input{

}
#sidemenu #login-box #login-form #login-password{
	clear: both;
	margin-top:5px;
}
#sidemenu #login-box #login-form #login-password label{
	width: 65px;
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
}
#sidemenu #login-box #login-form #login-password input{

}
#sidemenu #login-box #login-form #login-submit{
	display: block; 
	width: 50px;
	margin: 10px auto 5px auto;	
}
#sidemenu #login-box #login-form #login-help{
	padding: 5px;
	text-align:center;
	padding-bottom: 5px;
}
#sidemenu #login-box #login-form #login-help a{
	color: white;
}


#sidemenu #account-box{
	height:auto;
	color:#383838;
}
#sidemenu #account-box #account-loggedinas{
	font-size: 11px;
	color: #555;
	text-align: center;
}
#sidemenu #account-box #account-loggedinas em{
	font-style: normal;
}
#sidemenu #account-box ul{
	list-style: none;
	padding: 0;
}
#sidemenu #account-box ul li{
	text-align: center;
	margin-bottom: 3px;
}
#sidemenu #account-box ul li a{
	color: #333;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
	font-weight: bold;;
	text-decoration: none;
	
}


#sidemenu #categorymenu{
	margin-bottom:0;
}


#right {
	float: left;
	width: 166px;
	display: none;
}
#studio-menu{
	list-style-type: none;
	
}


.sidemenu-list{
	margin:0 0 20px 0;
}

.sidemenu-list h2{
	font-size:14px;
	font-weight:bold;
	color:#3c3838;
	text-shadow:1px 1px 1px #FFF;
	padding:0 0 0 18px;
	margin:10px 0 2px 0;
	cursor:pointer;
}
.sidemenu-list h2 a{
	color:#3c3838;
	text-decoration:none;
	
}
.sidemenu-list .container,
.sidemenu-list .container.down{
	background:url(../images/design/list-arrow-down.png) no-repeat left;
	background-position:7px 7px;
}
.sidemenu-list .container.right{
	background:url(../images/design/list-arrow-right.png) no-repeat left;
	background-position:8px 6px;
}

.sidemenu-list ul{
	padding:0; 
	margin:0;
}
.sidemenu-list ul li{
	margin:0;
	display:block;
	list-style:none;
	list-style-position: outside;
}

.sidemenu-list ul li a,
.sidemenu-list ul li .container{
	text-decoration:none;
	color:#3c3838;
	font-size:13px;
	font-weight:normal;
	display:block;
	padding:1px 0 1px 26px;
}
.sidemenu-list ul li a:hover{ 
	background-color:#b5c3d6; 
	border:1px solid #9da9b9; 
	border-width:1px 0; 
}
.sidemenu-list ul li a:hover{
	padding-top:0;
	padding-bottom:0;
}
.sidemenu-list ul li ul{
	margin:0;
	padding:0;
	font-size:12px;
}
.sidemenu-list ul li ul li a{
	padding-left:28px;
	font-size:12px;
}



#footer{
	height:39px;
	border-top:1px solid #BEBEBE;
	position:relative;
	width: 948px;
	margin:0 auto;
}
#footer-left,
#footer-right{
	position:absolute;
	width:14px; 
	height:39px;
	background:url(../images/design/footer-caps.png) no-repeat;
}
#footer-left{
	display:block;
	left:0;
	top:0;
	background-position:0px 0px;
}

#footer-right{
	right:0;
	top:0;
	background-position:-14px 0px;
}
#footer-content{
	margin:0 14px;
	background:url(../images/design/footer-bg.png) repeat-x;
	height:39px;
	line-height: 39px;
	text-align:center;
}

#footer a {
	text-decoration: none;
}
#footer a, #footer a:hover {
	color: #444444;
	text-shadow:1px 1px #dedede;
	font-weight: normal;
}


#copyright {
	width: 912px;
	margin: 5px auto 10px auto;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
#copyright a {
	text-decoration: none;
}


/* error messages */

/* general message is an error, since thats 99% of messages... */
.message{
	font-size:11px;
	padding:2px; 
	font-weight:bold; 
	text-align:center; 
	border-width: 1px; 
	border-color: #f30000; 
	border-style: solid; 
	color: #e70000; 
	background-color: #ffeaff;
	margin:10px 20px 3px 10px
}


div.error {
	border: 1px solid #E9E969;
	background-color: #FFFFD6;
	padding: 5px;
	margin: 7px 0;
}
div.error div.bubble {
	background-color: #FFFFF7;
	padding: 5px;
	font-size: 11px;;
	font-weight: bold;
	color: #CC0000;
	font-family:arial;
}
/* success messages */
div.success {
	border: 1px solid #D2D203;
	background-color: #FFFFD6;
	padding: 5px;
	margin: 7px 0;
}
div.success div.bubble {
	background-color: #FFFFF7;
	padding: 5px;
	font-size: 11px;;
	font-weight: bold;
	color: #6CC22F;
	font-family:arial;
}


select, textarea {
	border: 1px solid #999999;
}
a.login, a.login:hover{
	font-family: arial, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	color: #FFFFFF;
}


/* 
--------------------------------------------------------
PAGE LAYOUTS
--------------------------------------------------------
*/

/* Homepage */

#home-page{
	
}
#home-page h2{
	font-weight: normal;
	font-size: 23px;
	color: #333;
	text-shadow: 1px 1px 1px white;
	letter-spacing: -1px;
	padding-left: 25px; /* Adjusted slightly for the more link */
	margin-bottom:10px;
	margin-top: 15px;
}
#home-page h2 span{
	font-size: 12px;
	letter-spacing:normal;
	text-shadow: none;
	margin-left: 10px;
	vertical-align: 2px;
	color: #666;
}
#home-page h2 span a{
	
}
#home-latest{
	background: url(../images/design/linear-gradient-slight-shadow.png) top repeat-x #FFF;
	border:1px solid #A4A4A4;
	border-width: 1px 0;
	clear: left;
}
#home-latest #home-latest-highlight{
	background: url(../images/design/radial-gradient-white.png) top center no-repeat;
	padding-top:2px;
	clear: left;
}

#home-latest #home-latest-special {
	background: url("http://www.eurocreme.com/design/images/background/Default.jpg") repeat scroll 0 0 transparent;
	padding-top:2px;
	clear: left;
	color: white !important;
}

#home-latest-special a, #home-latest-special h2, #home-latest-special h2 span {
	color:  white;
	font-weight:  bolder;
}

#home-bestsellers{
	padding-top: 5px;
	background: url(../images/design/linear-gradient-slight-shadow.png) top repeat-x #FFF;
	clear: left;
}

#home-featured{
	border:1px solid #A4A4A4;
	border-width: 1px 0 0 0;	
	background: url(../images/design/radial-gradient-white.png) top center no-repeat;
	padding-top:5px;
	clear: left;
}



/* MOVIE DETAILS */
#movie-page{

}
#movie-page h1,
#movie-page h2,
#movie-page h3,
#movie-page p{
	margin-left:0;
	text-align:left;
}
#movie-page #movie-covers{
	padding:5px 0 0 10px;
	margin:0 0 20px 0;
	width:250px;
	float:left;
}
#movie-page #movie-covers-zoom{
	margin-top:10px;
}
#movie-page #movie-covers-zoom .button{
	margin:0 10px 5px 0;
}
#movie-page #movie-mainimage{
	width:241px;
	height:340px;
}
#movie-page #movie-details{
	width:450px;
	margin-left:250px;
}
#movie-page #movie-details #movie-title{
	padding-bottom:0;
	margin-bottom:0;
}
#movie-page #movie-details #movie-studio{
	padding-top:0;
	margin-top:0;
}
#movie-page #movie-details #movie-studio a{
	font-size:14px;
	font-weight:normal;	
}
#movie-page #movie-details #movie-price{font-size:20px;}
  #movie-page #movie-details #movie-price span{font-size:12px;}
#movie-page #movie-watch{
	margin:20px 0;
}
#movie-page #movie-synopsis{
	margin:15px 0;
	font-size:14px;
}
#movie-page dl#movie-credits{}
#movie-page dl#movie-credits dt{  margin-top:10px; }
#movie-page dl#movie-credits dd{ margin:0; padding:0; display:inline; }
#movie-page dl#movie-credits dd:after{ content: ","; margin-right:3px; }
#movie-page dl#movie-credits dd:last-child:after{ content: "" }

#movie-page .play-movie{
	width:290px;
	float:left;
	margin-right:5px;
}
#movie-page .fave-movie{
	width:140px;
	float:left;
}
  
#movie-page #movie-scenes{
	clear:both;
	margin-top:20px;
	padding-left: 10px;
	margin-right: 10px;
}

#movie-page #movie-scenes .scene{ position:relative; clear: left; border: 1px solid #989898; background-color: #dedede; padding: 10px 10px 0 10px; margin-bottom:10px;}
#movie-page #movie-scenes .scene:hover{  }
#movie-page #movie-scenes .scene h3.scene-title{ padding-top: 0; margin-top: 4px;}
#movie-page #movie-scenes .scene h3.scene-title span{ font-size:10px; font-weight:normal; }
#movie-page #movie-scenes .scene .scene-images{
	width: 175px;
	float: left;
	margin: 0 10px 10px 0;
}
#movie-page #movie-scenes .scene .scene-image{
	border: 1px solid #565656;
	margin-bottom: 10px;
	width:175px;
	height:95px;
}

#movie-page #movie-scenes .scene-description{
	margin-bottom:50px;
}
#movie-page #movie-scenes .scene-watch{
	position:absolute;
	bottom:20px;
	width:480px;
	left:195px;
}
#movie-page #movie-scenes .play-scene{
	float:left;
	width:310px;
	margin-right:10px;
}
#movie-page #movie-scenes .fave-scene{
	float:left;
	width:150px;
}

/* play movie modal window */
#movie-page-modal h1{
	display:none;
}
#movie-page-modal #modalplayer-scenemenu{
	position:absolute;
	top:5px;
	right:7px;
	width:150px;
	overflow:hidden;
	z-index:900;
	opacity:0.8;
}
#movie-page-modal #movie-scenes{
	display:none;
}
#movie-page-modal #modalplayer-scenemenu #movie-scenes{
	display:block;
	width:135px;
	padding:10px 5px 0 10px;
	background:#000000;
}
#movie-page-modal #modalplayer-scenemenu #movie-scenes h2{
	display:none;
}
#movie-page-modal #modalplayer-scenemenu #movie-scenes .scene-title{
	font-size:11px;
	font-weight:normal;
}
#movie-page-modal #modalplayer-scenemenu #movie-scenes .scene-images{
	display:none;
}
#movie-page-modal #modalplayer-scenemenu #movie-scenes .scene-description{
	display:none;
}




/* Login Partial */
#login-partial{

}
#login-partial #login-form{
	margin-bottom:50px;
}
#login-partial #login-form input[type="submit"].button{
	width:413px;
	position:relative;
	left:3px;
}
#login-partial #login-passwordrecovery{
	font-size:16px;
}
#login-partial #login-passwordrecovery,
#login-partial #login-join{
	margin:0 0 20px 175px;
	width:400px;
	text-align:center;
}

#login-partial.isajax{
	margin:auto;
	position:relative;
}
#login-partial.isajax h1{
	text-align:center;
	margin:0 0 50px 0;
	width:auto;
}
#login-partial.isajax #login-form{
	position:relative;
	left:-40px;
}
#login-partial.isajax #login-passwordrecovery,
#login-partial.isajax #login-join{
	margin-left:0;
	width:auto;
}
#login-partial.isajax #login-passwordrecovery a,
#login-partial.isajax #login-join a{
	color:white;
	text-decoration:none;
}
#login-partial.isajax #login-passwordrecovery a:hover,
#login-partial.isajax #login-join a:hover{
	text-decoration:underline;
}

/* HELP PAGE */
#help-page{
}
#help-page .faq{
	margin-bottom:20px;
}
#help-page .faq .faq-question{
	color:#121212;
	font-size:14px;
}
#help-page .faq .faq-answer{
	margin:5px 0 0 20px;	
}
a.help, a.help:hover {
	color: #232323;
	text-decoration: none;
}

/* CONTACT PAGE */
#contact-page{
}


/*ul.categories {
	list-style-image: none;
    list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}
ul.categories li {
	padding: 0;
	margin: 2px 0;
}
ul.categories li a {
	font-family: arial, sans-serif;
	font-size: 9px;
	color: #232323;
	text-decoration: none;
}
ul.categories li a:hover {
	text-decoration: underline;
}
ul.categories li {
	padding: 0;
	margin: 2px 0;
}*/



/* Prouct list page */

.dvdcovers {
	margin-bottom: 10px;
	margin-left: 6px;
	padding: 0;
	clear:both;
}

.dvdcovers li {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
	float: left;
	width: 135px;
	height: 230px;
}

.dvdcovers a {
	display: block;
	width: 135px;
	height: 205px;
	text-decoration: none;
	color: #5e5c5d;
	margin-bottom: 35px;
	border: none
}

.dvdcovers a:hover {
}
.dvdcovers a:hover .ititle,
.dvdcovers a:hover .idesc{
	display: none;
}
.dvdcovers a:hover .price{
	display: block;
}
.dvdcovers img {
	width: 135px;
	height: 190px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.dvdcovers .info {
	margin-top: 0px;
	padding-left: 7px;
	display: block;
	position:relative;
	height: 27px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dvdcovers a:hover .info {
	background: #000;
	margin-left: 4px;
}

.dvdcovers .info .ititle {
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 5px;
	width: 110px;
}

.dvdcovers .info .idesc {
	float: right;
	font-size: 9px;
	position: absolute;
	top: 15px;
	right: 0;
	
}

.dvdcovers .info .price {
	font-size: 9px;
	width: 100px;
	font-weight: bold;
	color: #fff;
	display:none;
	position: absolute;
	top: 8px;
	left: 6px;
}


#movieinfo-bg{ 
	position:absolute;
	display:none; 
	opacity:0;
	background:#232323;
	border:1px solid gray;
}
#movieinfo-container{ 
	position:absolute;
	display:none; 
	opacity:0;
	border:1px solid black;
}
	#movieinfo-title{
		text-align:center;
		font-size:16px;
		color:#ffffff;
		text-shadow:1px 1px 1px #000;
	}
	#movieinfo-trailer,
	#movieinfo-login{
		width:350px;
		height:196px;
		border:1px solid black;
		margin:0 auto 10px auto;
		background:#010101;
		text-align:center;
	}
	#movieinfo-login{
		display:none;
		padding:10px;
		width:320px;
		height:176px;
		background:url(../images/design/trailer-loginbg.jpg) no-repeat;
	}
	#movieinfo-login h1{
		color:white;
		margin-top:25px;
	}
	#movieinfo-login p{
		color:white;
	}
	
	#movieinfo-container .movieinfo-button{
		height:30px;
		color:white;
		font-size:16px;
		font-weight:bold;
		line-height:30px;
		text-align:center;
		cursor: pointer;
		text-shadow:1px 1px 1px #000;
	}
	#movieinfo-watch-button{
		background:#217600 url(../images/design/button-green-bg.png) repeat-x;
		border:1px solid #217600;
		border-color:#a1d98b #114000 #114000 #a1d98b;
	}
	#movieinfo-details-button.movieinfo-button{
		background:#2B2B2B url(../images/design/button-darkgrey-bg.png) repeat-x;
		border:1px solid #171717;
		border-color:#A6A6A6 #171717 #171717 #A6A6A6;
		font-size:14px;
		color:#cccccc;
		font-weight:normal;
	}
	
	
	
/* JOIN PAGE */
#join-page{


}
#join-page .message{
	font-size:11px;
	padding:2px; 
	font-weight:bold; 
	text-align:center; 
	border-width: 1px; 
	border-color: #f30000; 
	border-style: solid; 
	color: #e70000; 
	background-color: #ffeaff;
	margin:0 20px 3px 20px
}
#join-headerbar{
	margin:10px 0 0 20px; 
	position:relative; 
	top:1px;
}
.join-headerbar-item{ 
	width:200px; 
	position:relative
	font-size:16px;
	height: 50px;
	float:left;
	margin:0 5px 0 0;
	padding:0 10px;
	cursor:default;
}
.join-headerbar-item.current{
	z-index:2;
	background-color:#fefefe;
	border:1px solid #cdcdcd;
	border-width:0px 1px;
}
.join-headerbar-item h2,
.join-headerbar-item h3
{ 
	float:left;
	margin-left:10px;
	font-weight:normal;
	font-size:16px;
	line-height:24px;
}
.join-headerbar-item img{ 
	float:left;
}



#join-frame{
	/*height:580px;
	overflow:hidden;*/
	margin:0 20px 20px 20px;
	border:1px solid #cdcdcd;
	background:#fefefe;
	clear:left;
	overflow:hidden;
}
#join-container{ 
	position:relative;
	overflow:visible;
	background-image:none;
}
#join-container.loading{
	background:url(../images/design/loader-red.gif) center no-repeat;
}


#join-page .join-panel{
	/*height:580px;*/
	overflow:visible;
	padding:20px;
	/*width:632px;*/
}

#join-page .join-panel .join-panel-header{
	overflow:visible;
	display:block;
	width:auto;
	height:auto;
	position:inherit;
	height:50px;
	margin-bottom:20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#join-page .join-panel .join-panel-header img{
	float:left;
}
#join-page .join-panel .join-panel-header h2{
	float:left;
	margin-left:10px;
}

#join-page #join-headerbar .join-panel-header.current{
	background:url(../images/design/join-panel-headerbg.png) repeat-x;
}
#join-page #join-personal-header img{ position:relative; top:-5px; }

#join-page .join-panel .join-panel-nextbutton,
#join-page .join-panel #topup-process
{
	margin:20px auto;
	width:300px;	
}

/*#join-page .joinsection#join-account{
	top:0;
	left:0;
}
#join-page .joinsection#join-personal{
	top:0;
	left:652px;
}
#join-page .joinsection#join-terms{
	top:0;
	left:1304px;
}*/



#topup-page{

}

#topup-success{
	padding:80px 40px 40px 40px;
	text-align:center;
}
#topup-success #topup-success-tick{
	display:block;
	margin:20px auto 30px auto;
}
#topup-success h2{
	font-size:18px;
	color:green;
}
#topup-success h2{
	font-size:16px;
}
#topup-page .button#topup-process{
	clear:both;
	margin:20px auto;
	width:300px;	
}




#terms-page{
	padding:10px 20px;
}
  #terms-page h1,
  #terms-page h2,
  #terms-page h3,
  #terms-page p{
  	margin-left:0;
  }
  #terms-page ol{ list-style:lower-roman; }
  #terms-page ol ol{ list-style:lower-alpha; }
  #terms-page dl{ margin-left:1em;}
  #terms-page dl dt{ display:block; width:200px; }
  #terms-page dl dd{ margin-left:210px; }


#debug-info{
	border:1px solid #444;
	background:#eee;
	padding:20px;
	font-size:12px;
}



#fave-page{
	
}
#fave-page #fave-list{
	
}
#fave-page #fave-list .fave-list-item{
	width: 150px; 
	height: 240px;
	margin: 0 0 10px 15px;
	float: left;
	position: relative;
}
#fave-page #fave-list .fave-list-item .fave-item-movie{
	width: 150px; 
	height: 203px; 

	background: url(../images/design/dvdbox-shadow.png) no-repeat;
}
#fave-page #fave-list .fave-list-item .fave-item-movie-image{ 
	width: 135px; 
	height: 190px;
	margin-top:5px;
	margin-left:5px; 
}	

#fave-page #fave-list .fave-list-item:hover .fave-item-scene{
	display:block;
}
#fave-page #fave-list .fave-item-scene{
	display: none;
	position: absolute;
	top: 35px;
	left:-5px; 
	width: 150px;
	-webkit-transform:rotate(-3deg);
	background: rgba(0,0,0,0.8);
}

#fave-page #fave-list .fave-item-scene h3{
	margin: 0;
	padding: 0;
	color: white;
	text-shadow:1px 1px 1px rgba(0,0,0,0.7);
	font-size:12px;
}
#fave-page #fave-list .fave-item-scene img{
	border: 2px solid white;
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.8);
	width:130px;
	margin:4px 0 8px 8px
}
#fave-page #fave-list .button{
	margin: 0 10px 0 4px;
}

#home-top{
	position: relative;
	background:url(../images/design/home-top-bg.jpg) no-repeat;
}
#top{
	display: none;
}
#movieplayer{
	display: none; 
}

/* HOME FEATURE*/
#movie-highlighter{
	position: absolute;
	right: 30px;
	top: 26px;
	width:  482px;
	height: 400px;
}
#movie-highlighter #clip-player{
	border-color: #ccc;
	border: 1px solid rgba(255,255,255,0.5);
	width: 480px;
	height: 270px;
	background-color: #000;
	background: rgba(0,0,0,0.6);
}
#movie-highlighter #movie-boxes{
	position: absolute;
	top: 280px;
	left: 0;
	height: 100px;
	width: 490px;
}
#movie-highlighter .movie-box{
	height: 120px;
	width: 110px;
	float: left;
	margin:0 5px 0 5px
}
#movie-highlighter .movie-box.current{
	height: 130px;
	width: 110px;
	position: relative;
	top: -10px;
}
#movie-highlighter .movie-box.current img{
	height: 140px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
#movie-highlighter .movie-box a{
	text-decoration:none;
}
#movie-highlighter .movie-box img{
	height: 120px;
	display: block;
	margin: auto;
	border: none;
}
#movie-highlighter .movie-box h4{
	position: relative;
	top: -80px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	-webkit-border-radius:10px;
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,0.5);
	padding: 3px;
	text-align: center;
	display: none;
	color: white;
	text-decoration: none;
}
#movie-highlighter .movie-box:hover h4{
	display: block;
}




#maintenance-page{
	padding-top:50px;
	padding-bottom:100px;
}
#maintenance-icon{
	display:block;
	margin:0 auto 30px auto;
}
#maintenance-page p{
	text-align:center;
}