/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../../../themes/support/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../../../themes/support/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

div.rating-cancel { display: none; }
.share { width: 40%; float: left; }
.article-rating { width: 25%; float: right; }
.article-rating fieldset { border: none; }
.article-rating label { font-size: 14px; font-weight: bold;  color: #0991AC; float: left; }
.article-rating .middleColumn { float: left; width: 96px; }
ul#Form_ArticleRatingsForm_Rating{list-style:none;margin-left:5px;}
#wrapper .container .article-rating p.current-rating { border-top: 1px dashed #CCCCCC; text-align: center; margin: 2px 0; font-size: 12px; font-weight: bold; color: #0991AC; }
#wrapper .container .article-rating p.current-rating span.rating-count { font-size: 11px; font-weight: normal; color: #777777; }
#wrapper .container #Form_ArticleRatingsForm_Rating { margin: 0; padding: 0 3px 0 8px; list-style: none; }
#wrapper .container  #Form_ArticleRatingsForm_Rating li { margin: 0; float: left; }
#Form_ArticleRatingsForm div.Actions { display: none; }
