/* Prizes */

.prizewrapper {
	position: relative;
	float: left;
}

.prizewrapper a {
	position: absolute; z-index: 10;
	right: 20px; top: 5px;
}

div.voter_prize {
clear: none !important;
float: left !important; position: relative;
padding: 5px 130px 5px 10px;
width: 363px; height: 73px;
cursor: pointer;
background: #f2f2f2;
border: 1px solid #f2f2f2; }

div.voter_prize:hover, div.voter_prize.jhover,
div.voter_prize_selected {
background: #fff9d7;
border: 1px solid #e2c822; }

div.voter_prize img {
display: none;
float: left;
margin: 0 10px 0 0; }

a.prize_detail_link {
float: right; position: absolute;
right: 5px; bottom: 5px; }

span#chosen_prize {
font-weight: bold;
font-style: italic; }