/* styles for auto embedded star ratings in posted comments */

.commentratings {
	background-color: #560101;
	margin-top: 4px;
}

.commentratingcategory {
	background-color: #560101;
	padding: 0px;
	margin-right: 3px;
	color:#bc5502;

}

.commentratingimage {
	position: relative;
	top: 2px 2px;
	margin-right: 9px;
}

.commentratingtext {
	margin-right: 9px;
	font-style: italic;
}





/* styles for ratings table and custom fields table */

.ratings {
	float: left;
	width: 190px;
	margin: 0px 0px 0 0;
	overflow: hidden;
}


.ratings table {
	width: 110px;
        height: 100px;
        margin-top: 0px;
        margin-left: -2px;
        margin-right: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        float: right;
	font-size: 12px;
	background-color: #450102;
}


.ratings td {
	border: 1px solid #fff;
}


.rating_table_header {
	font-size: 14px !important;
	font-weight: bold !important;
}

.ratings td.rating_label {
	bfont-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	padding: 1px 4px;
	white-space: nowrap;
	color: #bc5502;
	width: 80px;
	text-align: left;
}

td.rating_table_header {
	width: 187px !important;
}

.ratings td.rating_value {
	padding:1px 3px;
	text-align: left;
}