

.last_affect
{ 
    margin-top: 14px; 
    background-repeat: no-repeat; 
    direction:rtl;
    font-family: tahoma;
    font-size: 12px;  
    text-align:right;
    margin-right:2px;
}
.last_affect_title {
    height: 32px;
    overflow: hidden;
    background-image: url('../Images/icon.gif');
    background-repeat: no-repeat;
    background-position: right 5px;

}

.last_affect_title a {
    padding-right: 8px;
    font-family: tahoma;
    font-size: 10px;  
    /*font-weight:bold;*/      
    color:#302d2d;
    text-shadow: 0px 0px 1px #fff;
    text-align: right;
    vertical-align: middle;
    overflow: hidden;
}

.last_affect_title a:hover
{
   text-shadow: 0px 0px 1px #9a9a9b;
   cursor:pointer;
}





.last_affect_menus
{
    /*min-height:120px;*/
    width:100%;
    border: 1px solid #b9bcc0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: right; 
    direction: rtl; 
}
.last_affect_menus_content
{
    margin:5px;
    border: 2px solid #b9bcc0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
}

.last_affect_menus_title
{
    height: 32px;
    font: 12px/26px "Segoe UI" ,Arial,sans-serif; /*padding:5px;*/
    color: #000;
    text-align: center;
    vertical-align: middle;
    background-image: url('../Images/bg.jpg');
    background-repeat: no-repeat;
}

.last_affect_menus_title:hover
{
   text-shadow: 2px 2px 5px #9a9a9b;
  cursor:pointer;
}

