.two-third {
    margin: 0px auto;
    width: 100%;
}

#searchmodule {
    background:none;
    padding: 2px 0px 0px 0px;
    border-radius: 0;
    border: 0 none;
    position: relative;
    margin-bottom: 0px;
}

#searchmodule .tab-control {
    padding: 11px 0px 0px 0px;
    border-radius: 0;
    border: 0 none;
    background: none;
    overflow: hidden;
    margin: 0 0 0 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0px !important;
    border-bottom-width: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #cdd5da !important;
    background: #eeeeee url(../images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x !important;
    font-weight: bold;
    color: #cc0000;
    outline: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0.5em 0em 1em 0em !important;
    display: block;
    border-width: 0;
    background: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #eeeeee;
    background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: normal !important;
    color: #cc0000;
    outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default { font-family: 'Roboto Slab'; font-size: 18px;
    border: 1px solid #d8dcdf;
    background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
    font-weight: normal !important;
    color: #004276;
    outline: none;
}

@media (max-width: 1200px) {

.left {
    float: none !important;
    width: 100% !important;
}
.right {
    float: none !important;
    width: 100% !important;
}

}