.thumbsShortlist {
border:0px;
height: 85px;
width: 120px; 
border-width:0px;
}

/* ***************** Shortlist Body					********************** */
/* ***************** these are the styles for each shortlist entry ******* */

/*	wrappers */ 
.shortlistBody 
{
	position:relative;
	width: 100%; 
	margin-top: 10px; 
}

.shortlistBodyWrappper 
{
	position:relative;
	top: 0px;
	width: 580px; height: 95px; display:block;
	margin-top:5px;
}

/* elements */ 
.thumbnail /* thunmbnail properties */
{
	position: absolute; top: 0px; width: 140px; height: 95px; overflow: hidden;
}

.thumbCorner
{
	position: absolute; left: 2px; top: 2px; z-index:4;
}

.dynamicImage
{
	position: absolute; left: 6px; top: 6px; z-index:2; height: 85px; overflow: hidden; border: 1px solid black;
}

/* *** start top row **** */
.toprow /* top row properties */
{
	position: absolute; 
	left: 140px; 
	top: 0px; 
	width: 440px; 
	height: 25px; 
	text-align: center;
	border-bottom: 1px solid #9C9C9C;			
	border-top: 1px solid #9C9C9C; 
	border-left: 1px solid #9C9C9C; 
	border-right: 1px solid #9C9C9C;
	background-color: #EBEBEB;
	
}
.toprow p{
	font-weight: bold;
}

.im
{
	vertical-align:middle;
	border-width: 0px;
	 
}



.area
{
	position: absolute; 
	left: 5px; 
	top: 4px;  
	overflow: hidden; 
	width:375px; 
	height: 19px;
	font-weight: bold;
	text-align: left; 
}

/* more info button */
.moreInfo		
{
	position: absolute; 
	right: 25px; 
	top: 2px; 
	cursor: pointer;
}


 /* ****************** */

.addprop		
{
	position: absolute; 
	right: 3px; 
	top: 2px; 
	cursor: pointer;
}

	
/* *** end top row **** */

.shortdescription /* short description */
{
	position: absolute; 
	left: 140px; 
	top: 20px; 
	width: 440px; 
	height: 55px;
	border-left: 1px solid #9C9C9C; 
	border-right: 1px solid #9C9C9C;
}
				
.description
{
	position: absolute; 
	top: 7px; 
	left: 5px; 
	right:2px; 
	width: 430px; 
	text-align: justify;
}

.propType
{
	position: absolute; 
	right: 4px; 
	top: 40px; 
	width: 150px; 
	height: 20px;
	text-align: right;
	font-style: italic; 
	font-weight: bold;
}

p.reference 
{
	position: absolute; 
	bottom: 2px; 
	right: 4px;  
	color: #999; 
	border-top: 1px dashed #E4E4E4;
}

/* *** start bottom row **** */
.bottomrow /* bottom row properties */
{
	position: absolute; 
	left: 140px; 
	top: 75px; 
	width: 440px; 
	height: 20px;
	background-color: #E5E5E5;
	border-bottom: 1px solid #9C9C9C; 
	border-left: 1px solid #9C9C9C; 
	border-right: 1px solid #9C9C9C;
}

.bottomrow p 
{
	height: 19px; 
	line-height: 19px; 
	vertical-align: middle; 
	
}


.price
{
	position: absolute; 
	right: 5px; 
	top: 0px;  
	width: 90px; 
	height: 20px;
	 
}
.price p
{
	font-weight: bold; 
}

.beds
{
	position: absolute; 
	left: 60px; 
	bottom: 1px; 
	width: 60px; 
	vertical-align:middle;
}

.baths
{
	position: absolute; 
	left: 120px; 
	bottom: 1px; 
	width: 60px; 
	vertical-align: middle;
}

.plot
{
	position: absolute; 
	left: 180px; 
	bottom: 1px; 
	width: 80px; 
	vertical-align: middle; 
}

.built 
{
	position: absolute; 
	left: 260px; 
	bottom: 1px; 
	width:80px; 
	vertical-align: middle; 
}
	

.spainMap
{
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	background-color: white; 
	width: 50px; 
	height: 29px; 
	z-index:999;
}	



				
/* Paging elements */
.pageOf
{
	margin-top:1px;
	display:block;
	float:left;
	padding-top:5px;
	position:relative;
	clear:left;
}

.paging
{
	display:block;
	float:right;
	padding-top:5px;
	position:relative;
}

#browsing
{
	margin-top:6px;
	float:left;
	position:relative;
	vertical-align:bottom;
}

#orderBy
{
	vertical-align:top;
	position:relative;
	text-align:right;
	padding-bottom:5px;
}	

#topControls
{
	border-bottom:dashed 1px #999;	
}