#Content {
	width: 100%;
	height: 500px;
}

.Address {
	color: #ff0000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	width: 100%;
	float: left;
	text-decoration: underline;
}

/* @group LeftHalf */

#LeftHalf span {
	float: left;
	text-align: left;
	width: 48%;
}

#LeftHalf {
	width: 360px;
	float: left;
	padding: 5px;
	margin: 5px 0 5px 5px;
}

#LeftHalf img {
	/*width: 100%;
	height: 260px;
	border: thin solid #1e4fff;*/
}

.Price {
	color: #1e4fff;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 10px;
	float: left;
	width: 100%;
	background: no-repeat url(../graphics/roundedleftcorner.jpg) #eeeeee;
	border-right: thin solid #cccccc;
	border-left: thin solid #ffffff;
	line-height: 28px;
}

.Status {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
	width: 100%;
	line-height: 28px;
	background: #eeeeee;
	border-right: thin solid #cccccc;
	border-left: thin solid #cccccc;
}

.Agent {
	color: #000000;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	background: #eeeeee no-repeat right bottom url(../graphics/roundedbottomrightcorner.jpg);
	border-left: thin solid #cccccc;
	border-right: thin solid #ffffff;
}

#CopyContact {
	clear: left;
	line-height: 11px;
	color: #ff0000;
	margin-top: 10px;
	float: left;
	font-size: 10px;
	width: 300px;
}

.full {
	width: 100%;
	height: 260px;
	border: thin solid #1e4fff;
}

.thumbnail {
	width: 48px;
	margin: 3px 0 3px 3px;
	border: thin solid #ffffff;
}

.thumbnail:hover {
	cursor: pointer;
	border: thin solid #cccccc;
}
	
/* @end */

/* @group RightHalf */

#RightHalf {
	width: 360px;
	float: left;
	padding: 5px;
	margin: 5px;
}

#RightHalf p {
	text-indent: 25px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}

#RightHalf h3 {
	color: #1e4fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

#RightHalf span {
	width: 47%;
	font-size: 12px;
	float: left;
}
	
/* @end */
