/* For some reasons the first rule is ignored */
#mainLeftCol > div.border {
    background: red;
}

#mainLeftCol > div.border {
    background: royalblue;
}