/*GENERAL*/
img						{border:none;}
object 					{outline:none;}

#priceHome			{width:200px; float:left; position:relative; margin: 12px 40px 60px 25px; overflow:auto;}

/*HOME - ROOM PRICES:*/
.home_room_name{
	font: 11px Verdana, Geneva, sans-serif;
	font-weight:bold; 
	line-height:12pt; 
	text-align: left;
	float:left;
	clear:both;
	padding-left:0px; 
}
.home_room_name_divider{
	font: 11px Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal; 
	line-height:12pt; 
	text-align: left; 
}
.home_room_price{
	font: 11px Verdana, Geneva, sans-serif;
	font-weight:normal; 
	line-height:12pt; 
	text-align: right;
	float:right;
	padding-right:0px; 
	
}

.home_rates a:link			{font-size : 11px; color: #42100E; text-decoration: underline;}
.home_rates a:visited		{font-size : 11px; color: #42100E; text-decoration: underline;}
.home_rates a:hover			{font-size : 11px; color: #42100E; text-decoration: none;}
.home_rates a:active		{font-size : 11px; color: #42100E; text-decoration: underline;}

