/* Tours List styles */

div#subpage-content { width: 742px }

/**** Main content ****/
#ContentBlock {
	margin-right: 11px;
	border: none;
}

#ImageTourHeader {
  padding: 10px;
}

/*** Tour list ***/
#ToursBlock a {
	display: inline;
	float: left;
	margin-right: 6px;
  margin-left: 10px; 
	margin-bottom: 10px;
	width: 166px;
	height: 105px;
	border: 1px solid #6b7595;
	background-color: #10131A;
}

#ToursBlock img {
	border: none;
}

.head {
	display: block;
	height: 31px;
	padding: 5px;
	border-bottom: 1px solid #6b7595;
	background-color: #454F6E;
	font-size: 12px;
	font-weight: bold;
}

div#subpage-content-container .head span {
	line-height: 15px
}

#ToursBlock img {
	display: block;
	width: 128px;
	height: 40px;
	margin-top: 10px;
	margin-left: 18px;
	border: 1px solid #6b7595;
}

#ToursBlock a .head,
#ToursBlock a { color: #10131A }

div#ToursBlock a {
  text-decoration: none
}

.head strong {
  padding-right: 16px;
  background: url('../graphics/gallery_content_dark_arrow.gif') center right no-repeat;
  line-height: 13px;
  text-decoration: underline
}

#ToursBlock a:hover {
	border-color: #00ffff;
  color: #00ffff 
}
#ToursBlock a:hover .head {
	border-bottom-color: #00ffff;
}
#ToursBlock a:hover img {
	border-color: #00ffff;
}

#ToursBlock a:hover .head strong {
  color: #00ffff;
  background-image: url('../../graphics/arrow_hover_lighter.gif');
}

/** Intro text ***/
#Intro {
	width: 440px;
	margin: 0 0 15px 0;
	padding: 0;
}

/** Flash warning **/
#FlashWarn {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
}
/* Hack IE: For some reason, right position is not enough. */
/* Hides from IE5-mac \*/
* html #FlashWarn {right: 31px;}
/* End hide from IE5-mac */

#FlashWarn a {
	display: block;
	width: 270px;
	height: 60px;
	border: 1px solid #6b7595;
	background-image:url(../../external.gif?link=http://hubbledev.stsci.edu/gallery/tours/graphics/image_tour_noflash_bg.jpg);
	font-size: 13px;
	text-decoration: none;
}
#FlashWarn a:hover {
	color: #9dd21f;
	border-color: #9dd21f;
}

#Explain {
	display: block;
	position: absolute;
	top: 9px;
	left: 14px;
	width: 132px;
	height: 50px;
	color: #fff;
}
#Download {
	display: block;
	margin-top: 20px;
	margin-right: 12px;
	text-align: right;
	text-decoration: underline;
}

div.subpage-body,
div.subpage-body-no-padding { background-color: #191D28; }

div#subpage-content-container p { color: #C0C7Cf }

#ImageTourPromo { float: right }

div#subpage-body ul { padding-left: 0; margin-left: 0 }
div#subpage-body li { margin-left: 15px }