
/* listings
   --------- */

.countylist table
{
	padding:7px;
}

.countylist table td
{
	padding-left: 0px;	
	background:inherit;
 	border-bottom:1px solid #D2D2D2;
 	border-right:10px solid white;
 	text-align:left;
 	width:50%;
	font-weight:700;

	font: Arial, Tahoma, sans-serif;       
	font-size:0.9em;
	line-height:normal;
	margin-top:2px;
	margin-bottom:5px;
	padding:5px;

}


.countylist table a
{
  text-decoration: none;
  padding: .25em;
  color: #5A88C8; 
}

.countylist table a:visted
{
  color: #5A88C8; 
}


.indexlist table
{
	padding:7px;
}

.indexlist table td
{
	padding-left: 0px;	
	background:inherit;
 	border-bottom:1px solid #D2D2D2;
 	border-right:10px solid white;
 	text-align:left;
	font-weight:700;
 	width:50%;

	font: Arial, Tahoma, sans-serif;       
	font-size:0.9em;
	line-height:normal;
	margin-top:2px;
	margin-bottom:5px;
	padding:5px;

}


.indexlist table a
{
  text-decoration: none;
  padding: .25em;
  color: #5A88C8; 
}

.indexlist table a:visted
{
  color: #5A88C8; 
}

.shoplist table a
{
  text-decoration: none;
  padding: .25em;
  color: #5A88C8; 
}

.shoplist table a:visted
{
  color: #5A88C8; 
}


table a:hover, a:active { text-decoration:underline;}



/* left side
   --------- */


.left h2 {
	background: none;
	color: #737373;
	padding: 5px 0 5px 2px;
	font: 1.1em  Tahoma, Arial, Sans-Serif;
	margin: 0 0 6px 0s;

}



.left_box h1 {
	background: none;
	color: #737373;
	padding: 5px 0 5px 2px;
	font: 1.3em  Tahoma, Arial, Sans-Serif;
	border-bottom:#737373 black solid;
	margin: 0 0 6px 0s;

}

.left_box p {
	font: 0.9em  Tahoma, Arial, Sans-Serif;

}

.left_box .ne
{
	float: right;
	font: 0.75em  Tahoma, Arial, Sans-Serif;
	border:2px #949494 dashed;
	
	padding:3px;
	width:200px;
	background-color:#FFF9BB;
	margin:5px;
	margin-top:7em;
}


.left_box table {
/* 	clear:both; */
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
}


.shoplist table td
{
	font: 0.8em  Tahoma, Arial, Sans-Serif;
	margin:0.5em;
	padding:0.8em;
	border:1px #AAAAAA solid;
}
		

		


