/* ======= nearhostals.php ======== */

#ulhostals {
 list-style: none;
 margin: 0;
 border: 0 none;
 padding: 0;
}

.hostalline {
 background-image:url(../img/shadow2.jpg); 
 margin-bottom: 7px;
 border: 1px solid #184392;
 height: 110px;
 width: 543px;
 padding-top: 2px;
 padding-left: 3px;
 display: block;
 position: relative;
}

.hostalline:hover, .hostallineieover {
	cursor: pointer;
	border: 1px solid red;
	background-image: none;
	background-color: #E2EAEF;
}

.imgcitylink {
 float: left;
 clear:both;
 margin-right: 5px;
 width: 90px;
 height: 68px;
 border: 1px solid #184392;
}

.imgcitylink:hover {
 border: 1px solid #CC0000;
}

.imgcityhostal {
 border: 0;
}

.hostalcityname {
 font-size: 12px;
 font-weight: bold;
 color: #00C;
}

.hostalcityname:hover {
	color: #C00;
}

.hcfacilities {
 position: absolute; 
 top: 2px; 
 right: 2px;
 width: 230px;
 border: 0px solid red;
}

.hclinks {
 position: absolute; 
 bottom: 2px; 
 right: 5px;
}

.hclinks a {
 color: #C00;
 font-weight: bold;
}

.hclinks a:hover {
 color: #00C;
}

.hostalline2 {
 margin-bottom: 7px;
 border: 1px solid #184392;
 width: 543px;
 padding-top: 2px;
 padding-left: 3px;
 display: block;
 height: 17px;
 position: relative;
}