
/* Classes for whole listings panel*/

#leftpanel 
{

}


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

.firstlocaleitem
{

padding: 4px 1px 4px 2px;
margin: 4px 1px 4px 2px;
background-color: #ffffff;
height: 250px;
border: #999999 1px solid;
}

.firstlocaleitem table
{
font-size: 0.9em;
}

#clickicon

{
border:none;
padding-left: 12px;
}
