body {
	font-size: 0.85em;
	font-family: Arial, sans-serif;
	padding: 0 7px 0 7px;
	margin: 5px 0;
	background-color: #e5e5e5;
    background-image: url(../images/main_bg.png);
}


input {
	margin-bottom: 3px;
}

#main_container {
	width: 950px;
	margin: 20px auto;
}

#container {
	width: 874px;
	margin: 0 38px;
}

#top_shadow, #bottom_shadow, #side_shadow {
	margin: 0 auto;
	width: 950px;
}

#side_shadow {
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
}

#top_shadow {
	background-image: url(../images/top_shadow.png);
	background-repeat: no-repeat;
	height: 7px;
}

#bottom_shadow {
	background-image: url(../images/bottom_shadow.png);
	background-repeat: no-repeat;
	height: 7px;
}

#header {
	width: 874px;
	max-height: 110px;
	height: 110px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header_content {
    position: relative;
	height: 110px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/header_logo_new.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#search_box {
    width: 100%;
    margin: 5px;
}

#box_movies {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#header_bar {
	width: 874px;
	height: 20px;
	border: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #7d7d7d;
	background-image: url(../images/header_bar_bg.png);
	background-repeat: repeat-x;
    text-align: right;
}

#header_bar a {
	font-size: 1.0em;
    text-decoration: none;
    color: black;
    margin: 0 4px;
}

#content_container {
	background-color: #ffffff;

	width: 874px;
}

#navigation_bar {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 160px;
	height: 100%;
	padding: 0;
}

.navigation_bar_content {
	padding: 8px;
}



#end_of_content {
	clear: both;
}

#footer {
	text-align: center;
	line-height: 14pt;
	font-size: 0.85em;
	width: 874px;
	height: 20px;
	border: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #7d7d7d;
	background-image: url(../images/header_bar_bg.png);
	background-repeat: repeat-x;
}

#navigation_bar ul {
	margin: 0; padding: 8px;
	list-style-type: none;
}

#navigation_bar li {
	margin: 0px 0 5px 0; padding: 0;
	font-weight: normal;
    font-size: 0.85em;
}

#navigation_bar a {
	text-decoration: none;
	color: black;
}

#navigation_bar a:hover {
	color: #0d7cb1;
}

.horizontal_ruler {
	border: 0;
	background-color: #7d7d7d;
	height: 1px;
}

#bottom {
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
}


h3 {
    font-size: 0.85em;
    font-weight: bold;
}

.suggestionSelect {
	margin: 0px;
	width: 160px;
}

#suggestBox {
	display: none;
    position: absolute; 
    line-height: 100%;
    padding: 0px;
	text-align: left;
    font-size: 0.8em;
    width: 245px;
    overflow: hidden;
	border: 1px solid #CCCCCC;
    border-top: none;
    z-index: 9;
    white-space: nowrap;
	background-color: rgb(187,201,211);
}

#searchBox {
    float: right;
    height: 33px;
    width: 268px;
    z-index: 10;
}

#searchBox.styled {
    background-image: url(/v2/images/searchBar_bg.png);
    background-repeat: no-repeat;
    background-position: top;
}

#searchBoxContent {
	margin-left: 9px;
	margin-right: 9px;
	display: block;
}

#searchCat {
	width: 90px;
}

.suggestlink {
	padding: 5px;
	color: black;
	text-decoration: none;
	display: block;
}

.suggestlink:hover, .suggestlink.selected {
	background-color: #6ca7d1;
}

#movie_info_bar {
    width: 160px;
    height: 100%;
    padding: 20px;
    margin: 0;
    float: left;
    line-height: 120%;
    font-size: 0.8em;
    text-align: center;
    margin-left: 40px;
}
#movie_info {
    margin-left: 280px;
    margin-right: 40px;
    margin-top: 40px;
    line-height: 120%;
    margin-bottom: 40px;
    text-decoration: none;
}

