
/**************************** PREV / NEXT ***********************************/

.btn-arrow-prev,
.btn-arrow-next {	
	float: left;	
}

.btn-arrow-prev a.prev {
	background: url('../images/action/btn-prev.jpg') no-repeat 0 0;
	width: 33px;
	height: 27px;	
	text-indent: -10000%;
	float: left;
}

.btn-arrow-next a.next {
	background: url('../images/action/btn-next.jpg') no-repeat 0 0;
	width: 32px;
	height: 27px;	
	text-indent: -10000%;
	float: left;
}

.btn-arrow-prev a.prev:hover,
.btn-arrow-next a.next:hover {
	background-position: 0px -27px;
}

.btn-arrow-prev a.prev:active,
.btn-arrow-next a.next:active {
	background-position: 0px -54px;
}

.btn-arrow-prev a.disabled,
.btn-arrow-next a.disabled,
.btn-arrow-prev a.disabled:hover,
.btn-arrow-next a.disabled:hover,
.btn-arrow-prev a.disabled:active,
.btn-arrow-next a.disabled:active {
	background-position: 0px -81px;
	cursor: default;
}

/**************************** PREV / NEXT ***********************************/

/**************************** BUTTONS ***********************************/
.btn_initial {
	background:url("../images/buttons/btn_pagina_inicial.jpg") no-repeat 0 0;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'FuturaNDCnBold';
    font-size: 15px;
    padding: 7px 0;
    text-align: center;
	width: 140px; 
	height: 19px; 
}

.btn_initial:hover {
	background-position: 0px -33px;
    color: #666666;
}

.btn_initial:active {
	background-position: 0px -66px;
    color: #FFFFFF;
}

.btn-search-travel {
/*	background:url("../images/buttons/btn_pesquisar_passagem.png") no-repeat 0 0;*/
	background-color: #23275c;
/*    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;*/
    color: white;
    cursor: pointer;
    font-family: 'FuturaNDCnBold';
    font-size: 14px;
    height: 33px;
    text-transform: uppercase;
    width: 140px;
}

.btn-finalizar-compra {
        background:url("../images/buttons/bt_concluircompra.png") no-repeat 0 0;
	width: 140px; 
	height: 33px; 
	cursor: pointer;
        position: absolute;
        top: 1px;
        right: 5px;
}
.btn-preencher {
    background: url("../images/buttons/btn_preencher.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 33px;
    margin-left: 10px;
    vertical-align: middle;
    width: 208px;
}
.btn-efetuar-pagamento {
    background-color: #D74746;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    color: white;
    font-family: 'FuturaNDCnBold';
    font-size: 20px;
    cursor: pointer;
    height: 52px;
    margin-bottom: 10px;
    width: 196px;
    display: block;
    margin: auto;
    text-transform: uppercase;
}
/*.btn-efetuar-pagamento {
    background: url("../images/buttons/btn_efetuar_pagamento.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 52px;
    margin-bottom: 10px;
    width: 196px;
    display: block;
    margin: auto;
}*/
.btn-search-travel:hover, .btn-efetuar-pagamento:hover {
/*	background-position: 0px -33px;*/
    box-shadow: inset 0 0 10px 1px black;
    -moz-box-shadow: inset 0 0 10px 1px black;
    -webkit-box-shadow: inset 0 0 10px 1px black;
}

.btn-search-travel:active {
	background-position: 0px -66px;
}
.btn-finalizar-compra:hover {
	background-position: 0px -33px;
}

.btn-finalizar-compra:active {
	background-position: 0px -66px;
}

.btn-ok {
	background:url("../images/buttons/btn_ok.jpg") no-repeat 0 0;
	width: 51px; 
	height: 33px; 
	cursor: pointer;
}

.btn-ok:hover {
	background-position: 0px -33px;
}

.btn-ok:active {
	background-position: 0px -66px;
}

.btn-passagens-rodoviarias {
	background:url("../images/buttons/btn_passagens_rodoviarias.jpg") no-repeat 0 0;
	width: 208px; 
	height: 33px; 
	cursor: pointer;
	float:left;
}

.btn-passagens-rodoviarias:hover {
	background-position: 0px -33px;
}

.btn-passagens-rodoviarias:active {
	background-position: 0px -66px;
}

.btn-passagens-viacao {
	background:url("../images/buttons/btn_passagens_viacao.jpg") no-repeat 0 0;
	width: 180px; 
	height: 33px; 
	cursor: pointer;
	float:left;
}

.btn-passagens-viacao:hover {
	background-position: 0px -33px;
}

.btn-passagens-viacao:active {
	background-position: 0px -66px;
}

.btn-reservar {
/*	background:url("../images/buttons/btn_reservar_passagem.png") no-repeat 0 0;*/
        background-color: #23275c;
	width: 140px; 
	height: 28px; 
	cursor: pointer;
	float:left;
}
.btn-reservar span{
    color: white;
    cursor: pointer;
    font-family: 'FuturaNDCnBold';
    font-size: 14px;
    text-transform: uppercase;
}
.btn-reservar:hover {
	background-position: 0px -28px;
}

.btn-reservar:active {
	background-position: 0px -56px;
}
/**************************** BUTTONS ***********************************/