.votebox{
	padding: 5px 5px 5px 5px;
	position: relative;
	border: 1px solid #CCC;
	border-top: 0;
}

.num{
	background: #444;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	text-shadow: -1px -1px 1px #000;
	color: #CCC;
}

.bigarrow_holder{
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 1;
}

.bigarrow{
	width: 10px;
	height: 40px;
	background: url('../images/nl/vote/vote_bigarrow.png') no-repeat;
}

#votebox_selectbox{
	position: relative;
}

#votebox_select{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#votebox_select li .empty_text{
	background: #CCC;
	padding: 0 10px 0 15px;
	line-height: 40px;
	text-shadow: -1px -1px 1px #999;
	color: #FFF;
}

#votebox_select li .text{
	background: #FFF;
	border: 1px solid #00c870;
	border-left: 0;
	padding: 0 10px 0 15px;
	cursor: pointer;
}

#votebox_select li .text .votelist_title{
	height: 25px;
	margin-top: 13px;
}

#votebox_list .votelist_title, .ui-draggable-dragging .votelist_title{
	margin-top: 8px;
}

.votelist_title{
	overflow: hidden;
}

.votelist_title div{
	width: 500px; 
}

#votebox_select li .text .btn_close_gray{
	margin-top: 11px;
}

#votebox_select li .text .btn_play, #votebox_select li .text .btn_play_active, #votebox_select li .text .btn_pause{
	margin-top: 9px;
}

#votebox_select .timeline_anchor{
	height: 30px;
	margin-top: 8px;
}

#votebox_list .timeline_anchor, .ui-draggable-dragging .timeline_anchor{
	height: 30px;
	margin-top: 3px;
	margin-left: 5px;
}

.votelist_percentback{
	height: 39px;
	position: absolute;
	z-index: 1;
	top: 0px;
}

.votelist_item{
	height: 29px;
	cursor: pointer;
	position: relative;
	background: #FFF;
}

.votewin_item{
	height: 29px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 0px;
}

.votelist_item .text, .votewin_item .text{
	line-height: 29px;
}

.ui-sortable-helper .text{
	background: #ffff94 !important;
}

#votebox_list{
	position: relative;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.votebox_contactarrow {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url('../images/nl/vote/vote_horizarrow.png') no-repeat 50% 50%;
}

.votebox_submit_box{
	background: #FFF;
	margin: 10px;
	padding: 10px;
}

.votebox_email{
	width: 249px;
}

.selected{
	opacity: 0.8;
}

.selected .votelist_item{
	background: #CCC;
}

.selected .btn_add_green {
	display: none;
}

#votebox_pagemask{
	overflow: hidden;
	position: relative;
}

#votebox_pageholder{
	position: relative;
}

.votebox_page{
}

#videoplayer_holder{
	margin: 0 0 15px 0 !important;
	height: auto !important;
}

#timeline_holder{
	position: relative;
}

#general_player_timeline{
	margin: 0px !important;
	position: relative;
	
	border: 1px solid #999;
}

#general_player_timeline_title{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#general_player_timeline_played{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	color: #FFF;
}

#general_player_timeline_played div, #general_player_timeline_title div{
	width: 500px;
	padding: 2px 0 0 2px;
}

.votelist_add{
	margin-top: 6px;
}

.votebox_title{
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px dotted #999;
}

.votelist_pagedown{
	padding: 5px 40px 5px 5px;
}

.votelist_pageup{
	padding: 5px 5px 5px 40px;
}

.votebox_pager{
	padding-top: 5px;
}

.votebox_percent{
	padding-top: 13px;
}

.votelist_percent{
	padding-top: 8px;
}

.ui-sortable-helper, .ui-draggable-dragging{
	
	-moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	behavior: url('pie.htc');
}

.ui-draggable-dragging{
	left: 5px;
}

.reset_btn{
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 1;
}

#voting_data{
	margin: 0px;
}

#voting_terms{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	
	border: 1px solid #CCC;
	border-bottom: 0px;
	
	background-image: url('../images/nl/vote/infobox_shadow.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#info_holder{
	position: absolute;
	z-index: 5;
	
	border: 1px solid #CCC;
	
	/*background-image: url('../images/nl/vote/infobox_shadow.png');*/
	background-position: bottom left;
	background-repeat: repeat-x;
	
	overflow: hidden;
	
}
