@charset "UTF-8";

.tabbed_images {
	margin:0;
	padding:0;
	padding-left: 0px;
	clear:both;
}

.tabbed_images ul {
	border: 1px;
	border-style: solid;
	margin-left: 0px;
	/*left: -50px;*/
}

.tabbed_images li {
	border: 0px;
	border-style: solid;
	list-style:none;
	padding: 4px;
	background-color:#dfebf9;
	/*border:1px solid #333;*/
	width: 300px;
	/*float:left;*/
	margin:0;
	padding:0;
	height: 24px;
	font-size: 13px;
	text-align: left;
	line-height: 24px;
	/*
	width: 400px;
	*/
	vertical-align:top;
}

.tabbed_images li a,
.tabbed_images li a:visited {
	/*
	border:1px solid #ccc;*/
	display:block;
	/*float:left;*/
	color: #000;
	padding:0px 10px 2px 42px;
	text-decoration:none;
}

a.listItemFilm {
	background-image: url(/_images/icons/bg_film.png);
	background-repeat: no-repeat;
}

a.listItemTVMovie {
	background-image: url(/_images/icons/bg_tvmovie.png);
	background-repeat: no-repeat;
}

a.listItemMini {
	background-image: url(/_images/icons/bg_tvmovie.png);
	background-repeat: no-repeat;
}
		
.tabbed_images li a.active,
.tabbed_images li a:hover {
	background-color: #a0c4e6;
	text-decoration: none;
	color: white;
}


#productions_list {
	/*width: 300px;*/
	float: left;
	font-size: 14px;
}

#productions_card {
	float:right;
	width: 390px;
}

.blockSuper {
	width: 370px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #1E478B;
	border-bottom-color: #1E478B;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EFF7FF;
	margin-left: 0px;
	margin-top: 0px;
	/*height: 282px;*/
	min-height: 200px;
	display: none;
}

.blockSuperTop {
	height: 212px;
}

.blockSuperTop_left {
	
	float: left;
	width: 224px;
	height: 210px;
}

.blockSuperTop_left h1 {
	font-size: 16px;
	padding-top: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	color: #004b90;
}

.blockSuperTop_left h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 13px;
	color: #333;
}

.blockSuperTop_right {
	
	float: left;
	width: 140px;
}

.blockSuperBottom {
	
}

.blockSuperBottom p {
	text-align: justify;
	font-size: 12px;
}


.filmTitle {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1E478B;
}

.filmFunction {
	font-size: 11px;
	margin-bottom: 10px;
	color: #555555;
}

.filmName {
	font-size: 11px;
	margin-bottom: 10px;
}

.filmResume {
	font-size: 11px;
	margin-bottom: 10px;
	/*width: 272px;*/
	padding-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.filmPoster {
	margin-left: 10px;
	border: 1px #666 solid;

}