

h1 {
	/* intentially blank */
}
#mainContent h1, #mainContent_972 h1{
	margin: 10px 0px 3px 10px;
	color:#ee7f09;
	font-weight:normal;
}

#sidebar h1 {
    color: #EE7F09;
    font-weight: normal;
    margin: 10px 0 3px 10px;
}

.td_border_right {
	border-right:1px solid #ccc;	
}
.td_border_top {
	border-top:1px solid #ccc;	
}

span.h1subline {
	display: block;
	margin-top: -5px;
	margin-bottom:3px;
}
#mainContent p, #mainContent_972 p {
	margin: 10px 15px 15px 15px;
	color:#4f4f4f;
	font-weight:normal;
	line-height:18px;
}
#mainContent ol, #mainContent_972 ol {
	margin: 10px 15px 15px 15px;
	list-style-type:decimal;
}
#mainContent ol li, #mainContent_972 ol li {
	background-image: url("../gfx_2011/icon_bullets.png");
    background-repeat: no-repeat;
	background-position:0px -125px;
	list-style-position:outside;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	color:#4f4f4f;
	font-weight:normal;
	line-height:18px;
	padding-left:40px;
	padding-bottom:10px;
}

#mainContent dl, #mainContent_972 dl, #sidebar dl {
	margin: 10px 15px 15px 15px;	
}

#mainContent dd, #mainContent_972 dd, #sidebar dd {
	color:#4f4f4f;
	font-weight:normal;
	line-height:18px;
	padding-left: 40px;
	background-image: url("../gfx_2011/icon_bullets.png");
    background-repeat: no-repeat;
	background-position:0px -390px;
	padding-top:6px;
	padding-bottom:8px;
}
#mainContent p.referenzen {
	margin: 1px 15px 1px 15px;
	color:#4f4f4f;
	font-weight:normal;
	padding:0;
}
#mainContent a.referenzen {
	color:#4f4f4f;
	font-weight:normal;
	display:block;
	width:500px;
	line-height:18px;
	padding-left: 40px;
	background-image: url("../gfx_2011/buttons_links.png");
    background-repeat: no-repeat;
	background-position:0px -3530px;
	padding-top:13px;
	padding-bottom:10px;
	text-decoration:none;
}
#mainContent a.referenzen:hover {
	color:#ffffff;
	background-image: url("../gfx_2011/buttons_links.png");
    background-repeat: no-repeat;
	background-position:0px -3580px;
}

#mainContent table h3 {
	margin-left:15px;
	color:#4f4f4f;
	font-weight:bold;
	line-height:18px;
	padding-top:6px;
	padding-bottom:8px;
}

#sidebar p {
	margin: 10px 15px 15px 10px;
	color:#4f4f4f;
	font-weight:normal;
	line-height:18px;
}
.zitat {
	text-align:justify;
	color:#666;
}
.zitat_anfang{
	display:block;
	float:left;
	background-image: url("../gfx_2011/icon_bullets.png");
    background-repeat: no-repeat;
	background-position:0px -20px;
	font-weight:normal;
	line-height:18px;
	width:40px;
	padding-bottom:13px;
}
.zitat_ende{
	display:block;
	float:right;
	background-image: url("../gfx_2011/icon_bullets.png");
    background-repeat: no-repeat;
	background-position:0px -50px;
	font-weight:normal;
	line-height:18px;
	width:40px;
	padding-top:0px;
	padding-bottom:10px;
}

#lang {
	display:block;
	float:right;
	position:relative;
	width:300px;
}

#suche {
	display:block;
	float:right;
	position:relative;
	width:auto;
	padding-left:15px;
}



/* FORMS
================================================== */

input.searchField {
	padding-top: 6px;
	padding-left: 6px;
	border: 0px;
	height: 24px;
}

