#LayerMultitabs {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#LayerMultitabs .topBar {
    height: 23px;
}


#LayerMultitabs DIV.resultItem {
    background-image: url("/img/multiBox_topBar_bgButtons.jpg");
}

#LayerMultitabs_menu  DIV.sel {
    background-position: 0 0;
    font-weight: bold;
}

#LayerMultitabs_menu  DIV {
    background-position: 0 23px;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 13px;
    margin: 1px 1px 0 5px;
    padding-top: 10px;
    text-align: center;
    width: 52px;
}

#LayerMultitabs .framecontainer {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #09436B;
    border-style: solid;
    border-width: 1px 1px 8px;
    clear: both;
	margin:0 0 0 5px;
}

#LayerMultitabs .contents {
    overflow: hidden;
}

#LayerMultitabs IFRAME {
    border: 0 solid black;
    height: 250px;
    width: 647px;
}