﻿/************************** Businesses list ******************************/
.BusinessesDate
{
    background-color: #e1e6f9;
    padding: 2px 2px 2px 0px;
    margin-bottom: 5px;
}

.BusinessLogoDiv
{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.BusinessLogo
{
    border: solid 1px #808080;
}

.BusinessLogoDetails
{
    /*border: solid 1px #808080;*/
}

.BusinessTitle
{
    margin-bottom: 2px;
}

.dlstCategoryBusinesses
{
}

.BusinessReadMore
{
    padding: 0px 0px 6px 0px;
}

.BusinessCategoryTitle
{
    border: solid 1px #dbe2e8;
    background-color: #00578d;
    padding: 2px 2px 2px 2px;
    margin-bottom: 5px;
    font-weight: bold;
    color: White;
}

.divBusinessCategoriesHome
{
    height: 180px;
    width: 283px;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: normal;
}
            
* html .ieHack
{
    width: 275px;
}

.divBusinessCategoriesHomeEn
{
    height: 180px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: normal;
}
            
* html .ieHack
{
    width: 275px;
}


/********************* Business details ****************************/
.BusinessDetailsTitleTd
{
    height: 20px;
    background-color: #e1e6f9;
    font-weight: bold;
    border: solid 1px #dbe2e8;
}

.BusinessDetailsDescriptionTd
{
    padding-top: 10px;
}

.ProfileTbl
{
    margin-top: 20px;
}

.ProfileTd
{
    padding-top: 10px;
}

.ProductsTbl
{
    margin-top: 20px;
}

.ProductsTd
{
    padding-top: 10px;
}

.ProductTbl
{
    width: 98%;
    margin-bottom: 15px;
}

.ProductPhotoThumb
{
    border: solid 1px #808080;
    width: 100px;
    height: 100px;
    cursor: hand;
    cursor: pointer;
}

.ProductPhoto
{
    border: solid 1px #808080;
}

.ProductPhotoDiv
{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.divProductTitle
{
    font-weight: bold;
}

.divShortDescription
{
    margin-top: 5px;
}

.TdFullDescription
{
    padding: 10px 3px 0px 0px;
}