.cat_title {
    border-bottom: 1px dotted #7d7d7d;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 120%;
}
.cat_info_item {
    padding-left: 20px;
    text-indent: -20px;
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
}
.cat_info_item a {
    text-decoration: none;
    color: black;
}

#content {
	background-image: url(../images/content_bg.png);
 	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	background-color: #ffffff;
	padding: 0px;
    border-left: 0px solid #7d7d7d;
    overflow: hidden;
    min-height: 450px;
}


.movie_info_header {
    width: 100%;
    height: 26px;
    background-image: url(/v2/images/infoHeaderBar_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    font-size: 0.9em;
    padding: 0px;
}
.spcr {
    clear: both;
}
.movie_info_item_spcr {
	margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #7d7d7d;
}
.floatRight {
    line-height: 26px;
    padding-right: 5px;
    float: right;
}
.floatLeft {
    padding-left: 5px;
    line-height: 26px;
    float: left;
}
.floatLeft a {
    color: white;
    text-decoration: none;
}
#header_bar {
    text-align: right;
}
#header_bar span {
    line-height: 20px;
    font-size: 0.8em;
    padding-right: 5px;
    display: block;
}
#navigation_bar {
    padding: 0;
    margin: 0;
    width: 38px;
    overflow: hidden;
    background-image: none;
    float: left;
    padding-top: 190px;
}
.navigation_bar_content p {
    width: 85%;
    margin: 10px;
    border-top: 1px dotted black;
    line-height: 200%;
    padding-top: 5px;
}
#content_container {
    background-image: url(/v2/images/content_bg.png);
    background-repeat: repeat-x;
    background-color: #b6b6b6;
}
.cover_image {
    padding: 5px;
}
.tabs {
    margin: 0px;
    margin-top: -14px;
    position: relative;
    z-index: 0;
    border: none;
}
#activeTab {
    z-index: 1;
}
#trailer {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #7d7d7d;
}
#short_description {
    font-weight: bold;
    color: #333333;
}
#backgroundPopup{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#000000;  
    border:1px solid #cecece;  
    z-index: 200;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
#popupContent {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	width:720px;
	background:#FFFFFF;
	border:0px solid #cecece;
	z-index: 201;
	font-size:13px;
}
#ageVerification h2 {
    text-align: center;
    color: red;
}
h2 {
    line-height: 120%;
}
#over18 {
    clear: both;
    width: 90%;
    margin: 5px auto;
    height: 28px;
    background-image: url(/v2/images/ageOver18_bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
    display: block;
}
#over18 span, #under18 span {
    font-size: 0.9em;
    font-weight: bold;
    color: #111111;
    display: block;
    line-height: 28px;
}
#over18 a, #under18 a {
    text-decoration: none;
}
#under18 {
    clear: both;
    width: 90%;
    margin: 5px auto;
    height: 28px;
    background-image: url(/v2/images/ageUnder18_bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
    display: block;
}
#leftBar {
    float: left;
    width: 10px;
    height: 100%;
    display: block;
}

#movieSearch {
    width: 780px;
    margin: 30px;
    padding: 10px;
    float: left;
    border-bottom: 1px dotted #7d7d7d;
}
#movieSearchBar {
    padding: 10px 0;
    clear: both;
}
#searchOptionsBar {
    float: right;
}
.filterGenre {
    margin-bottom: 5px;
    margin-left: 5px;
    display: block;
    width: 100px;
    height: 22px;
    line-height: 22px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #dddddd;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(/v2/images/searchBarItem_bg.png);
}
.newsGenre {
    margin-bottom: 5px;
    margin-left: 5px;
    display: block;
    width: 150px;
    height: 22px;
    line-height: 22px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #dddddd;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(/v2/images/searchBarItem_bg.png);
}
.filterGenreLabel {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background-color: #444444;
    color: #999999;
}

.filterGenreLabel:hover {
    opacity: 0.25;
    filter:alpha(opacity=25);
    color: #ffffff;
}

