I\'d like to recreate this horizontal rule:
I have the double lines, b
Since you have some css already might aswell give it a background image and a height:
hr { ... your css ... background:url(path to your image) no-repeat center; height:15px; }