@CHARSET "ISO-8859-1";
@import url("../styles/common.css");
td {padding: 2px; border: 1px #ccc solid;}
th {border-bottom: 2px #583C65 solid; border-left: 1px black solid; text-align: center;}
.rating_bar {
  width: 90%;
  margin: 10px auto 10px;
  background: url(nobar.png) 0 0 repeat-x;
  border: 1px #ccc solid;
}

.rating_bar div {
  height: 25px;
  background: url(bar.png) 0 0 repeat-x;
}
.rating_bar div div {
  background: url(bartip.png) right 0 no-repeat;
}

