* {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;	
	color: #525252;
	background-color:#fff;
	text-align: left;
}

img, fieldset {
	border:0;
}

/*Standards compliant float clearers*/
#popsubhdr:after, #popnav:after, .vrlinks:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*Explorer float clearers*/
div {display: inline-block;}

/*\*/
* html div {height: 1%;}
div {display: block;}
/**/

/*Generic tag styles*/
a {
	color: #2765a1;
	text-decoration: none;	
}
	
a:hover{
	text-decoration: underline;
}

h2 {
	font-size:14px;
	margin: 0 0 7px;
	font-family: trebuchet MS,sans-serif;
	font-weight: normal;
	color:#696867;
}

/*Image replacements*/
.logo {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	line-height:0;
	background-repeat:no-repeat;
}

.logo { overflow:hidden; }
/**/

/*Layout*/
#pophdr {
	background-color:#6B0D21;
	padding:9px 12px 6px;
}

#pophdr .logo {
	height:21px;
	width:95px;
	background: transparent url(zagat_logo.gif) no-repeat 0 0;
}

#popbod {
	padding: 0 12px 10px;
}

#popsubhdr {
	border-bottom:1px solid #D7D7D7;
	margin:0pt 0pt 12px;
	padding:12px 0pt 0pt;
	position:relative;
}

#poptitle, #popnav {
	padding:0pt 0pt 6px;
}

#poptitle {
	width:70%;
}

#popnav {
	height:auto;
	position:absolute;
	right:0pt;
	text-align:right;
	top:14px;
	white-space:nowrap;
	width:35%;
}

#poptitle h1 {
    color: #6B0D21;
    font-family: trebuchet MS,sans-serif;
    font-size: 1.62em;
    font-weight: normal;
}

#poptitle h1 strong {
	color:#5f5f5f;
}


#popnav ul {
	float:right;
}

#popnav li {
	float:left;
	display:inline;
	margin: 0 0 0 8px;
	font-size:11px;
	line-height:13px !important;
}

#popnav li a {
	padding: 0 0 0 15px;
	color:#919191 !important;
	white-space:nowrap;
	display:block;
}

#popnav li a, #popnav li a:hover {
	background-repeat:no-repeat;
	background-position: 0 0;
}

#popnav li a:hover {
	text-decoration:none;
	color:#000 !important;
}

/*Nav Icons*/
	li.close a {
		background-image: url(icon_close_off.gif);
	}
	
	li.close a:hover {
		background-image: url(icon_close_on.gif);
	}

.vrview applet {
	display:block;
}

.vrlinks {
	padding: 0 0 7px;
}

.vrlinks a {
	display:inline;
	float:left;
	border-top:1px solid #d7d7d7;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #d7d7d7;
	padding:3px 5px;
	margin: 7px 7px 0 0;
	color:#555;
}

.vrlinks a:hover {
	color:#bd0027;
	text-decoration:none;
}

p.vrinstruct {
	border-top:1px solid #ddd;
	padding: 10px 0 15px;
}

#popftr {
	margin: 10px 10px 10px;
	font-size:10px;
	color:#aaa;
	background: url(vr_logo.gif) no-repeat left;
	padding:2px 0 0 28px;
}

h2.vTourTitle {
	background:transparent url(icon_subhdr_vTour.gif) no-repeat scroll 0pt 2px;
	padding:0pt 0pt 0pt 28px;
	font-size:1.62em;
	font-weight:normal;
	margin:0pt;
	font-family: trebuchet MS,sans-serif;
	color:#696867;
}

