/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,p,form,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { 
	border-spacing:0; 
	border-collapse:collapse; }
.clear { 
	clear:both; 
}
.boxclear { 
	clear:both; 
	display:block; 
	margin:0; 
	padding:0; 
	height:0; 
	line-height:1px; 
	font-size:1px; 
}
.clearleft { 
	display:none;
	clear:left; 
	display:block; 
	margin:0; 
	padding:0; 
	height:0; 
	line-height:1px; 
	font-size:1px;
}
.leftfloat { 
	display:inline;
	float:left; 
}
/* div#movieselect img, div#translationhint, div.container img, .pngfix { behavior: url("iepngfix.htc") } */
/* pagelayout */
html, body {
	height:100%;
	width:100%;
}
body {
	background-color:#000;
	background-position:center center;
	background-repeat:no-repeat;
}
#topbar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	/*height:17px;*/
	height:23px;
	background-color:#000;
	color:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	overflow:hidden;
	z-index:98;
}
#bottombar {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	/*height:17px;*/
	height:23px;
	background-color:#000;
	color:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	overflow:hidden;
	font-size:13px;
	line-height:13px;
}
#sitecontent {
	position:absolute;
	width:100%;
	top:9%;
}
/* Cinebox Tools */
#cinebox {
	position:absolute;
	left:0;
	top:157px;
	padding-left:3%;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#cinebox:hover {
	opacity:0.95;
	filter:alpha(opacity=95);
	z-index:100;
}
#boxtop {
	width:241px;
	height:23px;
	padding:7px 0px 3px 10px;
	background-color:black;
	margin-bottom:3px;
	text-align:left;
}
#boxtop a, #boxtop a img {
	text-decoration:none;
	border:none;
}
.spacer {
	width:27px;
	height:16px;
}
/* Toolbars */
#footernotes {
	position:absolute;
	margin:0;
	padding:0;
	margin-left:3%;
	padding-left:10px;
	padding-top:5px;
}
#footerlinks {
	position:absolute;
	left:26.2%;
	bottom:5px;
	padding-left:10px;
	height:17px;

}
#footercredits {
	position:absolute;
	left:68%;
	padding-left:10px;
	bottom:5px;
}
#langbar {
	margin:0;
	padding:3px 0 0 10px;
	margin-left:3%;
	position:relative;
}
#langbar a.cel_cm_navigation_menuitem {
	margin-right:7px;
	font-size:10px;
	line-height:14px;
	color:#999  !important;
	text-decoration:none;
	border:1px solid #999;
	width:21px;
	height:12px;
	text-align:left;
	display:block;
	float:left;
	padding:0 0 0 3px;
}
#langbar a.cel_cm_navigation_menuitem.active, #langbar a.cel_cm_navigation_menuitem:hover {
	color:#fff !important;
	text-decoration:none !important;
	border:1px solid #fff;
}
#langbar ul li, #directlinks ul li {
	display:inline;
}
#directlinks {
	position:absolute;
	left:26.2%;
	top:1px;
	padding-left:10px;
	height:17px;
}
#directlinks a.cel_cm_navigation_menuitem, #footerlinks a.cel_cm_navigation_menuitem, #footercredits a.cel_cm_navigation_menuitem {
	padding-top:4px;
	margin-right:12px;
	/*font-size:11px;*/
	font-size:13px;
	line-height:13px;
	color:#999 !important;
	text-decoration:none;
	display:inline;
	float:left;
}
#directlinks a.cel_cm_navigation_menuitem.active, #directlinks a.cel_cm_navigation_menuitem:hover, #footerlinks a.cel_cm_navigation_menuitem.active, #footerlinks a.cel_cm_navigation_menuitem:hover, #footercredits a.cel_cm_navigation_menuitem.active, #footercredits a.cel_cm_navigation_menuitem:hover {
	color:#fff !important;
	text-decoration:none;
}
#loginbox {
	position:absolute;
	left:68%;
	padding-left:10px;
	top:3px;
	white-space:nowrap;
	font-size:13px;
	line-height:13px;
}
#loginbox form#loginForm {
	height:17px;
	white-space:nowrap;
	/*margin-top:-1px;*/
}
#loginbox #loginForm input, #loginbox #loginForm .loginlabel {
	display:inline;
	float:left;
}
#loginbox #loginForm .loginlabel {
	line-height:12px;
	padding-top:3px;
	font-size:12px;
	/*float:left;*/
}
#loginbox #loginForm input.input {
	font-size:10px !important;
	line-height:11px !important;
	height:15px;
	width:85px;
	margin:0 11px 0px 3px;
	padding:0;
	border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-spacing:0px;
}
#loginbox #loginForm input.loginbutton {
	height:13px;
	width:23px;
	border:none;
	background-image:url(login-arrow.gif);
	background-position:top;
	margin-top:2px;
	/*position:absolute;
	top:0px;
	right:0px;*/
}
#loginbox #loginForm input.loginbutton:hover {
	background-position:bottom;
}
#loginbox a.logoutbutton {
	height:13px;
	width:33px;
	border:none;
	background-image:url(logout-arrow.gif);
	background-position:top;
	position:absolute;
	top:0;
	right:-45px;
	text-decoration:none;
	line-height:9px;
	color:#000;
}
#loginbox a.logoutbutton:hover {
	background-position:bottom;
	text-decoration:none;
	color:#000;
}
/* Navigation */
#mainNavigation {
	width:251px;
	margin-bottom:3px;
}

