/* design para área Em Cartaz*/

/* formatação para div do conteúdo */
div#main_content.playing_area {
	border:1px solid #BDCDD6;
	width:530px;
	_width:525px;
	float:left;
	background: #e3e8ec url(../../images/bg_content.jpg) top repeat-x;
	border:1px solid #DCE2E6;
	padding: 6px 3px 5px 6px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* do filme */
div.playing_area h3 {
	color: #000000;
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 10px;
	color: #1d3163;
}

div.playing_area div.movie {
	border:1px solid #999999;
	font-size:10px;
	margin-top:5px;
	background: #fff;
	float: left;
	width: 515px;
}

div.playing_area div.movie img {
	width:81px;
	height:119px;
	float:left;
	clear:none;
}
/* lista de infos. do filme */
div.playing_area div.movie ul {
	width:158px;
	float:left;
	clear:none;
	margin:5px 0 0 6px;
}

div.playing_area div.movie ul li {
	margin-bottom:3px;
}

/* mini-resenha */
div.playing_area div.movie p {
	width:255px;
	float:left;
	clear:none;
	border-left:2px solid #999999;
	padding:0 3px 0 6px;
	margin-top:4px;
	color:#333333;
	line-height:14px;
	height:112px;
}

div.playing_area div.movie p span{
	float:left;
	height:96px;
	line-height: 11px;
}

/* links dentro da mini-resenha */
div.playing_area div.movie p a {
	font-weight:bold;
	width:100px;
	float:left;
	clear:none;
	/*margin-top:10px;*/
	text-decoration:underline;
}

div.playing_area div.movie p a.viewShowtimes {
	float:right;
	width:130px;
	text-align:right;
}

/* div de informações adicionais do filme - horários */
div.playing_area div.movie_showtimes {
	width:434px;
	font-size:10px;
	background:#E7E7E7 url(../../images/bg_bottom_horarios.png) no-repeat left bottom;
	color:#1E3262;
	float: right;
	padding-bottom: 5px;
	display: none;
}

div.playing_area div.movie_showtimes ul {
	margin:3px 5px;
	border:1px solid #3A3B6C;
	border-top:0;
	border-bottom:0;
	padding: 0 5px;
	float: left;
	width: 422px;
	margin: 0;
}

div.playing_area div.movie_showtimes ul li {
	margin:7px 0;
	clear:both;
	float:left;
	width: 100%;
}

div.playing_area div.movie_showtimes ul li span.movie_places {
	width:350px;
	float:left;
	margin: 4px 0;
}

a.buy_button {
	background:url(../../images/bg_button.png) left no-repeat;
	display:block;
	height:18px;
	width:auto;
	float:right;
	text-indent:4px;
	cursor: pointer;
}

a.buy_button:hover {
	text-decoration:none;
}

a.buy_button span {
	width:auto;
	float:left;
	clear:none;
	padding-top:3px;
	padding-left:3px;
	font-weight:bold;
}

a.buy_button span.border_buttom {
	clear:none;
	background:url(../../images/bg_button_right.png) right no-repeat;
	height:18px;
	float:left;
	width:4px;
	padding-top:0;
}
