.thumbsShortlist {border: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: 520px; 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: 380px; 
	height: 23px; 
	text-align: center;
	border-bottom: 1px solid #eee;			
	border-top: 1px solid #eee; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	background-color: #aaa7c1;
}

.toprow p 
{
	font-weight: bold;
	color: #fff;
}

.im
{
	vertical-align:middle;
}

.beds
{
	position: absolute; 
	left: 0px; 
	top: 1px; 
	width: 60px; 
	vertical-align:middle;
}

.baths
{
	position: absolute; 
	left: 70px; 
	top: 1px; 
	width: 60px; 
	vertical-align: middle;
}

.plot
{
	position: absolute; 
	left: 130px; 
	top: 1px; 
	width: 130px; 
	vertical-align: middle; 
}

.built 
{
	position: absolute; 
	left: 260px; 
	top: 1px; 
	vertical-align: middle; 
}

	
/* *** end top row **** */

.shortdescription /* short description */
{
	position: absolute; 
	left: 140px; 
	top: 20px; 
	width: 380px; 
	height: 55px;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}
				
.description
{
	position: absolute; 
	top: 3px; 
	left: 5px; 
	right:2px; 
	width: 370px; 
	text-align: justify;
}

p.ref
{
	position: absolute; 
	bottom: 2px; 
	left: 60px; 
	border-top: 1px dashed #E4E4E4;
	font-weight:bold;
}

.propType
{
	position: absolute; 
	right: 4px; 
	top: 40px; 
	width: 140px; 
	height: 20px;
	text-align: right;
	font-style: italic; 
	font-weight: bold;
}

/* *** start bottom row **** */
.bottomrow /* bottom row properties */
{
	position: absolute; 
	left: 140px; 
	top: 75px; 
	width: 380px; 
	height: 21px;
	background-color: #403f78;
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}

.bottomrow p 
{
	height: 19px; 
	line-height: 19px; 
	vertical-align: middle; 
	font-weight: bold;
	color: #fff;
}
	
.price
{
	position: absolute; 
	left: 210px; 
	top: 0px;  
	width: 170px; 
	height: 20px; 
}

.area
{
	position: absolute; 
	left: 60px; 
	top: 0px; 
	overflow: hidden; 
	width: 150px; 
	height: 20px; 
}

.spainMap
{
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	background-color: white; 
	width: 50px; 
	height: 29px; 
	z-index:999;
}	


/* more info button */
.moreInfo		
{
	position: absolute; 
	right: 25px; 
	top: 0px; 
}


 /* ****************** */

.addprop		
{
	position: absolute; 
	right: 3px; 
	top: 0px; 
}
				
/* Paging elements */
.pageOf
{
	margin-top:1px;
	display:block;
	float:left;
	padding-top:5px;
	position:relative;
	clear:left;
	font-weight: bold;
}

.paging
{
	display:block;
	text-align:right;
	padding-top:5px;
	position:relative;
	font-weight: bold;
}

#properties
{
	padding-bottom:10px;
}

#browsing
{
	margin-top:6px;
	float:left;
	position:relative;
	vertical-align:bottom;
	font-weight: bold;
}

#orderBy
{
	vertical-align:top;
	position:relative;
	text-align:right;
	padding-bottom:5px;
	font-weight: bold;
}	

#topControls
{
	border-bottom:dashed 1px #999;	
}
		
#emptyShortlist
{
	width:400px;
	height:170px;
}		