#mainNavigation ul li {
	color:#fff !important;
	padding:0;
	margin:0;
	list-style-image:none;
	list-style-position:inherit;
	list-style-type:none;
	text-align:left;
}
#mainNavigation ul li a.cel_cm_navigation_menuitem {
	display:block;
	background-color:black;
	padding:3px 0 2px 10px;
	margin-bottom:1px;
	line-height:12px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	height:12px;
	text-decoration:none;
	border:none;
}
#mainNavigation ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	color:#fff !important;
}
#mainNavigation ul li a.active {
	opacity:0.6;
	filter:alpha(opacity=60);
	color:#fff !important;
}
#subNavigation {
	display:block;
	height:18px;
	overflow:hidden;
}
#subNavigation ul {
	margin:0 !important;
}
#subNavigation ul li {
	color:#fff !important;
	padding:0;
	margin:0;
	list-style-image:none;
	list-style-position:inherit;
	list-style-type:none;
	text-align:left;
	display:inline;
}
#subNavigation ul li a.cel_cm_navigation_menuitem {
	display:inline;
	float:left;
	background-color:black;
	padding:3px 10px 2px 10px;
	margin-right:1px;
	margin-bottom:1px;
	line-height:12px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	height:12px;
	text-decoration:none;
	border:none;
}
#subNavigation ul li a:hover, #subNavigation ul li a.active  {
	background-color:#333 !important;
	color:#fff !important;
	margin-bottom:0px;
	border-bottom:1px solid #333;
}
div.Movie #subNavigation, div.Team #subNavigation {display:none;}	/* no Submenu for Catalog */
/* Content Styles */
.container {
	position:absolute;
	width:40%; /* Content width variable? */
	top:0;
	right:34%;
	/*background-color:#fff;*/
	text-align:left;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:1;
}
.descriptionheader {
	border:8px solid #333; /*#aaa*/
	background-color:#333;
	padding:7px 10px 5px 10px;
	position:relative;
	min-width:320px;
	overflow:auto;
	margin-bottom:10px;
	color:#CCC;
}
.rteContent {
	border:8px solid #333; /*#aaa*/
	background-color:#fff;
	padding:10px;
	position:relative;
	/*left:20%;*/
	min-width:320px;
	min-height:90px;
	max-height:450px;
	overflow:auto;
}
.Content_Register .container, .Tools_Login .container {
	border:8px solid #333; /*#aaa*/
	background-color:#fff;
	padding:10px;
	/*left:20%;*/
	min-width:320px;
	min-height:90px;
	max-height:450px;
	overflow:auto;
}
.Movie .rteContent {
	max-height:290px;
}
.article_abstract {
	background-color:#333;
	padding:0 10px;
	position:relative;
	margin-bottom:17px;
}
.article_abstract .article_date {
	padding:2px 10px;
	color:#fff;
	background-color:#333;
	font-size:11px;
	line-height:12px;
}
.article_abstract .xwikiintracontent {
	padding:0 10px;
	margin:10px -5px 5px -5px;
	color:#fff;
	background-color:#333;
	font-size:12px;
	line-height:12px;
}
.descriptionlogin {
	border:8px solid #333; /*#aaa*/
	background-color:#fff;
	padding:10px;
	position:relative;
	/*left:20%;*/
	min-width:320px;
	max-height:100px;
	overflow:auto;
	margin-top:10px;
}
.container:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index:100;
}

