/*
css productcomments
*/
.flag-comment {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

/* spam trap hidden field */
div#hiddenField {
    display: none;
    visibility: hidden;
}

.plus1 {
	border: none;
        margin : 0 0 0 0;
	background: url('../img/Thumbs-up.png') no-repeat top left;
	text-align: left;
	text-decoration: none!important;	
	cursor: pointer;
	
	height: 14px;
	width: 16px;

}
.moins1 {
	border: none;
        margin : 0 0 0 0;
	background: url('../img/Thumbs-down.png') no-repeat top left;
	text-align: left;
	text-decoration: none!important;
	cursor: pointer;
	
	height: 14px;
	width: 16px;
}

.plus1:hover {
       cursor: hand;
}

.moins1:hover {
       cursor: hand;
}

.lang {
border: none;
        margin : 0 0 0 0;
	text-align: left;
	text-decoration: none!important;
	cursor: pointer;
	
	height: 11px;
	width: 16px;
}
.lang:hover {
cursor: hand;
}

