/* Classes for whole listings panel*/

#leftpanel 
{
font-family: arial, sans serif;
}


/* Classes for individual items - could put rounded corners in or something. You'll want to change these colours for sure */

.firstlocaleitem
{

padding: 8px 8px 8px 8px;
margin: 4px 4px 4px 4px;
background-color: #fce5bf;
height: 160px;
font-size: 1.5em;
border: 2px solid #fcc25e;

}

.firstlocaleitem img
{
padding: 6px 8px 0px 0px;
}

.firstlocaleitem table
{
font-family: georgia, serif;
font-size: 0.9em;
}

#clickicon

{
border:none;
padding: 12px;
float: right;
}

#WBsearchbox
{
/* Format your search box using this CSS ID (this is the enclosing DIV of the search box, I have not added classes to the actual elements like input field etc. It's considered not a good idea to apply CSS to search forms.) */
}
