.democracy {
max-width: 250px;
color: #ffff00;
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input, .dem-vote-button
{
margin-left: 5px;
margin-right: 5px;
}

.dem-vote-button
{
vertical-align: middle;

width: 32px;
height : 18px;
background : #ffff45 url("../../themes/autoacbc/images/vote_bleu.jpg") top left no-repeat;
border : 0px #ffff45 solid;
}

.dem-vote-button:hover
{
background-image : url("../../themes/autoacbc/images/vote_vert.jpg");
}


.democracy .addAnswerText {
width: 80%;
}

li.keyword1   { font-size: 0.7em; }
li.keyword2   { font-size: 0.9em; }
li.keyword3   { font-size: 1.0em; }
li.keyword4   { font-size: 1.1em; }
li.keyword5   { font-size: 1.2em; }
li.keyword6   { font-size: 1.3em; }
li.keyword7   { font-size: 1.4em; }
li.keyword8   { font-size: 1.5em; }
li.keyword9   { font-size: 1.6em; }
li.keyword10 { font-size: 1.7em; }
li.keyword11 { font-size: 1.8em; }
li.keyword12 { font-size: 1.9em; }
li.keyword13 { font-size: 2.0em; }
li.keyword14 { font-size: 2.1em; }
li.keyword15 { font-size: 2.2em; }

.dem-graph {
border: 1px solid #ccc;
height: 10px;
}

.dem-graph a, .dem-graph a:hover {
background: #efefef;
border-bottom: 5px solid #e0e0e0;
border-right: 1px solid #ccc;
}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 6px;
}

* html .dem-graph {
height: 11px;
}

.dem-graph b, .dem-graph i {
color: #555;
}

.dem-voted-for-this {
border-color: #888;
}

/* blix fix */
.democracy ul 
{ 
padding: 0; 
} 

.democracy ul li
{
display : block;
}

.democracy input
{
display : inline;
}

.democracy ul li input
{
display : inline;
margin : 0px;
}

.democracy label {
float: none;
display: inline;
}
.dem-vote-link {
	color:#FFFF00;
	font-size:11px;
}

/*
.democracy ul li {
list-style: none;
background: none;
}
*/
