@charset "UTF-8";

.suite {
	border-top: 1px dotted #666;
	padding-top: 10px;
	margin-top: 10px;
}

.suite .image {
	float: left;
	width: 265px;
}
.suite .image img {
	border: 3px solid #9e1e00;	
}

.suite .overview {
	width: 650px;
	float: left;
}
.suite .overview h2 a {
	color: #9e1e00;
	text-decoration: none;
}
.suite .overview h2 a:hover {
	text-decoration: underline;
}
.suite .overview h5 {
	display: inline;
	color: #444;
	font-weight: normal;
	font-size: 11px;
	line-height: .8em;
}

.suite .overview ul {
	float: left;
	width: 200px;
}
.suite .overview ul li strong {
	color: #333;
}

.details_btn { clear: both; padding-top: 12px; }
.details_btn a {
	padding: 2px 8px;
	background-color: #2d2927;
	border: 1px solid #787573;
	color: #c3bfbb;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.details_btn a:hover {
	background-color: #9e1e00;
	color: white;
}
