.pollseverywhere_block_column h5, .pollseverywhere_block_choice h5{
	font-weight: bold;
	padding-right:20px;
	padding-left:20px;
}

.pollseverywhere_block_column ul li span i {
    color: #555454;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    margin: 18px 0 2px 5px;
}

.pollseverywhere_block_column ul li{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e8e8e8 0%, #c1c1c1 100%) repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin: 6px 0;
    padding: 1px !important;
    position: relative;
    width: 100%;
}

.pollseverywhere_block_column ul{
	display: block;
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 5px 0px;
}

.pollseverywhere_block_column .all_polls_wrapper{
	padding-left: 20px;
	font-size:10px;
	font-weight: bold;
}

.pollseverywhere_block_column ul li div.poll_line {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fdfdfd 0%, #ffffff 100%) repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;    
}

.pollseverywhere_block_column ul li span.cntr_line{
	color: #000000;
    display: block;
    font-size: 13px;
    line-height: 12px;
    padding: 23px 19px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    z-index: 30;
}

.pollseverywhere_block_column ul li div{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcfcfc 0%, #ef8743 100%) repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;	
}

.pollseverywhere_block_column ul li.pressed div{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcfcfc 0%, #EABB9C 100%) repeat scroll 0 0;		
}

.pollseverywhere_block_column ul li.pressed div.poll_line{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fdfdfd 0%, #ffffff 100%) repeat scroll 0 0;		
}

.pollseverywhere_block_column ul li.pressed{
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0px !important;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0 0 0px !important;
	box-shadow: rgba(0, 0, 0, 0) 0 0 0px !important;
}

.pollseverywhere_block_column .pollseverywhere_content:hover{
	-webkit-box-shadow: rgba(0, 0, 0, 0.20) 0 0 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.20) 0 0 5px;
	box-shadow: rgba(0, 0, 0, 0.20) 0 0 5px;
}

h3.pollseverywhere_title_block{
	background: #f6f6f6 none repeat scroll 0 0;
    border-top: 5px solid #333;
    color: #555454;
    font: 600 18px/22px "Open Sans",sans-serif;
    margin-bottom: 20px;
    padding: 14px 5px 17px 20px;
    text-transform: uppercase;
    margin-top:9px;
}

.date_group{
	float:right;
	padding-right:5px;
	font-size:10px;
	clear:both;
}

.polls_archive li div.poll_line{
	cursor: default !important;
}

div#polls_pagination{
	padding-top:10px;
	text-align:center;
}

div#polls_pagination a, div#polls_pagination span{
    border: 1px solid #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    color: #999999;
    display: inline-block;
    font: 11px/24px Arial,Verdana,sans-serif;
    height: 26px;
    width: 24px;
    text-decoration:none;
}

div#polls_pagination a:hover{
	color:black;
	border: 1px solid black;
}

div#polls_pagination .pagination_first, div#polls_pagination .pagination_last {
    padding: 0 8px;
    width: auto;
}

div#polls_pagination a.pagination_first:hover, div#polls_pagination a.pagination_last:hover{
	text-decoration: underline;
}

div#polls_pagination .pagination_first {
	float:left;
}

div#polls_pagination .pagination_last {
	float:right;
}

div#polls_pagination span.current_pos {
    border: 1px solid #FFFFFF;
    color: #000000;
}
.polls_link{
	text-align:center;
	font-size: 10px;
}
.polls_link a{
	text-decoration: underline;
}
.polls_link a:hover{
	text-decoration: none;
}

/*-two form view-*/
.pollseverywhere_block_choice ul li{
    border-bottom: 1px dashed #C1C1C1;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    opacity: 1;
    
}
.pollseverywhere_block_choice ul li:hover{
    cursor:pointer;
    color: #000000;
     -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.pollseverywhere_block_choice ul li .cntr_button{
    width: 20px;
    height: 20px;
    background: #F09051;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float:left;
    position:relative;
    opacity: 0.8;
}

.pollseverywhere_block_choice ul li:hover .cntr_button{
    background: #61C1FE;
    opacity: 1;
}

.pollseverywhere_block_choice ul li .cntr_button .cntr_button_white{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    top:3px;
    left:3px;
}

.pollseverywhere_block_choice ul li:hover .cntr_button .cntr_button_center{
    width: 8px;
    height: 8px;
    background: #9C9C9C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top:3px;
    left:3px;
}

.pollseverywhere_block_choice ul li div span.cntr_line{
    padding-left: 10px;
}
.pollseverywhere_block_choice ul li:last-child{
    border: none;
}
