

/* 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 4px 4px 4px;

margin: 4px 4px 4px 4px;

//background-color: #FFFFFF;

height: 180px;
border: 1px solid gray;

}



.firstlocaleitem table

{

font-size: 0.9em;

}



#clickicon



{

border:none;

padding-left: 12px;

}