#store-table {
    width: 940px;
    padding:0;
    display: table;
  }

#store-row  {
    display: table-row;
  }

#store-left {
    width:245px;
    padding:0;
    display: table-cell;
  }

#store-right {
    width:695px;
    display: table-cell;
  }