/** CSS HOME **/
div.content_home {
	width: 980px;
}
		div#container_painel_lista ul#menu_detalhes{
			margin: 20px 0 0 6px;
		}
			div#container_painel_lista ul#menu_detalhes li{
				display: inline;
				float: left;
				font-size: 16px;
				font-weight: bold;
				padding-left: 10px;
				color: #ffffff;
			}
			div#container_painel_lista ul#menu_detalhes li a{
				display: inline;
				float: left;
				font-size: 16px;
				font-weight: bold;
				padding-left: 10px;
				color: #ffffff;
			}
		div#foto_detalhes{
			width: 480px;
			display: block;
			float: left;
			margin-bottom: 25px;
		}
			div#foto_detalhes ul{
				width: 368px;
				height: 77px;
				background: url(../images/bg_ampliar.jpg) no-repeat;
			}
				div#foto_detalhes ul li{
					display: inline;
					float: left;
					padding: 24px 0 0 6px;
					
				}
				div#foto_detalhes ul li img{
					border: solid 2px #e1e1e1;
					
				}
				div#foto_detalhes ul li.lupa{
					width: 109px;
					height: 33px;
					background: url(../images/lupa.jpg) left center no-repeat;
					margin: 20px 0 0 15px;
				}
				div#foto_detalhes ul li p{
					font-size: 11px;
					margin-left: 27px;
				}
		div#detalhes{
			width: 480px;
			display: block;
			float: right;
		}
			div#detalhes h2{
				text-indent: 0;
				font-size: 28px;
				font-weight: bold;
			}
			div#detalhes p {
				font-size: 16px;
			}
			div#detalhes p a{
				font-size: 11px;
				font-weight: bold;
				color: #ed1d24;
			}
			div#detalhes ul{
				width: 480px;
				display: block;
				margin-top: 20px;
			}
				div#detalhes ul li{
					font-size: 12px;
					border-top: solid 1px #e1e1e1;
					padding: 5px 0 10px 0;
				}
				div#detalhes ul li.last{
					border-bottom: solid 1px #e1e1e1;
				}
				div#detalhes ul li.estacionamento{
					font-size: 14px;
					color: #b70a00;
					font-weight: bold;
				}
				div#detalhes ul li a{
					font-size: 14px;
					color: #b70a00;
					font-weight: bold;
				}
					div#detalhes ul li a:hover{
						font-size: 14px;
						color: #000000;
						font-weight: bold;
					}
			div#barra_detalhes{
				width: 582px;
				height: 77px;
				background: url(../images/bg_barra.jpg) no-repeat;
				margin-top: 15px;
			}
				div#barra_detalhes ul {
					width: 180px;
					float: left;
				}
					div#barra_detalhes ul li{
						border: 0;
						padding: 5px 0 0 9px;
					}
						div#barra_detalhes ul li a{
							font-size: 14px;
							font-weight: bold;
							color: #000000;
						}
				div#barra_detalhes p{
					display: block;
					float: left;
					font-size: 14px;
					margin: 17px 0 0 62px;
				}
					div#barra_detalhes p strong{
						font-size: 30px;
						color: #ed1d24;
						letter-spacing: -2px;
					}
				div#barra_detalhes a.comprar{
					background:transparent url(../images/ok2.jpg) no-repeat scroll right center;
					color:#ED1D24;
					float: left;
					display:block;
					font-size:18px;
					font-weight:bold;
					height:41px;
					width: 61px;
					line-height:2.2em;
					margin: 21px 0 0 52px;
				}
		div#sinopse{
			width: 980px;
			display: block;
			clear: both;
		}
			div#sinopse h2, div#container_content h2.veja{
				font-size: 22px;
				color: #b70a00;
				font-weight: bold;
				text-indent: 0;
				margin-top: 27px;
				text-transform: uppercase;
				background: url(../images/bg_point_red.gif) repeat-x bottom left; 
				margin-bottom: 21px;
			}
			div#sinopse p{
				font-size: 16px;
				line-height: 30px;
			}
		div#programcao{
			width: 980px;
			clear: both;
		}