Hi, you can edit the css in this file:
yoursite/modules/mod_ve_mostread/tmpl/default.php
.ve-mostread li{
list-style:none;
margin-bottom:15px;
}
.ve-mostread{
padding:0px;
margin:20px 10px 0px 10px !important;
}
.ve-thumb{
float:left;
background:url(modules/mod_ve_mostread/tmpl/images/background.png) no-repeat;
margin-right:5px;
width:79px;
height:52px;
overflow:hidden;
padding-left:4px;
padding-top:3px;
}
.ve-mostread .ve-thumb a{
display:block !important;
width:75px;
height:48px !important;
overflow:hidden;
}
.ve-mostread img{
width:75px;
border:0px;
}
a.ve-link,a.ve-link:visited{
color:#fff;
font-size:12px;
}
a.ve-link:hover{
color:#303030 !important;
}
.ve-mostread li a{
font-weight:bold !important;
background:none !important;
display:inline !important;
height:auto !important;
line-height:120% !important;
}