



.tour a.screenshot img {
	/*padding: 10px;
	border: 1px solid #47598f;
	*/
}

.tour a.screenshot:link,
.tour a.screenshot:visited  {
	margin-right: .375em;
}

.tour a.screenshot:hover {

}


#tour-stops {
	list-style: none;
}



#tour-stops li {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	
	border-bottom: 1px solid #ccc;
}


.tour {

}

.tour-thumbs {
	width:480px;
}


.popup {
	width: 720px;
	border: 10px solid #ccc;
	border-top:0px;
	padding: 0px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;  
  z-index:9000;
  background:opaque;
}
.popup div {
	position:relative;
	top:0px;
	right:0px;
	width:100%;
	background:#ccc;
	margin:0px;
	padding:0px;
	height:16px;
	border:0;
}
.popup div img {
	position:absolute;
	top:0px;
	right:0px;
    z-index:9999;
}

.close-popup {
	cursor: pointer;
}

.popup .meta  {
	margin-top: 10px;
	padding:0px 10px;
	
}

.popup .meta p {
	float: left;

}

.popup .meta img {
	float: right;	
	width: 25px;	
}

#videotour {
	width:725px;
	float:left;
}
#main {
	position:relative;
}
#tour_sidebar {
	width:190px;
	position:absolute;right:0px;top:0px;
	margin-left:  8px;
	padding:  0 4px;
	background: #eee;
}

#tour_sidebar form.h-form fieldset {

	border-top: 0px solid #eee;
}
.tour-desc {
	width:224px;
}