﻿/* these are for business directory */
div#businessSearch
{
    width:500px;
    text-align:left;
    margin:0px auto;
}

div#keywordSearchForm
{
    padding:10px;
    background:#880000;
    color:White;
    font-weight:bold;
    margin-left:5px;
}


div#categoryListing
{
    padding:0px 5px;
    width:99%;
}

div#categoryListing td
{
    border-right:solid 1px #880000;
    padding-left:5px;
}

div#categoryListing table
{
    border-left:solid 1px #880000;
    margin-left:1px;
        border-bottom:solid 1px #880000;
}
   
div#categoryListing a
{
    text-decoration:underline;    
}

div#alphaChoices
{
    margin:5px auto 5px auto;
    padding: 5px 0 5px 0;
    width:520px;
    border-bottom:solid 1px #880000;
    border-top:solid 1px #880000;
}


div#alphaChoices a
{
    padding-right:5px;
    font-size:16px;
}

div#alphaChoices span
{
    font-weight:bold;
    font-size:16px;
    padding-right:5px;
}

/***********************************************/
/* displaying business listing in search results */
.categoryHeader
{
    font-size:1.2em;
    font-weight:bold;
    padding:5px 5px 5px 4px;
    border-top:solid 1px #880000;
    border-bottom:solid 1px #880000;
    background:#efefef;
    color:#000000;
    margin-top:10px;
}

div#criteriaListDiv
{
    width:96%;
}

div#searchResults
{
    margin: 5px 0px 10px 15px;
    width:550px;
}

.businessSearchListing
{
    padding:5px;
    line-height:1.35em;
}

.businessName
{
    font-weight:bold;
    vertical-align:top;
    margin:0;
}

.businessName a
{
    text-decoration:underline;
}

.businessAddress
{
    margin:2px 0px 0px 0px;
}

.businessPhone
{
    float:right;
    font-weight:bold;
    margin:2px 0px 0px 0px;
}

.businessShortDesc
{
    margin:3px 0px 5px 0px;
    font-style:italic;
    text-align:justify;
    padding:5px 10px 5px 3px;
    border-top:dashed 1px black;
    border-bottom:dashed 1px black;
}


/***********************************************/
/* styles for the business details information */

/* container for an individual business image */
div.businessPhotoDiv
{
    width:160px;
    text-align:center;
    margin:3px 0px;
    padding:1px;
    background:#efefef;
    border:solid 1px silver;
}

/* div containing edit link for business listing */
div#businessEditLink
{
    text-align:right;
}

/* div containing the business name */
div#businessName
{}

/* right hand pane of photos for a business */
div#businessPhotoList
{
    width:175px;
    float:right;
    padding-left:10px;
    margin-left:5px;
}

/* container div for all business details */
div#businessDetails
{
    width:415px;
    margin-bottom:20px;
    padding-left:5px;
}

div#businessDetails div
{
    margin-bottom:5px;
    line-height:1.25em;
}

/* div containing the phone and fax info */
div#businessPhone
{
    width:160px;
    float:right;
}

/* div containing the address info */
div#businessAddress
{}

/* div containing the website address and email if present */
div#businessWebsite
{}

/* div containing hours of operation info */
div#businessHours
{}

/* div showing the long/short description */
div#businessDesc
{
    text-align:justify;
    border-top:dashed 1px silver;
    border-bottom:dashed 1px silver;
    margin-top:10px;
    padding:7px;
    background:#efefef;
}