#ouragent{
	width: 980px;
	overflow: auto;
	margin: 0 auto;
	background-color: white;
}
#ouragent #agentprofile{
	width: 721px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
#ouragent #widget{
	width: 239px;
	float: left;
}
#ouragent #agentprofile .namePic{
	width: 210px;
	overflow: auto;
	float: left;
	padding-right: 10px;
}
#ouragent #agentprofile .namePic .name{
	width: 190px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFCC00;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	border-radius:				5px;
}
#ouragent #agentprofile .namePic .pic{
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
#ouragent #agentprofile .detail{
	float: left;
	overflow: auto;
	border: 1px solid black;
	width: 499px;
	min-height: 221px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #E7E8E8;
}
#ouragent #agentprofile .detail .logo{
	text-align: right;
	padding-bottom: 10px;
}
#ouragent #agentprofile .detail .eachRow{
	float: left;
	padding-bottom: 5px;
	width: 100%;
}
#ouragent #agentprofile .detail .eachRow .field{
	width: 150px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
#ouragent #agentprofile .detail .eachRow .value{
	width: 319px;
	float: left;
	font-size: 15px;
}

#ouragent #agentprofile .listing{
	float: left;
	overflow: auto;
	width: 100%;
}
#ouragent #agentprofile .listing .sale, #ouragent #agentprofile .listing .rent{
	width: 100%;
	padding-bottom: 30px;
}
#ouragent #agentprofile .listing .header{
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	width: 699px;
	background-color: #E7E8E8;
	border: 1px solid black;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	border-radius:				5px;
}
#ouragent #agentprofile .listing .eachProp{
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid black;
}
#ouragent #agentprofile .listing .eachProp .pic{
	float: left;
	width: 80px;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid black;
}
#ouragent #agentprofile .listing .eachProp .info{
	float: left;
	width: 630px;
}
#ouragent #agentprofile .listing .eachProp .top, #ouragent #agentprofile .listing .eachProp .bottom{
	width: 100%;
	height: 30px;
}
#ouragent #agentprofile .listing .eachProp .top{
	background-color: #E7E8E8;
}
#ouragent #agentprofile .listing .eachProp .info .colOne{
	width: 331px;
	height: 100%;
	vertical-align: middle;
	padding: 0px 5px;
}
#ouragent #agentprofile .listing .eachProp .info .top td{
	font-weight: bold;
	font-size: 13px;
}
#ouragent #agentprofile .listing .eachProp .info .colTwo{
	width: 200px;
	text-align: right;
}
#ouragent #agentprofile .listing .eachProp .info .colTwo .ico, #ouragent #agentprofile .listing .eachProp .info .colTwo .num{
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: right;
}
#ouragent #agentprofile .listing .eachProp .info .colTwo .num{
	padding: 0px 5px 0px 3px;
}
#ouragent #agentprofile .listing .eachProp .info .colThree{
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding: 0px 5px;
}