html, body
{
	margin: 0px;
}

body, table, tr, td, input, textarea, select, div, span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


body
{
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: White;
	text-align: center;
}



h1, h2, h3, h4
{
    font-weight: bold;    
}

h1
{

	margin-top: 3px;
	margin-bottom: 7px;
	font-size: 18px;
}

h2
{
	margin: 2px;
	font-size: 16px;
}

h3
{
    font-size: 14px;
    margin: 2px;
}


h4
{
    font-size: 12px;
    margin: 2px;
}

h1 a
{
	text-decoration: none;
	color: inherit;
}


p
{
    margin-top: 5px;
    margin-bottom: 3px;  
}

a
{
	color: Black;
}

fieldset
{
    margin-bottom: 20px;
    border: solid 1px #e3e3e3;
}

legend
{
    font-weight: bold;
    color: Black;
}


.clear
{clear: both;}



#page
{
    margin: auto;
    width: 800px;
    text-align: left;
}

.hand{
	cursor: pointer;
}

.pageTop
{
    margin-bottom: 20px;
}

#contLeft
{
    float: left;
    width: 170px;
    margin-top: 20px; /*logo margin*/
}

#contMiddle
{
    float: left;
    width: 400px;
}

.contRight
{
    float: right;
    width: 200px;
}



