@media only screen and (max-width: 1280px) and (min-width: 1000px) {
    #left #lsearch form input { width: 124px !important;}
    #bottom1 .innerblock { padding-left: 240px;}
    #bottom2 .innerblock { margin-left: 240px;}
}

@media only screen and (max-width: 999px) {
    body { width: 100%;}
    #middle .innerblock { width: 100%;}
    #rcontent { width: 100%;}
    #rcontent.important { width: calc( 100% - 34px );}
    #left.important  { display: table-cell;}
    #left #lsearch form input { width: 124px !important;  }
    #bottom1 .innerblock { padding-left: 5px; }
    #bottom2 .innerblock { margin-left: 5px;  }

}

