/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.vote-bar span.editable span
{
  background-position: 1px -40px;
}

.vote-bar span.editable span.full {
  background-position: 1px -60px;
}

.vote-bar span.editable:hover span {
  background-position: 1px -80px;
  cursor: pointer;
}

.vote-bar span.editable span.over {
  background-position: 1px -80px;
}

.vote-bar span.editable span img {
  background-position: 1px -60px;
}

.vote-bar span.editable span.over img {
  background-position: 1px -80px;
}

.rating-tooltip {
  background-color: #FFFFFF;
  color: #4a4a4a;
  border: 1px solid #CADCE8;
  border-radius: 3px;
  position: absolute;
  display: none;
  padding: 4px 10px;
  margin-top: 0px;
  line-height: 18px;
  z-index: 2000;
}

.rating-tooltip div.text {
  padding-bottom: 0px !important;
  font-size: 12px;
}

.rating-tooltip div.rate-tip {
  color: #2c5fa6;
}
