table#list, table#paging {
	width:720px;
	}

#list th {
	font-size:110%;
	height:20px;
	}
	#list thead th {
		height:45px;
		}
	
#list td {
	font-size:90%;
	line-height:110%;
	color: #333333;
	margin:5px 0 0 0;
	padding-bottom:0px;
	}

#list td a {
	text-decoration: none;
}


#list td p.links {
	width: auto;
	text-align: center;
	
}

#list h3  {
	font-size:100%;
	padding:5px 0 5px 0;
	margin:0;
	line-height:100%;
	}

	
#list h4 {
	font-size:100%;
	padding:5px 0 5px 0;
	margin:0;
	line-height:100%;
	font-weight: normal;
	border-top: 1px #333333 solid;
	}

#list h4 a {
	font-size:100%;
	padding:5px 0 5px 0;
	margin:0;
	line-height:100%;
	font-weight: normal;
	border-top: 1px #333333 solid;
	text-decoration: none;
	}

#list h6 {
	border-top:1px solid;
	font-size:10px;
	margin:8px 0 6px 0;
	}

#list img {
	padding:0 0 0 0;
	margin:0;
	}

#list tbody tr.on {background:#fff4c6;}
#list thead th.on {background:#ffe068;}
#list tbody th.on {background:#ffe068;}

#list .notnull td a {
	border:0px solid;
	height:100px; width:100%;
	}

#list .listanchor {
	border:0px solid;
	height:100px; width:100%;
	}

#list .address, #list .bedrooms, #list .prices, #list .details, #list .contact {
	padding-left:5px;
	padding-right:5px;
	}

#list th.adheader, .adheader {
	border-bottom:0px solid #CC0033;
	background: url(img/adseparator.jpg) left 25px no-repeat;
	padding:5px 0 0 0;
	text-align:left;
	}

#list th small {
	float:left;
	padding-top:3px;
	}
	#list th.prices small, #list th.bedrooms small, #list th.details small {
		float:none;
		font-weight:normal;
		}


#list th.adheader h1 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #dd5406;
	float:left;
	width:615px;
	line-height:normal;
	padding:0 0 4px 4px;
	margin:0;
	background:none;
	}
	
#list th.adheader h1 a.title{
cursor: pointer;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #dd5406;
	line-height:normal;
	padding:0 0 4px 4px;
	margin:0;
	background:none;
	text-decoration: none;
	}
	

	
#list th.adheader h1 a.title:visited{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	line-height:normal;
	padding:0 0 4px 4px;
	margin:0;
	background:none;
	}


#list th.adheader h1 a .tick {
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	margin-left: 10px;	
	}

	

#list th.adheader h1 a:visited .tick {
	background: url(img/tick.png);
	}


#list th.adheader h1 .titlespan {
float: left;
}

#list th.adheader h1 .titlespan {
cursor: pointer;
}	

#list th.adheader a.mail {
	float:right;
	font-size:120%;
	color:#333333;
	padding:1px 5px;
	}

	#list th.adheader a.mail:hover {
		color:#fff;
		background:#900;
		}

#list th.adbottom, .adbottom {
	background: url('img/adseparator_bottom_flip.jpg') top left no-repeat;
	height:5px;
	}
	

/* table actions */
/* Alternate row style */
tr.alt
        {
        /* background: #F5FAFA;
        color: #797268; */
        }
/* The current cell */
table#list tbody tr td.currentCell,
table#list tbody tr td:hover,
table#list tbody tr.alt td:hover
        {
        background-color:#ffc;
        }
/* Normal row hover styles */

table#list tr.rowHover td,  /* Internet Explorer < 7 (and 7 in quirks mode) requires a specific class */
#list tr:hover td     /* All others can use the :hover pseudo */
        {
        background-color:#ffc;
        }

table#paging th a { padding:3px; }
table#paging td em { font-size:10px; }


.tooltip .tip {
	background: #fff;
	border: 1px black solid;
	width:405px;
	font-size: 9px;
	z-index: 13000;
	margin:0;
	padding:0;
}
 
.tooltip .tip-title {
	font-size: 10px;
	overflow: hidden;
	padding: 5px;
	height: 15px;
	background:#ffc;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	width:395px;
	position:absolute;
	bottom:0;
}
 
.tooltip .tip-text {
	font-size: 9px;
	padding:8px 8px 8px 8px;
	margin-bottom:30px;
	background: #fff;
}

.tooltip .tip-text h3 {
	font-size:100%;
	padding:5px 0 5px 0;
	margin:0;
	line-height:100%;
	}
.tooltip .tip-text div.essential {
	width:115px;
	float:left;
	padding-right:10px;
	}
.tooltip .tip-text div.seasons {
	float: left;
	border: 1px black solid;
	width: 90px;
	font-size: 10px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
	padding:5px;
}
	.tooltip .tip-text div.active {
		border:1px solid #DD5406;
		}
.tooltip .tip-text div.desc {

	}

.tooltip .tip-text .cboxset { line-height:120%; font-size:10px; letter-spacing:-1px; }
.tooltip .tip-text .cboxset label { color:#666; width:130px; padding-right:10px; padding-left:5px; }
.tooltip .tip-text .cboxset label.on { color:#000; font-weight:bold; }
.tooltip .tip-text .singlebox { height:13px; line-height:10px; margin:0; }

/*
.popup {
	background: white;
	border: 1px black solid;
	visibility: hidden;
	position: fixed;
	font-size: 9px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
	width:300px;

}
.popup .bottom {
	
	background: #ffc;
	border: 1px black solid;
	visibility: hidden;
	position: fixed;
	width: 320px;
	height: 15px;
	font-size: 10 px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

}


.popup .seasons {
	float: left;
	border: 1px black solid;
	width: 100px;
	font-size: 10 px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 5px;

}

.popup h3 {
	font-size:100%;
	padding:5px 0 5px 0;
	margin:0;
	line-height:100%;
	}
	
.essential {
	float:left;
	padding-right:5px;
	border:0px solid;
	margin-bottom: 10px;
	}

.essential span {
	font-size:100%;
	line-height:100%;
	}

.popup .cboxset { line-height:120%; font-size:10px; letter-spacing:-1px; }
.popup .cboxset label { color:#666; width:auto; padding-right:20px; padding-left:5px; }
.popup .cboxset label.on { color:#000; font-weight:bold; }
.popup .singlebox { height:13px; line-height:10px; margin:0; }
*/





