/* Classes for whole listings panel*/

#leftpanel 
{
padding:20px;
}


/* 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: #f5f5f5;
border: 1px solid #f5f5f5;
min-height: 120px;
-moz-border-radius: 10px
}

.firstlocaleitem:hover {
background-color: #f5f5f5;
border: 1px solid #ff903f;
}

.firstlocaleitem a:link{
font-size:15px;
}


.firstlocaleitem table
{
text-align:center;
font-size: 0.9em;
width:100%;
vertical-align:top;
}

.firstlocaleitem td
{
vertical-align:top;
}


.firstlocaleitem img{
 margin: 0 10px 0px 0px;
 border:1px solid #ff903f;
}

#clickicon
{
border:none;
padding-left: 12px;
}


#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.) */
}
