/**
Pulse Lite Voting Script
http://s.technabled.com/PulseVote
**/

/** Global Overrides **/
.pulse_votes_container {
text-align: right;
}

.pulse_vote_buttons {

}

input.pulse_vote_button {
	border:none;
	outline:none;
	cursor:pointer;
}

input.pulse_vote_button.disabled {
	cursor:default;
	/*cursor:not-allowed;*/
}

.thumb1 input.vote_up {
	height:14px;
	display:inline-block;
	text-indent:-1000%;
	width:114px;
	background:url("http://www.jimmyosbardelmar.com/rescon/themes/erestaurantwebsites/Pulse/assets/images/delicious.png") no-repeat center center;
}

.thumb1 input[disabled='disabled'].vote_up, .thumb1 input.vote_up.disabled {
	height:14px;
	display:inline-block;
	text-indent:-1000%;
	width:114px;
	background:url("http://www.jimmyosbardelmar.com/rescon/themes/erestaurantwebsites/Pulse/assets/images/thanks.png") no-repeat center center;
}

.thumb1 input.vote_down {
	height:20px;
	display:inline-block;
	text-indent:-1000%;
	width:20px;
	background:url("http://www.jimmyosbardelmar.com/rescon/themes/erestaurantwebsites/Pulse/assets/images/thumb_down.png") no-repeat center center;
	display: none;
}

.thumb1 input[disabled='disabled'].vote_down, .thumb1 input.vote_down.disabled {
	height:20px;
	display:inline-block;
	text-indent:-1000%;
	width:20px;
	background:url("http://www.jimmyosbardelmar.com/rescon/themes/erestaurantwebsites/Pulse/assets/images/thumb_down_disabled.png") no-repeat center center;
	display: none;
}

.thumb2  .vote_up {
	height:20px;
	display:inline-block;
	text-indent:-1000%;
	width:20px;
	background:url("http://www.jimmyosbardelmar.com/rescon/themes/erestaurantwebsites/Pulse/assets/images/thumb_up2.png") no-repeat center center;
}

.thumb2  .vote_down {
	height:20px;
	display:inline-block;
	text-indent:-1000%;
	width:20px;
	background:url("http://www.jimmyosbardelmar.com/rescon/themes/erestaurantwebsites/Pulse/assets/images/thumb_down2.png") no-repeat center center;
}