html { overflow: hidden; }
body { margin: 0; padding:0; font: normal 11px Tahoma; text-align:right; direction:rtl; }

#toolbar { height: 0; overflow: hidden; padding:0; border-bottom:0px #505C65 solid; background: #E8ECEE; }
#main { }
#main #info { width:70%; background: #E8ECEE; color:#666; text-align:right; margin:0 auto; overflow: auto; }
#main #info {  }

.fname { background: #fff; padding: 5px; }

#main #info noscript{
        padding-top: 4px;
        padding-right: 17px;
        float:right;
        margin-right:25px;
        color:red;
        font-weight:bold;
}
#main #info a,#main #info a:visited {
    text-decoration:none;
    color:#232931;
}

#links
{
    height: 30px;
    width:25%;
}



#arrow
{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 25px;
    background: url(../images/ico_info_org_org.gif) transparent no-repeat;
}

#back
{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 130px;
    background: url(../images/arrow_skip_180.png) transparent no-repeat;
}
#forward
{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 154px;
    background: url(../images/arrow_skip.png) transparent no-repeat;
}



#extra
{
    margin:0 auto;
    text-align:center;
    margin-top:20px;
}

#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
    width: 100%;
    height: 100%;
    border:0px;
}

#extra .l_details{
    background-color: #fff;
    margin:0 auto;
    width:80%;
    color:#666;
    padding: 20px 30px;
    border: 1px solid #CCDDEE;
    font-family:tahoma;
    font-size:11px;
    text-align:right;
    margin-top:20px;
    height:35px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px; 
    border-radius:4px;
    }
    #extra .l_details a{
    color:#2C2E2D;
    }
    #extra .l_details .rer{
        color:#404040;
    }

    #extra .l_details .l_d_views{
        background: #fff url(../images/082.png) no-repeat 99% 50%;
        padding: 1px 20px;
        width:30%;
        float:left;
    }