.filterGenreLabel.enabled {
    color: #333333;
    opacity: 1.0;
    background: none;
}

.movieListItem {
    margin: 20px 0;
}
.movieItemInfo {
    margin-left: 120px;
    padding-bottom: 10px;
}
.movieItemInfo.news {
    margin-left: 150px;
    padding-bottom: 10px;
}
.movieItemInfo.news a {
    color: #000000;
}
.movieItemInfo p {
    color: #333333;
}
.movieItemImage {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.movieList {
	clear: both;
    width: 75%;
    margin: 30px auto;
}
.moviesSortBar {
    float: right;
    display: block;
    font-size: 10px;
    margin-bottom: 15px;
}
.movieList .movieListNavigation a {
    color: #555555;
    text-decoration: none;
}
.movieList .movieListNavigation {
    color: #000000;
    font-size: 10px;
    text-align: center;
}
.movieListSpacer {
    clear: both;
    width: 100%;
    display: block;
    border-bottom: 1px dotted #7d7d7d;
}

.frontPageSpacer {
    clear: left;
    width: 580px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px dotted #7d7d7d;
}
.award {
    width: 130px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(/v2/images/awards_bg.png);
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    float: left;
    line-height: 150%;
    margin: 10px;
    text-align: center;
    color: #333333;
}
.readOn {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.movieItemInfo .infoBar {
    min-width: 66px;
    float: right;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}
.movieItemInfo .infoBar img {
    margin: 20px 0;
}
.movieItemGenres {
    padding: 5px 10px;
    margin-left: 1px;
    text-decoration: none;
    color: #ffffff;
    background-color: #aaaaaa; 
}
.movieItemGenres.Action {
    background-color: #c52f16;
}
.movieItemGenres.Abenteuer {
    background-color: rgb(152,54,114);
}
.movieItemGenres.Thriller {
    background-color: #88130c;
}
.movieItemGenres.Drama {
    background-color: #33103a;
}
.movieItemGenres.Komoedie {
    background-color: #40b6e6;
}
.movieItemGenres.Erotik {
    background-color: #45040c;
}
.movieItemGenres.Kids {
    background-color: #1d36b7;
}
.movieItemGenres.Krimi {
    background-color: rgb(191,144,64);
}
.movieItemGenres.SciFi {
    background-color: #0e080a;
}
.movieItemGenres.Horror {
    background-color: #6c010b;
}
.movieItemGenres.Romantik {
	background-color: #d5398c;
}
.movieItemGenres.Lifestyle {
	background-color: #d98600;
}
.movieItemGenres.Serien {
	background-color: #01bc92;
}
.prebook {
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    font-size: 10px;
    margin: 4px;
}
.movieItemLinks {
    clear: right;
    margin-bottom: 15px;
    font-size: 10px;
    font-weight: bold;
    color: rgb(48,91,117);
}

.movieItemLinks a {
    color: rgb(48,91,117);
    text-decoration: none;
}

#movieListAjaxLoading {
    display: none;
    width: 220px;
    height: 19px;
    float: left;
    background-image: url(/v2/images/ajax_loading.gif);
}

#topFeatureLoading {
    width: 24px;
    height: 24px;
    background-image: url(/v2/images/ajax_loading_slim.gif);
    background-repeat: no-repeat;
    display: none;
    vertical-align: middle;
}

a img {
    border: none;
}

.movieItemTitle {
    line-height: 120%;
    font-size: 16px;
}

.searchResultCat {
    display: block;
    text-decoration: none;
    padding: 3px 5px;
    color: #cccccc;
    background-color: rgb(68, 74, 77);
    font-weight: bold;
}

.floatRight #searchCat, .floatRight #searchword {
    font-size: 0.8em;
}

.floatRight #searchword {
    background-color: rgb(187,201,211);
    border: 1px dotted #aaaaaa;
    margin: 0px;
    width: 152px;
}