input.searchSubmit {
	padding: 0px 20px 1px 20px;
	border: 0px;
	height: 22px;
	cursor: pointer;
}
#header_search .submitsd,
#header_search .submitsd_on,
#searchField .submitsd,
#searchField .submitsd_on{
	float: left;
	height: 30px;
	padding-left: 2px;
	cursor: pointer;
}
input.searchGo {
	width: 50px;
	height: 30px;
	border: 0px;
	margin-left: -3px;
}


/* HEADER
================================================== */


#navigation {
	height: 95px; /* +1px drop shadow that needs to overlay main content */
	margin-bottom: 13px; /* -1px drop shadow that needs to overlay main content */
	background-color:#fff;
}

#navigation div.logo {
	width: 94px;
	height: 95px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#navigation div.logo a {
	display: block;
	width: 94px;
	height: 95px;
}


#top {
	margin-top: 9px;
	float: right;
	width: 850px;
	padding-left: 0px;
	margin-left: 0px;
}

#language {
	float: right;
    height: 30px;
    margin-left: 0;
    margin-right: 4px;
    padding-left: 0;
    position: relative;
    width: 80px;	
}


#header_search {
	padding-left: 5px;
	height: 30px;
	float: right;
	
}

#header_search input.searchSubmit {
	height: 30px;
	
}

#header_search input.searchField {
	padding-left: 30px;
	width: 200px;
	float: left;
}




/* ----- Main Menu ----- */
#menu {
	padding-top: 11px;
	margin-left: 16px;
	padding-left: 1px;
	height: 45px;
	overflow: hidden;
	float: left;
}

#menu li {
	float: left;
	margin-top: 4px;
	margin-left: -1px;
}

#menu li div.sub_nav {
	position: absolute;
	margin-top: 0px;
	padding-right: 22px;
	left: -9999px;
	z-index: 426;
	margin-left: -3px;
	padding-bottom:14px;
}
/* wrapper div for content inside sub menu */
#menu li div.sub_nav div {
	padding-top: 0px;
	padding-left: 5px;
	margin-left: 9px;
	margin-right: 13px;
	border-top: 4px #ee7f09 solid; /* add blue border-top to sub menu wrapper */
}
/* reset inner divs */
#menu li div.sub_nav div div {
	border: none;
	padding: 0px;
	margin: 0px;
}


/* ----- Menu Buttons ----- */
#menu li,
#menu li a {
	display: block;
	height: 38px;
	width: auto;
}
#menu li a, .sub_nav dl {
	position:relative;
}

#menu li {
	padding-right: 10px;
}

#menu li a {
	padding: 10px 20px 0px 20px;
	height: 28px;
}

#menu li a span {
	display: block;
	margin: 0;
	padding: 0;
	height: 13px;
}

#menu li.drop a span {
	padding-right: 16px;
}

/* Reset styles for second level nav elements */
#menu li div li,
#menu li div a,
#menu li div a span {
	display: inline;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

#menu li div li {
	display: block;
	float: none;
}

#menu li div {
	margin: 0;
	padding: 0;
}

/* ----- Menu - Games drop down ----- */
#menu li.unternehmen div.sub_nav {
	width: 520px;
}
#menu li.unternehmen div.sub_nav div {
	padding-bottom: 0px;
	overflow: hidden;
}

#menu li.unternehmen div.sub_nav div div.featuredAreas div.featuredNews {
	margin: 10px 0px 0px 0px;
	padding: 10px 14px 18px 12px;
	padding-left: 13px;
	width: 118px;
	height: 120px;
}

#menu li.unternehmen div.sub_nav div div.werbung img {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left:10px;
}

#menu li.unternehmen div.sub_nav div div.featuredAreas,
#menu li.unternehmen div.sub_nav div dl {
	float: left;
	border-top: none;
}

#menu li.unternehmen div.sub_nav div div.featuredAreas {
	width: 151px;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

#menu li.unternehmen div.sub_nav div dl {
	margin-top: 10px;
/*	margin-bottom: 10px; */
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #ddd;
	border-top: 0px;
	background-color:#ffffff;
}


