body {
	background-color: #ffffff;
	padding: 1px;
	margin: 1px;
	font-size: 14px;
}
#hd {
	height: 75px;
}
#hd a img {
	width: 120px;
	height: 69px;
}
.hide {
	display: none;
}

#dynamic_c, 
#delete_c, 
#error_c,
#wait_c, 
#help_c,
#images_c,
#loc_c,
#el_c,
#es_c,
#yui-history-iframe, 
#containerToolbar, 
#wrap_footer, 
#tabs,
#tabs div ul,
#tabs #homeTotal,
#logo,
#logo_text,
#breadcrumbBar,
#pageImageZoom,
#loc_c a.container-close {
	display: none;
}

#pageContainer,
#reDetails .toolsBox {
	display: none;
}

#help_c #help div.hd,
#dynamic_c #dynamic div.hd,
#loc_c #loc div.hd {
	display: none;
}

#help_c #help div.ft,
#dynamic_c #dynamic div.ft,
#loc_c #loc div.ft {
	display: none;
}

#help_mask,
#dynamic_mask,
#loc_mask {
	visibility: hidden;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.printHide {
	display: none;
}
#help_c.printShow,
#dynamic_c.printShow,
#loc_c.printShow {
	vertical-align: top;
	display: block;
}

#titleContainer {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#inputContainer,
#printMap {
	display: none;
}
#mapContainer {
	display: block;
	width: 70%;
	height: 300px;
}
#mapContainer.full {
	display: block;
	width: 100%;
	height: 360px;
}
#dirContainer {
	margin-top: 10px;
	display: block;
	width: 90%;
}


/* Lissting Details Print */

#listingImages, #infoTopBox {
	float: left;
	margin-left: 10px;
}
#reDetails .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}
#reDetails .price {
	font-size: 14px;
	line-height: 20px;
}
#reDetails .remarks {
	display: none;
}
#bottomInfoBox {
	clear: both;
}
#detailsLeftBox, #detailsMiddleBox {
	width: 300px;
	float: left;
	margin-right: 5px;
}
#detailsLeftBox .title, 
#detailsMiddleBox .title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
#detailsLeftBox .content, 
#detailsMiddleBox .content {
	width: 300px;
	vertical-align: top;
	font-size: 12px;
	margin-bottom: 5px;
}
#detailsLeftBox .content .left, 
#detailsMiddleBox .content .left {
	width: 120px;
	font-weight: bold;
	float: left;
}
#detailsLeftBox .content .right, 
#detailsMiddleBox .content .right {
	width: 180px;
	float: left;
}
#detailsMiddleBox .info {
	font-size: 12px;
	margin-bottom: 5px;
}
