<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* New Tabs */
ul.tabs {
    height: 36px;
    background: url("img/sys/alpha/edp/tabs_bg_bordered.png") repeat-x 0 0;
    padding: 0 5px;
    position: relative;
    z-index: 80;
    zoom: 1;
    margin: 0;
    list-style: none;
}
.tabs .color999 {
    color: #999;
}
.tabs .container {
    padding: 0 5px;
    overflow: hidden;
    float: left;
    zoom: 1;
    background: url("img/sys/common_new/tabs/divider.png") no-repeat right 10px;
}
.tabs .container.nodiv { background: none }
.tabs .on .tab {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: bold;
    line-height: 16px;
    padding: 2px 2px 0;
}
.tabs .tab .drop,
.tabs .tab .nodrop {
    display: inline-block;
    min-width: 80px;
    min-height: 17px;
}
.tabs .tab .nodrop {
    padding: 10px 10px 8px 5px;
}
.tabs .tab .drop {
    padding: 10px 10px 5px 5px;
}
.tabs .tab .drop-on {
    background: #414141;
    color: #fff;
}
.tabs .off .tab a.icon {
    line-height: 16px;
    padding: 12px 13px 6px 25px;
    cursor: pointer;
    display: inline-block;
}

/* added */
.tabs .on .drop .tab-dropdown-link {
    color:#414141;
    text-decoration:none;
    cursor:default;
}
.tabs .on .drop-on .tab-dropdown-link {
    color: #fff;
}
.tabs .off .tab a.icon:hover,
.tabs .off .tab a.icon:focus,
.tabs .off.drop-down .tab:hover,
.tabs .off.drop-down .tab:focus,
.tabs .off.drop-down .tab.hover {
    background-color: #fff;
    border: 1px solid #a8a8a8;
    line-height: 16px;
    padding: 11px 12px 6px 24px;
    color: #414141;
    text-decoration: none;
}
.tabs .off.drop-down .tab { padding: 2px 3px 0 }

.tabs .off.drop-down .tab:hover .drop,
.tabs .off.drop-down .tab:focus .drop,
.tabs .off.drop-down .tab.hover .drop { padding: 9px 10px 6px 5px }