#menu li.unternehmen div.sub_nav div dt {
	background-color:#ffffff;
	padding: 10px;
	margin-bottom: 6px;
	width: 125px;
	height: auto; /*80px;	/*9px*/
}

#menu li.unternehmen div.sub_nav div dd img {
	background:none;
	margin-left:8px;
	margin-bottom:10px;
}

#menu li.unternehmen div.sub_nav div li a,
#menu li.unternehmen div.sub_nav div dd a {
	display: block;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	width: 135px;
	height: 19px;
}


/* ----- Menu - Studio drop down ----- */
#menu li.liste div.sub_nav {
	width: 263px;
}

#menu li.liste div.sub_nav div {
	padding: 0px;
	margin-top: 0px;
}

#menu li.liste div.sub_nav div ul li{
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	position:relative;
}

/* item text */
#menu li.liste div.sub_nav li a {
	display: block;
	padding: 7px 5px;
	width: 225px;
	height: 63px;
	overflow: hidden;
	
}
/* item header */
#menu li.liste div.sub_nav li a span {
	display: block;
	padding: 7px 0px 3px 0px;
}

#menu li.liste div.sub_nav li + li {
	border-top: 1px solid #dedede;
}

#menu li.liste div.sub_nav li img {
	float: left;
}

#menu li:hover div.sub_nav,
#menu li.fakeHover div.sub_nav {
	left: auto;
}


#element.style1.style2{
	
}

.media {
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    float: left;
    padding: 10px 5px;
    width: 120px;
}

.media.last {
    border-right: 0 none;
}

.media ul li {
	text-align:center;
}
 
/* FOOTER
================================================== */
div.wrapper_bottom, #wrapper_bottom {
	position:fixed;
	display:block;
	float:left;
	width:100%;
	height:40px;
	bottom:0px;
	margin:0 16px 0 16px;
	background-color:#333;
}
div.wrapper_foot, #wrapper_foot {
	display:block;
	position:relative;
	height:40px;
	width:972px;
	background-color:#333;
	margin:0 auto;
	padding-left:16px;
	padding-right:16px;
}
div.footer, #footer {
	text-align:left;
	line-height:15px;
	height:30px;
	background:url(../gfx2011/small_logo.jpg) no-repeat scroll bottom right;
	z-index: 1;
}
#footer p {
	padding-top:5px;
	padding-bottom:5px;	
}
.tagFooter {
	margin-top: 10px;
}






/* MAIN CONTENT
================================================== */

/* Define overall site width */
div.wrapper,
#wrapper {
	width: 972px;
	margin: 0 auto;
	min-height:100%;

}
*html #wrapper {
	height:100%;
}

#wrapper {
	padding: 0px 16px 0px 16px;
}

#mainContent {
	width: 			656px;
	float: 			left;
	padding-top:	25px;
	padding-bottom: 20px;
}
#mainContent_972 {
	width: 			972px;
	float: 			left;
	padding-top:	25px;
	padding-bottom: 20px;
}

#mainContent ol, #mainContent_972 ol {
	padding-left:10px;	
}

/* 404 & Errors */
#mainContent.error404{
	width: auto;
	float: none;
}

#mainContent.error404 h2.oops{
	padding-left: 70px;
}
#mainContent.error404 h2.oops{
	margin-top: 40px;
	height: 95px;
}



.bottomCap, .bottomClosed {
	margin-bottom: 20px;
}

/* Dienstleistungen
==================================== */

#feed, #homepage-feed {
    margin: 0;
    padding: 0;
}
#feed h1, #homepage-feed h1{
	color:#666;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#feed h2, #homepage-feed h2{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.feed-post {
    -moz-box-shadow: 0 0 5px #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    float: left;
    height: 250px;
    margin: 0 10px 15px 0;
    position: relative;
    width: 200px;
	text-align:center;
}
.last {
    margin-right: 0 !important;
}

.feed-post img {
	padding:4px 4px 4px 4px;
}
.feed-post-inner {
    padding: 0;
}

