body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAEAEA;
}
table.shift {
	margin-left: 44px;
}

/* 2007-06-21 */
.installations {
	width: 650px !important;
}
.installations img {
	border: 0;
}
.installations .clear {
	clear: both;
}
.installation {
	padding: 0 0 29px;
	border-bottom: 2px solid #999;
	margin: 0 0 29px;
}
.nodetails {
	border-bottom:0px !important;
	padding-bottom:0px !important;
}
.installation .hero {}
.installation .hero-title {
	margin: 0;
	padding: 0;
	background: #351313 url("../images/featured_install/bkgd-title.gif") repeat-x left top;
}
.installation .hero-title h1 {
	margin: 0;
	padding: 0.5em;
	color: #FFF;
	font-size: 17px;
	text-align: center;
}
.installation .thumbnails {
	background: #CCC url("../images/featured_install/bkgd-thumbnails.gif") repeat-x left bottom;
	margin: 5px 0 1em;
	padding: 10px 0 0 10px;
	border: 3px groove #999;
}
.installation .thumbnails .instructions {
	display: block;
	text-align: center;
	color: #666;
	font-size: 10px;
	margin: 0 0 1em;
	padding: 0;
}
.installation .thumbnails .thumbnail {
	float: left;
	display: inline;
	margin: 0 8px 10px 0;
	padding: 0;
	background: #888;
	width: auto;
	line-height: 0;
	font-size: 0;
}
.installation .thumbnails .thumbnail a {
	display: block;
	border: 1px inset #FFF;
}
.installation .thumbnails .thumbnail a:hover {
	border: 1px solid #FF0;
}
.installation .description {

}
.installation .description p {
	margin: 0 1em 1em;
	padding: 0;
	line-height: 1.4em;
}
.installation .description p.last {
	margin-bottom: 0;
}