div#propertyList{
  width: 598px;
  margin-left: 200px;
}

div#propertyList *{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

div#propertyList table{
  border: 1px solid silver;
  border-collapse: collapse;
  width: 100%;
  margin-left: 1px;
}

div#propertyList table#caption{
  border-width: 0 1px;
  z-index: -100;
  /*clear: both;*/
}

div#propertyList table#caption td{
  border: none;
  padding-top: 10px;
}

div#propertyList td{
  border: 1px solid gainsboro;
  padding: 3px;
}

div#propertyList td.thumbnail{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	text-align: center;
	border-left: none;
	border-bottom: none;
}

div#propertyList td a,
div#propertyList td a:hover{
  font-weight: normal;
  text-decoration: none;
}

ul.list{
  color: #228B22;
  list-style: square;
  font-size: 12px;
}

a{
  cursor: pointer;
}

a img{
  border: none;
}

img.pic{
  z-index: -1;
}

img.overlay{
  z-index:1000;
  position: absolute;top:0px;left:150px;
  margin-left: -150px;
}

div.overlaypos{
	position:relative;
}

a span.moreinfo{
  display: block;
  width: 66px;
  height: 17px;
  float: right;

  background: url("http://www.ireland-bnb.net/graphics/moreinfo.png") no-repeat right top;margin:0 3px 3px 5px
}

a:hover span.moreinfo{
  background-position: right bottom;
}

a.allaccommodation{
  display: block;
  width: 114px;
  height: 17px;
  float: right;
  margin-left: 5px;
  background: url("../graphics/allaccommodation.png") no-repeat right top;
}

a.allaccommodation:hover{
  background-position: right bottom;
}

ol{
  margin: 0;
  padding: 0;
}

ol li{
  margin: 0 0 0 20px;
  padding: 0;
  color: #0080c0;
  text-indent: 0;
  list-style-type: square;
}

ol li.lastminute{
  color: red;
  list-style-type: disc;
}

ol li span{
  color: #444444;
}

div.breadcrumbs a{ font-weight: bold; color:#006699; }
div.breadcrumbs a:hover{ text-decoration: underline; }
/*div.smenu{
width:160px;
padding:6px 0px 6px 6px;
margin:10px 5px 0 10px;
}*/