/*@import '/Roboto/rotobo.css';*/

#featured { position: relative; min-height: 500px; overflow: hidden; background: #fff; margin-bottom:20px;}
    #featured ul.ui-tabs-nav { position: absolute; top: 0; left: 56%; list-style: none; padding: 0; margin: 0; width: 44%; /*height:250px;*/ overflow: auto; overflow-x: hidden; }
        #featured ul.ui-tabs-nav li { /*padding: 1px 0 1px 20px !important;*/ padding-left: 20px; margin-bottom: 20px; font-size: 15px; color: #666; float: right; }
            #featured ul.ui-tabs-nav li img { float: left; margin-right: 10px; max-width: 90px; }
            #featured ul.ui-tabs-nav li span { font-size: 15px; font-family: 'Roboto', Arial, Verdana; line-height: 18px; }
    #featured li.ui-tabs-nav-item a p { font-size: 10px; color: #1b75bb; }
    #featured li.ui-tabs-nav-item a { display: block; /*height: 58px;*/ text-decoration: none; color: #333; background: #fff; outline: none; text-align: justify; }
        #featured li.ui-tabs-nav-item a:hover span { /*background: #e1edf3;*/ font-weight: bold; }
    #featured li.ui-tabs-selected, #featured li.ui-tabs-active { /*background: url(../images/selected-item.png) no-repeat 5px top;*/ }
    #featured ul.ui-tabs-nav li.ui-tabs-selected a span, #featured ul.ui-tabs-nav li.ui-tabs-active a span { /*background: #e1edf3;*/ font-weight: bold; }
    #featured .ui-tabs-panel { width: 56%; /*height:250px; */ position: relative; }
        #featured .ui-tabs-panel img { width: 100%; height: auto; }
        #featured .ui-tabs-panel .info { /*position:absolute; */ bottom: 0; left: 0; height: 70px; background: url('images/transparent-bg.png'); }
            #featured .ui-tabs-panel .info a.hideshow { position: absolute; font-size: 11px; font-family: 'Roboto', Arial, Verdana; color: #f0f0f0; right: 10px; top: -20px; line-height: 20px; margin: 0; outline: none; }
    #featured .info h2 { font-size: 18px; font-family: 'Roboto', Arial,Verdana; color: #fff; padding: 10px 0; margin: 0; font-weight: normal; overflow: hidden; }
    #featured .info p { font-family: 'Roboto', Arial, Verdana; font-size: 15px; line-height: 20px; color: #333; text-align: justify; }
    #featured .info a { text-decoration: none; color: #333; font-weight: bold; font-size: 18px; display: block; text-align: justify; }
        #featured .info a:hover { }
    #featured .ui-tabs-hide { display: none; }
