#dv_ingresso{
	font-family:Arial, Helvetica, sans-serif;
	position:relative; 
	background-color:#0099CC;
	left:0px;
	top:0px;
	padding:10px;
	}
#dv_ingresso .titulo{
	font-size:32px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#FFFFFF;
	line-height:100%;
	margin-bottom:5px;
	}
#dv_ingresso .data{
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FFFFFF;
	margin-bottom:5px;
	}
#dv_ingresso_carrinho_palco{
	position:relative;
	height:80px;
	background-color:#2288BB;
	z-index:50;
	}
#dv_ingresso_carrinho_palco .cabecalho{ 
	position:absolute;
	left:10px;
	top:10px;
	width:260px;
	height:60px;
	background-image:url(../imagens/comprar_ingresso_cabecalho.png);
	}
#dv_ingressos_carrinho,
#dv_ingressos_carrinho_carregando{
	position:absolute;
	right:10px;
	top:10px;
	width:260px;
	height:60px;
	background-color:#FFFFFF;
	}
#dv_ingressos_carrinho_carregando{
	display:none;
	}
#dv_ingressos_carrinho span{
	position:absolute;
	color:#006699;
	font-weight:bold;
	}
#dv_ingressos_carrinho .itens{
	width:130px;
	top:10px;
	left:10px;
	height:18px;
	}
#dv_ingressos_carrinho .valor{
	font-size:20px;
	letter-spacing:-1px;
	width:130px;
	top:22px;
	left:10px;
	height:25px;
	}	
#dv_ingressos_carrinho .enviar{
	width:105px;
	height:43px;
	top:8px;
	right:10px;
	background-image:url(../imagens/comprar_ingresso_enviar.png);
	background-position:0px 0px;
	cursor:pointer;
	}
#dv_ingressos_carrinho .enviar:hover{
	background-position:0px -43px;
	}
#dv_ingresso_carrinho_lista{
	display:none;
	position:relative;
	left:0px;
	top:60px;
	width:100%;
	background-color:#C60;
	font-size:11px;
	}
#dv_ingresso_carrinho_lista .item_lista{
	display:block;
	position:relative;
	width:100%;
	height:40px;
	border-bottom:solid 1px #E82;
	}
#dv_ingresso_carrinho_lista .item_lista label{
	font-family:Arial, Helvetica, sans-serif;
	}
#dv_ingresso_carrinho_lista .item_lista .excluir{
	width:0px;
	height:26px;
	background-image:url(../imagens/ingresso_excluir.png);
	cursor:pointer;
	position:absolute;
	left:0px;
	top:8px;
	}
#dv_ingresso_carrinho_lista .item_lista .sub_evento,
#dv_ingresso_carrinho_lista .item_lista .sub_ingresso{
	position:absolute;
	left:10px;
	top:7px;
	right:70px;
	max-height:12px;
	overflow:hidden;
	vertical-align:middle;
	line-height:94%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
#dv_ingresso_carrinho_lista .item_lista .sub_evento{
	font-weight:bold;
	font-size:12px;
	}
#dv_ingresso_carrinho_lista .item_lista .sub_ingresso{
	top:20px;
	color:#FFCC00;
	}	
#dv_ingresso_carrinho_lista .item_lista .sub_itens{
	position:absolute;
	right:5px;
	top:5px;
	width:60px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
#dv_ingresso_carrinho_lista .item_lista .sub_valor{
	position:absolute;
	right:5px;
	top:18px;
	width:60px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}	
#dv_ingresso_lista{
	background-color:#FFF;
	position:relative; 
	left:0px;
	top:0px;
	padding:10px;
	margin-top:10px;
	}
#dv_ingresso_lista .item_lista{ 
	position:relative; 
	display:block;
	height:95px;
	margin-bottom:5px; 
	border-bottom:solid 1px #CCC; 
	}
#dv_ingresso_lista .tipo{ 
	position:absolute;
	left:0px;
	top:0px; 
	right:220px; 
	height:16px;
	font-size:12px;
	font-weight:bold;
	}
#dv_ingresso_lista .titulo{
	position:relative;
	display:block;
	margin-bottom:20px;
	}
#dv_ingresso_lista .descricao{
	position:relative;
	display:block;
	width:190px;
	font-size:11px;
	color:#666;
	left:0px;
	top:13px;
	right:220px; 
	height:10px;
	padding-top:15px;
	}	
#dv_ingresso_lista .valor{ 
	position:absolute;
	right:115px;
	top:0px; 
	width:100px; 
	height:30px; 
	line-height:30px; 
	font-size:16px;
	font-weight:bold;
	color:#006699;
	}
#dv_ingresso_lista select{ position:absolute; right:85px; top:3px; padding:0px;}
#dv_ingresso_lista .add{ position:absolute; right:0px; top:0px; width:80px; height:30px; }
