﻿@import url('/css/myholiday.css');

/* General styles */
.SectionHeadline
{
	color:#F37820;font-size:larger;	font-weight:bold;margin:10px;
}

.SectionDiv
{
	width: 550px;
	margin:0px 10px 0px 10px;
	display:block;
}

.fb_share_link
{
    padding: 2px 0 0 20px;
    height: 16px;
    background: url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}


.buttonBook
{
	border:solid 1px black;
	background-color:Green;
	padding:5px;
	color:White;
	cursor:hand;
	cursor:pointer;
}

/* END general styles */
/* PropertyDetails */
.ImagesDiv
{
	overflow: auto; overflow-x:auto; overflow-y:hidden;height:auto;scrollbar-face-color:#416094;
}
.PriceDiv
{
	overflow: auto; overflow-y:auto; overflow-x:hidden;height:200px;scrollbar-face-color:#416094;border:solid 1px #416094;margin:0 10px 0 10px;
}

/* END PropertyDetails */
.imageDesc
{
	width:250px;
	height:50px;
	overflow:hidden;
}

.image
{
	width: 250px;
}

.themeOptionList li
{
	display:inline;
	float:left;
	width:150px;
}

.LangOptionList li
{
	display:inline;
	float:left;
	width:300px;
}


.PriceList li, .PriceListHead li
{
	display:inline;
	float:left;
	width:100px;
}

.PriceListHead li
{
	font-weight:bold;
}

.PriceList li
{
	border-top:dotted 1px black;
}


