.store-rating-comments
{
}

.store-rating-comments .comment
{
	margin: 1em 0;
	padding: 1em;
	border: 2px solid #eee;
	border-radius: 5px;
}

.store-rating-comments .comment.mine
{
	background-color: #ffc;
}

.store-rating-comments .comment .store-rating-vote
{
	float: right;
}

.store-rating-comments .comment h2
{
	margin: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3em;
	border-bottom: 2px solid #eee;
}

.store-rating-comments .comment .timestamp
{
	margin-top: 0.5em;
	font-size: 0.8em;
}

.store-rating-create
{
	margin-top: 1em;
}

.store-rating-create textarea
{
	width: 420px !important;
        height: 166px;
	webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
}

.store-rating-create a.button
{
	margin-top: 1em;
	float: right;
}

.store-rating-create .store-rating-vote
{
	margin-top: 1em;
}

.store-rating-vote.total
{
	display: inline-block;
}