.ratingloaderloadup {
     float: left; display: inline;
}
.ratingBlock {
     float: right; display: inline;
     margin: -3px -11px 0 0;
     text-transform: capitalize;
}
.ratingBlock h3 {
     padding: 0 0 0 9px;
}
.ratingBlock .gdmultitable {
     border: 0;
     margin: 0;
     padding: 15px;
}
.ratingBlock .gdmultitable td {
     border: 0;
     margin: 0;
     padding: 2px 10px;
}
.ratingBlock tr { background-color: black; }
.ratingBlock tr td { color:white; }
.ratingBlock .gdtblbottom td {
     padding-top: 8px
}
.ratingBlock .ratemulti {
     float: right; display: inline;
}
.ratingBlock .ratingbutton {
     margin-left: 10px;
     text-transform: uppercase;
     font-size: 12px;
}
.ratingBlock .ratingbutton a,
.ratingBlock .ratingbutton a:hover {
     font-size: 12px;
}
.ratingBlock .gdactive,
.ratingBlock .gdactive a {
     background: #fff000;
     color: black;
     border-color: #fff000;
}
.ratingBlock .gdinactive {
     border: 1px #bbbbbb solid;
}
.ratingBlock .gdinactive a:hover {
     background: #e9e4d4;
}
.ratingBlock .gdactive:hover,
.ratingBlock .gdactive:hover a {
     background: #bbbbbb;
     border-color: #bbbbbb;
}
.voted {
     color: #fff000;
}
.thumblock {
     position: absolute; top: 7px; right: 10px;
     width: 275px;
}
.thumblock .gdthumb {
     float: right; display: inline;
}
.thumblock .gdthumbtext {
     font-size: 10px;
     margin-right: 10px;
     float: right; display: inline;
     color: #fff000;
     vertical-align: middle;
}
.thumblock .gdthumbtext strong {
      font-size: 12px;
}
.thumblock .positive strong {
      color: #4ea620;
}
.thumblock .negative strong {
      color: #d03232;
}
.thumblock .ratingloaderloaddw {
     float: left; display: inline;
}
#sidebar .topRated li a {
     float: left; display: inline;
}
#sidebar .topRated li .stars {
    /*  float: right; display: inline; */
     float: left; display: inline;
     padding: 2px 0 0 10px;
}
#sidebar .topRated li .overall {
     float: right; display: inline;
     margin: 0 11px 0 0;
     width: 35px;
     text-align: right;
     color: #6f715f;
}
.starsbar a {
padding: 0;
}

/* DEFAULT INSERTED CSS
.blockleft { float: left; padding: 10px; }
.blockright { float: right; padding: 10px; }

 /* BLUE */
.tableblue { border: 1px dashed #87ceeb; }
.tableblue tr.mtrow { background-color: #f5fffa; }
.tableblue tr.mtrow.alternate { background-color: #f0f8ff; }

.textblue { color: navy; }
.textblue strong { color: #8b0000; }
.textblue.voted { color: #1e90ff; }
.textblue.voted strong { color: #ff4500; }

.buttonblue.gdinactive { border-color: #708090; background-color: #e6e6fa; }
.buttonblue.gdactive { border-color: #00008b; background-color: #add8e6; }
.buttonblue.gdinactive a { color: gray; }
.buttonblue.gdactive a { color: #0000cd; }

/* RED */
.tablered { border: 1px dashed #ffd700; }
.tablered tr.mtrow { background-color: #ffffe0; }
.tablered tr.mtrow.alternate { background-color: #fffacd; }

.textred { color: maroon; }
.textred strong { color: black; }
.textred.voted { color: #ff6347; }
.textred.voted strong { color: #dc143c; }

.buttonred.gdinactive { border-color: #708090; background-color: #e6e6fa; }
.buttonred.gdactive { border-color: maroon; background-color: #ffd700; }
.buttonred.gdinactive a { color: gray; }
.buttonred.gdactive a { color: red; }

/* GREEN */
.tablegreen { border: 1px dashed #228b22; }
.tablegreen tr.mtrow { background-color: #fffff0; }
.tablegreen tr.mtrow.alternate { background-color: #f0fff0; }

.textgreen { color: #006400; }
.textgreen strong { color: #191970; }
.textgreen.voted { color: #3cb371; }
.textgreen.voted strong { color: #a52a2a; }

.buttongreen.gdinactive { border-color: #708090; background-color: #90ee90; }
.buttongreen.gdactive { border-color: #32cd32; background-color: #228b22; }
.buttongreen.gdinactive a { color: gray; }
.buttongreen.gdactive a { color: #00fa9a; }
*/