.feed-post p {
    color: #F1F1F1;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.feed-post-details {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background: none repeat scroll 0 0 rgba(238, 127, 9, 0.9);
    color: #F1F1F1;
    display: block;
    height: 234px;
    left: 0;
    padding: 8px;
    position: absolute;
    top: 0;
    width: 184px;
	text-align:justify;
}




/* Checkboxes */
span.styledCheckbox {
	display: block;
	float: left;
	width: 18px;
	height: 20px;
	margin-top: -2px;
	margin-right: 5px;
	cursor: pointer;
}

#mainContent.newsArticleContent{
	float: left;
	margin-right: 16px;
}
#newsCopy{
	clear: both;
}
#newsCopy p {
	margin: 16px 0px;
}
#newsArticleMedia {
	float: right;
	clear: right;
	width: 656px;
	margin-top: 5px;
	margin-bottom: 16px !important; /* override #mainContent div div { margin-bottom:0; } */
} 
#newsArticleMedia .caption {
	border: 1px solid #c8c8c8;
	border-top: none;
	background: #fff;
	padding: 12px;
}

#mainContent.newsArticleContent #relatedGames {
	clear: both;
}
#mainContent.newsArticleContent #relatedGames h2{
	border-bottom: 1px solid #DDE1E2;
}
#mainContent.newsArticleContent #relatedGames h4{
	font-weight: normal;
	margin-bottom: 3px;
}
#mainContent.newsArticleContent #relatedGames p{
	margin: 5px 0;
}
#mainContent.newsArticleContent #relatedGames h4 a{
	font-weight: bold;
}
#mainContent.newsArticleContent #relatedGames div a.cover{
	margin: 16px;
	float: left;
}
#mainContent.newsArticleContent #relatedGames div.clearInner div{
	padding: 16px 16px 16px 0;
	float: left;
	width: 538px;
}





/* Popular Tags module
================================================== */
#popularTags div.tagCloud {
	margin: 10px 18px 16px 16px;
	text-align: justify; 
}
#popularTags div.tagList {
	margin: 15px 18px 16px 27px;
	text-align: justify; 
}
#popularTags div.tagList li {
	margin-bottom: 2px;
}



/* Search Results Page
================================================== */

/* search field in main column */
#searchResultsNews{
	margin-top: 10px;
}
#searchField {
	padding-top: 5px;
	height: 30px;
	margin-bottom: 16px;
}
#searchField input.searchSubmit {
	border: 0px;
	height: 30px;
	float: left;
}
#searchField input.searchField {
	width: 380px;
	padding-left:30px;
	float: left;
}


/* search error */
#searchError p {
	margin: 10px 12px 10px 12px;
}





/* DROP DOWN
================================================== */

.drop-default_wrapper, .drop-default_wrapper_Up,
.drop-70px_wrapper, .drop-70px_wrapper_Up,
.drop-90px_wrapper, .drop-90px_wrapper_Up,
.drop-game_wrapper, .drop-game_wrapper_Up{
	padding-bottom: 13px;
	padding: 0px 5px 14px 2px;
	position: absolute;
	left: -2px;
	visibility: hidden;
	margin: 0px;
}
.drop-default_wrapper_Up,
.drop-70px_wrapper_Up,
.drop-90px_wrapper_Up {
	padding-top: 7px;
	padding-bottom: 2px;
}
ul.drop-default li span, ul.drop-default_Up li span{
	color: #717171;
	display: block;
	border-top: 1px #e5e5e5 solid;
	width: 126px;
	margin-left: 2px;
}
ul.drop-70px li span, ul.drop-70px_Up li span {
	color: #717171;
	display: block;
	border-top: 1px #e5e5e5 solid;
	width: 66px;
	margin-left: 2px;
}
ul.drop-90px li span, ul.drop-90px_Up li span {
	color: #717171;
	display: block;
	border-top: 1px #e5e5e5 solid;
	width: 86px;
	margin-left: 2px;
}
ul.drop-default li span,
ul.drop-default_Up li span,
ul.drop-70px li span,
ul.drop-70px_Up li span,
ul.drop-90px li span,
ul.drop-90px_Up li span {
	padding: 6px 3px 6px 5px;
}




