/* =============================================================================
   Folha Ingressos
   ========================================================================== */

article.news table.eventTickets {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

article.news table.eventTickets .logoIngressos {
	padding: 12px 10px 12px 20px;
	width: 100px;
}

article.news table.eventTickets .logoIngressos img{
	width: 121px;
	height: 50px;
	float: left;
}
article.news table.eventTickets .description {
	color: #4a4a4a;
	font-family: unitot-regularregular,Arial,Helvetica;
	height: 32px;
	font-size: 14px;
	width: 167px;
	float: left;
	padding: 24px 0 0 15px;
}
article.news table.eventTickets .buttonBuy {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	background: #9fd661;
	box-shadow: 0 3px #80b541;
	font: 1em unitot-boldregular,Arial,Helvetica;
	display: inline-block;
	float: right;
	width: 197px;
	height: 44px;
	margin: 14px;
	position: relative;
}
article.news table.eventTickets .buttonBuy a {
	color: #fff;
	float: left;
	padding: 14px 0 0 26px;
	width: 147px;
	height: 17px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

article.news table.eventTickets .buttonBuy:hover{top:1px;box-shadow:0 2px #80b541;}
article.news table.eventTickets .buttonBuy:active{top:3px;box-shadow:0 0 #80b541;}