.mainPresentationSection {
    display: block;
    margin-top: 20px;
    border: 1px solid #868686;
    padding: 10px;
}

.mainPresentationTable {
    display: block;
    width: 100%;
}

.infoTd {
    width: 50%;
    vertical-align: top;
}

.serviceTitle {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.youAreTitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ff8a00;
    margin: 10px 0 10px 0;
}

.stepSection {
    display: block;
    margin: 20px 0 20px 20px;
}

.mainText {
    display: block;
    font-size: 14px;
    color: #000000;
}

.noComissionText {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

#postBaLink, #postSoLink, #optForGoldMeberLink {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    background-color: #0c9700;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 170px;
    margin: 0 auto;
    border: 1px solid #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

#postBaLink:hover, #postSoLink:hover {
    cursor: pointer;
    background-color: #ff8a00;
}

#optForGoldMeberLink {
    background-color: #ff8a00 !important;
}

#optForGoldMeberLink:hover {
    cursor: pointer;
    background-color: #0c9700 !important;
}

#soWithConfidentialOption_lbl {
    display: block;
    margin: 10px 0 10px 0px;
}

#soVideo {
    display: block;
    width: 95%;
    height: 250px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.latesOfferTitle {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0 10px 0;
}

#soMain, #soMain_ba {
    width: 390px !important;
}

#date_lbl{
    display: block !important;
    margin: 7px 0 7px 0;
}

#soMainTable_ba{
    padding: 5px 0 5px 0;
}

#country_lbl{
    display: block;
    margin-top: 10px; 
}

#SeeMoreBuyersAlerts, #SeeMoreSalesOffers{
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    background-color: #6c9fff;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#SeeMoreBuyersAlerts:hover, #SeeMoreSalesOffers:hover {
    cursor: pointer;
    background-color: #0058ff;
}

.soExample{
    width: 100%;
    display: block;
}

#transportExLink, #fruitVegExLink{
    display: block;
    padding: 7px;
    text-decoration: none;
    text-align: center;
    background-color: #6c9fff;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;

    margin: 0 auto;
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#transportExLink:hover, #fruitVegExLink:hover {
    cursor: pointer;
    background-color: #0058ff;
}


#transportExLink{
    float: left;  
    width: 150px;
}

#fruitVegExLink{ 
    float: right;
    width: 190px;
}