/* SIDEBAR
================================================== */

#sidebar {
	width: 300px;
	float: right;
	padding-bottom:20px;
	padding-top:25px;
}

#sidebar h2,
div.listeListModule h2 {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	width: 276px;
	height: 26px;
}

div.listeListModule h2 {
	width: 296px;
}

#sidebar p {
	padding: 5px 0px;
}

#sidebar img {
	border:1px solid #e4e6e6;	
}

#sidebar p img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #e4e6e6;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
}
#sidebar .left {
	margin:0;
	padding:0;
	margin-bottom:5px;
	padding-bottom:5px;
}

/* Image Backgrounds */
#menu li.unternehmen div.sub_nav div div.featuredAreas img,
#menu li.liste div.sub_nav a img {
	margin-right: 6px;
}




/* BOTTOM CAP
================================================== */

.bottomCap, .bottomClosed {
	display: block;
	clear: both;
}
.bottomCap{
	padding: 16px 10px 17px 10px;
	height: 16px;
	position: relative;
}
.bottomClosed{
	padding: 0px 10px;
	height: 10px;
	background-position: -350px 0;
}

.bottomCap a.link span {
	display: none;
}


/* TABS
================================================== */
div.tabs .sections{
	clear: both;
}
div.tabs .sections .bottomCap{
	margin-bottom: 0px;
}
div.tabs ul.nav li {
	height: 53px;
	float: left;
	margin-left: 10px;
}
div.tabs ul.nav li.last{
	margin-left: 10px;
}
div.tabs ul.nav li.ui-tabs-selected-first, div.tabs ul.nav li.first{
	margin-left: 0px;
}
div.tabs .nav li a,
div.tabs .nav li a span {
	display: block;
}
div.tabs .nav li.on a{
	cursor: default;
}
div.tabs .nav li a span {

	margin-right: 23px;
	padding-top: 12px;
	padding-left: 14px;
	width: 57px;
	height: 36px;
}


/* Wide Tabs */
div.tabs-wide-cap.tabs .nav li a span {
	width: 120px;
}


/* whole page Tabs */
div.tabs_972 .sections{
	clear: both;
}
div.tabs_972 .sections .bottomCap{
	margin-bottom: 0px;
}
div.tabs_972 ul.nav li {
	height: 53px;
	float: left;
	margin-left: 11px;
}
div.tabs_972 ul.nav li.last{
	margin-left: 10px;
}
div.tabs_972 ul.nav li.ui-tabs-selected-first, div.tabs_972 ul.nav li.first{
	margin-left: 0px;
}
div.tabs_972 .nav li a,
div.tabs_972 .nav li a span {
	display: block;
}
div.tabs_972 .nav li.on a{
	cursor: default;
}
div.tabs_972 .nav li a span {

	margin-right: 23px;
	padding-top: 12px;
	padding-left: 14px;
	width: 57px;
	height: 36px;
}


/* Wide Tabs */
div.tabs-wide-cap.tabs_972 .nav li a span {
	width: 120px;
}

/* used by equalizeCols to add extra height */
div.fill {
	overflow: hidden; /* must use overflow hidden in order to use heights smaller than 10px in IE6 */
}

					


