#main-container{
  padding: 10px;
}
table.analyse {
  border: 1px solid #D9D9D9;
  border-top: none;
  width: 100%;
}
table.analyse tbody tr td{padding:3px;}
table.analyse tbody tr.odd{background-color: #fff;}
table.analyse tbody tr.even{background-color: #f5f9ff;border-bottom:1px solid #dbe3ef;border-top:1px solid #dbe3ef;}
table.analyse tr th{
  background-color: #3d80df;
  background: url("/images/analyse/bg-objects.gif") top left repeat-x;
  color: #000000;
  height: 34px;
  padding: 0 5px;
  font-weight: normal;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #e0e0e0;
  width: auto;
}
table.analyse tr th.thin{
  font-weight: normal;
}
table.analyse tr td{
  font-size: 0.9em;
  padding: 1px 4px;
  border-left: 1px solid #D9D9D9;
}
table.analyse tr td.widget{
  text-align: center;
}
table.analyse tr td.comment a{
  margin: 0 auto;
}
/* Stars */	
.star-rating{
  list-style:none;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  width: 60px;
  height: 20px;
  position: relative;
  background: url("/images/ico/star_rating.gif") top left repeat-x;
}
table.analyse tr.even td ul.star-rating{
  background: url("/images/ico/star_rating_even.gif") top left repeat-x;
}
.star-rating li{
  padding:0px;
  margin:0px;
  /*\*/
  float: left;
  /* */
}
.star-rating li a{
  display:block;
  width:20px;
  height: 20px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
}
.star-rating li a:hover{
  background: url("/images/ico/star_rating.gif") left center;
  z-index: 2;
  left: 0px;
}
table.analyse tr.even td ul.star-rating li a:hover{
  background: url("/images/ico/star_rating_even.gif") left center;
}
.star-rating a.one-star{
  left: 0px;
}
.star-rating a.one-star:hover{
  width:20px;
}
.star-rating a.two-stars{
  left:20px;
}
.star-rating a.two-stars:hover{
  width: 40px;
}
.star-rating a.three-stars{
  left: 40px;
}
.star-rating a.three-stars:hover{
  width: 60px;
}
.star-rating li.current-rating{
  background: url("/images/ico/star_rating.gif") left bottom;
  position: absolute;
  height: 20px;
  left: 0px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}
table.analyse tr.even td ul.star-rating li.current-rating{
  left: 0px;
  background: url("/images/ico/star_rating_even.gif") left bottom;
}