#locality-menu {
	/*position: absolute;*/
	float: left;
	width: 180px;
	margin-top: 2.5em;
	/*border-top: 1px solid #176f94;*/
	font-family: arial;
	font-size: 13px;
}
#locality-menu ul {
	margin: 0px 10px;
	padding: 5px 0px;
	/*border-bottom: 1px dotted silver;*/
}
#locality-menu li {
	margin-left: 20px;
}
#locality-menu li.selected a {
	font-weight: bold;
}
#locality-menu li.select {
	list-style: none;

}
#locality-menu li.select a {
	font-size: 90%;
	text-decoration: underline;
	color: silver;
}
#locality-menu li.select a:hover {
	color: green;
	text-decoration: none;
}

#locality-content {
	margin-left: 190px;
}

.locality {
	padding: 20px;
	border-bottom: 1px dotted #aaa;
}

.locality .feed {
	/*display: block;*/
	float: right;
}

.count {
	color: silver;
	font-size: 80%;
}

.category .feed {
	margin: 4px 15px;
	float: right;
	line-height: 25px;
	background-position: left center;
}

.category .feed a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.items { /* width: 760px;*/
	margin: 0 auto;
	width: 100%;
}

.items tr.even {
	background-color: #f3fafc;
}

.items tr.odd {

}

.items tr:hover {
	background-color: #ffa;
}

.items td {
	padding: 12px 15px;
	border-bottom: 1px dotted #999;
}

.items .thumb {
	width: 150px;
}
.items .thumb a {
	display: block;
	width: 140px;
	height: 100px;
	border: 1px solid #ddd;
	background-color: white;
	text-align: center;
	padding: 2px;
}
.items .thumb a img {
	width: 140px;
	height: 100px;
}
.items .description {
	font-size: 90%;
}
.items .description .summary {
	margin-top: 1em;
	font-family: Arial;
}
.items .description .right {
	float: right;
	text-align: right;
}
.items .description .created {
	display: block;
	color: #77766F;
	margin-right: 10px;
	font-size: 85%;
}
.items .description .price {
	font-family: Arial;
	display: block;
	color: green;
	font-size: 120%;
	font-weight: bold;
	margin-right: 10px;
}
.items h2 {
	margin: 0px;
	padding: 0px;
	font-size: 135%;
	font-weight: bold;
	font-family: Arial;
}
.items .description small {
	color: gray;
}

.pagination_desc {
	margin-left: 15px;
	margin-top: 10px;
	font-style: italic;
	color: #828f95;
}

.pagination_desc strong {
	color: #176f94;
}

.pagination {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	color: #176f94;
	font-size: 110%;
	font-weight: bold;
}

.pagination a {
	margin: 0 1px;
	text-decoration: none;
	color: #828f95;
	font-size: 75%;
	vertical-align: 1px;
	font-weight: normal;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination img {
	vertical-align: -2px;
}
