﻿body {
}



._Center 
{
    direction: rtl;
    padding-top: 11px;
    
}

.Center .ItemContent {
    display: inline-block;
    float: right;
    width: 100%;
    height: 75px;
    text-align: right;
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
}

 .Center .ItemContent:hover {
        background: none repeat scroll 0 0 #E7E7E7;
        cursor: pointer;
    }

.Center .ItemContent .ItemImage {
    display: inline-block;
    float: right;
    width: 52px;
    height: 52px;
    margin: 10px 5px 0px 30px;
}

.Center .ItemContent .ItemDetails {
    display: inline-block;
    float: right;
    width: 55%;
    text-align: right;
    height: 63px;
    padding-top: 10px;
    
}

.Center .ItemContent .ItemText {
    color: #4697d6;
    font: bold 10pt arial;
}

.Center .ItemContent .ItemDetails .ItemScoreRegion{
    margin-top: 4px;
}

.Center .ItemContent .ItemDetails .ItemScoreRegion .ItemScoreTxt
{
    color: #ffffff;
    font: bold 12pt arial;
    margin: -21px 14px;
}

.Center .ItemContent .BlueArrowLeft{
    display: inline-block;
    float: left;
    width: 15px;
    height: 75px;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    padding-top: 27px;
}