/* SPOTLIGHT COMPONENT
================================================== */
.spotlight{
	color: #ccc;
	width: 300px;
	border: 1px black solid;
}
.spotlight.focus-data{
	color: #000;
}
#spotlight-results{
	
}
.spotlight-results,
.spotlight-results_footer,
.spotlight-results_footer_bot{
	position: absolute;
	display: none;
}
.spotlight-results{
	width: 413px;
}
.spotlight-results_footer,
.spotlight-results_footer_bot{
	width: 387px;
}
.spotlight-result-pane{
	padding: 7px;
}
.spotlight-result-pane h2{
	font-size: 12px;
	padding: 8px;
	text-transform: uppercase;
}
.spotlight-result-pane ul.news{
	padding-left: 2px;
	width: 388px;
}
.spotlight-result-pane ul.unternehmen{
	width: 388px;
}
.spotlight-results_footer .spotlight-result-pane ul.news, .spotlight-results_footer_bot .spotlight-result-pane ul.news{
	width: 362px;
}
.spotlight-results_footer .spotlight-result-pane ul.unternehmen, .spotlight-results_footer_bot .spotlight-result-pane ul.unternehmen{
	width: 364px;
}
.spotlight-result-pane ul.news li{
	/*padding: 10px;/*5px 0px;*/
}
.spotlight-result-pane ul.news span{
	display: block;
	padding: 0 6px 6px 5px;
	width: 377px;
}
.spotlight-result-pane ul.news li h3{
	padding: 5px;
}

.spotlight-result-pane ul li + li{
	border-top: 1px #e5e7e8 solid;
}
.spotlight-result-pane ul.liste{
	margin-top: 10px;
}
.spotlight-result-pane ul.liste li{
	border-top: 0;
}
.spotlight-result-pane li{
	font-size: 14px;
	padding: 5px 0px;
}
.spotlight-result-pane li img{
	float: left;
}
.spotlight-result-pane li div{
	float: right;
	padding: 0px 5px;
	font-size: 11px;
}
.spotlight-result-pane li div{
	height:100px;
	padding:5px 5px 0;
	width: 290px;
}
.spotlight-results_footer .spotlight-result-pane li div,
.spotlight-results_footer_bot .spotlight-result-pane li div{
	width: 267px;
}
#spotlight-results.spotlight-results_footer .spotlight-result-pane ul.news li span,
#spotlight-results.spotlight-results_footer_bot .spotlight-result-pane ul.news li span{
	width: 351px;
}
.spotlight-result-pane li.video{
	position: relative;
	float: left;
	padding: 0px 8px;
	width: 104px;
}
.spotlight-result-pane li.video a{
	height: 76px;
	width:104px;
}
.spotlight-result-pane li.video img{
	float: none;
}
.spotlight-result-pane li.liste{
	margin: 7px 0px 0px 0px;
	text-align: center;
}
.spotlight-result-pane h3{
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 12px;
}
.spotlight-result-pane li span{
	font-size: 10px;
}
.spotlight-result-pane li br{
	clear: both;
}
.spotlight-view-all.bottomCap{
	clear: both;
	text-align: right;
}
.spotlight-view-all li.selected a{
	background-position: right -50px;
}
.spotlight-view-all.selected li a{
	color: #ffffff;
}
#spotlight-results .bottomCap{
	padding: 17px 15px 25px;
	margin-bottom: 0px;
}
	.spotlight-view-all a{

	}
	.spotlight-noresults h3{
		font-size: 14px;
	}
	.spotlight-noresults span{
		font-size: 12px;
	}



/* EditorialPod */

.EditorialPod div, 
.EditorialPod span, 
.EditorialPod img, 
.EditorialPod ul, 
.EditorialPod ol, 
.EditorialPod li, 
.EditorialPod video,
.EditorialPod h1, 
.EditorialPod h2, 
.EditorialPod h3, 
.EditorialPod h4, 
.EditorialPod h5, 
.EditorialPod h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}
.EditorialPod {
	position: relative;
	width: 656px;
	height: 469px;
	overflow: hidden;
	margin: 0 auto;
}
.EditorialPod canvas,
.EditorialPod video,
.EditorialPod .loadingWindow {
	position: absolute;
	background-color: black;
}
.EditorialPod canvas,
.EditorialPod .loadingWindow {
	top: 0;
	left: 0;
}
.EditorialPod video {
	top: 0;
	left: 1000px;
}
/**
 * ITEMS LIST
 **/
