﻿#header {
    background-color: #4a2c25;
    background-position: left;
    background-repeat: no-repeat;
    direction: ltr;
    height: 110px;
    position: relative;
    width: 100%;
}

.Logo {
    background-image: url(../../Lib/Images/Header/logo-en.jpg);
    float: left;
    height: 110px;
    width: 368px;
}

#SearchBox {
    float: right;
    height: 24px;
    padding-top: 50px;
    right: 10%;
}

#TDSearch {
    background: url('../../Lib/Images/Others/TDSearch_en.jpg');
    background-repeat: no-repeat;
    empty-cells: show;
    height: 30px;
    width: 180px;
}

#continue {
    background-image: url('../../Lib/Images/Body/Continue_en.jpg');
    float: right;
    height: 21px;
    width: 46px;
}

@media all and (min-width: 450px) {
    #header { background-position: left; }
}