@charset "utf-8";
/* CSS Document */
.clearbox
{
clear:both;
}
#citybox
{
width:380px;
float:left;
background-color:#EBEBEB;
}

#cityheading
{
	width:380px;
	height:40px;
	background-image: url(../images/hotelbycities.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#FFFFFF;
}
#cityinsidebox
{
width:372px;
padding:4px;
}
.cityname
{
width:116px;
height:22px;
padding-left:8px;
line-height:22px;
float:left;
}
.cityname:Hover
{
background-color:#fcee21;
}

#hotelbigright
{
width:380px;
height:auto;
float:left;
}
#hotelboxright
{
width:380px;
height:240px;
float:left;
}
#hotelpicked
{
width:380px;
height:100%;
}
#hotelspickhead
{
	width:167px;
	height:18px;
	background-image: url(../images/ourpicks.gif);
	background-repeat: no-repeat;
	padding-left:33px;
	padding-top:22px;
	float:left;
}

#citypickhead
{
	width:167px;
	height:18px;
	background-image: url(../images/featuredcities.gif);
	background-repeat: no-repeat;
	padding-left:33px;
	padding-top:22px;
	float:left;
}

#hotelpickright
{
width:175px;
height:240px;
margin-left:5px;
float:right;
}
#hotelpickleft
{
width:200px;
height:200px;
float:left;
}

.hotelpicktext
{
	height:19px;
	line-height:19px;
	padding-left:5px;
}
.hotelpicktextright
{
	width:175;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.hotelpicktextleft
{
	width:195;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.hotelpickbg1
{
background-color:#F0F0F0;
}
.hotelpickbg2
{
background-color:#fcee21;
}

.hotelpickbg3
{
background-color:#fcee21;
}
.hotelpickimage
{
width:100%;
}



.hotellistindex
{
width:560px;
height:auto;
margin-right:10px;
float:left;
}
.hotelholder
{
width:540px;
}
#hotelheading
{
	width:410px;
	height:40px;
	background-image: url(../images/hotelsMain.gif);
	background-repeat: no-repeat;
}
#cityheadingsl
{
	width:410px;
	height:40px;
	background-image: url(../images/citiessrilanka.gif);
	background-repeat: no-repeat;
}
.hotelbox
{
width:270px;
height:auto;
float:left;
}
.hotelImage
{
	height:40px;
	width:40px;
	margin-right:5px;
	float:left;
	border: 1px solid #FFFFFF;
}
.hoteltext
{
height:21px;
width:215px;
padding-left:5px;
line-height:21px;
float:left;
cursor:pointer;
}
.hoteltext:Hover
{
background-color:#008cef;
}

.citytextx
{
height:21px;
width:215px;
padding-left:5px;
line-height:21px;
float:left;
}

.citytext
{
height:21px;
width:215px;
padding-left:5px;
line-height:21px;
float:left;
cursor:pointer;
}
.citytext:Hover
{
background-color:#fff458;
}


.hotelblueline
{
	width:99%;
	height:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008cef;
	margin-bottom:5px;
	float:left;
}

.citygreenline
{
	width:99%;
	height:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff458;
	margin-bottom:5px;
	float:left;
}

