Hi,
That's a problem with your template CSS. Around the line 730 of the file
www.thrilltime.byethost14.com/hb/templat...112/css/template.css
you have that:
div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
background:none repeat scroll 0 0 transparent;
color:#797979;
margin:0 auto;
padding:0;
}
If you remove the margin:0 auto; the module won't go over the main area.
The horizontal line is also something you should customize in your template CSS like that:
hr {
color : #FFFFFF;
}
Please understand that CSS styling of your template is not related to HikaShop...
A great tool to customize your CSS is FireBug on FireFox. I invite you to try it:
www.tutorial9.net/web-tutorials/quick-ea...opment-with-firebug/
It's really easy to use and in few clicks, you can test in live the changes you could do to your CSS files.