1. #1

    Registriert seit
    28.10.2011
    Beiträge
    625
    Thanked 279 Times in 168 Posts

    Standard EXE HTML-Files extracten?

    Hallo

    Ich hab mir gerade GoforFiles installiert gehabt. Finde des Layout hammermäßig.

    Habe nun gesehen, dass es anscheinend mit HTML gemacht wurde, anhand der htmllayout.dll und der Executable sieht man auch ein wenig in IDA.

    Jetzt meine Frage: Wie kann ich den Mist extrahieren?
    Hat vielleicht jemand einen Tipp?

  2. #2
    Avatar von Sky.NET
    Registriert seit
    26.11.2011
    Beiträge
    2.462
    Thanked 2.717 Times in 1.286 Posts
    Blog Entries
    7

    Standard AW: EXE HTML-Files extracten?

    Eh, das muss nicht unbedingt statisch in der exe rumliegen, sondern kann dynamisch erzeugt sein (was wahrscheinlicher ist)
    Wenn die htmllayout.dll COM visible ist, könntest du versuchen irgendwie die schnittstellen anzusprechen um das zu nutzen...

    Wenn nicht hilft nur noch reversing und da müsstest du erstmal wissen in was das gecoded ist.
    Java:
    Spoiler:

    Lustige Quotes:
    Spoiler:
    Zitat Zitat von Hydra Beitrag anzeigen
    Hier (in Deutschland) kann man keine andere tolle Aktivitäten machen, als zu chillen, shoppen, saufen und Partys feiern xD Ich habe nichts gegen ab und zu mal saufen und Partys feiern, aber das ist doch nicht wirklich das wahre Leben o_o
    Wieso das Internet für die meisten Leute gefährlich ist:
    Zitat Zitat von Silent Beitrag anzeigen
    Ich weiß ja nicht was der Sinn dahinter steckt es heißt immer "security reasons".

  3. #3

    Registriert seit
    28.10.2011
    Beiträge
    625
    Thanked 279 Times in 168 Posts

    Standard AW: EXE HTML-Files extracten?

    Danke für die Infos

    EInige HTML-Files sind wohl vorhanden, waren allerdings als *.bin Endung gespeichert. Konnte diese mit RessourceHacker entziehen. Leider aber komme ich da nicht an die restlichen Dinge dran, beispielsweise die Bilder oder die Stylesheets. Laut den HTML-Files sind diese in Typischen Ordnern vorhanden, sprich Stylesheets in einem css Ordner, Bilder im images Ordner.

  4. #4

    Registriert seit
    24.05.2012
    Beiträge
    9
    Thanked 1 Time in 1 Post

    Standard AW: EXE HTML-Files extracten?

    Versuch dich mal mit Exeinfo PE, der hat extra eine Funktion eingebaut um Dateien aus Executables o.ä. zu rippen!

    Spoiler:
    Name:  82930331.jpg