.tabs .off.drop-down .tab:hover,
.tabs .off.drop-down .tab:focus,
.tabs .off.drop-down .tab.hover { padding: 2px 2px 0 }
.tabs .off.drop-down .tab:hover a { color: #414141 }
.tabs .off.drop-down .tab:hover .tab-dropdown-ism a {
    cursor:pointer; 
    color:#fff !important;
}
.tabs .off.drop-down .tab a:hover {
    color: #414141;
    text-decoration: none;
    cursor: default;
}
.tabs .off.drop-down .tab .tab-auctions-list a:hover {
    cursor: pointer;
}
.tabs .off.drop-down .tab:hover .tab-auctions-list a {
    color: #fff !important; 
}
.tabs .off.drop-down .tab .drop-on a { color: #fff }
.tabs .tab-dropdown-arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: -2px;
    *vertical-align: 2px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer !important;
    margin-left:5px;
}
.tabs .off .tab-dropdown-arrow { *vertical-align: 0px }
.tabs .arrow-off { background-image: url("img/sys/common_new/tabs/tab_dropdown_arrow_off.png") }
.tabs .arrow-on { background-image: url("img/sys/common_new/tabs/tab_dropdown_arrow_on.png") }
.tabs .arrow-inactive { background-image: url("img/sys/common_new/tabs/tab_dropdown_arrow_inactive.png") }
.tabs .tab-dropdown {
    position: absolute;
    top: 36px;
    zoom: 1;
    margin: -1px 0 0;
    padding: 5px 0;
    list-style: none;
    border-top: 1px solid #666;
    background: #414141;
    z-index: 80;
}
.tabs #tab-dropdown-ism {
    left:13px;
}
.tabs #tab-dropdown-auctions {
    top:0;
}
.tabs .tab-dropdown li {
    margin: 0;
    padding: 0;
}
.tabs .tab-dropdown li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 10px 8px 28px;
    cursor: pointer;
    color: #fff;
    display: block;
}
.tabs .tab-dropdown .tab-auctions-list li a:hover,
.tabs .tab-dropdown .tab-auctions-list li a:focus,
.tabs .tab-dropdown .tab-dropdown-classic a:hover,
.tabs .tab-dropdown .tab-dropdown-classic a:focus, 
.tabs .tab-dropdown .tab-dropdown-resale a:hover,
.tabs .tab-dropdown .tab-dropdown-resale a:focus{
    cursor:pointer !important;
    color: #fff !important;
}
.tabs .tab-dropdown .tab-dropdown-classic a, 
.tabs .tab-dropdown .tab-dropdown-resale a {
   color: #fff !important; 
}
.tabs .tab-dropdown li a:hover,
.tabs .tab-dropdown li a:focus { background-color: #333 }
.tabs .tab-dropdown li a.link {
    color: #999;
    text-decoration: underline;
}
.tabs .tab-dropdown li.tab-dropdown-ism-off a:hover,
.tabs .tab-dropdown li.tab-dropdown-ism-off a:focus { background-color:#414141;}
.tabs .tab-dropdown li a.link:hover,
.tabs .tab-dropdown ul li a.link:focus { color: #fff }
.tabs .tab-dropdown-ism a {
    background: url("img/sys/common_new/tabs/icons.png") no-repeat;
    background-position: 10px -13px;
    *background-position: 10px -12px;
}
.tabs .tab-dropdown-ism-off a {
    background: url("img/sys/common_new/tabs/icon_ism3.png") no-repeat 10px 7px;
    color: #666 !important;
    cursor: default !important;
}
.tabs .tab-dropdown-classic a {
    background: url("img/sys/common_new/tabs/icons.png") no-repeat;
    background-position: 10px -88px;
    *background-position: 10px -87px;
}
.tabs .tab-dropdown-resale a {
    background: url("img/sys/common_new/tabs/icons.png") no-repeat;
    background-position: 10px -319px;
    *background-position: 10px -318px;

}
.tabs .tab-dropdown-auctions-off { cursor: default !important }
.tabs .tab-dropdown-auctions-off:hover { background: none !important }
.tabs .tab-dropdown-auctions-off h4 {
    display: block;
    padding: 8px 10px 8px 28px;
    font-weight: normal;
}
.tabs .tab-auctions-window {
    position: absolute;
    margin-top: -1px;
    z-index:45;
}
.tabs .tab-auctions-list {
    max-height: 181px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 240px;
    margin-top: 0 !important;
}
.tabs .tab-scroller-frame {
    width: 5px;
    height: 178px;
    position: absolute;
    top: 6px;
    right: 10px;
}
.tabs .tab-scroller {
    background: #acacac;
    width: 5px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
.tabs .tab-scroller-top {
    width: 5px;
    height: 2px;
    background: url('img/sys/common_new/tabs/scroll_rounded.png') no-repeat 0 0;
    position: absolute;
    top: 0;
}
.tabs .tab-scroller-bot {
    width: 5px;
    height: 2px;
    background: url('img/sys/common_new/tabs/scroll_rounded.png') no-repeat 0 -2px;
    position: absolute;
    bottom: 0;
}
.tabs .trunc { cursor: pointer }
.tooltip-hover {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.25); 
    font-size:11px;
}
.tooltip-hover .caret {
    width: 15px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
.tooltip-hover .caret.bottom {
    background: url("img/sys/common_new/tabs/caret_down.png") no-repeat;
    bottom:-8px;
}
.tooltip-hover .caret.top {
    background: url("img/sys/common_new/tabs/caret_up.png") no-repeat;
    top:-8px; 
}
.tabs .icon {
    font-size: 12px;
    display: inline-block;
    height: 16px;
    padding: 0 0 0 18px;
    background-image: url("img/sys/alpha/edp/icons.svg");
    background-repeat: no-repeat;
}
.on .drop .icon, 
.on .nodrop .icon { padding-top: 1px }
.hover .icon {
    color: #414141;
    text-decoration: none;
}

.tabs .icon-ism {
    background-position: 8px 15px;
}
.tabs .nodrop .icon-ism {
  background-position: 0px 3px;
}
.tabs .off .icon-ism:hover,
.tabs .off .icon-ism:focus { 
  background-position: 7px 14px 
}

.tabs .icon-classic {
    background-position: 8px -58px;
}
.tabs .nodrop .icon-classic {
  background-position: 0px -70px;
}
.tabs .off .icon-classic:hover,
.tabs .off .icon-classic:focus { 
  background-position: 7px -59px; 
}

.tabs .icon-resale-listing { 
  background-position: 8px -292px; 
}
.tabs .off .icon-resale-listing:hover,
.tabs .off .icon-resale-listing:focus { 
  background-position: 7px -293px; 
}

.tabs .icon-resale { 
  background-position: 8px -110px; 
}

.tabs .off .icon-resale:hover,
.tabs .off .icon-resale:focus { 
  background-position: 7px -111px; 
}

.tabs .nodrop .icon-resale-listing {background-position: 0px -303px;}
.tabs .nodrop .icon-resale { background-position: 0px -122px }
.tabs .icon-te { background-position: 8px -136px }
.tabs .icon-te:hover,
.tabs .icon-te:focus { background-position: 7px -137px }
.tabs .nodrop .icon-te { background-position: 0px -148px }
.tabs .icon-info { background-position: 8px -162px }
.tabs .icon-info:hover,
.tabs .icon-info:focus { background-position: 7px -163px }
.tabs .nodrop .icon-info { background-position: 0px -174px }
.tabs .icon-sell { background-position: 8px -214px }
.tabs .icon-sell:hover,
.tabs .icon-sell:focus { background-position: 7px -215px }
.tabs .nodrop .icon-sell { background-position: 0px -226px }
.tabs .icon-plat,
.tabs .icon-slp { background-position: 8px -241px }
.tabs .icon-plat:hover,
.tabs .icon-slp:hover,
.tabs .icon-:focus { background-position: 7px -242px }
.tabs .nodrop .icon-plat,
.tabs .nodrop .icon-slp { background-position: 0px -253px }
.tabs .icon-auctions { background-position: 8px -189px }
.tabs .icon-auctions:hover,
.tabs .icon-auctions:focus { background-position: 7px -190px }
.tabs .nodrop .icon-auctions { background-position: 0px -201px }
.tabs .drop .icon-auctions { background-position: 0px -201px }

.tabs .drop-on .icon-auctions {
    background-position: 0px -279px;
}
.tabs .icon-auctions-drop { padding-right: 5px }

.tabs .tab-auctions-list .tab-dropdown-auctions a,
.tabs .tab-dropdown a {
    font-weight:normal;
}
.tabs .tab-au-legal {
    color: #666;
    font-size: 10px;
    line-height: 6px;
    margin: 11px 0 0 10px;
}
.tabs .tab-uk-legal {
    color: #666;
    font-size: 10px;
    line-height: 6px;
    margin: 11px 0 0 10px;
}
.tab-popup {
    border: 0 ;
    width: 300px ;
    z-index: 106;
}
.tab-details p {
    margin-bottom: 5px;
}
.tab-details .caret {
    background: url("img/sys/common_new/resale/edp_caret_left.png") no-repeat 0 0 transparent;
    height: 15px;
    left: -8px;
    position: absolute;
    top: 9px;
    width: 8px;
}
.tabs .off .resale-qm-tab .resale-link-icon {
    margin-top: -2px; padding: 0 4px 0 9px; max-width: 30px; max-height: 20px; vertical-align: middle;
}
.tabs .off .resale-qm-tab {
    font-size: 12px; display: inline-block; 
    min-height: 16px;
    padding-left: 0px; line-height: 16px; 
    padding: 13px 13px 6px 1px; 
    cursor: pointer;
}
.tabs .off .resale-qm-tab:hover, .tabs .off .hover-resale-qm-tab {
    background-color: #fff; 
    border: 1px solid #a8a8a8; 
    line-height: 16px; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    min-height: 16px;
    padding: 12px 12px 6px 1px; 
    color: #414141; 
    text-decoration: none;
    padding-left: 0px;
}
.tabs .off .resale-qm-tab a:hover {
    text-decoration: none;
}
.tabs .off .resale-qm-tab a {
    line-height: 16px;
}
.tabs .off .hover-resale-text-color {
    color: #414141;
}
.tab .presale-resale-tab-qm {
    margin-left: 3px;
}
.tab .offsale-resale-tab-qm {
    margin-left: 5px;
}
.tabs .off .resale-qm-tab .presale-resale-listing {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 0 18px;
    background: url("img/sys/common_new/tabs/icons.png") no-repeat;
    background-position: -1px -303px;
    margin-left: 7px;
}
.tabs .off .resale-qm-tab .offsale-resale-listing {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 0 18px;
    background: url("img/sys/common_new/tabs/icons.png") no-repeat;
    background-position: -1px -123px;
    margin-left: 7px;
}
.tab-popup .tab-details {
    padding: 10px 20px 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border: 1px solid #ccc;
    font-size: 12px;
}
#tabs .off #edp_offsale_resale_link {padding-top: 13px;}
#tabs .off .resale-qm-tab:hover, #tabs .off .hover-resale-qm-tab {padding-top: 0;}
#tabs .off #edp_resale_display_link.icon-resale-listing.presale-resale-listing {margin-top: 12px;}
#tabs .container .tab { padding-top: 1px;}
#tabs .off .hover-presale-fix{padding-top: 12px;}
#tabs .off .hover-presale-fix:hover{padding-top: 10px;}
#tabs .off .hover-presale-fix-qm, #tabs .off .hover-presale-fix-qm:hover{padding-top: 12px;}
</pre></body></html>