#soMain_ba {
    width: 810px;
    min-height: 60px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

#soMainTable_ba {
    width: 100%;
    height: 60px;
    border-spacing: 0;
    border: 1px solid #cc0000;
    background-color: #ffd8a9;
}

#soMainTable_ba1, #soMainTable_ba2 {
    width: 100%;
    height: 60px;
    border-spacing: 0;
    background-color: #ffd8a9;
}

.image_ba_td, .image_ba_td1, .image_ba_td2 {
    width: 140px;
    vertical-align: middle;
    text-align: center;
}

.baInfo_td, .baInfo_td1, .baInfo_td2 {
    vertical-align: middle;
}

.image_block {
    width: 150px;
    min-height: 60px;
    height: auto;
    background-color: transparent;
    margin: 0 auto;
    margin: 5px 0 5px 5px;
}

.image_block1, .image_block2 {
    width: 150px;
    min-height: 60px;
    height: auto;
    background-color: transparent;
    margin: 0 auto;
    margin: 5px 0 5px 5px;
}

#image_img_ba, #image_img_ba1, #image_img_ba2 {
    min-height: 60px;
    width: 150px;
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: auto;
}

#country_lbl, #date_lbl, #buyer_lbl, #product_lbl, #country_lbl1, #date_lbl1, #buyer_lbl1, #product_lbl1, #country_lbl2, #date_lbl2, #buyer_lbl2, #product_lbl2 {
    margin-left: 20px;
    font-size: 14px;
}

#country_lbl {
    font-size: 16px !important;
    font-weight: bold;
    color: #ff7e00;
}

#country_lbl1, #country_lbl2 {
    font-size: 16px !important;
    font-weight: bold;
    color: #ff7e00;
    display: block;
    margin-top: 10px;
}

#buyer_lbl, #product_lbl, #buyer_lbl1, #buyer_lbl2 {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#date_lbl1, #date_lbl2 {
    display: block;
    margin: 5px 0 5px 0;
    margin-left: 20px;
}

#soInfoMain {
    width: 70%;
    background-color: #f9e1ff;
    border: 1px solid #cc0000;
}

#soInfoImage {
    width: 30%;
    background-color: #ffffff;
    border: 1px solid #000000;
}

#action_link {
    height: 14px;
    background-color: #e1e1e1;
    border: 1px solid #000000;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
    width: 110px;
    text-decoration: none;
    text-align: center;
    padding: 6px 0px 6px 0px;
}

#action_link:hover {
    background-color: #e4edfe !important;
    outline: none !important;
}

.soTitle {
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 5px;
    font-weight: bold;
    color: #000000;
}

.periodTitle {
    display: block;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

.fruitVegProdDescr {
    display: block;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.itemTitle {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
    width: 110px;
}

.itemValue {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
    font-weight: bold;
}

#priceFruitVeg_lbl, #priceTransport_lbl {
    margin-bottom: 5px;
}

#soMainTable {
    background-color: #f9e1ff;
}

#soMainTable_ba:hover {
    background-color: #ffb459!important;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#soMainTable_ba1:hover, #soMainTable_ba2:hover {
    background-color: #ffb459!important;
    cursor: pointer;
}

.soMainTable_ba_td1, .soMainTable_ba_td2 {
    width: 50%;
    background-color: #ffd8a9;
    border: 1px solid #cc0000;
}

.soMainTable_ba_td1:hover, .soMainTable_ba_td2:hover {
    background-color: #ffb459!important;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.soMainTable_ba_td1:hover #soMainTable_ba1, .soMainTable_ba_td2:hover #soMainTable_ba2 {
    background-color: #ffb459!important;
    cursor: pointer;
}

.soMainTable_ba_td1:hover #country_lbl1, .soMainTable_ba_td2:hover #country_lbl2 {
    color: #ffffff;
}

#soMainTable_ba:hover #country_lbl, #soMainTable_ba1:hover #country_lbl1, #soMainTable_ba2:hover #country_lbl2 {
    color: #ffffff;
}