/* Category selector */
div.RadMenu_iPhone
{
    height: auto !important;
}

div.RadMenu_iPhone,
div.RadMenu_iPhone .rmSlide,
div.RadMenu_iPhone .rmGroup
{
    float: none;
}

.RadMenu_iPhone .rmItem
{
    width: 220px !important;
}

div.RadMenu_iPhone .rmSlide
{
    top: 0;
    overflow: visible;
    background: #fff
}

.RadMenu_iPhone .rmItem
{
    border-bottom: 1px solid #e1e1e1;
}

div.RadMenu_iPhone .rmLink,
div.RadMenu_iPhone .rmTemplateLink
{
    cursor: pointer !important;
    text-decoration: none;
    color: #000;
    font: bold 14px/24px "Segoe UI", Arial, sans-serif;
    text-indent: 10px;
    outline: 0;
    padding: 0;
}

div.RadMenu_iPhone .rmGroup .rmText
{
    padding: 0;
}

.RadMenu_iPhone .rmTemplateLink
{
    display: block;
    height: 45px;
    overflow: hidden;
    text-indent: 0;
    line-height: 16px;
}

.RadMenu_iPhone .rmTemplateLink img
{
    width: 55px;
    height: 45px;
    float: left;
}

.RadMenu_iPhone .rmTemplateLink .rmTitle,
.RadMenu_iPhone .rmTemplateLink .rmInfo
{
    margin-left: 65px;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    display: block;
}

.RadMenu_iPhone .rmTemplateLink .rmTitle
{
    font-size: 14px;
    margin-top: 11px;
}

.RadMenu_iPhone .rmTemplateLink .rmInfo
{
    font-size: 13px;
    color: #7f7f7f;
    font-weight: normal;
}

.RadMenu_iPhone .rmTemplateLink:hover .rmInfo
{
    color: #fff;
}

.RadMenu_iPhone .rmLink:hover,
.RadMenu_iPhone .rmFocused,
.RadMenu_iPhone .rmTemplateLink:hover
{
    background: transparent url('/siteimages/categorySelector/ItemSelectedBg.gif') repeat-x 0 0;
    color: #fff;
}

.RadMenu_iPhone .rmTemplateLink:hover
{
    background-position: 0 -33px;
}

.RadMenu_iPhone .rmExpandRight
{
    background: transparent url('/siteimages/categorySelector/SubMenuIndicator.gif') no-repeat 100% 0;
}

.RadMenu_iPhone .rmTemplateLink .rmExpandRight
{
    background-position: 100% -33px;
}

.RadMenu_iPhone .rmLink:hover .rmExpandRight,
.RadMenu_iPhone .rmFocused .rmExpandRight
{
    background-position: 100% -70px;
}

.RadMenu_iPhone .rmTemplateLink:hover .rmExpandRight
{
    background-position: 100% -141px;
}

* html .RadMenu_iPhone,
* html .rmText
{
    zoom: 1;
}    

#iPhoneCategories_Frame
{
    width: 220px;
    /* height: 154px; */   
    border: solid 1px gray;
    margin: 5px;    
    /* margin: 20px auto; */
}

#iPhoneCategories_Wrapper
{
    position: relative;
    background: #fff url('/siteimages/categorySelector/TopGradient.gif') repeat-x 0 0;    
    padding: 31px 0 0;
}

#iPhoneCategories_Content
{
    overflow: hidden;
    position: relative;
    /* height: 98px; */ 
    width: 220px;
}

#iPhoneCategories_SelectedCategory
{
   border-top: solid 1px gray;
   height: 24px;
   background: #fff url('/siteimages/categorySelector/TopGradient.gif') repeat-x 0 0;  
   font: bold 12px/20px "Segoe UI", "Myriad Pro", Arial, sans-serif;
   color: #fff; 
   text-align:center;  
}

.iPhoneCategories_BackButton
{
    display: none; /* shown by js when in inner levels */
    height: 24px;
    padding-left: 12px;    
    position: absolute;
    top: 4px;
    left: 7px;    
    cursor: pointer;    
    background: transparent url('/siteimages/categorySelector/BackButton.gif') no-repeat 0 0;
}

.iPhoneCategories_BackButton span
{
    background: transparent url('/siteimages/categorySelector/BackButton.gif') no-repeat 100% 0;
    font: bold 10px/20px "Segoe UI", "Myriad Pro", Arial, sans-serif;
    color: #fff;
    display: block;
    padding-right: 10px;
}

/* END Category selector */
