/* Static View-only Star Version */
.fivestar-mwlstars div.fivestar-widget-static .star {
  width: 30px;
  height: 20px;
  background: url(mwl_star.png) no-repeat 0 0;
}

.fivestar-mwlstars div.fivestar-widget-static .star span.on {
  background: url(mwl_star.png) no-repeat 0 -40px;
}

.fivestar-mwlstars div.fivestar-widget-static .star span.off {
  background: url(mwl_star.png) no-repeat 0 0;
}

/* Javascript Star Version */
.fivestar-mwlstars div.fivestar-widget .cancel,
.fivestar-mwlstars div.fivestar-widget .star {
  width: 30px;
  height: 20px;
}
.fivestar-mwlstars div.fivestar-widget .cancel,
.fivestar-mwlstars div.fivestar-widget .cancel a {
  background: url(min_delete.png) no-repeat 0 0;
}

.fivestar-mwlstars div.fivestar-widget .star,
.fivestar-mwlstars div.fivestar-widget .star a {
  background: url(mwl_star.png) no-repeat 0 0;
}

.fivestar-mwlstars div.fivestar-widget div.on a {
  background-position: 0 -20px;
}
.fivestar-mwlstars div.fivestar-widget div.hover a,
.fivestar-mwlstars div.rating div a:hover {
  background-position: 0 -40px;
}

.field-name-field-fivestar-rating, .fivestar-mwlstars{
 float:left;
}

.field-name-field-fivestar-rating div.field-label{
  display:none;
}

form.fivestar-widget div.fivestar-widget .star, div.fivestar-widget .star a{
  width: 30px;
  height: 20px;
  background: url(mwl_star.png) no-repeat 0 0;
}

form.fivestar-widget div.fivestar-widget div.on a {
    background-position: 0 -20px;
}

#fivestar-wrap, .fivestar-wrap {
  border-left: 1px solid #F1EDEE;
  height: 60px;
  padding-left: 30px;
  padding-top: 15px;
  float:right;
}

/* float left mwl stars */
.mwlwrap-float  {
	float:left;
}
.mwlwrap-float  .fivestar-wrap {
	padding-top:0
}
.mwlwrap-float  .fivestar-mwlstars {
	padding-top:15px
}

/* form stars*/
form#fivestar-custom-widget--2 div.fivestar-widget .star, div.fivestar-widget .star a {
    background: url("mwl_star.png") no-repeat scroll 0 0 transparent !important;
    height: 20px;
    width: 30px;
}
form#fivestar-custom-widget--2 div.fivestar-widget .star, .fivestar-mwlstars div.fivestar-widget .star a {
    background: url("mwl_star.png") no-repeat scroll 0 0 transparent !important;
}
form#fivestar-custom-widget--2 div.fivestar-widget div.hover a, .fivestar-mwlstars div.rating div a:hover {
    background-position: 0 -40px !important;
}
form#fivestar-custom-widget--2 div.fivestar-widget .cancel a, div.fivestar-widget .star a {
    background-position: 0 0;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
}
form#fivestar-custom-widget--2 div.on a {
    background: url("mwl_star.png") no-repeat scroll 0 -40px transparent !important;
}

.fivestar-summary .empty , .mwlwrap-float span.total-votes {
	display:none;
}


