#ratings{
  color: #2b2b2b;
  max-width: 1100px;
  padding: 0 0 35px 0;
  border-bottom: 1px solid #eee;
}
  
  #ratings h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #505050;
    text-transform: uppercase;
  }
  
  #ratings .header {
    line-height: 21px;
    width: 1100px;
    display: inline-block;
    margin: 0 0 23px 0;
  }
  #ratings .header h3 {
    float: left;
    line-height: 25px;
    margin-right: 15px;
  }
  #ratings .header .rating {
    float: left;
    margin: 0 8px 0 0;
  }
  #ratings .header .total-reviews {
    line-height: 25px;
    color: #767676;
    font-size: 13px;
    float: left;
  }
  #ratings .header .add-to {
    float: right;
  }
  
  /* Rating Bar Widget */
  #ratings .rating-bar {
    width: 100%;
    height: 38px;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
  }
    #ratings .rating-bar .info {
      width: 215px;
      height: 38px;
      line-height: 36px;
      background: url(/resources/images/product/bg/rating-bar-left.png) left no-repeat;
      float: left;
    }
      #ratings .rating-bar .info a.rating-control {
        text-indent: -9999em;
        width: 36px;
        height: 36px;
        display: block;
        float: left;
        margin: 2px 10px 0 1px;
        background: url(/resources/images/product/btn/rating-control.png) 0 0 no-repeat;
        /* Rotation transition */
        /* Firefox */
        -moz-transition: all .8s ease;
      	/* WebKit */
      	-webkit-transition: all .8s ease;
      	/* Opera */
      	-o-transition: all .8s ease;
      	/* Standard */
      	transition: all .8s ease;
      }
      #ratings .rating-bar .info a.rating-control.active {
        /* Firefox */
        -moz-transform: rotate(90deg);
      	/* WebKit */
      	-webkit-transform: rotate(90deg);
      	/* Opera */
      	-o-transform: rotate(90deg);
      	/* Standard */
      	transform: rotate(90deg);
        
      }
      .ie7 #ratings .rating-bar .info a.rating-control.active,
      .ie8 #ratings .rating-bar .info a.rating-control.active {
        background: url(/resources/images/product/btn/rating-control.png) 0 -36px no-repeat;
      }
      
      #ratings .rating-bar .info .rating {
        margin: 10px 0 0 0;
        display: inline-block;
        width: 105px;
        float: left;
      }
      #ratings .rating-bar .info .amount {
        font-size: 20px;
        color: #2b2b2b;
        float: right;
        font-weight: bold;
        margin: 0 12px 0 0;
      }
    #ratings .rating-bar .bar {
      max-width: 700;
      height: 38px;
      overflow: hidden;
      background: url(/resources/images/product/bg/rating-bar-right.png) 0 0 no-repeat;
    }
      #ratings .rating-bar .overlay {
        width: 700;
        height: 38px;
        overflow: hidden;
        /* width: 1%; */
        background: url(/resources/images/product/bg/rating-bar-right.png) 0 -38px no-repeat;
      }
      
  /* Rating Review Carousels */
  #ratings .rating-reviews {
    position: relative;
    width: 1100px;
    display: inline-block;
    margin: 27px 0 30px 0;
  }
    /* Next / Previous */
    #ratings .rating-reviews .next a {
      position: absolute;
      top: 0;
      right: 0;
      width: 31px;
      height: 76px;
      background: url(/resources/images/btn/arrows.png) -73px 0;
      overflow: hidden;
      text-indent: -999em;
    }
      #ratings .rating-reviews .next a:hover {
        background-position: -106px 0;
      }
      #ratings .rating-reviews .next.disabled a {
        background-position: -40px 0;
      }
        #ratings .rating-reviews .next.disabled a:hover {
          background-position: -40px 0;
          cursor: default;
        }
    #ratings .rating-reviews .previous a {
      position: absolute;
      top: 0;
      left: 0;
      width: 31px;
      height: 76px;
      background: url(/resources/images/btn/arrows.png) -73px -77px;
      overflow: hidden;
      text-indent: -999em;
    }
      #ratings .rating-reviews .previous a:hover {
        background-position: -106px -77px;
      }
      #ratings .rating-reviews .previous.disabled a {
        background-position: -40px -77px;
      }
        #ratings .rating-reviews .previous.disabled a:hover {
          background-position: -40px -77px;
          cursor: default;
        }
    
    #ratings .rating-reviews ul {
      width: 815px;
      position: relative;
      margin: 0 0 0 70px;
      overflow: hidden;
    }
      #ratings .rating-reviews ul li {
        position: relative;
        float: left;
        width: 275px;
        height: 250px;
        padding:0 24px;
        background: url(/resources/images/product/bg/rating-review-dotted-vert.png) left repeat-y;
      }
       
        #ratings .rating-reviews ul li .title {
          font-size: 21px;
          color: #2b2b2b;
          font-weight: bold;
          margin: 0 0 2px 0;
        }
        #ratings .rating-reviews ul li .meta {
          font-size: 11px;
          color: #767676;
          margin: 0 0 11px 0;
        }
        #ratings .rating-reviews ul li .review {
          font-size: 12px;
          line-height: 18px;
          color: #3b3b3b;
        }
        #ratings .rating-reviews ul li .helpful {
          position: absolute;
          left: 24px;
          bottom: 0;
          line-height: 24px;
          width: 229px;
        }
          #ratings .rating-reviews ul li .helpful h5 {
            font-size: 11px;
            text-transform: uppercase;
            color: #3b3b3b;
            float: left;
            margin: 0 9px 0 0;
          }
          #ratings .rating-reviews ul li .helpful a {
            display: inline-block;
            text-indent: -999em;
            width: 27px;
            height: 24px;
            float: left;
            background: url(/resources/images/btn/yes-no.png) top left no-repeat;
          }
            #ratings .rating-reviews ul li .helpful .yes a {
              width: 26px;
            }
              #ratings .rating-reviews ul li .helpful .yes a:hover {
                background-position: 0 -24px;
              }
              #ratings .rating-reviews ul li .helpful .yes a:active {
                background-position: 0 -48px;
              }
              #ratings .rating-reviews ul li .helpful .yes a.active {
                background-position: 0 -72px;
              }
            #ratings .rating-reviews ul li .helpful .no a {
              background-position: -26px 0;
              margin: 0 5px 0 0;
            }
              #ratings .rating-reviews ul li .helpful .no a:hover {
                background-position: -26px -24px !important;
              }
              #ratings .rating-reviews ul li .helpful .no a:active {
                background-position: -26px -48px !important;
              }
              #ratings .rating-reviews ul li .helpful .no a.active {
                background-position: -26px -72px !important;
              }
          #ratings .rating-reviews ul li .helpful .who-else {
            font-size: 11px;
            color: #767676;
          }