.EditorialPod .items {
	position: absolute;
	top: 0;
	left: 0;
}
.EditorialPod .items li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style-type: none;
	height: 469px;
	
}
.EditorialPod .items li.selected {
	display: block;
}
.EditorialPod .items li a.poster {
	position: absolute;
	top: 0;
	left: 0;
}
/**
 * ITEMS LIST - DETAILS
 **/
.EditorialPod .items li div.details {
	position: absolute;
	top: 289px;
	left: 22px;
	width: 606px;
	height: 48px;
	
	background-color: rgba(0,0,0,0.5);
	border: 2px solid white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
}
.EditorialPod .items li div.details h2,
.EditorialPod .items li div.details h3 {
	font-weight: normal;
	position: absolute;
}
.EditorialPod .items li div.details h2 {
	font-size: 20px;
	top: 4px;
	left: 8px;
	padding: 0 !important;
}
.EditorialPod .items li div.details h3 {
	font-size: 15px;
	top: 27px;
	left: 8px;
	padding: 0 !important;
}
.EditorialPod .items li div.details div.clickthru {
	position: absolute;
	top: 14px;
	right: 20px;
}
.EditorialPod .items li div.details div.clickthru a {
	float: right;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: white;
}
.EditorialPod .items li div.details div.clickthru a:first-child {
	margin-left: 10px;
}
.EditorialPod .items li div.details div.clickthru a.btn_addcart, 
.EditorialPod .items li div.details div.clickthru a.btn_info,
.EditorialPod .items li div.details div.clickthru a.btn_addcart span, 
.EditorialPod .items li div.details div.clickthru a.btn_info span {
	background-image: url(assets/sprites/mobile_buttons_links.png);
}
.EditorialPod .items li div.details div.clickthru a.btn_addcart {
	background-position: right top;
}
.EditorialPod .items li div.details div.clickthru a.btn_addcart span {
	background-position: left top;
}
.EditorialPod .items li div.details div.clickthru a.btn_info {
	background-position: right -150px;
}
.EditorialPod .items li div.details div.clickthru a.btn_info span {
	background-position: left -150px;
}
.EditorialPod div.ageGate {
	display: none;
	position: absolute;
	width: 656px;
	height: 369px;
	top: 0;
	left: 0;
	background-color: black;
	color: white;
}
.EditorialPod div.ageGate form {
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:black;
	border:1px solid white;
	display:block;
	height:160px;
	left:135px;
	position:absolute;
	top:100px;
	width:380px;
}
.EditorialPod div.ageGate form h4 {
	position: absolute;
	background-color: black;
	top: 45px;
	left: 0;
	width: 100%;
	text-align: center;
}
.EditorialPod div.ageGate form div {
	position: absolute;
	top: 70px;
	text-align: center;
	width: 100%;
}
.EditorialPod div.ageGate input[type=text] {
	display: block; 
	margin: 0 auto;
	text-align: center;
	width: 50px;
	height: 24px;
	font-size: 20px;
	font-weight: bold;
}
.EditorialPod div.ageGate form p.error {
	position: absolute;
	top: 90px;
	left: 0;
	display: none;
	padding: 10px;
	text-align: center;
	color: #ff4646;
}
.EditorialPod div.transcript {
	display: none;
}
.EditorialPod .navigation {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #202020;
}
.EditorialPod .navigation a.prev,
.EditorialPod .navigation a.next {
	position: absolute;
	top: 0;
	height: 100px;
	width: 24px;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
	display: hidden;
}
.EditorialPod .navigation a.prev span,
.EditorialPod .navigation a.next span {
	display: block;
	position: absolute;
	overflow: hidden;
	background-image: url(assets/sprites/mobile_buttons_links.png);
	top: 40px;
	height: 18px;
	width: 16px;
}
.EditorialPod .navigation a.prev {
	left: 0;
}
.EditorialPod .navigation a.prev span {
	left: 5px;
	background-position: -64px -294px;
}
.EditorialPod .navigation a.prev:hover span {
	background-position: -32px -294px;
}
.EditorialPod .navigation a.next {
	right: 0;
}
.EditorialPod .navigation a.next span {
	right: 5px;
	background-position: -720px -294px;
}
.EditorialPod .navigation a.next:hover span {
	background-position: -752px -294px;
}
.EditorialPod .navigation ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 94%;
	overflow: hidden;
}
.EditorialPod .navigation ul li {
	list-style-type: none;
	width: 84px;
	height: 64px;
	float: left;
	display: block;
	padding: 15px 8px;
}
.EditorialPod .navigation ul li img {
	opacity: 0.6;
}
.EditorialPod .navigation ul li.selected img {
	opacity: 1;
}
.EditorialPod .navigation ul li:nth-child(6n+1) {
	margin-left: 28px;
}
.EditorialPod .navigation ul li a.thumb {
	position: relative;
	border: 2px solid black;
	text-decoration: none;
	display: block;
	width: 84px;
	height: 64px;
	overflow: hidden;
}
.EditorialPod .navigation ul li.selected a.thumb {
	opacity: 1;
	border: 2px solid white;
}
.EditorialPod .navigation ul li a.thumb h4 {
	position: absolute;
	font-size: 10px;
	color: white;
	width: 100%;
	height: 30px;
	bottom: -21px;
	left: 0;
	padding: 3px;
	background-color: rgba(0,0,0,0.6);
}
.EditorialPod .navigation ul li.selected a.thumb h4,
.EditorialPod .navigation ul li a.thumb:hover h4 {
	bottom: 0;
	color: white;
}
.EditorialPod .navigation ul li a.thumb .iconVideo {
	position: absolute;
	left: -2px;
	top: -2px;
	opacity: 0.6;
}

