div.searcherBox {
	position: relative;
	width:651px;
	padding-left:21px;
	padding-right:21px;
	padding-top:14px;
	padding-bottom:14px;
	height:105px;
	background-image:url("images/mapBoxBackground.jpg");
	background-repeat: repeat-x;
	border:1px solid #e8e8e8;
	float:left;
	color:#555555;
}

div.searcherBox div.left {
	width:450px;
	height:105px;
	float:left;
	padding:0px;
	margin:0px;
}

div.searcherBox div.left h1{
    font-size: 11px;
    font-weight: bold;
    color: #555555;
    margin: 0px;
    padding:  0px;
    font-weight: bold;
    letter-spacing: normal;
    display: inline;
}

div.searcherBox div.right {
	width:201px;
	height:105px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:right;
}


div.listingBox {
	position:relative;
	width:659px;
	padding-left:17px;
	padding-right:17px;
	height:133px;
	border:1px solid #e8e8e8;
}
div.gradient {
	background-repeat: repeat-x;
	background-image: url("images/listingBoxBackground.jpg");
}
div.listingBoxOrange {
	position:relative;
	width:659px;
	padding-left:17px;
	padding-right:17px;
	height:133px;
	border:1px solid #f4850f;
	background-color: #f4850f;
	color:#fff;
	cursor: pointer;
}z
	div.listingBox div.colCenter b.multi {
		color:#f4850f;
	}

	div.listingBox div.colLeft, div.listingBoxOrange div.colLeft {
		height:133px;
		width:237px;
		float:left;
		border-right:1px solid #e8e8e8;
	}
	div.listingBox div.colCenter, div.listingBoxOrange div.colCenter {
		height:133px;
		width:211px;
		padding-left:45px;
		float:left;
		border-right:1px solid #e8e8e8;
	}		
	div.listingBox div.colRight, div.listingBoxOrange div.colRight {
		padding-left:21px;
		padding-top:13px;
		height:120px;
		width:139px;
		float:left;
	}
	div.listingBoxOrange div.colLeft {
		border-right:1px solid #fff;
	}
	div.listingBoxOrange div.colCenter {
		border-right:1px solid #fff;
	}				

div.pagination {
	position:relative;
	text-align: center;
}
div.spacer {
	width:100%;
	clear: both;
	position: relative;
}

div.pagination table td {
	width:12px;
	height:20px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;	
	color: #f4850f;	
}

div.pagination a {
	color:#555555;
	font-size: 14px;
}
div.pagination a:hover {
	text-decoration: none;
	color:#555555;
	font-weight: bold;
}


div.goTop {
	position:absolute;
	top:0px;
	right:0px;
	width:114px;
	height:13px;
	padding-top:7px;
	float:right;
}

div.goTop div.ico {
	width:13px;
	height:13px;
	float:left;
}
div.goTop div.link {
	text-align:right;
	width:95px;
	height:13px;
	float:left;
	padding-right:6px;
}
div.goTop div.link a {
	color:#555555;
}
div.goTop div.link a:hover {
	text-decoration: underline;
	font-weight: normal;
}

div.colLeft h2{
    display: inline;
    font-size: 11px;
    font-weight: bold;
    color: #555555;

}

div.h1change {
    line-height: 16px;
}

.nameh2 {
    color: #555555;
}
