/**
 * @package Component jVoteSystem for Joomla! 1.5
 * @projectsite www.joomess.de/projekte/18
 * @author Johannes Meßmer
 * @copyright (C) 2010- Johannes Meßmer
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/

/*Icon in AntwortBox*/
#jvotesystem .icon-comment{
	color: #494848;
    float: right;
    font-size: 11px;
    margin: 4px  10px 0 ;
    padding: 0;
}
#jvotesystem .icon-comment .icon{
	border: 0 none;
    float: right;
    margin: 0 0 0 3px;
    padding: 0;
}
#jvotesystem .icon-comment .link{
	text-decoration: none;
}
#jvotesystem .icon-comment .link:hover{
	text-decoration: none;
}
/*Comments-DIV*/
#jvotesystem .comments {
	border: 0 none;
    font-family: tahoma,Arial,sans-serif;
    height: auto;
    line-height: 1.3em;
    margin: 25px 30px 0;
    padding: 0;
    width: 100%;
}
#jvotesystem .comments .commentsNavi{
	font-size: 11px;
    line-height: 0;
    margin: 12px 80% -5px 0;
    padding: 0;
}
#jvotesystem .comments .autor{
	color: #888888;
    font-size: 11px;
    margin: 7px 0 0;
    text-align: right;
	direction:rtl
}
	#jvotesystem .comments .autor span.autorname{
		text-decoration: none;
	}
#jvotesystem .comments .comment{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AACCEE;
    color: #2C343D;
    font-size: 14px;
	font-family: tahoma,Helvetica,Arial,sans-serif;
    font-style: italic;
    margin: 0;
    min-height: 25px;
    padding: 7px;
	padding-right:14px;
    width: 85%;
}
#jvotesystem .comments .newcomment {
	margin: 0;
	padding: 0;
    width: 85%;
}
#jvotesystem .comments .newcomment .comment{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AACCEE;
    color: #2C343D;
    font-family: tahoma,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 1px;
    min-height: 20px;
    overflow: auto;
    padding: 7px;
    width: 100%;
}
#jvotesystem .comments .newcomment .button {
	float: right;
	width: auto;
	margin: 0 4px;
	text-align: center;
}
/*ICONS*/
#jvotesystem .comments .comment div.icons{
	float: right;
	margin: -5px 6px 0;
	padding: 0;
}
#jvotesystem .comments .comment div.icons img.icon{
	float: right;
	padding: 0;
	margin: 1px;
	border: 0;
}