Hi There dailytekk,
open up this file in a text editor -
http://dailytekk.com/wp-content/them...rial/style.css
for the solid line above - on line 598
.widget ul { clear:both; list-style: none; border-style: solid; border-width: 1px 0 0; }
change to
.widget ul { clear:both; list-style: none; border: none; }
for dotted borders below - on line 599
.widget ul li { padding: 10px 10px 8px; border-style: dotted; border-width: 0 0 1px; }
change to
.widget ul li { padding: 10px 10px 8px; border: none; }