/* CSS Document */

@import url('../sub_menu.css');
@import url('../PageNumberList.css');


.agentImageBorder
{
	border: 1px solid #000000;
}

.pageListHolder
{
	display: block;
	width: 660px;
	float: left;
	
}

.pageListInner
{
	display: block;
	width: 470px;
	float: right;
	padding-bottom: 30px;
}

.pageNumberList
{
	display: block;
	width: 260px;
	padding-bottom: 10px;
	padding-top: 10px;
	

}

.pagePrev
{
	display: block;
	width: 20px;
	float: left;
}



.back {
	display: block;
	width: 760px;
	float: right;
	font-weight: bold;
	padding-top: 15px;
}

.back a {
	color: #666666;
}

.back a:hover {
	color: #999999;
}

.pdf {
	display: block;
	width: 650px;
	text-align: right;
	padding-bottom: 5px;
}

.previewHolder {
	display: block;
	width: 750px;
	float: left;
	padding-top: 20px;

}

.templateHolder {
	
	display: block;
	width: 650px;
	float: right;

}

.agent {
	display: block;
	width: 650px;
	float: left;
	
}

.info {
	display: block;
	width: 300px;
	float: left;
	padding-bottom: 5px;
	
}

.info div.left {
	display: block;
	width: 100px;
	float: left;
	
}

.info div.right {
	display: block;
	float: left;
	width: 200px;
}


.agentTitle {
	font-size: 16px;
	font-weight: bold;
}

.agentProperty {
	display: block;
	width: 350px;
	float: right;
	text-align: right;
}

.logos {
	display: block;
	width: 350px;
	float: right;
	text-align: right;
	height: 70px;
}

.logos span {
	padding-left: 20px;
}


.propertyHolder {
	display: block;
	width: 650px;
	float: left;
	clear: left;
	
}

.propHolder
{
	display: block;
	width: 210px;
	float: left;
	height: 250px;
}

.imageHolder
{
	display: block;
	width: 210px;
	float: left;
	text-align: center;
}

.infoHolder
{
	display: block;
	width: 210px;
	float: left;
}

.infoPrice
{
	display: block;
	width: 210px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.infoUrl
{
	display: block;
	width: 210px;
	float: left;
	text-align: center;
	color: #0099FF;
}




