#content h2 a
        {
                text-decoration: none;
                color: #FC7E03;
                background-color: transparent;
        }

#content h3
        {
                text-align: left;
                font-size: 90%;
                font-weight: bold;
        }
        
.categories
        {
                text-align: right;
        }

.categories a
        {
                /* margin-left: .em; */
                margin-right: .25em;
                text-decoration: underline;
        }

#catlist
        {
                margin-top: 2em;
                margin-left: 2em;
        }

#catentries
        {
                margin-top: 1.2em;
                margin-left: 2em;
        }

#searchresults
        {
                margin-top: 1.2em;
                margin-left: 2em;
                font-size: 85%;
        }

#listingDetail
        {
                margin-top: 2em;
                margin-left: 2em;
        }

.listingTitle
        {
                font-weight: bold;
        }

.listingAddress
        {
                font-size: 90%;
        }

.listingDescription
        {
                font-size: 120%;
                /* padding-left: 2em; */
        }

/* .indent
        {
                margin-left: 2em;
        }
*/

.listingCats
        {
                font-size: 90%;
                margin-top: 2em;
                margin-bottom: 2em;
        }

.questions
        {
                font-size: 90%;
                margin-top: 2em;
        }
/*
form    {
                margin-top: 1em;
                margin-left: 2em;
        }
*/
form label
        {
                font-size: 100%;
                font-weight: bold;
        }
/*
form input
        {
                margin-bottom: .5em;
        }

form textarea
        {
                margin-bottom: .5em;
        }

form select
        {
                margin-bottom: .5em;
        }
*/
.star
        {
                font-size: 120%;
                color: #FF0000;
        }

#moreCats
        {
                text-align: center;
                cursor: pointer;
                background-color: #EEEEEE;
                color: #000000;
                border-bottom: 1px solid #000000;
                border-right: 1px solid #000000;
                border-top: 1px solid #FFFFFF;
                border-left: 1px solid #FFFFFF;
        }

.showhide 
        {
                display:none;
                border:2px solid #D7F5D7;
                margin: .5em;
                padding: .5em;
                background-color: #D7F5D7;
        }

.searchbox
	{
		font-size: 80%;
		text-align: right;
		margin-right: .5em;
	}

