#hand_pic_what {
    background: url(../images/hand_what_boost.png) left no-repeat;
}

#hand_pic_how {
    background: url(../images/hand_how_boost.png) left no-repeat;
}

#hand_pic_who {
    background: url(../images/hand_who_boost.png) left no-repeat;
}

#hand_pic_wich {
    background: url(../images/hand_which_boost.png) left no-repeat;
}


#dload_tit {
    position: absolute;
    display: block;
    background: url(../images/techboosttit.png) top no-repeat, url(../images/techboostbg.jpg) left no-repeat;
    left: 30px;
    top: 186px;
    width: 244px;
    height: 488px;
    border: 0px solid green;
}

#dload {
    position: absolute;
    display: block;
    background: url(../images/techboost_dload_tile.png) left repeat-x;
    left: 84px;
    top: 552px;
    width: 190px;
    height: 106px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.dload1 {
    text-align: right;
    font: bold 100% sans-serif;
    font-family: calibri;
    line-height: 0.5;
    color: #ffcc2f;
    background: none;
    font-size: 15pt;
    letter-spacing: 2px;
}

.dload2 {
    text-align: right;
    font: bold 100% sans-serif;
    font-family: calibri;
    line-height: 0.5;
    color: #ffcc2f;
    background: none;
    font-size: 21pt;
}

.dload_arr2 { /* use this for full-square link without effects */
    position: absolute;
    display: block;
    width: 57px;
    height: 57px;
    left: 133px;
    top: 49px;
    background: url(../images/boost_dload_arr.png);
}

/* use this when we restore nice effects
a.dload_arr2 { 
    position: absolute;
    display: block;
    width: 57px;
    height: 57px;
    left: 133px;
    top: 49px;
    background: url(../images/boost_dload_arr.png);
}

    a.dload_arr2:hover {
        background-position: 0 -57px;
    }
 */

.dload_title { /*picture with text "BOOST download" */
    position: relative;
    display: block;
    background: url(../images/techboost_dload_tit.png) no-repeat;
    height: 68px;
    width: 244px;
}

a.dload_block { /* block for 1 item download info*/
    position: absolute;
    display: block;
    right: 190px;
    height: 123px; /* defines location of the bottom background image */
    width: 600px; /* ~300 + extra 300: needed spare width, for handheld devices */
    /*border: 1px solid orange;*/
    text-align:right;
    line-height: 0.5;
    background: url(../images/dl_boost.png)right no-repeat;
    font: bold 18pt Calibri;
    color: #fff; 

    transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

a.dload_block:hover { /* block for 1 item download info*/
    position: absolute;
    display: block;
    right: 190px;
    height: 123px; /* defines location of the bottom background image */
    width: 600px; /* ~300 + extra 300: needed spare width, for handheld devices */
    /*border: 1px solid orange;*/
    text-align:right;
    line-height: 0.5;
    background: url(../images/dl_boost_hover.png)right no-repeat;
    color: #ff7d00; 
    transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

.dload_text {
    position: absolute;
    display: block;
    top: 22px;
    right: 130px;
    font: bold 18pt Calibri;
    /*border: 2px solid blue;*/
}

#boostNoteWin8 {
    position: absolute;
    top: 180px;
    right: 180px;
    height: 42px;
    padding: 20px 10px 5px 25px;
    font: 13px Calibri;
    color: #fff;
    background: #c3400c;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

    #boostNoteWin8:hover {
        color: #000;
        background: #ff9030;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -webkit-transition: 0.8s;
    }


.dload_pic_skyrim {
    background: right bottom no-repeat url(../images/free_dld.png);
    top: 32px;
}

    .dload_pic_skyrim:hover {
        background: right bottom no-repeat url(../images/free_dld_hov_bst.png);
        top: 32px;
    }

.dload_pic_fc3 {
    background: right bottom no-repeat url(../images/free_trl.png);
    top: 172px;
}

    .dload_pic_fc3:hover {
        background: right bottom no-repeat url(../images/free_trl_bst.png);
        top: 172px;
    }

#dload_buy_fc3 {
    position: absolute;
    top: 245px;
    right: 190px;
    padding: 5px 15px;
    font: bold 14px Calibri;
    color: #fff;
    background: #f03200;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

    #dload_buy_fc3:hover {
        color: #000;
        background: #ff7d00;
	transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

/*---------------------------------------------------BANNER LINK*/
a.boost_link01 {
    position: relative;
    display: block;
    background: url(../images/link_butt_boost2.png)no-repeat #959c9e;
    background-position: right center;
    left: 0px;
    top: 0px;
    width: 244px;
    height: 244px;
    border: 0px solid green;
    padding: 20px;
    font: 17pt/1.2 Calibri ;
    color: #fff;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    margin-bottom: 30px;
}
    a.boost_link01:hover {
        font: 17pt/1.2 Calibri;
        color: #000;
        background: url(../images/link_butt_boost_hover.png)no-repeat #ff9000;
        background-position: right center;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -webkit-transition: 0.8s;
    }

#redbg {
    background: #ff9000;
}
/*
#link01{
position: absolute;
display: block;
background: url(../images/link_butts.png);
right: 0px;
top: 75px;
width: 80px;
height: 80px;
border: 0px ;
}
a.link01:hover {
background-position: 0 -80px;
}*/
/*---------------------------------------------------/BANNER LINK*/
