It looks like the div that encloses it (class="rating5 sticky" ETA: for instance) has a top border with color #FFFFFF (the left, right, and bottom borders are #92BAA7). But to be honest I can't figure out where the CSS is for it. Maybe you can search your css templates or style variables to see if you can find it.
Edit: looks like maybe it's in threadlist.css, in a number of places there's something like this:
Code:
border-top: 1px solid {vb:stylevar body_background.backgroundColor};