.PrintArea
{
	font: 12px Arial, Helvetica, sans-serif;
	width: 717px;
	margin: auto;
}

table#GridViewResult, table#GridViewResult tr, table#GridViewResult td
{
	border: none;
	margin: 0;
	padding: 0;
}

table.listingdetail
{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-size: 11px;
}

table.listingdetail, table.listingdetail tr, table.listingdetail th, table.listingdetail td
{
	border: 1px solid #ccc;
}

table.listingdetail th
{
	background-color: #eee;
}

.picdiv
{
	float: left;
	width: 400px;
}

.picdiv img
{
	width: 400px;
	border: none;
}

.description
{
	float: right;
	width: 300px;
}

h2.address
{
	display: block;
	width: 280px;
	background-color: #3e474e;
	font-size: 14px;
	color: #fff;
	padding: 5px 9px;
	border: 1px solid #3e474e;
}

.label
{
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}

.note
{
	font-size: 10px;
}

