I use li tag and below css for this tag :
<li class="line"></li>
li.line{
width:100%;
height:3px !important;
background:#000;
list-style:none;
float:right;
}
this is ok in screen . but this is not show in print paper
thanks for help