.ref_movie {
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    margin: 5px;
    display: block;
	float: left;
	border-bottom: 1px dotted #aaaaaa;
}

.ref_movie p {
	margin-left: 110px;
	
}

.ref_movie span, .ref_movie strong {
	color: #333333;
}

a {
    border: 0px;
}
.ref_movie a {
    border: 0px;
    text-decoration: none;
    color: black;
}

div.smallImageWrapper {
    height: 110px;
    overflow: hidden;
    float: left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
    display:block;
}

.notCarted {
	background-color: transparent;
	color: rgb(123,48,46);
}

.notCarted a {
	color: rgb(123,48,46);
}

div.smallImageWrapper {
	width: 190px;
    height: 110px;
    margin-bottom: 5px;
    overflow: hidden;
    float: left; /* important */  
    text-align: center;
    position: relative; /* important(so we can absolutely position the description div */  
    display:block;
}


div.smallImageWrapper div.imageLabel {  
    position:absolute;
    top: 0px;
    left: 0px;

    background-color:black;  
    font-size: 0.9em;
    text-align: left;
    color: white;  
    opacity:0.9;
    filter:alpha(opacity=90);
    width: 190px;
}  
div.smallImageWrapper p.imageLabelContent{  
    margin: 5px;
    margin-left: 15px;
    text-indent: -10px;
} 

div.movieInfoImageWrapper {
	width: 544px;
    overflow: hidden;
    float: left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
    display:block;
}
div.movieInfoImageWrapper div.imageLabel {  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    top: 20px; /* position will be on bottom */  
    right: 20px;
    /* styling bellow */  
    font-size: 0.9em;  
    color: white;  
    width: 140px;
    height: 43px;
    background: url('/v2/images/moviePageOvlButton.png');
}
div.movieInfoImageWrapper p.imageLabelContent{  
    opacity:0.8; /* transparency */  
    filter:alpha(opacity=80); /* IE transparency */  
    margin: 15px auto;
    text-align: center;
}

div.leftImageWrapper {
	width: 770px;
    height: 260px;
    overflow: hidden;
    float: left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
    display:block;
}  

div.leftImageWrapper div.imageLabel {  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom: 0px; /* position will be on bottom */  
    left: 0px;
	padding: 0px;
    width: 770px;  
    height: 90px;
    /* styling bellow */  
}

div.leftImageWrapper div.imageLabelBG {
    clear: both;
    background-color:black;
    font-size: 0.9em;  
    color:white;
    opacity:0.8; /* transparency */  
    filter:alpha(opacity=80); /* IE transparency */
    height: 100%;
    padding: 15px;
    padding-top: 5px;
}

div.leftImageWrapper div.imageLabelTrailer {
    position:absolute; /* absolute position (so we can position it where we want)*/  
    top: 20px;
    right: 20px;
    width: 140px;
    height: 43px;
	padding: 0px;
	background-image: url('/v2/images/frontpageTrailerButton.png');
    /* styling bellow */  
}

div.leftImageWrapper div.imageLabelCover {
    position:absolute; /* absolute position (so we can position it where we want)*/  
    top: 70px;
    right: 40px;
	padding: 0px;
}

div.leftImageWrapper div.imageLabel a {
	text-decoration: none;
	color: white;
}

div.leftImageWrapper div.imageNavigationLeft {  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    top: 40%;
    left: 0px;
    width: 40px;
    height: 20px;
    background: url('/v2/images/imageNavPrev.png');
    background-repeat: no-repeat;
	padding: 0px;
    /* styling bellow */  
    font-size: 0.9em;  
    font-weight: bold;
    color:white;  
    opacity:0.8; /* transparency */  
    filter:alpha(opacity=80); /* IE transparency */
    display: none;
}  

