﻿#BusinessCard
{
    width: 270px;
    direction: rtl;
    font-family: Tahoma;
}

#BusinessCard #RightSection
{
    float: right;
    width: 170px;
}

#BusinessCard #Title
{
    font-weight: bold;
}

#BusinessCard #Title a
{
    text-decoration: none;
}

#BusinessCard #LeftSection
{
    float: left;
}

#BusinessCard #LeftSection img
{
    width: 100px;
}

#BusinessCard span
{
    font-weight: bold;
    padding-left: 10px;
    color: black;
}

#BusinessCard #Address, #BusinessCard #Phone
{
    margin-top: 5px;
}

#BusinessCard > #Address
{
    color: Gray;
}

.gmap-div
{
    margin-top: -35px !important;
}
