/** Comment CSS **/

/* Average rating */
div#cmtaverage-rate{
	float: left;
	width: 30%;
	vertical-align: middle;
}

/* Comment button*/
table.product-comment td div#cmtbutton-add {
	padding:3px 5px;
	float: left;
}

/* rating - comment header title*/
#cmtrating{
	float:left;
}

/* title*/
#cmttitle{
	float: right;
	margin-right: 2cm;
	padding-left: 4px;
	font-size: small;
	font-weight: bold;
	color: #1F497D;
}

/*Name - author*/
#cmtname-posted{
	color:#A9A9A9;
	font-weight:bold;
}

/*Date - posted*/
#cmtdate-posted{
	color:#A9A9A9;
	font-weight:bold;
	font-size:x-small;
}

/*Usefullness main*/
#cmtuseful{
	float:left;
	padding:2px;
}

/*useful text*/
#cmtuseful span{
	color:#6C6C6C;
	font-weight:bold;
}

/*Comment vote for usefulness*/
table.product-comment td div.cmtuseful-vote{
	float:left;
	padding:2px;
}

/* Article*/

/*header*/
#cmttitle-article{
	float:left;
	font-size:1.5em;
	font-weight:bolder;
}

#cmtbutton-article{
	padding:3px 5px;
	float: right;
}

table.style td div.cmtfirst{
	float:right;
}