div.leftImageWrapper div.imageNavigationRight {  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    top: 40%;
    right: 0px;
    width: 40px;
    height: 20px;
    background: url('/v2/images/imageNavNext.png');
    background-repeat: no-repeat;
	padding: 0px;
    /* styling bellow */  
    font-size: 0.9em;  
    font-weight: bold;
    color:white;  
    opacity:0.8; /* transparency */  
    filter:alpha(opacity=80); /* IE transparency */
    display: none;
}  


div.leftImageWrapper p.imageLabelContent{  
    margin: 10px;  
    line-height: 140%;
}  

.frontPageTop {
	width: 780px;
    margin: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px;
    float: left;
    border-bottom: 1px dotted #7d7d7d;
}

#frontPageTopBG {
	background: url('/v2/images/frontpageTop_bg.png');
	background-repeat: no-repeat;
	width: 780px;
	height: 270px;
	padding: 5px;
}

#slideshow {
	display:block;
	margin: 0;
	padding: 0;
	z-index: 0;
	position: relative;
}

#slideshow div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
}

.notCarted input {
	color: rgb(123,48,46);
}

.carted {
	background-color: transparent;
	color: #000000;
}

ul#slideshow li {
	display:block;
	position:relative;
}

.carted a {
	color: black;
}

ul#newMoviesSlideshow {
	display: block;
	margin: 0;
	padding: 0;
}

table {
	border: 0px;
	border-collapse: collapse;
}

ul#newMoviesSlideshow li {
	display: block;
	position: relative;
}

th {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}

tr.tableBody {
	border-bottom: 1px solid #CCCCCC;
}

tr.tableHeader {
	border-bottom: 1px solid #aaaaaa;
}

tr.tableBody td {
	padding: 5px;
}

input.submitButton {
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	color: #fff;
	background: transparent;
}

#loginPopup {
    width: 100%;
    height: 26px;
    display: none;
    background-image: url(/v2/images/infoHeaderBar_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    font-size: 0.9em;
    padding: 0px;
}

#loginPopup input {
	margin-right: 5px;
	padding: 2px;
}

.lightbox {
}

.ajaxError {
	background-color: #ff7575;
	padding: 5px;
	width: 100%;
	border: 1px dashed red;
	margin: 5px auto;
	text-align: center;
	display: none;
	font-size: 0.85em;
	color: #333333;
}

.ajaxSuccess {
	padding: 5px;
	width: 100%;
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	display: none;
	color: black;
}

.movieDownloadsListItem {
	width: 50%;
	float: left;
}

.movieDownloadsListItem h2 {
	font-size: 0.9em;
}

.movieDownloadsListItem a {
	text-decoration: none;
	font-size: 0.8em;
}

.movieDownloadsListItem a:hover {
	text-decoration: underline;
}

.styledLink {
	text-decoration: none;
	color: black;
}

.styledLink:hover {
	text-decoration: underline;
}

.styledLink.noHover:hover {
	text-decoration: none;
}

.movieDownloadsListItem {
    margin: 20px 0;
    
}

.movieDownloadsListItem .movieItemImage {
    float: left;
    margin-right: 0px;
    text-align: center;
    width: 120px;
}

.movieDownloadsListItem .movieItemInfo {
	margin-left: 120px;
}

#topFeatureMovieLinks .selected {
	font-weight: bold;
}

.movieOneLinerCat {
	color: #666666;
	width: 100px;
	display: block;
	float: left;
	clear: both;
}

.sliderContainer {
	position: relative;
	overflow: hidden;
	height: 190px;
}

.slider {
	width: 580px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

a.orderAddressLink {
	text-decoration: none;
	display: block;
	padding: 10px;
    color: #666666;
}

#genreBar {
	text-align: center;
}

a.orderAddressLink:hover {
	background-color: #eeeeee;
}

a.orderAddressLink.selected {
	color: #e9ecee;
	background-color: #273f57;
}

.filterGenreIcon {
	height: 64px;
	width: 64px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.filterGenreIcon:hover {
	opacity: 0.75;
	filter:alpha(opacity=75);
}

.filterGenreIcon.enabled {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

