﻿body {
}



.Center .CategoriesHolder {
    position: relative;
    width: 90%;
    float: right;
    background-color: white;
    right: 5%;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    direction: rtl;
}






.Center .CategoriesHolder .ScrollWrap .iScroller .PopularItems .PopularRow .PopularImage{
   text-align: center;
}

.Center .CategoriesHolder .ScrollWrap .iScroller .PopularItems .PopularRow .PopularTitle
{
   margin: 2px 3px 0 10px;
   text-align: right;
   color: #4697d6;
   font: bold 11pt arial;
}

.Center .CategoriesHolder .ScrollWrap .iScroller .PopularItems .PopularRow .PopularSubTitle{
   text-align: right;
   color: #000000;
   font: 10pt arial;
   
   height: 35px;
   margin: 2px 3px 0 10px;
   display: inline-block;
   overflow: hidden;
   
}



.iScroller ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

.iScroller ul li {
    float: left;
    width: 550px;
}


.Center .CategoriesHolder .ItemContent {
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    float: right;
    width: 100%;
    padding: 6px 0px;
}

.Center .CategoriesHolder .ItemContent:hover {
    background: none repeat scroll 0 0 #E7E7E7;
    cursor: pointer;
}

.Center .CategoriesHolder .ItemContent .CategoryText{
    display: inline-block;
    float: right;
    padding: 3px 10px;
    width: 70%;
    
     color: #000000;
    font: 10pt arial;
}

.Center .CategoriesHolder .ItemContent .BlueArrowLeft {
    display: inline-block;
    float: left;
    width: 15px;
    vertical-align: middle;
    text-align: center;
    margin-left: 12px;
}