#assistwrapper {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
}

#assistnote {
    position: absolute;
    top: 40px;
    left: 730px;
    width: 194px;
    height: 30px;
    background: url('http://widgets.tsg.travel/cgsa/img/note.png') no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

#cgsawidget {
    height: 84px;
    overflow: hidden;
    width: 56px;
    z-index: 2;
    position: relative;
    background: #edebeb;
}

.widgetisclosed {
    width: 56px;
    height: 84px;
    float: left;
    background: url('http://widgets.tsg.travel/cgsa/img/cityassist_sprite.png') no-repeat -56px 0;
    cursor: pointer;
}

.widgetisopen {
    width: 56px;
    height: 84px;
    float: left;
    background: url('http://widgets.tsg.travel/cgsa/img/cityassist_sprite.png') no-repeat 0 0;
    cursor: pointer;
}

#cgsabody {
    float: right;
}

#cgsabodywrap {
    padding: 7px 5px 6px 5px;
}

#cgsabuttons {
    float: right;
}

.cgsabutton {
    width: 180px;
    height: 71px;
    display: inline;
    margin-right: 5px;
    overflow: hidden;
    float: left;
}

#cgsacallback {
    background: url('http://widgets.tsg.travel/cgsa/img/sprite.png') 0 0 no-repeat;
}

#cgsacallback:hover {
    background-position: -180px 0;
}

#cgsabrief {
    background: url('http://widgets.tsg.travel/cgsa/img/sprite.png') no-repeat;
    background-position: -360px 0;
}

#cgsabrief:hover {
    background-position: -540px 0;
}

#cgsacallback {
    margin-right: 0;
}

#iecontent a {
    margin-right: 20px;
}

