div#recessed_page {
	min-width: 800px;
}

#cm_navigation {
	margin-right: 15px;
	margin-top: 10px;
}

#cm_navigation a {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
	color: #bbb;
	background: url(/2012_gfx/tab_bar_background.png) center top;
	height: 22px;
	display: inline-block;
	margin-right: -2px;
	margin-left: -3px;
}

#cm_navigation a:hover {
	text-decoration: none;
	color: #ddd;
}

#cm_navigation a.selected {
	background-position: center bottom;
}

#cm_navigation a.left {
	background-position: left top;
	padding-left: 20px;
}

#cm_navigation a.leftSelected {
	background-position: left bottom;
	padding-left: 20px;
}

#cm_navigation a.right {
	padding-right: 20px;
	background-position: right top;
}

#cm_navigation a.rightSelected {
	padding-right: 20px;
	background-position: right bottom;
}

#cm_navigation a:hover {
	background-position: center bottom;
}

#cm_navigation a.left:hover, #cm_navigation a.leftSelected:hover {
	background-position: left bottom;
}

#cm_navigation a.right:hover, #cm_navigation a.rightSelected:hover {
	background-position: right bottom;
}

div#cm_content {
	position: absolute;
	top: 55px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	overflow-y: auto;
}

div#cm_banner {
	text-align: center;
}

#cm_banner h1 {
	margin-top: 0px;
}

div#cm_download {
	position: absolute;
	right: 20px;
	top: 180px;
}

#cm_download a {
	width: 186px;
	height: 37px;
	display: inline-block;
}

#cm_download a.download {
	background-image: url(/2012_gfx/20161212_download_button_small.png);
}

#cm_download a.purchase {
	background-image: url(/2012_gfx/20120420_purchase_button_small.png);
}

#cm_download a:hover {
	background-position: bottom;
}

div.cm_feature {
	border-top-color: #666;
	border-top-style: dashed;
	border-top-width: 1px;
	clear: both;
	padding: 10px;
	margin-right: 10px;
}

.cm_feature ul {
	list-style: circle;
}

.cm_feature li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cm_feature hr {
	border-style: none;
	border-top-style: dotted;
	border-top-color: #666;
}

div.cm_legacy {
	text-align: center;
	border-top-color: #666;
	border-top-style: dashed;
	border-top-width: 1px;
	clear: both;
	padding: 10px;
	margin-right: 10px;
}

.float_left {
	float: left;
	padding-right: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.float_right {
	float: right;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.credentials {
	color: #686;
	border-bottom-style: solid;
	border-top-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px 100px;
	text-align: center;
}