#rightpanels {
	position:absolute;
	width:320px; /* Content width variable? */
	top:0;
	left:68%;
	/*background-color:#fff;*/
	text-align:left;
	overflow-x:hidden;
}

#rightpanels #trailer {
	padding-bottom:27px;
}
#rightpanels .celements_gallery_overview {
	/*margin-top:27px;*/
	width:328px;
	overflow-x:hidden;
	height:auto;
	/*background-image:url(Gallery.gif);*/
	opacity:0.95;
	filter:alpha(opacity=95);
}

#rightpanels .poster {
	margin-top:27px;
	width:320px;
	height:198px;
	opacity:0.95;
	filter:alpha(opacity=95);
}

/* DESCRIPTION HEADER */
.descriptionheader h1, .descriptionheader h2, .descriptionheader h3, .descriptionheader a, .descriptionheader h2 a {
	color:#fff;
	margin:0;
	padding:0;
}
.descriptionheader h1, .Content_Register .container h1, .Tools_Login .container h1 {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
}
.descriptionheader h2, .descriptionheader h3 {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#ccc;
	border-top:1px dashed #ccc;
	padding:3px 0px 1px 0px;
}
.descriptionheader a, .descriptionheader a:visited {
	text-decoration:none;
	color:#ccc !important;
}
.descriptionheader a:hover {
	color:#ccc !important;
	text-decoration:underline;
}
.descriptionheader h2 span.releasedate {
	color:#fff;
}
/* DESCRIPTION WEBLINK */
.descriptionlink {
	background-color:#333;
	padding:0 0 4px 18px;
}
.descriptionlink a.weblinkurl {
	color:#ccc !important;
	font-size:10px;
	line-height:10px;
	text-decoration:none;
}
.descriptionlink a.weblinkurl:hover {
	color:#fff !important;
}
/* DESCRIPTION HEADER DVD-ORDER */
a#orderbutton {
	position:absolute;
	width:68px;
	height:67px;
	border:none;
	overflow:hidden;
	display:none;
	z-index:2000;
	top:-20px;
	right:-20px;
}
a#orderbutton img {
	border:none;
}
/* Catalog index */
.rteContent ul.catalogindex {
	list-style-type:none;
	padding:0;
	margin:4px -4px 12px -4px;
}
.rteContent ul.catalogindex li.catalogindex-item {
	font-size:12px;
	line-height:14px;
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin:0 0 2px 0;
}
.rteContent ul.catalogindex li.catalogindex-item a.catalogindex-link {
	text-decoration:none;
	text-transform:uppercase;
	padding:0 5px;
	display:block;
	color:#000 !important;
}
.rteContent ul.catalogindex li.catalogindex-item a.catalogindex-link:hover {
	background-color:#000;
	color:#FFF !important;
}
/* Catalog Upcoming */
.rteContent li.upcoming-item {
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin:0 0 20px 0;
}
.rteContent .upcomingimage {
	position:absolute;
	padding-top:3px;
	left:10px;
}
.rteContent .upcomingdescription {
	padding-left:92px;
}
.container .rteContent h2.upcomingtitle {
	font-size:12px;
	line-height:20px;
	border:none;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	margin-bottom:0px;
}
.rteContent ul.catalogindex li.upcoming-item a.catalogindex-link {
	text-decoration:none;
	color:#000 !important;
	margin-left:92px;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	padding-bottom:1px;
}
.rteContent ul.catalogindex li.upcoming-item a.catalogindex-link:hover {
	background-color:#000;
	color:#FFF !important;
}
.rteContent ul.catalogindex li.upcoming-item .releasedate {
	font-weight:bold;
	color:#900;
}
/* Translation-Hint */
#translationhint {
	position:absolute;
	left:0;
	top:402px;
	width:236px;
	margin-left:3%;
	opacity:0.7;
	filter:alpha(opacity=70);
	font-size:11px;
	line-height:14px;
	padding:5px 5px 0 0;
	background:url(hintbg.png) top right no-repeat;
}
#translationhint:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index:100;
}
#translationhint span.translationinfo {
	padding:4px 10px;
	background-color:#3399CC;
	font-size:11px;
	line-height:14px;
	color:#333;
	text-decoration:none;
	text-align:left;
	display:block;
}
/* Movieselect */
#movieselect {
	position:absolute;
	left:0;
	top:9%;
	padding-left:3%;
	width:252px;
	height:131px;
	overflow:hidden;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#movieselect:hover {
	z-index:100;
}
#cineboxtitle {
	position:absolute;
	top:115px;
	right:31px;
	height:16px;
	width:183px;
	overflow:hidden;
	background-color:#000;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:11px;
	padding:2px 7px 0px 7px;
	margin:0;
	text-align:center;
}
 #cineboxtitle a, #cineboxtitle a:hover,  #cineboxtitle a:visited {
 	text-decoration:none;
	color:#fff;
 }
