/**

 * @copyright	Copyright (c) 2013 Skyline Technology Ltd (http://extstore.com). All rights reserved.

 * @license		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2

 */



.advpolls {

/*	background: #fff;

	border: 1px solid #e5e5e5;

	border-radius: 3px;

	box-shadow: 1px 1px 0 rgba(180, 180, 180, 0.1);*/

	margin-bottom: 20px;

}



.advpolls form {

	margin: 0;

}



.advpolls .advpolls-title {

	background: url('../images/poll.png') no-repeat left top;

	font-size: 20px;

	line-height: 30px;

	padding-left: 35px;

	margin: 5px 0 5px 5px;

}



.advpolls ul {

	margin: 0;

	padding: 0;

	list-style: none !important;

}



.advpolls .advpolls-body {

	color: #4D4D4D;

	background-color: #eeeedd;

	padding: 10px;

}



.advpolls .advpolls-question {

	font-weight: bold;

	padding-top: 3px;

	padding-bottom: 10px;

}



.advpolls .advpolls-answers li {

	margin: 0 0 5px 0;

}



.advpolls .advpolls-answers input[type="checkbox"] {

	margin-right: 5px;

}



.advpolls .advpolls-buttons {

	overflow: hidden;

	padding: 10px 0 10px 10px;

}



.advpolls .advpolls-buttons label {

	float: left;

	width: 60%;

	font-size: 13px;

}



.advpolls .advpolls-showresult {

	/*float: right;

	margin-right: 10px;*/

}



.advpolls .advpolls-result-container,

.advpolls .advpolls-message-container {

	height: 0;

	float: left;

	overflow: hidden;

}



#advpolls-modal .close {

	z-index: 1;

}



#advpolls-modal ul.advpolls-graph {

	margin: 0;

	padding: 0;

	list-style: none;

}



#advpolls-modal ul.advpolls-graph li {

	/*border-bottom: 1px dotted #E5E5E5;*/

	clear: both;

	color: #606060;

	list-style: none outside none;

	padding: 5px 0;

}



#advpolls-modal ul.advpolls-graph li > div {

	float: left;

	padding: 3px;

}



#advpolls-modal ul.advpolls-graph li > div.advpolls-answer-votes {

	margin-left: 15px;

}



#advpolls-modal .advpolls-answer-title {

	/*width: 180px;*/

	width: 31%;

}



#advpolls-modal .advpolls-answer-graph {

	/*width: 200px;*/

	width: 39%;

	padding-top: 7px!important;

	padding-bottom: 0!important;

	line-height: 100%;

}



#advpolls-modal .advpolls-answer-graph div {

	line-height: 12px;

	font-size: 9px;

	clear: both;

	padding: 0;

	text-align: right;

}



#advpolls-modal .advpolls-answer-graph div.advpolls-full-line {

	/*width: 200px;*/

	height: 7px;

	background: #e5e5e5;

	border-radius: 3px;

}



#advpolls-modal .advpolls-answer-graph div.advpolls-line {

	height: 7px;

	border-radius: 3px;



	background: #04b8e0;

	background: -moz-linear-gradient(top, #04b8e0 0%, #0193CF 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04b8e0), color-stop(100%, #0193CF));

	background: -webkit-linear-gradient(top, #04b8e0 0%, #0193CF 100%);

	background: -o-linear-gradient(top, #04b8e0 0%, #0193CF 100%);

	background: -ms-linear-gradient(top, #04b8e0 0%, #0193CF 100%);

	background: linear-gradient(to bottom, #04b8e0 0%, #0193CF 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#04b8e0', endColorstr = '#0193CF', GradientType = 0);

}



#advpolls-modal .advpolls-total-votes {

	font-weight: bold;

	color: #0193CF;

}



h3.modal-title {

	font-size: 22px;

	color: #707070;

	clear: none;

}



.wrap-advpolls-title {

	overflow: hidden;

}