.stars-star,
.stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.stars-star a,
.stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url('http://m.popstar.com/Misc/Stars.gif') no-repeat 0 0;
}
.stars-star a {
  background-position: 0 -32px;
}
.stars-star-on a {
  background-position: 0 -48px;
}
.stars-star-hover a {
  background-position: 0 -64px;
}
.stars-cancel-hover a {
  background-position: 0 -16px;
}
.stars-star-disabled,
.stars-star-disabled a,
.stars-cancel-disabled a {
  cursor: default !important;
}

.tabs{
background:#fff;
color:#111;
margin:0;
padding:0;
font-family:Verdana,Arial,sans-serif;font-size:10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs ul{
border-bottom:1px solid #d3d3d3;
background:#fff;
color:#111;
font-weight:bold;
margin:0;
padding:0;
list-style: none;
}

.tabs li{
display: inline;
margin: 0;
padding: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px;
top: -4px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
border:1px solid #d3d3d3;
background:#f6f6f6;
font-weight:bold;
color:#555;
}

.tabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
border:1px solid #999;
background:#dadada;
font-weight:bold;
color:#212121;
}

.tabs li a.selected{ /*selected main tab style */
border:1px solid #ff0084;
background:#ff0084;
font-weight:bold;
color:#fff;
text-decoration: none;
}
