/* @override http://scottycameronputtershop.com/wp-content/plugins/wordbay/WordBay.css */

/* 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: 8px 8px 9px;
margin: 4px 4px 4px 4px;
background-color: #e6e6e6;
height: 180px;
}

.firstlocaleitem table
{
	font-size: 13px;
	line-height: 20px;
}

#leftpanel a {
	font: normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #178300;
}




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