
/* Classes for whole listings panel*/

#leftpanel 
{
font-family: arial;

}
 #leftpanel a{color:#009fe3; font-weight:bold;}

/* Classes for individual items - could put rounded corners in or something. You'll want to change these colours for sure */

.firstlocaleitem
{
border: #009fe3 dashed 1px;
padding: 4px 4px 4px 8px;
margin: 4px 4px 4px 4px;
background-color: #ffffff;
height:220px;
}

.firstlocaleitem table
{
font-size: 0.9em;
height:150px;
}
.firstlocaleitem img
{

margin: 4px 15px 4px 4px;
}


#clickicon

{
border:none;

}

#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.) */
}