.EditorialPod .controls {
	display: none;
	position: absolute;
	left: 0;
	top: 369px;
	width: 630px;
	margin: 5px 10px 10px 10px;
	border: 3px solid #808080;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 50px;
}

.EditorialPod .controls a.play,
.EditorialPod .controls a.pause {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 15px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.EditorialPod .controls a.pause {
	display: none;
	background-image: url('assets/video/controls_pause_icon.png');
}
.EditorialPod .controls a.play {
	background-image: url('assets/video/controls_play_icon.png');
}
.EditorialPod .controls div.scrubber {
	position: absolute;
	width: 40%;
	height: 40px;
	bottom: 4px;
	left: 45px;
}
.EditorialPod .controls div.scrubber div.track-bar,
.EditorialPod .controls div.scrubber div.load-bar,
.EditorialPod .controls div.scrubber div.scrub-bar {
	position: absolute;
	width: 0;
	height: 10px;
	left: 5px;
	top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.EditorialPod .controls div.scrubber div.track-bar {
	width: 100%;
	background-color: #444444;
}
.EditorialPod .controls div.scrubber div.load-bar {
	background-color: #888888;
}
.EditorialPod .controls div.scrubber div.scrub-bar {
	background-color: #0000AA;
}

.EditorialPod .subtitles {
	position: absolute;
	top: 0;
	left: 50px;
	width: 569px;
	height: 180px;
	font-size: 24px;
	color: white;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
	text-weight: bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	-webkit-text-fill-color: #FFF;
	text-fill-color: #FFF;
}
.EditorialPod .loadingWindow {
	background-color: black;
	width: 656px;
	height: 469px;
}
.EditorialPod .loadingWindow .graphic,
.EditorialPod .loadingWindow .message {
	display: block;
	position: absolute;
	
}
.EditorialPod .loadingWindow .graphic {
	background-image: url(assets/sprites/loading_bars.gif);
	background-repeat: no-repeat;
	background-position: 130px 24px;
	overflow: hidden;
	width: 200px;
	height: 60px;
	border: 2px solid white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	top: 200px;
	left: 210px;
	
}
.EditorialPod .loadingWindow .message {
	top: 225px;
	left: 210px;
	width: 120px;
	text-align: center;
	color: white;
	font-size: 13px;
	font-weight:bold;
}


