#promoftr {
    position: relative;
    clear: both;
    width: 100%;
    /*     background: #ececec url(../img/promoftr/bg.png) 0 100% repeat-x;
    */
}

#promoftr.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 80000000;
}

#promoftr-fixed {
    margin:  0 auto;
    margin-bottom: 3px;
    width: 806px !important; /* fixed width per web! */
    height: 97px;
    padding: 0 0 0 190px;
    background: url(../img/2014/promoftr/logo.png) 20px 14px no-repeat;
    text-align: left;
    overflow: hidden;
    position: relative;

    /* gradient background */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(187,186,186,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,186,186,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(187,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(187,186,186,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(187,186,186,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(187,186,186,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbaba',GradientType=0 ); /* IE6-9 */

    /* add box shadow */
    -webkit-box-shadow: 0 -5px 30px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:    0 -5px 30px 5px rgba(0,0,0,0.2);
    box-shadow:         0 -5px 30px 5px rgba(0,0,0,0.2);
}

/*#promoftr-fixed table {
    float: left;
    height: 97px;
    margin: 0 0px 0 0;
    min-width: 200px;
}

#promoftr-fixed table td {
    vertical-align: middle !important;
    text-align: center;
}

#promoftr-fixed table img {
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 150px;
}*/

#promoftr-fixed img.abs_logo {
    position: absolute;
    left: 10px;
    top: 13px;
}

#promoftr-fixed #promoftr-images {
    padding: 18px 0;
    height: 60px;
}

#promoftr-images a {
    margin-right:10px;
    margin-left:10px;
}

#promoftr-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background: url(../img/2014/promoftr/close.png) no-repeat;
    background-position: 2px 2px;
    text-indent: -9999px;
}

#promoftr-close:hover {
    background-position: 2px -20px;
}

#promoftr-placeholder {
    clear: both;
    height: 97px;
    display: none; /* hidden as default */
}