Hits: 245
Größe:  18,1 KB
    Geändert von Pinkywesen (14.05.2013 um 14:44 Uhr)

  5. The Following User Says Thank You to Pinkywesen For This Useful Post:

    Bubble Gum (14.05.2013)

  6. #5

    Registriert seit
    28.10.2011
    Beiträge
    625
    Thanked 279 Times in 168 Posts

    Standard AW: EXE HTML-Files extracten?

    Danke, URL ist aber leider down

    Edit:
    Ok, ohne WWW. Subdomain gehts.

    Edit 2:
    Funktioniert leider auch nicht.
    Laut Scan gibts verweise mit den Namen "UPolyX v0.5" und "yoda's Protector v1.03.3".
    Scheint so als wäre des Obfuscated oder so..
    Geändert von Bubble Gum (14.05.2013 um 17:56 Uhr)

  7. #6
    Avatar von patlux
    Registriert seit
    26.10.2011
    Beiträge
    1.195
    Thanked 1.596 Times in 725 Posts
    Blog Entries
    2

    Standard AW: EXE HTML-Files extracten?

    Wenn die HTML-Files als .bin gespeichert waren, dann sind die Bilder und die Stylesheets wahrscheinlich auch anders benannt. Hast du dir alle Dateien genau angesehen die du extrahieren konntest?

    Hat das Programm vielleicht eine Remote-Funktion bzw. ein Web-Interface wie beim JDownloader? Wenn ja, könnte man das dadurch sehr leicht "fischen".

    Ansonste, was hindert dich daran dass Design einfach selbst zu erstellen? Also wirklich aufwendig ist das nicht. Das Layout bekommt ein Geübter in 1h hin und die Grafiken sind jetzt auch nicht das große Ding. Außerdem ist Kopieren "arm"
    Geändert von patlux (14.05.2013 um 19:51 Uhr)

  8. #7

    Registriert seit
    28.10.2011
    Beiträge
    625
    Thanked 279 Times in 168 Posts

    Standard AW: EXE HTML-Files extracten?

    Wenn die HTML-Files als .bin gespeichert waren, dann sind die Bilder und die Stylesheets wahrscheinlich auch anders benannt. Hast du dir alle Dateien genau angesehen die du extrahieren konntest?
    Ja, hab mir die angeschaut - So dumm bin ich ja auch nicht. Es waren dort 2-3 andere .bin Files vorhanden, wo aber nur Binary-Content drinne war. Vllt ist des ja auch crypted.

    Hat das Programm vielleicht eine Remote-Funktion bzw. ein Web-Interface wie beim JDownloader? Wenn ja, könnte man das dadurch sehr leicht "fischen".
    Hab schon alles mitgesnifft. Das Programm macht ausschließlich einen Request zu piratebay oder wie die anderen bekannten torrent-sites heißen, mehr ist da nicht.

    Temporäre Ordner oder registry einträge werden nicht erstellt bzw. genutzt. Im Arbeitsspeicher hmm, müsste man mal schauen ob's ein Ram viewer gibt ^^

    Ansonste, was hindert dich daran dass Design einfach selbst zu erstellen? Also wirklich aufwendig ist das nicht. Das Layout bekommt ein Geübter in 1h hin und die Grafiken sind jetzt auch nicht das große Ding.
    In der Tat sollte des in 1h zu schaffen sein, keine Frage. würde des sogar in weniger Zeit hinbekommen. Wollte aber mal interesseshalber schauen, was die da gemacht haben. Schlecht ist es aufjedenfall, da die laut den HTML-Files Tables genutzt haben - Echt Arm

    Was mich vorweg interessiert, wie diese die scrollable Table mit Header gemacht haben. Klar, jQuery und gut ist, gibts ja auch Plugins für, aber würde dort einfach mal hereinschauen wollen, was die da so genutzt haben ^^

    Außerdem ist Kopieren "arm"
    Sag ddes mal den Kiddies
    Mir geht es ja imprinzip nicht um's kopieren, sondern um's schnüffeln und schauen was die so dort verwendet haben.
    Geändert von Bubble Gum (14.05.2013 um 21:47 Uhr)

  9. #8
    Avatar von Diebspiel
    Registriert seit
    18.11.2011
    Beiträge
    311
    Thanked 191 Times in 102 Posts

    Standard AW: EXE HTML-Files extracten?

    Hi,

    Nach ca. 20 Minuten ist es mir gelungen, die entsprechende .exe zu reversen... Die HTML-Templates und Bilder sind auch alle unbeschädigt...

    Die Stylesheets (unterliegen dem Copyright von GoForFiles.com):

    Spoiler:

    BALOON
    body{ margin:0px; padding:0px; overflow:hidden; background-color:transparent; font-family:arial;
    }
    .balloon{ background:url('../images/balloon_back.png') no-repeat; width:290px; height:70px; background-color:transparent;
    }
    .text{ font-size:12px; color:#383838; overflow:hidden; position:absolute; top:11px; left:48px; width:230px; height:45px; vertical-align:middle;
    }
    .text span{ color:#838383; font-size:11px;
    }
    .icon{ background:url('../images/balloon_icon.png') no-repeat; position:absolute; top:17px; left:10px; width:32px; height:32px;
    }


    INDEX
    #searchtext
    {
    active-on!:
    (self:value=="goforfiles_index_search_default_text") ? self:value = "";

    focus-off!:
    (self:value=="") ? self:value = "goforfiles_index_search_default_text";

    key-on!:
    (self:value=="goforfiles_index_search_default_text") ? self:value = "";
    }

    body,a,b,span,div,td{ font-size:12px; font-family:arial; color:#393939; font-smooth:always
    }
    table{ border-collapse:collapse; border-spacing:0px;
    }
    td{ padding:0px; vertical-align:top;
    }
    img{ border:0px
    }
    input{ font-size:13px; color:#8e8e8e; font-family:arial;
    }
    button{ width:105px; height:22px; padding:0px 0px 1px 0px;margin:0px;cursor:pointer; color:#4a4a4a; font-size:12px
    }
    a{ text-decoration: none;
    }
    input:checked + span{ color:#5b5b5b;
    }

    #listarea {height:300px;override: scroll}

    #whatissearchpro {padding:0px 16px 0px 2px}
    #whatissearchpro a {border-bottom:1px dashed #677077;text-decoration:none;font-size:10px;color:#677077;font-family:Trebuchet MS}

    #searchinres-subm {width:29px;height:14px;cursor:pointer;background-image:url('');}

    #categories td {color:#4c607a;font-weight:bold;text-align:center;vertical-align:middle;}
    #categories td span {color:#4c607a;font-size:11px;font-family:tahoma;font-weight:normal}
    #categories td input {color:#445a92;}

    body { margin: 0px; padding: 0px;
    }

    span.hl {padding-left:2px;padding-right:2px;font-size:13px}

    #listt th {font-weight:normal;text-align:left;padding:0px 10px 0px 10px}

    #resultsrow {background: url('../images/back_head_tabs.png') repeat-x top left; vertical-align:middle;}

    #searchrow {background: url('../images/back_header.png') repeat-x;vertical-align:middle;}

    #tagtd {background:white url('../images/back_gradient.png') repeat-x}

    #support247 {vertical-align:middle;padding-left:28px;}
    #support247 a {font-size:14px}
    #support247 a:hover {color:#0e6ba6}

    #livechattd {vertical-align:middle;padding-left:28px;}
    #livechattd a {font-size:14px}
    #livechattd a:hover {color:#fe9212;text-decoration: none; border-bottom: 1px dotted #fe9212;}

    #tagheader {color:#272727;font-size:30px;background:#ececec url('../back_gradient.png') repeat-x;vertical-align:middle;padding-left:20px}

    #undertagheader {background-color:#ececec}
    #listt td {border-top:1px solid white;border-bottom:1px solid #d6d6d6;padding:4px 10px 4px 10px;vertical-align:middle;height:30px;font-size:13px;color:#393939;}
    #listt td.listico {text-align:left;padding:4px 0px 4px 15px}
    #listt td div {color:#393939;font-size:11px}
    #listt tr.hl {background-color:#eaeaea}
    #listt td.listbut a:hover {background-image:url('../download_button_rd_a.gif')}
    #listt td.listbut a#dlbut_na {width:93px;height:26px;background:url('../download_button_rd_d.gif') no-repeat;display:block;margin:0px;padding:0px;font-size:26px}
    #moreres {vertical-align:middle;text-align:right;padding:7px 14px 2px 0px;border-bottom:1px solid #b7b7b7}
    #moreres a {width:147px;height:29px;background:url('../moreres.png') no-repeat 0px 0px;display:block;color:white;font-size:14px;padding:6px 0px 0px 0px;text-align:center;}
    #moreres a:hover {background:url('../moreres_a.png') no-repeat}

    #alertscont {width:1px;height:1px;position:absolute;top:50%;left:50%;}

    #morelink {verical-align:middle;text-align:right;padding-right:10px;overflow:hidden;margin-bottom:3px;width:100%%}
    #morelink a {font-size:17px;color:#0e6ba6;padding:4px 2px 6px 2px;margin-top:3px;margin-bottom:3px;white-space:nowrap}
    #morelink a:hover {color:white;background-color:#fe9212}

    #mydownl {font-size:15px;color:#677077;vertical-align:middle;font-family:Trebuchet MS;}
    #mydownl a {color:#272727;font-size:14px}
    #mydownl a:hover {color:#0e6ba6}

    #listt td#sortfile {padding-left:0px;padding-right:60px}
    #listt #navt td {border:0px;}


    /* main buttons
    ================================================== */
    .btn{ text-decoration:none; cursor:pointer;
    }
    .btn td.b{ background: url('../images/btn_main.png') no-repeat;
    }
    .btn td.b-l{ background-position:0px 0px; width:4px; height:26px; float:left;
    }
    .btn td.b-r{ background-position:-4px 0px; width:4px; height:26px; float:left;
    }
    .btn td.b-c{
    background-position:0px -26px;
    background-repeat: repeat-x;
    float: left;
    font-size:13px;
    color:#1c1c1c;
    line-height:25px;
    padding:0 0 1px;
    font-style: normal;
    }
    .btn:hover td.b-c{
    background-position: 0px -78px;
    color:#0e8733;
    }
    .btn:hover td.b-r{
    background-position: -4px -52px;
    }
    .btn:hover td.b-l{
    background-position: 0px -52px;
    }
    .btn:active td.b-c{
    color:#6d6d6d;
    background-position: 0px -182px;
    }
    .btn:active td.b-r{
    background-position: -4px -156px;
    }
    .btn:active td.b-l{
    background-position: 0px -156px;
    }
    .btn-selected{
    text-decoration: none;
    cursor:pointer;
    }
    .btn-selected td.b{
    background: url('../images/btn_main.png') no-repeat;
    }
    .btn-selected td.b-c{
    background-position: 0px -130px;
    background-repeat: repeat-x;
    float: left;
    font-size:13px;
    line-height:25px;
    padding:0 0 1px;
    font-style: normal;
    color:#999999;
    }
    .btn-selected td.b-r{
    width:4px;
    height: 26px;
    float: left;
    background-position: -4px -104px;
    }
    .btn-selected td.b-l{
    width:4px;
    height: 26px;
    float: left;
    background-position: 0px -104px;
    }

    /* main buttons large
    ================================================== */
    .btn_large{ text-decoration:none; color:#393939; font-size:13px; padding:8px; background-image:url('../images/btn_large_up.png'); background-repeat:expand left right stretch-middle; background-position:4px 4px 4px 4px;
    }
    .btn_large span{ color:#0e8733;
    }
    .btn_large:hover{ color:#0e8733; background-image:url('../images/btn_large_over.png');
    }
    .btn_large:hover span{ color:#393939;
    }
    .btn_large:active{ color:#6d6d6d; background-image:url('../images/btn_large_active.png');
    }

    /* main buttons colored
    ================================================== */
    .btncolored{ text-decoration: none; cursor:pointer;
    }
    .btncolored td.bcolored{ background: url('../images/btn_main_colored.png') no-repeat;
    }
    .btncolored td.bcolored-l{ background-position:0px 0px; width:4px; height:26px; float:left;
    }
    .btncolored td.bcolored-r{ background-position:-4px 0px; width:4px; height:26px; float:left;
    }
    .btncolored td.bcolored-c{ background-position:0px -26px; background-repeat:repeat-x; float:left; font-size:13px; color:#0e6ba6; line-height:25px; padding:0 0 1px; font-style:normal;
    }
    .btncolored:hover td.bcolored-c{ background-position: 0px -78px; color:#0e6ba6;
    }
    .btncolored:hover td.bcolored-r{ background-position: -4px -52px;
    }
    .btncolored:hover td.bcolored-l{ background-position: 0px -52px;
    }
    .btncolored:active td.bcolored-c{ color:#6d6d6d; background-position: 0px -182px;
    }
    .btncolored:active td.bcolored-r{ background-position: -4px -156px;
    }
    .btncolored:active td.bcolored-l{ background-position: 0px -156px;
    }

    /* top menu elements
    ================================================== */
    .btn-menu{ text-decoration: none; cursor:pointer;
    }
    .btn-menu td.live{ background: url('../icons/icon_chat_up.png') no-repeat;
    }
    .btn-menu td.live-ico{ width:10px; height:23px; float:right;
    }
    .btn-menu:hover td.live-ico{ background: url('../icons/icon_chat_over.png') no-repeat;
    }
    .btn-menu:active td.live-ico{ background: url('../icons/icon_chat_active.png') no-repeat;
    }
    .btn-menu td.howto{ background: url('../icons/icon_howto_up.png') no-repeat;
    }
    .btn-menu td.howto-ico{ width:10px; height:23px; float:right;
    }
    .btn-menu:hover td.howto-ico{ background: url('../icons/icon_howto_over.png') no-repeat;
    }
    .btn-menu:active td.howto-ico{ background: url('../icons/icon_howto_active.png') no-repeat;
    }
    .btn-menu td.bm{ background: url('../images/btn_menu.png') no-repeat;
    }
    .btn-menu td.bm-l{ background-position:0px 0px; width:6px; height:23px; float:right;
    }
    .btn-menu td.bm-r{ background-position:-6px 0px; width:6px; height:23px; float:right;
    }
    .btn-menu td.bm-c{ background-position:0px -23px; background-repeat:repeat-x; float: right; font-size:11px; color:#1c1c1c; line-height:23px; padding:0px 3px 0px; font-style:normal;
    }
    .btn-menu:hover td.bm-l{ background-position:0px -46px;
    }
    .btn-menu:hover td.bm-r{ background-position:-6px -46px;
    }
    .btn-menu:hover td.bm-c{ color:#0e8733; background-position:0px -69px;
    }
    .btn-menu:active td.bm-l{ background-position:0px -92px;
    }
    .btn-menu:active td.bm-r{ background-position:-6px -92px;
    }
    .btn-menu:active td.bm-c{ color:#6d6d6d; background-position:0px -115px;
    }
    .text-menu{ text-decoration: none; cursor:pointer;
    }
    .text-menu td.textblock{ float:right; font-size:14px; color:#1c1c1c; padding:-3px 5px 0px;
    }
    .text-menu:hover td.textblock{ color:#0e8733;
    }
    .text-menu td.ef{ background: url('../icons/icon_files_up.png') no-repeat;
    }
    .text-menu td.ef-ico{ width:10px; height:10px; float:right;
    }
    .text-menu:hover td.ef-ico{ background: url('../icons/icon_files_over.png') no-repeat;
    }
    .text-menu td.myd{ background: url('../icons/icon_myd_up.png') no-repeat;
    }
    .text-menu td.myd-ico{ width:10px; height:10px; float:right;
    }
    .text-menu:hover td.myd-ico{ background: url('../icons/icon_myd_over.png') no-repeat;
    }
    .text-menu td.games{ background: url('../icons/icon_games_up.png') no-repeat;
    }
    .text-menu td.games-ico{ width:10px; height:10px; float:right;
    }
    .text-menu:hover td.games-ico{ background: url('../icons/icon_games_over.png') no-repeat;
    }

    .text-menu-alert{ text-decoration: none; cursor:pointer;
    }
    .text-menu-alert td.textblock{ float:right; font-size:14px; color:#0e8733; padding:-3px 5px 0px;
    }
    .text-menu-alert:hover td.textblock{ color:#0e8733;
    }
    .text-menu-alert td.ef{ background: url('../icons/icon_files_over.png') no-repeat;
    }
    .text-menu-alert td.ef-ico{ width:10px; height:10px; float:right;
    }
    .text-menu-alert:hover td.ef-ico{ background: url('../icons/icon_files_over.png') no-repeat;
    }
    .text-menu-alert td.myd{ background: url('../icons/icon_myd_over.png') no-repeat;
    }
    .text-menu-alert td.myd-ico{ width:10px; height:10px; float:right;
    }
    .text-menu-alert:hover td.myd-ico{ background: url('../icons/icon_myd_over.png') no-repeat;
    }
    .text-menu-alert td.games{ background: url('../icons/icon_games_over.png') no-repeat;
    }
    .text-menu-alert td.games-ico{ width:10px; height:10px; float:right;
    }
    .text-menu-alert:hover td.games-ico{ background: url('../icons/icon_games_over.png') no-repeat;
    }

    .text-menu-selected{ text-decoration:none; cursor:pointer;
    }
    .text-menu-selected td.textblock{ float:right; font-size:14px; color:#a1a1a1; padding:-3px 5px 0px;
    }
    .text-menu-selected td.ef{ background: url('../icons/icon_files_select.png') no-repeat;
    }
    .text-menu-selected td.ef-ico{ width:10px; height:10px; float:right;
    }
    .text-menu-selected td.myd{ background: url('../icons/icon_myd_select.png') no-repeat;
    }
    .text-menu-selected td.myd-ico{ width:10px; height:10px; float:right;
    }
    .text-menu-selected td.games{ background: url('../icons/icon_gamess_select.png') no-repeat;
    }
    .text-menu-selected td.games-ico{ width:10px; height:10px; float:right;
    }

    /* language dropdown
    ================================================== */
    widget[type="dropdownlist"]
    {
    padding:5px 5px;
    width:15px;
    padding-right:10px;
    background-image: url('../icons/icon_lang_up.png');
    background-repeat: no-repeat;
    background-position-top:50%;
    background-position-right:0px;
    font-size:11px; color:#1c1c1c; line-height:13px;
    cursor: pointer;
    text-align:left;

    active-on!: self.popup-shown? (self.popup-shown = null) # (self.popup-shown = true, self.$1(popup):focus = true);
    focus-on!: ; // define focus-on just to indicate that it is focusable

    }
    widget[type="dropdownlist"]:hover
    {
    background-image: url('../icons/icon_lang_over.png');
    color:#0e8733;
    }
    widget[type="dropdownlist"] > popup
    {
    behavior:select;
    display:none;
    position:absolute;
    z-index:20;
    border:none;
    right:10px;
    top:45px;
    font-size:11px;
    color:#969696;
    padding:4px 0px;
    background-color:#1c1c1c;
    height:min-intrinsic;
    }
    widget[type="dropdownlist"][popup-shown] > popup
    {
    display:block;
    outline-shift:5px;
    }
    widget[type="dropdownlist"] > popup > option:current
    {
    color:white;
    background:#0e8733;
    }
    widget[type="dropdownlist"] > popup
    {
    active-off!: self.parent().child(1):value = self.$1(option:current):value, // copy text of current option to the caption
    self.parent():focus = true, // and set focus on the parent
    self.parent().popup-shown = null; // and hide the popup
    focus-off!: self.parent().popup-shown = null; // just hide the popup
    key-off! : key-code() == 'RETURN'? self.active-off();
    }


    /* search input
    ================================================== */
    #osres {position:absolute;width:100%;z-index:20000}
    #osresin {position:relative;top:-1px;left:2px;padding-right:0px;z-index:20000}
    #osresin a {display:block;width:100%;border-left:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;border-right:1px solid #CCCCCC;background-color:white;font-size:16px;padding:4px 0px 4px 5px;z-index:20000}
    #osresin a:hover {background-color:#0e8733; color:white; border:none;}

    #searchtext {
    background:url('../images/back_search_center.png') repeat-x;
    width:100%;
    height:32px;
    padding:0px 0px 0px 8px;
    font-size:16px;
    color:#393939;
    font-style:normal;

    }
    #searcht td {vertical-align:middle}

    .btn-search{
    text-decoration: none;
    cursor:pointer;
    }
    .btn-search td.bs{
    background: url('../images/btn_search.png') no-repeat;
    }
    .btn-search td.bs-l{
    background-position:0px 0px;
    width:6px;
    height: 32px;
    float: left;
    }
    .btn-search td.bs-r{
    background-position:-6px 0px;
    width:6px;
    height: 32px;
    float: left;
    }
    .btn-search td.bs-c{
    background-position:0px -32px;
    background-repeat: repeat-x;
    float: left;
    font-size:16px;
    color:#1c1c1c;
    line-height:32px;
    padding:0px 5px 0px;
    font-style: normal;
    }
    .btn-search:hover td.bs-c{
    background-position: 0px -96px;
    color:#0e8733;
    }
    .btn-search:hover td.bs-r{
    background-position: -6px -64px;
    }
    .btn-search:hover td.bs-l{
    background-position: -0px -64px;
    }
    .btn-search:active td.bs-c{
    background-position: 0px -160px;
    color:#6d6d6d;
    }
    .btn-search:active td.bs-r{
    background-position: -6px -128px;
    }
    .btn-search:active td.bs-l{
    background-position: -0px -128px;
    }

    /* tabs
    ================================================== */
    .btn-tabs{ margin-top:-3px; text-decoration:none; cursor:pointer;
    }
    .btn-tabs td.b{
    }
    .btn-tabs td.b-l{ background-position:0px 0px; width:4px; height:27px;
    }
    .btn-tabs td.b-r{ width:4px; height:27px;
    }
    .btn-tabs td.b-c{ font-size:12px; font-weight:bold; vertical-align:middle; color:#ffffff; height:27px; padding:0 4px 0 6px;
    }
    .btn-tabs td.b-c-count{ font-size:10px; color:#b2e1b3; vertical-align:middle; height:27px; padding:0 6px 0 2px;
    }
    .btn-tabs:hover td.b-c-count{ background: url('../images/btn_tabs.png') repeat-x; background-position: 0px -81px;
    }
    .btn-tabs:hover td.b-c{ background: url('../images/btn_tabs.png') repeat-x; background-position: 0px -81px;
    }
    .btn-tabs:hover td.b-r{ background: url('../images/btn_tabs.png') no-repeat; background-position: -4px -54px;
    }
    .btn-tabs:hover td.b-l{ background: url('../images/btn_tabs.png') no-repeat; background-position: 0px -54px;
    }
    .btn-tabs-selected{ margin-top:-3px; text-decoration:none; cursor:pointer;
    }
    .btn-tabs-selected td.b{ background: url('../images/btn_tabs.png') no-repeat;
    }
    .btn-tabs-selected td.b-l{ background-position:0px 0px; width:4px; height:27px;
    }
    .btn-tabs-selected td.b-r{ background-position:-4px 0px; width:4px; height:27px;
    }
    .btn-tabs-selected td.b-c{ background-position:0px -27px; background-repeat:repeat-x; font-size:12px; vertical-align:middle; font-weight:bold; color:#ffffff; height:27px; padding:0 4px 0 6px;
    }
    .btn-tabs-selected td.b-c-count{ background-position:0px -27px; background-repeat:repeat-x; font-size:10px; vertical-align:middle; color:#b2e1b3; height:27px; padding:0 6px 0 2px;
    }

    /* my downloads page
    ================================================== */
    .btn td.clearcompleted{ background: url('../icons/icon_clearcompleted_up.png') no-repeat; width:23px; height: 26px;
    }
    .btn:hover td.clearcompleted{ background: url('../icons/icon_clearcompleted_over.png') no-repeat;
    }
    .btn:active td.clearcompleted{ background: url('../icons/icon_clearcompleted_active.png') no-repeat;
    }

    /* my downloads hide windows
    ================================================== */
    .btn-hide{ text-decoration: none; cursor:pointer;
    }
    .btn-hide td.b{ background: url('../images/btn_myd_hide_windows.png') no-repeat;
    }
    .btn-hide td.b-l{ background-position:0px 0px; width:5px; height:27px; float:right;
    }
    .btn-hide td.b-r{ background-position:-5px 0px; width:5px; height:27px; float:right;
    }
    .btn-hide td.b-c{ background-position:0px -27px; background-repeat:repeat-x; float:right; font-size:12px; color:#ffffff; line-height:27px; padding:0px 3px 0px;
    }
    .btn-hide:hover td.b-c{ background-position:0px -81px;
    }
    .btn-hide:hover td.b-r{ background-position:-5px -54px;
    }
    .btn-hide:hover td.b-l{ background-position:0px -54px;
    }
    .btn-hide:active td.b-c{ background-position:0px -135px;
    }
    .btn-hide:active td.b-r{ background-position:-5px -108px;
    }
    .btn-hide:active td.b-l{ background-position:0px -108px;
    }
    .btn-hide td.b-ico{ background: url('../icons/icon_hide_windows_up.png') no-repeat; width:17px; height:27px; float:right;
    }
    .btn-hide:hover td.b-ico{ background: url('../icons/icon_hide_windows_over.png') no-repeat;
    }
    .btn-hide:active td.b-ico{ background: url('../icons/icon_hide_windows_active.png') no-repeat;
    }


    /* express files page
    ================================================== */
    td.baseline { background: url('../images/line_hor_main.png') repeat-x; width:100%; height: 2px;
    }
    td.footerline { background: url('../images/line_hor_footer.png') repeat-x; width:100%; height: 1px;
    }
    #gradienttop{ background: url('../images/back_gradient.png') repeat-x; vertical-align:top; background-position-top:1px;
    }
    .btn-refresh{ text-decoration: none; cursor:pointer;
    }
    .btn-refresh td.b-ico{ background: url('../icons/icon_refresh.png') no-repeat; background-position:0px 0px; width:28px; height:28px; float:left;
    }
    .btn-refresh td.b-text{ float: left; font-size:13px; color:#393939; line-height:28px; padding:0px 5px 0px; font-style: normal;
    }
    .btn-refresh:hover td.b-ico{ background-position: 0px -28px;
    }
    .btn-refresh:hover td.b-text{ color:#0e6ba6;
    }
    .btn-refresh:active td.b-ico{ background-position: 0px -56px;
    }
    .btn-refresh:active td.b-text{ color:#393939;
    }
    .ef-link{ text-decoration: none; cursor:pointer; font-size:12px; color:#393939; font-weight: bold
    }
    .ef-link:hover{ color:#0e6ba6;
    }
    .tags_link { border-color:#c9c9c9; border-radius:6px; border: 1px solid; background-color:#f8f8f8; font:14px arial; width:auto; color:#0d8632; padding:6px 12px 6px 12px; margin:10px 0 0 10px; behavior:button;
    }
    .tags_link a{ font:14px arial; color:#1b1b1b; cursor:pointer;
    }
    .tags_link:hover a{ color:#1b1b1b;
    }
    .tags_link:hover { border-color:#0d8632; color:#1b1b1b;
    }

    /* search page results
    ================================================== */
    #searchresultsfilters{ background:url('../images/back_sorts.png') repeat-x; vertical-align:middle; color:#393939; font-size:11px;
    }
    .sort-up{ text-decoration:none; cursor:pointer;
    }
    .sort-up td.b-ico{ background:url('../icons/icon_sort_up_up.png') no-repeat; width:7px; height:8px;
    }
    .sort-up td.b-text{ float: left; font-size:11px; color:#1c1c1c; padding:-2px 5px 0px; font-style: normal;
    }
    .sort-up:hover td.b-ico{ background:url('../icons/icon_sort_up_over.png') no-repeat;
    }
    .sort-up:hover td.b-text{ color:#0e8733;
    }
    .sort-down{ text-decoration: none; cursor:pointer;
    }
    .sort-down td.b-ico{ background:url('../icons/icon_sort_down_up.png') no-repeat; width:7px; height:11px;
    }
    .sort-down td.b-text{ font-size:11px; color:#1c1c1c; padding:-2px 5px 0px;
    }
    .sort-down:hover td.b-ico{ background:url('../icons/icon_sort_down_over.png') no-repeat;
    }
    .sort-down:hover td.b-text{ color:#0e8733;
    }
    .nextsearch{ text-decoration:none; cursor:pointer;
    }
    .nextsearch td.b-ico{ background:url('../icons/icon_arrow_r_up.png') no-repeat; width:15px; height:15px;
    }
    .nextsearch td.b-text{ font-size:11px; color:#1c1c1c; padding:0px 5px 0px;
    }
    .nextsearch:hover td.b-ico{ background:url('../icons/icon_arrow_r_over.png') no-repeat;
    }
    .nextsearch:hover td.b-text{ color:#0e8733;
    }
    .nextsearch-disable{ text-decoration:none; cursor:pointer;
    }
    .nextsearch-disable td.b-ico{ background:url('../icons/icon_arrow_r_disable.png') no-repeat; width:15px; height:15px;
    }
    .nextsearch-disable td.b-text{ font-size:11px; color:#a1a1a1; padding:0px 5px 0px;
    }
    .previoussearch{ text-decoration: none; cursor:pointer;
    }
    .previoussearch td.b-ico{ background:url('../icons/icon_arrow_l_up.png') no-repeat; width:15px; height:15px;
    }
    .previoussearch td.b-text{ font-size:11px; color:#1c1c1c; padding:0px 5px 0px;
    }
    .previoussearch:hover td.b-ico{ background:url('../icons/icon_arrow_l_over.png') no-repeat;
    }
    .previoussearch:hover td.b-text{ color:#0e8733;
    }
    .previoussearch-disable{ text-decoration:none; cursor:pointer;
    }
    .previoussearch-disable td.b-ico{ background:url('../icons/icon_arrow_l_disable.png') no-repeat; width:15px; height:15px;
    }
    .previoussearch-disable td.b-text{ font-size:11px; color:#a1a1a1; padding:0px 5px 0px;
    }
    /* main table
    ================================================== */
    .table
    {
    overflow-y: scroll;
    width:100%%;
    height:100%%;
    behavior:grid;
    background-color:white;
    }
    .table tr { context-menu:selector(menu#row-menu); }
    .table tr:nth-child(odd) { background: url('../images/back_file_1.png') repeat-x;} /* each odd row */
    .table tr:nth-child(even) { background-color: white; } /* each even row */
    .table td { padding:2px; font-size:12px;
    }
    .table td:nth-child(1) { border-left:10px solid transparent; border-right:10px solid transparent; width:32; height:36px; vertical-align: middle}
    .table td:nth-child(2) { color:#393939; width:100%; height:36px; vertical-align: middle; overflow: hidden;}
    .table td:nth-child(3) { font-weight:bold; text-align:left; width:70px; height:36px; vertical-align: middle; padding-left: 10px; overflow:hidden;}
    .table td:nth-child(4) { color:#838383; width:160px; height:36px; vertical-align: middle; overflow:hidden;}
    .table td:nth-child(5) { width: 120px; height:36px; vertical-align: middle; float: left; border-right:10px solid transparent;}
    .table td:nth-child(6) { width: auto; height:36px; vertical-align: middle; float: left; border-right:10px solid transparent;}
    .table td:nth-child(7) { width: auto; height:36px; vertical-align: middle; float: left; border-right:10px solid transparent;}

    .table td.b{ background: url('../images/btn_main.png') no-repeat;
    }
    .cat-movies{ background: url('../icons/icon_cat_movies.png') no-repeat; height: 32; width: 32;
    }
    .cat-tvshows{ background: url('../icons/icon_cat_tv_shows.png') no-repeat; height: 32; width: 32;
    }
    .cat-music{ background: url('../icons/icon_cat_music.png') no-repeat; height: 32; width: 32;
    }
    .cat-games{ background: url('../icons/icon_cat_games.png') no-repeat; height: 32; width: 32;
    }
    .cat-software{ background: url('../icons/icon_cat_software.png') no-repeat; height: 32; width: 32;
    }
    .cat-adult{ background: url('../icons/icon_cat_adult.png') no-repeat; height: 32; width: 32;
    }
    .cat-other{ background: url('../icons/icon_cat_other.png') no-repeat; height: 32; width: 32;
    }
    .myd-play{ background: url('../icons/icon_play.png') no-repeat; background-position:0px 0px; height:32px; width:32px;
    }
    .myd-play:hover{ background-position:0px -32px;
    }
    .myd-play:active{ background-position:0px -64px;
    }
    .myd-pause{ background: url('../icons/icon_pause.png') no-repeat; background-position:0px 0px; height:32px; width:32px;
    }
    .myd-pause:hover{ background-position:0px -32px;
    }
    .myd-pause:active{ background-position:0px -64px;
    }
    .myd-ready{ background: url('../icons/icon_ready.png') no-repeat; background-position:0px 0px; height:32px; width:32px;
    }
    .myd-ready:hover{ background-position:0px -32px;
    }
    .myd-ready:active{ background-position:0px -64px;
    }
    .myd-ready-secure{ background: url('../icons/icon_ready_secure.png') no-repeat; height:32px; width:32px;
    }
    .myd-ready-unsecure{ background: url('../icons/icon_ready_unsecure.png') no-repeat; height:32px; width:32px;
    }

    .table .b {
    text-decoration: none;
    cursor:pointer;
    color:#393939;
    font-size:13px;
    border:none;
    padding:5px;
    background-image:url('../images/btn_main_up.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table :hover.b
    {
    color:#0e8733;
    transition:blend;
    background-image:url('../images/btn_main_over.png');
    }
    .table :active.b
    {
    color:#6d6d6d;
    transition:blend;
    background-image:url('../images/btn_main_active.png');
    }
    .table .b-selected
    {
    text-decoration: none;
    cursor:pointer;
    color:#999999;
    font-size:13px;
    border:none;
    padding:5px;
    background-image:url('../images/btn_main_selected.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table .b-open {
    text-decoration: none;
    cursor:pointer;
    color:#393939;
    font-size:13px;
    border:none;
    padding:3px 4px 5px 4px;
    background-image:url('../images/btn_main_up.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table :hover.b-open
    {
    color:#0e6ba6;
    transition:blend;
    background-image:url('../images/btn_main_over.png');
    }
    .table :active.b-open
    {
    color:#6d6d6d;
    transition:blend;
    background-image:url('../images/btn_main_active.png');
    }
    .table .b-download {
    text-decoration: none;
    cursor:pointer;
    color:#1c1c1c;
    font-size:13px;
    border:none;
    padding:0 4px 0 4px;
    background-image:url('../images/btn_main_up.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    overflow-y:hidden;
    height:26px;
    vertical-align:middle;
    }
    .table :hover.b-download
    {
    color:#0e8733;
    transition:blend;
    background-image:url('../images/btn_main_over.png');
    }
    .table :active.b-download
    {
    color:#6d6d6d;
    transition:blend;
    background-image:url('../images/btn_main_active.png');
    }
    .table .b-download-selected {
    text-decoration: none;
    cursor:pointer;
    color:#999999;
    font-size:13px;
    border:none;
    padding:0 4px 0 4px;
    background-image:url('../images/btn_main_selected.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    overflow-y:hidden;
    height:26px;
    vertical-align:middle;
    }
    .table .link{ text-decoration: none; cursor:pointer; font-size:12px; color:#393939;
    }
    .table :hover.link{ color:#0e6ba6
    }
    .table .deletebtn{ cursor:pointer; background: url('../images/btn_delete_up.png') no-repeat; height: 26; width: 31;
    }
    .table :hover.deletebtn{ background: url('../images/btn_delete_over.png') no-repeat;
    }
    .table :active.deletebtn{ background: url('../images/btn_delete_active.png') no-repeat;
    }
    .table .copyrightbtn{ cursor:pointer; background: url('../images/btn_copyright_up.png') no-repeat; height: 26; width: 31;
    }
    .table :hover.copyrightbtn{ background: url('../images/btn_copyright_over.png') no-repeat;
    }
    .table :active.copyrightbtn{ background: url('../images/btn_copyright_active.png') no-repeat;
    }
    .table div{ color:#838383;
    }

    /* text and links
    ================================================== */
    #no-results {color:#000000; font-size:14px;}
    #no-results a {color:#0e6ba6; font-size:14px; text-decoration:none; border-bottom:1px dotted #0e6ba6;}
    #no-results a:hover {color:#fe9212;font-size:14px;text-decoration: none; border-bottom: 1px dotted #fe9212;}
    #page-title {color:#000000;font-size:18px;padding: 10px;}
    #tg-main {color:#0e6ba6; text-decoration:none; border-bottom: 1px dotted #0e6ba6;margin:0px auto 5px auto;}
    #tg-main a {color:#0e6ba6;text-decoration: none; margin:0px auto 5px auto;}
    #tg-main a:hover {color:#fe9212;text-decoration: none; margin:0px auto 5px auto;}
    .progressbar-large {background: url('../images/back_progress_bar_large.png') no-repeat; height:9; width: 604; overflow:hidden;}
    .progressbar-large .complete {background: url('../images/progress_bar_color_large.png') repeat-x; height:9;}

    /* donate
    ================================================== */
    tr.donateline{ background: url('../images/back_donate.png') repeat-x; width:100%; height: 48px;
    }
    td.donateline{ color:#ffffff; font-size:12px; vertical-align:middle; padding-top:5px;
    }
    .btndonate{ text-decoration: none; cursor:pointer;
    }
    .btndonate td.bdonate{ background: url('../images/btn_main_donate.png') no-repeat;
    }
    .btndonate td.bdonate-l{ background-position:0px 0px; width:4px; height: 26px; float: left;
    }
    .btndonate td.bdonate-r{ background-position:-4px 0px; width:4px; height: 26px; float: left;
    }
    .btndonate td.bdonate-c{ background-position:0px -26px; background-repeat: repeat-x; float: left;
    font-size:13px; color:#393939; line-height:25px; padding:0 0 1px; font-style: normal;
    }
    .btndonate:hover td.bdonate-c{ background-position: 0px -78px; color:#0e6ba6;
    }
    .btndonate:hover td.bdonate-r{ background-position: -4px -52px;
    }
    .btndonate:hover td.bdonate-l{ background-position: 0px -52px;
    }
    .btndonate:active td.bdonate-c{ color:#6d6d6d; background-position: 0px -182px;
    }
    .btndonate:active td.bdonate-r{ background-position: -4px -156px;
    }
    .btndonate:active td.bdonate-l{ background-position: 0px -156px;
    }

    .btndonate td.donateicon{ background: url('../icons/icon_donate_up.png') no-repeat; width:23px; height: 26px;
    }
    .btndonate:hover td.donateicon{ background: url('../icons/icon_donate_over.png') no-repeat;
    }
    .btndonate:active td.donateicon{ background: url('../icons/icon_donate_active.png') no-repeat;
    }
    .donateclose{ background: url('../icons/icon_donate_close.png') no-repeat; width:12px; height:13px; margin-top:21px
    }
    .donateclose:hover{ background-position:0px -13px;
    }
    .donateclose:active{ background-position:0px -26px;
    }

    /* secure-unsecure
    ================================================== */
    .secure-popup{ background: url('../images/back_secure_popup.png') no-repeat; position:absolute; top:40%%; left:50%%; z-index:20; width:410px; height:230px; opacity :1.00;
    }
    .secure-popup .close{ background: url('../icons/icon_popup_close.png') no-repeat; background-position:0px 0px; width:24px; height:24px; position:absolute; top:9px; right:33px;
    }
    .secure-popup :hover.close{ background-position:0px -24px;
    }
    .secure-popup :active.close{ background-position:0px -48px;
    }
    .secure-popup .text{ font-size:24px; color:#393939; width:345px; height:100px; position:absolute; top:50px; left:35px;
    }
    .secure-popup .text a{ font-size:14px; color:#0e8733; text-decoration:none; background: url('../icons/arrow_showmore_up.png') no-repeat; background-position-top: 50%; padding-left:8px;
    }
    .secure-popup .text a:hover{ color:#1c1c1c; background: url('../icons/arrow_showmore_over.png') no-repeat;
    }
    .secure-popup .btn-down { width:345px; height:26px; position:absolute; top:182px; right:20px;
    }
    .switcher-on{ background: url('../icons/switcher.png') no-repeat; background-position:0px 0px; width:63px; height:20px;
    }
    .switcher-off{ background: url('../icons/switcher.png') no-repeat; background-position:0px -20px; width:63px; height:20px;
    }
    .switcher-waiting{ background: url('../icons/secure_waiting_switcher.gif') no-repeat; width:63px; height:20px;
    }
    .secure-activating a{ font-size:14px; color:#1c1c1c; text-decoration:none; background: url('../icons/arrow_showmore_up.png') no-repeat; background-position-top: 50%; padding-left:8px;
    }
    .secure-activating a:hover{ color:#0e8733; background: url('../icons/arrow_showmore_over.png') no-repeat;
    }
    .footer_terms_position{ position:absolute; left:8px; bottom:25px; font-size:12px;
    }
    .footer_terms_position span{ color:#939393; font-size:12px;
    }
    .footer_terms_position a{ color:#1c1c1c; text-decoration:underline; font-size:12px;
    }
    .footer_terms_position a:hover{ color:#0e8733; text-decoration:none;
    }

    .secure-popup-topline{ background: url('../images/back_secure_popup_pattern.png') repeat-x; position:absolute; top:62px; left:0px; z-index:20; width:100%; height:68px; opacity :1.00;
    }
    .secure-popup-topline .text{ font-size:18px; color:white; width:80%; height:100px; position:absolute; top:20px; left:10px;
    }
    .secure-popup-topline .text a{ font-size:18px; color:white; text-decoration:underline;
    }
    .secure-popup-topline .text a:hover{ text-decoration:none;
    }

    /* tariffs
    ================================================== */
    .tariff-wrapper{ background-image:url('../images/back_tariffs.png'); background-repeat:expand left right stretch-middle; background-position:15px 15px 15px 15px; overflow:hidden;
    }
    .tariff-inner{ width:100%; height:100%; margin:9px; overflow:hidden;
    }
    .tariff-inner .title{ font-size:24px; color:#0e8733; margin:16px 12px 14px 12px;
    }
    .tariff-inner .dotline{ background-image:url('../images/back_dotline.png') repeat-x; height:1px; width:100%%; margin-right:18px;
    }
    .tariff-inner .marker{ margin: 12px 0 0 12px;
    }
    .tariff-inner td.marker{ background: url('../images/back_tariffs_marker.png') no-repeat;
    }
    .tariff-inner td.marker-l{ background-position:0px 0px; width:5px; height: 26px; float: left;
    }
    .tariff-inner td.marker-r{ background-position:-5px 0px; width:19px; height: 26px; float: left;
    }
    .tariff-inner td.marker-c{ background-position:0px -26px; background-repeat:repeat-x; float:left; font-size:12px; color:#272727; line-height:25px; padding:0 0 1px; font-style: normal;
    }
    .tariff-inner .marker-text{ font-size:14px; color:#272727; line-height:25px; overflow:hidden; float:left; padding: 12px 0px 0 0px;
    }
    .tariff-stamps{ background: url('../images/tariffs_stamps.png') no-repeat; width:176px; height:95px; position:absolute; right:10px; bottom:0px;
    }
    .tariffs_user_choice{ background: url('../images/tariffs_user_choice.png') no-repeat; width:53px; height:66px; position:absolute; right:15px; top:127px;
    }
    .tariff_footer_link{ position:absolute; left:13px; bottom:65px; width:500px;
    }
    .tariff_footer_link a{ font-size:14px; color:#1c1c1c; text-decoration:none; background: url('../icons/arrow_showmore_up.png') no-repeat; background-position-top: 50%; padding-left:8px;
    }
    .tariff_footer_link a:hover{ color:#0e8733; background: url('../icons/arrow_showmore_over.png') no-repeat;
    }


    /* about secure/unsecure mod
    ================================================== */
    .secure-tooltip{ margin: 12px 0 0 12px;
    }
    td.secure-tooltip{ background: url('../images/back_secure_tooltip.png') no-repeat;
    }
    td.secure-tooltip-l{ background-position:0px 0px; width:14px; height:23px; float: left;
    }
    td.secure-tooltip-r{ background-position:-14px 0px; width:10px; height:23px; float: left;
    }
    td.secure-tooltip-c{ background-position:0px -23px; background-repeat:repeat-x; float:left; font-size:11px; color:#393939; line-height:22px; padding:0 0 1px; font-style: normal;
    }

    /* about secure
    ================================================== */
    .secure-text1{ font-size:12px; color:#393939; width:450px; margin:-28px 0 0 37px;
    }
    .scheme-secure{ width:100%; position:absolute; top:10px; left:0px; overflow:hidden;
    }
    .scheme-secure .left{ width:40px; font-size:11px; text-align:center; position:absolute; top:35px; overflow:hidden;
    }
    .scheme-secure .middle{ width:180px; font-size:11px; text-align:center; position:relative; top:20px; left:25%; z-index:1; margin-left:50px; overflow:hidden;
    }
    .scheme-secure .right{ width:63px; font-size:11px; text-align:center; position:relative; top:-167px; left:55%; z-index:1; margin:0 20px 0 245px; overflow:hidden;
    }
    .scheme-secure .leftblock{ background-image:url('../images/back_secure_scheme.png'); background-repeat:expand left right stretch-middle; background-position:8px 8px 8px 8px; height:120px; width:25%; position:absolute; top:0px; left:45px; z-index:0;
    }
    .scheme-secure .leftblock .arrowposition{ margin: 0px 10px; height:8px; position:relative; top:55px; z-index:1;
    }
    .scheme-secure .leftblock .textposition{ margin: 0px 10px; height:17px; width:100%; position:absolute; top:34px; z-index:1; font-size:11px; color:#393939; overflow:hidden;
    }
    .scheme-secure-down{ width:100%; position:absolute; top:0px; left:45px; height:50px; overflow:hidden; height:150px;
    }
    .scheme-secure-down .left{ width:25%; position:absolute; top:0px; left:0px; font-size:12; font-family:courier; color:#393939; position:absolute;
    }
    .scheme-secure-down .middle{ width:160px; position:absolute; left:25%; top:0px; padding-left:20px; font-size:12; font-family:courier; color:#393939;
    }
    .scheme-secure-down .right{ width:30%; position:absolute; left:25%; top:0px; padding-left:185px; font-size:12; font-family:courier; color:#393939;
    }

    .arrow{ background: url('../icons/icon_secure_arrows.png') no-repeat;
    }
    .arrowgreen-l{ background-position:0px 0px; width:9px; height:8px;
    }
    .arrowgreen-r{ background-position:-9px 0px; width:9px; height:8px;
    }
    .arrowgreen-c{ background-position:0px -8px; background-repeat:repeat-x; height:8px; width:100%%;
    }
    .arrowred-l{ background-position:0px -16px; width:9px; height:8px;
    }
    .arrowred-r{ background-position:-9px -16px; width:9px; height:8px;
    }
    .arrowred-c{ background-position:0px -24px; background-repeat:repeat-x; height:8px; width:100%%;
    }
    .arrowgrey-l{ background-position:0px -32px; width:9px; height:8px;
    }
    .arrowgrey-r{ background-position:-9px -32px; width:9px; height:8px;
    }
    .arrowgrey-c{ background-position:0px -40px; background-repeat:repeat-x; height:8px; width:100%%;
    }
    .scheme-secure .isp{ background: url('../icons/icon_secure_isp.png') no-repeat; height:35px; width:35px; position: absolute; bottom:-17px; right:30px; z-index:2;
    }
    .secureicon-download{ background: url('../icons/icon_secure_process.png') no-repeat; background-position:0px 0px; height:14px; width:14px; margin-top:3px;
    }
    .secureicon-search{ background: url('../icons/icon_secure_process.png') no-repeat; background-position:0px -14px; height:14px; width:14px; margin-top:2px;
    }
    .secureicon-share{ background: url('../icons/icon_secure_process.png') no-repeat; background-position:0px -28px; height:14px; width:14px; margin-top:3px;
    }
    .scheme-secure .rightblock{ background-image:url('../images/back_secure_scheme.png'); background-repeat:expand left right stretch-middle; background-position:8px 8px 8px 8px; height:120px; width:30%; position:relative; top:-85px; left:25%; z-index:0; margin-left:230px;
    }
    .scheme-secure .rightblock .arrowposition{ margin: 0px 10px; height:14px; position:relative; top:50px; z-index:1;
    }
    .scheme-secure .rightblock .textposition{ margin: 0px 10px; height:17px; width:100%; position:absolute; top:29px; z-index:1; font-size:11px; color:#393939; overflow:hidden;
    }

    /* about unsecure
    ================================================== */
    .scheme-unsecure{ width:100%; position:relative; top:0px; left:0px;
    }
    .scheme-unsecure .left{ width:40px; font-size:11px; text-align:center; position:absolute; top:35px;
    }
    .scheme-unsecure .leftblock{ background-image:url('../images/back_secure_scheme.png'); background-repeat:expand left right stretch-middle; background-position:8px 8px 8px 8px; height:120px; width:35%; position:relative; top:0px; left:45px; z-index:0;
    }
    .scheme-unsecure .leftblock .arrowposition{ margin: 0px 10px; height:14px; position:relative; top:50px; z-index:1;
    }
    .scheme-unsecure .leftblock .textposition{ margin: 0px 10px; height:17px; width:100%; position:absolute; top:29px; z-index:1; font-size:11px; color:#393939; overflow:hidden;
    }
    .scheme-unsecure .right{ width:63px; font-size:11px; text-align:center; position:relative; top:-82px; left:35%; z-index:1; margin-left:55px;
    }
    .scheme-unsecure .isp{ background: url('../icons/icon_secure_isp.png') no-repeat; height:35px; width:35px; position: absolute; bottom:-17px; right:30px; z-index:2;
    }

    /*---------------Tooltip-----------------*/
    _service > popup[role=tooltip]{
    width:max-intrinsic; background-color:#0e8733;
    color:white; border: none;
    font: 12px Roboto;
    padding: 5px;
    font-weight:normal;
    opacity :0.80;
    border-radius: 5px;
    }


    /* mydownloads table
    ================================================== */
    .table_myd
    {
    overflow-y: scroll;
    width:100%%;
    height:100%%;
    behavior:grid;
    background-color:white;
    }
    .table_myd tr { context-menu:selector(menu#row-menu); }
    .table_myd tr:nth-child(odd) { background: url('../images/back_file_1.png') repeat-x;} /* each odd row */
    .table_myd tr:nth-child(even) { background-color: white; } /* each even row */
    .table_myd td { padding:2px; font-size:12px;
    }
    .table_myd td:nth-child(1) { border-left:10px solid transparent; border-right:10px solid transparent; width:32; height:36px; vertical-align: middle}
    .table_myd td:nth-child(2) { color:#1c1c1c; width:100%; height:36px; vertical-align: middle; overflow: hidden;}
    .table_myd td:nth-child(3) { font-weight:bold; text-align:left; width: 80px; height:36px; vertical-align: middle; padding-left: 10px;}
    .table_myd td:nth-child(4) { color:#838383; width:180px; vertical-align:middle;}
    .table_myd td:nth-child(5) { width: auto; height:36px; vertical-align: middle; float: left; border-right:10px solid transparent;}
    .table_myd td:nth-child(6) { width: auto; height:36px; vertical-align: middle; float: left; border-right:10px solid transparent;}
    .table_myd td:nth-child(7) { width: auto; height:36px; vertical-align: middle; float: left; border-right:10px solid transparent;}

    .table_myd td.b{ background: url('../images/btn_main.png') no-repeat;
    }

    .table_myd .b {
    text-decoration: none;
    cursor:pointer;
    color:#1c1c1c;
    font-size:13px;
    border:none;
    padding:5px;
    background-image:url('../images/btn_main_up.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table_myd :hover.b
    {
    color:#0e8733;
    transition:blend;
    background-image:url('../images/btn_main_over.png');
    }
    .table_myd :active.b
    {
    color:#6d6d6d;
    transition:blend;
    background-image:url('../images/btn_main_active.png');
    }
    .table_myd .b-selected
    {
    text-decoration: none;
    cursor:pointer;
    color:#999999;
    font-size:13px;
    border:none;
    padding:5px;
    background-image:url('../images/btn_main_selected.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table_myd .b-open {
    text-decoration: none;
    cursor:pointer;
    color:#393939;
    font-size:13px;
    border:none;
    padding:3px 4px 5px 4px;
    background-image:url('../images/btn_main_up.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table_myd :hover.b-open
    {
    color:#0e6ba6;
    transition:blend;
    background-image:url('../images/btn_main_over.png');
    }
    .table_myd :active.b-open
    {
    color:#6d6d6d;
    transition:blend;
    background-image:url('../images/btn_main_active.png');
    }
    .table_myd .b-download {
    text-decoration: none;
    cursor:pointer;
    color:#1c1c1c;
    font-size:13px;
    border:none;
    padding:2px 4px 6px 4px;
    background-image:url('../images/btn_main_up.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table_myd :hover.b-download
    {
    color:#0e8733;
    transition:blend;
    background-image:url('../images/btn_main_over.png');
    }
    .table_myd :active.b-download
    {
    color:#6d6d6d;
    transition:blend;
    background-image:url('../images/btn_main_active.png');
    }
    .table_myd .b-download-selected {
    text-decoration: none;
    cursor:pointer;
    color:#999999;
    font-size:13px;
    border:none;
    padding:2px 4px 6px 4px;
    background-image:url('../images/btn_main_selected.png');
    background-repeat:expand left right stretch-middle;
    background-position:4px 4px 4px 4px;
    }
    .table_myd .link{ text-decoration: none; cursor:pointer; font-size:12px; color:#393939;
    }
    .table_myd :hover.link{ color:#0e6ba6
    }
    .table_myd .deletebtn{ cursor:pointer; background: url('../images/btn_delete_up.png') no-repeat; height: 26; width: 31;
    }
    .table_myd :hover.deletebtn{ background: url('../images/btn_delete_over.png') no-repeat;
    }
    .table_myd :active.deletebtn{ background: url('../images/btn_delete_active.png') no-repeat;
    }
    .table_myd .securebtn{ cursor:pointer; background:url('../images/btn_secure_up.png') no-repeat; height:26; width:31; position:absolute; top:7px; left:148px;
    }
    .table_myd :hover.securebtn{ background: url('../images/btn_secure_over.png') no-repeat;
    }
    .table_myd :active.securebtn{ background: url('../images/btn_secure_active.png') no-repeat;
    }
    .table_myd .unsecurebtn{ cursor:pointer; background:url('../images/btn_unsecure_up.png') no-repeat; height:26; width:31; position:absolute; top:7px; left:148px;
    }
    .table_myd :hover.unsecurebtn{ background: url('../images/btn_unsecure_over.png') no-repeat;
    }
    .table_myd :active.unsecurebtn{ background: url('../images/btn_unsecure_active.png') no-repeat;
    }
    .table_myd .secure-unsecurebtn_waiting{ cursor:pointer; background:url('../images/btn_unsecure_active.png') no-repeat; height:26; width:31; position:absolute; top:7px; left:148px;
    }
    .table_myd .secure-unsecurebtn_waiting_anim{ background:url('../icons/secure_waiting_btn.gif') no-repeat; height:20; width:20; position:absolute; top:3px; left:5px;
    }
    .table_myd .copyrightbtn{ cursor:pointer; background: url('../images/btn_copyright_up.png') no-repeat; height: 26; width: 31;
    }
    .table_myd :hover.copyrightbtn{ background: url('../images/btn_copyright_over.png') no-repeat;
    }
    .table_myd :active.copyrightbtn{ background: url('../images/btn_copyright_active.png') no-repeat;
    }
    .table_myd .progressbar{ background: url('../images/back_progress_bar.png') no-repeat; height:40px; width:104px; position:absolute; left:0px; top:11px;
    }
    .table_myd .progressbar_text{ color:#393939; width:25px; position:relative; left:111px; top:-15px;
    }
    .table_myd .progressline{ background: url('../images/progress_bar_color.png') repeat-x; height: 14; vertical-align:middle;
    }
    .table_myd div{ color:#838383;
    }


Ähnliche Themen

  1. Windows Server 2008 R2 Files verschwinden nach kopieren
    Von Ta1lor im Forum Server-Administration
    Antworten: 0
    Letzter Beitrag: 01.11.2012, 22:36
  2. Antworten: 0
    Letzter Beitrag: 14.10.2012, 20:07
  3. Win7 [S] DLL-Files.com FIXER Crack/Serial
    Von Koloid im Forum Windows
    Antworten: 2
    Letzter Beitrag: 29.06.2012, 21:47
  4. .PSD PSD Files.
    Von Shane im Forum Ressourcen
    Antworten: 0
    Letzter Beitrag: 17.05.2012, 12:21
  5. Ressourcen von Rabbit (PSD, Files, Stile etc.)
    Von Rabbit im Forum Ressourcen
    Antworten: 3
    Letzter Beitrag: 26.04.2012, 08:10
Diese Seite nutzt Cookies, um das Nutzererlebnis zu verbessern. Klicken Sie hier, um das Cookie-Tracking zu deaktivieren.