دستورات css مربوط به استایل right

کد:
.right , div.moduletable, div.moduletable_menu, div.moduletable_text{
    width:145px;
    height:auto;
    float:right;
    font-family:Tahoma;
    text-align:right;
    padding-right:2px;
    padding-left:0;
    margin-bottom:5px;
}

.right a{ color:#069; text-decoration:none; }
.right a:hover{border-bottom: 2px dashed #09F; padding-bottom:2px;}

.right .caption , div.moduletable h3 , div.moduletable_menu h3{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    margin-bottom:1px;
}

.right ul{
    list-style-type:none;
    width:120px;
    margin-top:8px;
}

.right ul li {
    background:url(../images/pointer.png) no-repeat;
    background-position:right;
    padding:0px 17px 8px 0px;
    margin-right:15px;
}

و دستورات html مربوط به right :

کد:
  <div class="right">
    <div class="caption"></div>
    <ul class="right">
<jdoc:include type="modules" name="right" style="xhtml"/>
</ul>
  </div>

اینم کد html قسمت fo

کد:
    <div class="fo1">
      <div class="title"></div>
      <jdoc:include type="modules" name="fo1" style="xhtml"/>
</div>