BODY {
	BACKGROUND: #e2e2e2; FONT-FAMILY: Arial, Helvetica, sans-serif; color:blue; font-size: 10px;
}

div { 
	color: blue 
}

div.infowin { 
	width: 480px 
}

div.infowin_hotel { 
	width: 480px 
}

div.sidebar { 
	font-size: 12px; 
}

p.infowin_heading { 
	padding-right: 10px; text-align: center; font-weight: bold; font-size: medium
}

p.infowin_content { 
	font-size: 12px;
} 

p.infowin_review { 
	font-size: 12px;
	clear: left;
} 

a.infowin_review { 
	font-size: 12px;
	font-weight: bold;
} 

img.float_left { 
    float: left; 
    margin: 4px; 
    margin-right: 15px; 
	height: 150px;
}

#container
	{
		width: 600px;
		padding: 10px;
		border: 0px solid #ccc;
		background: #e2e2e2;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 20px;
		background: url(tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: blue;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 0px solid #ccc;
		border-bottom: 1px solid blue;
		text-decoration: none;
		color: #e2e2e2;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-top: 1px solid blue;
		border-right: 1px solid blue;		
		border-bottom: 1px solid #e2e2e2;
		border-left: 1px solid blue;		
		background: #e2e2e2;
		color: blue;
	}

#tabnav a:hover
	{
		background: aquamarine;
		border-bottom: 1px solid aquamarine;
		color: blue;
	}