/* Carousel components */
.yui-carousel{visibility:hidden;overflow:hidden;position:relative;text-align:left;zoom:1;}
.yui-carousel.yui-carousel-visible{visibility:visible;}
.yui-carousel-content{margin:0;padding:0;overflow:hidden;position:absolute;top:0;right:2px;}
.yui-carousel-element{margin:0;overflow:hidden;padding:0;position:relative;width:32000px;z-index:1;}
.yui-carousel-element li{margin:0 2px;width:81px;height:112px;border:none;float:left;list-style:none;overflow:hidden;padding:0;text-align:center;*float:none;*display:inline-block;*zoom:1;*display:inline;}
.yui-carousel-content .yui-carousel-element li a {display:block;border:2px solid #000;outline:none;-moz-outline:none;}
.yui-carousel-content .yui-carousel-element li img {display:block;}
.yui-carousel .yui-carousel-item-selected{border:none;outline:none;-moz-outline:none;}
.yui-carousel-nav{zoom:1;}
.yui-carousel-min-width .yui-carousel-content{margin:0 auto;}
.yui-skin-sam .yui-carousel-nav{position:absolute;bottom:0;right:4px;width:251px;height:16px;}
.yui-skin-sam .yui-carousel-button{position:absolute;right:0;overflow:hidden;height:16px;width:25px;background-color:#333;background-image:url(carrows.gif);background-repeat:no-repeat;background-position:top right;}
.yui-skin-sam .yui-carousel-button:hover{background-position:bottom right;}
.yui-skin-sam .yui-carousel-button input,.yui-skin-sam .yui-carousel-button button{background-color:transparent;border:0;cursor:pointer;display:block;height:44px;margin:-2px 0 0 -2px;padding:0 0 0 50px;}
.yui-skin-sam span.yui-carousel-first-button{left:0;background-position:top left;}
.yui-skin-sam span.yui-carousel-first-button:hover{background-position:bottom left;}
.yui-skin-sam .yui-carousel-nav ul {display:none;}
/* GALLERY OVERRIDE */
a.celements_gallery_link_slideshow, h2.celements_gallery_title, p.celements_gallery_description, p.thumbDescription, a.addgallery {display:none;}
a.thumbnail img {border:2px solid #333;}
div.thumb_element {float:left;display:inline;margin-right:7px;margin-bottom:7px;}
/* Lytebox Override */
#lbOuterContainer, #lbDetailsContainer {background-color:#000 !important;}
#lbOuterContainer.grey {border:3px solid #000 !important;}
#lbDetailsContainer.grey {border-color:#000 #000 #000 !important;}
#lbDetailsData.grey {color:#999 !important;}
#lbClose, #lbPlay, #lbPause { width: 24px !important; height: 17px !important; }
#lbLoading { background: url(loading.gif) center no-repeat !important; }
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(prevgrey.gif) left 15% no-repeat !important; }
#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(nextgrey.gif) right 15% no-repeat !important; }
#lbClose.grey { background: url(closegrey.gif) no-repeat !important; }
#lbPlay.grey { background: url(playgrey.gif) no-repeat !important; margin-right:8px !important; }
#lbPause.grey { background: url(pausegrey.gif) no-repeat !important; margin-right:8px !important; }
/* BLOG COMMENTS */
.hidden, .xwikiintracontent fieldset.collapsed div {display:none;}
/* CELEMENTS EDIT OVERRIDE */

#celements2_menu_bar {top:23px !important;}
body {margin-top:0 !important;}
div.celements3_tabMenu form dl {
	display:block;
	padding-left:10px;
	padding-top:10px;
	position:static;
}
div.celements3_tabMenu form dl dt {
	display:block;
	padding-left:10px;
	position:static;
	border:none;
}
div.celements3_tabMenu form dl dt label {
	text-transform:none;
	line-height:14px;
}
div.celements3_tabMenu form dl dd {
	display:block;
	padding:0 0 0 10px;
	position:static;
	text-align:left;
	border:none;
}
div.celements3_tabMenu form dl dd input {
	width:570px;
	color:#000;
}
div.celements3_tabMenu form dl#title, div.celements3_tabMenu form dl#title .title, div.celements3_tabMenu form dl#upnext, div.celements3_tabMenu form dl#upnext .showupcomingflag {
	background-color:#333;
	color:#fff;
}
div.celements3_tabMenu form dl#upnext {
	padding-top:9px;
	padding-bottom:9px;
}
div.celements3_tabMenu form dl#awards {
	padding-bottom:17px;
}
div.celements3_tabMenu form dl#upnext dt, div.celements3_tabMenu form dl#upnext dd {
	display:inline;
}
div.celements3_tabMenu form dl dt.showupcomingflag label {
	color:#fff;
}
div.celements3_tabMenu form dl#upnext .showupcomingflag input {
	width:auto;
}
div#rightPanels span.nopictures, body.celementsmenubarvisible div#rightPanels a.addpicturesbutton {display:none;}
body.celementsmenubarvisible div#rightPanels span.nopictures, div#rightPanels div.notrailer, body.celementsmenubarvisible div#rightPanels a.addgallery {
	display:block;
	padding:15px;
	background-color:#CCC;
	border:2px solid #000;
	margin-bottom:8px;
	color:#333;
	font-size:14px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
body.celementsmenubarvisible div#rightPanels #bgposedit {
	display:block;
	padding:10px 10px 10px 100px;
	height:80px;
	background-color:Ivory;
	margin:8px 0px 0px 113px;
	color:#333;
	font-size:14px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-image:url(bgmove.png);
	background-repeat:no-repeat;
	background-position:3px 2px;
}
.celements3_tabMenu {
	line-height:15px;
}
