/* CSS Document */
#container *
{
	font-size:12px;
}
#container
{
	width: 740px;
	height: 400px;
       margin-left:10px;
}
	#map
	{
		width: 820px;
		height: 400px;
        margin-left:14px;
		border:solid 1px #ccc;
	}
	
	.main_container 
		{
		height:70px;
		width:150px;
		}
	
		.hotel_name 
		{
			font-weight: bold
		}
		.details 
		{
			color:#0099ff;	
		}		
		.book_now 
		{
			font-weight: bolder; color: #ff9933
		}
	
	
	#reset_container 
	{
		float:left;
		width: 100px;
		padding:5px 0;
	}
		#reset_map 
		{
			font-size:12px; width:100px; padding:1px 5px; background: #ff9933;  margin-left:220px;   text-align: center;
		}
			#reset_map A:link 
			{
				font-weight: bold; text-transform: uppercase; color: white; text-decoration: none
			}
			#reset_map A:visited 
			{
				font-weight: bold; text-transform: uppercase; color: white; text-decoration: none
			}



