/******************************************************************************
overrides for gea_basic.css and introductions.css
******************************************************************************/

/* design units */
.imageBlock td.imageCell {	/* will widen itself as needed */
	width: 1%;
}
.imageBlock td.textCell {
	width: 99%;
}

/* Gross Layout */
#documentTable {
	width: 992px;
}
#standalonetable {		/* 1 column.  Uses only #mainCell  */
	width: 753px;
}
#leftCell {
	width: 239px;
	vertical-align: top;
}
#mainCell {
	width: 753px;
	vertical-align: top;
}
.leftMargin {
	margin-left: 25px;
}
.mainCellleftPad {
	padding-left: 0px !important;
	/* non-zero-px would cause problems with div style="width: 100%"
	   in both browsers */
}

/* lowerBody(s) */
#lowerBody {
	font-size: 92%;
}
#lowerBody .smaller {
	font-size: 92%;
}
#lowerBody small {
	font-size: 92%;
}

#lowerTableA {
	width: 753px;		/* 503 + 26 + 224 */
}
#lowerTableA td.col1 {
	width: 503px;
}
#lowerTableA td.gutter {
	width: 26px;
}
#lowerTableA td.col2 {
	width: 224px;
}

#lowerTableB {
	width: 753px;		/* 572 + 25 + 156 */
}
#lowerTableB td.col1 {
	width: 572px;
}
#lowerTableB td.gutter {
	width: 25px;
}
#lowerTableB td.col2 {
	width: 156px;
}

#lowerTableC {
	width: 753px;		/* 364 + 25 + 364 */
}
#lowerTableC td.col1 {
	width: 364px;
}
#lowerTableC td.gutter {
	width: 25px;
}
#lowerTableC td.col2 {
	width: 364px;
}

/* email a friend */
#lowerTableD {
	width: 660px;
}
#lowerTableD td.col1 {
	vertical-align:top;
	width: 400px;
}
#lowerTableD td.gutter {
	vertical-align:top;
	width: 100px;
}
#lowerTableD td.col2 {
	vertical-align:top;
	width: 160px;
}

#copyright {
	margin-left: 239px;
}
.smallgraynote {
	margin-left: 239px;
}

/******************************************************************************
new styles
******************************************************************************/

#geaheader {
	width: 967px;
}

.productHighlightsTable {
	width: 85%;
}
.productHighlightsTable td {
	padding-top: 15px;
	vertical-align: top;
}
.productHighlightsTable td.imageCell {
	padding-right: 15px;
}

.grayHeading {
	position: relative;
}
.grayHeading .exploreGalleryNavigation {
	position: absolute;
	top: 5px;
	right: 10px;
}
.exploreGalleryItem .photoContainer {
	margin-top: 0.9em;
	text-align: center;
	padding: 10px 0;
	border: solid 1px #999999;
	background-image: url("/products/introductions/images/background_gallery_photo_gradient.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
	height: 502px;
}
.exploreGalleryItem {
	display: none;
}
.exploreGalleryItem .textContainer {
	_height: 6.5em;
	min-height: 6.5em;
}
.exploreGalleryItem .photoComment {
	font-weight: bold;
	font-style: italic;
	color: #ed8000;
}

.exploreGalleryItem h2 {
	margin-top: 0.5em;
	font-size: 100%;
	color: #333333;
}
.exploreGalleryItem p {
	margin-top: 0.5em;
}

#exploreGalleryTableContainer {
	font-size: 92%;
	margin-top: 0.9em;
	padding: 10px 10px 0 10px;
	border: solid 1px #999999;
}
.exploreGalleryTable {
	width: 480px;
}
.exploreGalleryTable td {
	width: 20%;
	padding-right: 10px;
	padding-bottom: 10px;
}
.exploreGalleryTable td a,
.exploreGalleryTable td a:link,
.exploreGalleryTable td a:visited,
.exploreGalleryTable td a:hover,
.exploreGalleryTable td a:active {
	text-decoration: none;
}

.footnotes {
	font-size: 92%;
}
.bigskip {
	margin-top: 2.0em;
}


