﻿.listeritemwrapper {
	border-bottom:1px dotted #ccc;
	padding:0px 0pt 10px 0;
	margin:10px 0px 10px 10px;
}

.listeritemimage {
	float:left;
	border:1px solid #ccc;
	margin-right:0px;
	height:80px;
	width:120px;
	background-image:url('../images/listeritemimage-bg.jpg');
}

.listeritemimage img{
	height:80px;
	width:120px;	
}

.listeritemdetail {
	margin-right:180px;
	margin-left:130px;
	border:0px solid #ccc;
	padding:0 10px 0 0;
}

.listeritemdetail ul 
{
	margin:0;
	padding:0;	
}
.listeritemdetail ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;	
}
.listeritemdetail a {
	text-decoration:none;
	font-weight:normal;
	color:#222;
}

.listeritemdetail a:hover {
	text-decoration:underline;
	color:#333;
	font-weight:normal;
}

.listeritemdetail h4 {
	margin:0;
	padding:0;
	color:#C1C1C1;
	font-size:120%;
}

.listeritemdetail p {
	margin:5px 0 0 0;
	padding:0;
	color:#666;
}
.listeritemdetail div.maplink a 
{
	margin:0 0;
	padding:0 0;
	color:#2E6077;
	font-size:85%;
	font-weight:bold;
}


.listeritemicons {
	float:right;
	width:160px;
	height:auto;
	border:0px solid #ccc;
	background-image:none;
	background-repeat:no-repeat;
	background-color:#EDF7EE;
}

.listeritemicons ul{
	margin:0;
	padding:5px 0 5px 10px;
	background-image:none;
	background-position:bottom;
	background-repeat:no-repeat;
	display:block;
	float:none;
}

.listeritemicons ul li {
	list-style-type:none;
	margin:2px 10px 2px 0px;
	padding:4px 0 2px 30px;
	background-repeat:no-repeat;
	height:22px;
	display:block;
	float:none;
	width:100px;
	
}

.listeritemicons ul li a {
	color:#403248;
}

.listeritemicons ul li a:hover {
	color:#594487;
}


.mapimage {
	width:100%;
	height:400px;
	margin:10px 0;
	border:1px solid #ccc;
	margin-bottom:10px;
}

.mapresults .listeritemwrapper
{
	background-color:#F2EFE9;
	margin-top:-10px;
	padding:5px;
	margin-left:0;
	margin-right:0;
	border:1px solid #ccc;
	border-top:1px solid #fff;
	width:650px;
}


