/* CSS STYLING FOR SPECIFIC PAGE PAGE ELEMENTS */

/* RIGHT SIDEBAR PAGE IMAGE LIST */
div.image-list
{
	margin-top: 10px;
}

div.image-list div.scene
{
	margin-top: 10px;
}

div.image-list div.scene a
{
	line-height: 0px;
}

div.image-list div.scene a.disabled
{
	cursor: default;
}

div.image-list div.scene image.image
{
	z-index: 0;	
}

div.image-list div.scene div.caption
{
	position: relative;
	top: -25px;
	left: 10px;
	z-index: 1;
	font-weight: bold;	
	font-size: larger;
	text-decoration: none;
	color: white;
}

div.image-list div.scene a
{
	text-decoration: none;
}


/* VILLA PAGE INVENTORY LIST */
ul.no-bullet
{
	margin-left: 0;
	margin-bottom: 20px;
}

ul.no-bullet li
{
	margin-bottom: 3px;
	list-style-type: none;
}


/* HOME PAGE RECIPROCAL LINKS TABLE */
table.reciprocal-links
{
	margin-top: 500px;	
}


/* GENERAL-PURPOSE DATA TABLE USE ON PAGES AMENITIES, BANK ETC */
table.data
{
	
}

table.data tr
{
	vertical-align: top;
}

table.data tr td
{
	padding: 5px;
}


/* AVAILABILITY PAGE BOOKING TABLE */
td.details
{
	width: 190px;
	font-size: x-small;	
}

td.details div
{
	margin: 10px;
	text-align: left;
	overflow: hidden;
}

td.booked
{
	color: red;
}

