#featured
{
float: left; 
margin:0 20px 0 0;
width:110px;
}

#featured * {
text-align:center;
}

#featured_poster
{
border: 2px solid black;
padding: 3px;
}
#featured_poster:hover {
filter: alpha(opacity=90); 
opacity: .9
}

#rightCol #featured_poster {
width:80px;
}
#poster_title
{
text-align: center;
font-weight: bold;
font-size: 18px;
color: black;
}

#coming_movies
{
margin:4px 10px 10px 12px;
float: left;
width: 100px;
line-height: 120%;
}
#coming_poster
{
float: left;
border: 1px solid #C0C0C0;
padding: 3px;
margin-right: 8px;
margin-bottom:10px;
width:50px;
height:auto;

}
#coming_title
{
/*float: left;*/
/*margin-left: 10px;*/
}
#coming_description
{
width: 200px;
color: gray;
font-size: 14px;
}
.movie_info_titulo, .movie_info_info_titulo, .movie_info_pais, .movie_info_info_pais, .movie_info_productora, .movie_info_info_productora, .movie_info_guion, .movie_info_info_guion {
}

/* Toggle slides with theaters in movie details page*/
h2.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 3px 0;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	height: 36px;
	line-height: 36px;
	width: 255px;
	font-weight: normal;
	font-size: 12px;
	float: left;
}
h2.trigger a {
	text-decoration: none;
	display: block;
	color: #6C6C6C;
}
h2.trigger a:hover { color: #999; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	padding-left:5px;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	width: 275px;
	clear: both;
}


/*for theater modules*/
#ul_container
{
float:left;
}
#first
{
float:left;
}
#second
{
float:left;
margin-left: 4px;
}