#boxTop, #boxBot
{
    width: 400px;
    clear: both;
}

    #boxTop, #boxTop div, #boxBot, #boxBot div
    {
        height: 6px;
        background-repeat: no-repeat;    
    }

    #topLeft, #topRight, #botLeft, #botRight
    {width: 6px;}
    
    #topMiddle, #botMiddle
    {
        float: left;
        width: 388px; /*#boxTopWidth - #topLeftWidth - #topRightWidth*/
    }

    #topMiddle, #botMiddle, #boxContent
    {background-color: #c3d4f0;}
    
        #topLeft
        {float: left;background-image: url(tl.gif);}
        #topRight
        {float: right;background-color: #c3d4f0;}
        #botLeft
        {float: left;background-image: url(bl.gif);}
        #botRight
        {float: right;background-image: url(br.gif);}


#boxContent
{
    height: 156px;
    padding: 10px;
}

#boxContent h2
{
    margin: 0px;
    font-size:14px;
    font-weight:bold;    
}

#boxContent .searchBox
{width: 97%;}

#boxContent .searchBtn
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#searchWho
{margin-bottom: 10px;}

#searchWhere
{margin-bottom: 10px;}



#topMiddle
{height: 3px;}


#pageContent
{margin-top: 20px;}


#Results
{
    width: 760px;
    margin: auto;
}


    .PersonResults
    {
        width: 370px;
        float: left;
    }

    .CompanyResults
    {
        width: 370px;
        float: right;
    }
    
    .PersonResults a{text-decoration: none;}
    .CompanyResults a{text-decoration: none;}
    

    .PersonsHeader, .PersonsFoot{background-color: #d4e8c1;}
    .CompanysHeader, .CompanysFoot{background-color: #f1e9c3;}
    .CompanysHeader, .PersonsHeader
    {
        font-weight: bold;
        min-height: 25px;
        /*height: 25px;*/
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
		margin-bottom: 1px;
    }
	
	.CompanysHeader h2, .PersonsHeader h2
    {
		margin: 0px;
		padding: 0px;
	}
    
    #PersonsCount, #CompanysCount
    {
        float: right;
    }


    .CompanyItem, .CompanyItemAlt, .CompanyItemOver, .PersonItem, .PersonItemAlt, .PersonItemOver
    {
        min-height: 110px;
        /*height: 120px;*/
        vertical-align: top;
        padding: 5px 10px 3px 10px;
        margin-bottom: 2px;
    }


    .PhoneNumbers
    {
        margin-top: 4px;
    }

    .PersonItem{background-color: #edfae1;}
    .PersonItemAlt{background-color: #f2fbea;}
    .PersonItemOver{background-color: #fffd67;}
    .CompanyItem{background-color: #faf8e6;}
    .CompanyItemAlt{background-color: #fcfbed;}
    .CompanyItemOver{background-color: #fffd67;}
    
    .PersonsFoot, .CompanysFoot
    {
        height: 3px;
    }


.number, .url, .email
{
    margin-bottom: 2px;
}






#Pager
{
    width: 720px;
    margin-top: 10px;
}

.OnPage
{color: Red;}
.ToPage
{}
.PreviousPage
{float: left;}
.Pages
{float: left; margin-left: 20px; margin-right: 20px;}
.NextPage
{float: right;}
.FirstPage
{float: left;}
.LastPage
{float: right;}


.OnPage, .ToPage
{margin-left: 2px; margin-right: 2px;}


#Categories
{margin-bottom: 20px;}

#Citys
{margin-bottom: 20px;}

#Categories .ColumnStartTag, #Citys .ColumnStartTag
{float:left; padding-right: 20px; width: 170px;}

#Categories .Header, #Citys .Header
{border-bottom: solid 1px #c3d4f0; margin: 0px; padding-top: 25px; font-weight: bold; font-size: 14px;}


.CompanyLogo
{
    /*border: solid 4px #f1e9c3;*/
    background-color: #f1e9c3;
    padding: 4px;
    margin-bottom: 15px;
}


.rightAlign
{text-align: right;}



.infoBox
{
    display: none;
    margin: 3px 0px 3px 0px;
}

.errorBox
{
    color: #b60101;
    border: solid 1px #cc9933;
    background-color: #fdfaac;
    margin: 3px 0px 15px 0px;
    padding: 5px;
}

.helpBox
{
    display: none;
    border: solid 1px #2f70af;
    background-color: #95cfda;
    color: White;
    margin: 3px 0px 3px 0px;
    padding: 5px;
}

.helpBox table td
{
    color: White;
}


#infoBox
{
    text-align: center;
    color: #8c8c8c;
    margin: 20px;
}

#infoBox a
{
    color: inherit;
}

#infoBox img
{
    border: none;
}




.SmalGreyText
{
    color: #666666;
    font-size: 11px;
    font-weight: normal;
}



.poll{
    width: 170px;
    text-align: left;
    float: right;
}
.poll h3{
}
.pollBar{
    background-color: #c3d4f0;
    height: 10px;
}
.pollBarBg{
    background-color: #EFEFEF;
    margin-top: 5px; 
    margin-bottom: 15px;    
}


#menu
{}



.req
{
    color: Red;
    font-weight: bold;
}

/*spacers*/

/*horizontal*/
.sph
{
    background-image: url(dotW.gif);
    background-repeat:repeat-x;
    height: 1px;  
}

.sphb
{
    background-image: url(dotB.gif);
    background-repeat:repeat-x;
    height: 1px;  
}

/*vertical*/
.spv
{
    background-image: url(dotW.gif);
    background-repeat:repeat-y;
    width: 1px;
}

.spvb
{
    background-image: url(dotB.gif);
    background-repeat:repeat-y;
    width: 1px;
}
/*spacers*/


.prefix
{
    color: #b3d4ea;
    padding-left: 5px;
}


/*************
msgBox
*/

.msgError
{
    background-color: #fdfaac;
    border-style: solid;
    border-width: 1px;
    border-color: #cc9933;
    color: Black;
    padding: 10px;
    width: 300px;
}


.msgOk
{
    background-color: #effce8;
    border-style: solid;
    border-width: 1px;
    border-color: #73d969;
    color: Black;
    margin: 10px;
    width: 300px;
}

p.warning {
    border: 1px solid red;
    background: #fcc;
    padding: 5px;
}

p.note {
    border: 1px solid #f90;
    background: #fc9;
    padding: 5px;
}


/*
msgBox//s
***********/




.menuSub{
	display: none;
}

#menuProducts, .menuSub
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menuSub{
    margin-left: 20px;
}

#menuProducts li{
    margin-bottom: 4px;
}

#menuProducts a, #divMenuNavigation{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #2f2f2f;
}

#divMenuNavigation{
    margin-bottom: 10px;
}

.productPrice, .productPriceSale, .productPriceOld{
    font-weight: bold;
}
.productPriceSale{
    color: Red;
}


.productListItem{
}
.productListItemAlt{
    background-color: #ffffed;
}




.divPages{
	background-color: #f1e9d3;
	padding: 5px;
	margin-bottom: 1px;
}


.divPages ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.divPages ul li{
    display: inline;
    list-style-type: none;
}

.divPages a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-right: 10px;
}