.chapter {
	font-weight:bold;
}
.TabbedPanelsContent ol {margin:20px 20px 0 3em;
}

.TabbedPanelsContent p#hello {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
table {
	width:90%;
}
th {
	font:bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px;
	text-align:left;
	border-bottom:1px solid #333;
	background-color:transparent;
}
td {
	padding: 3px;
	font-size:.8em;
}
td a#hello:hover {
	text-decoration:underline;
	color:#444;
}
td a#hello:visited {
	text-decoration: underline;
}
#first {
	background:#fff;
}
.floater {
	margin-bottom:3em;
}
.floater h1 {
	font:normal 1.3em Verdana, Geneva, sans-serif;
	color:#fff;
	margin: 0 0 1em 0;
	border:1px solid #999;
	background-color:#555;
	padding:7px 0 7px 10px;
}
.contain, .containlast {
	margin-bottom:7px;
	padding:5px;
	}
.containlast {
	border-bottom:none;
}
#contentsales h6 {
	font:bold 1.1em Verdana, Geneva, sans-serif;
	border-bottom: none;
	margin: 0 20em 1em 0;
}
#contentsales a.filesmac, #contentsales a.fileswin {
		font:bold 1.6em Verdana, Geneva, sans-serif;
background:url(../images/mac.jpg) no-repeat left center;
padding-left:2em;
}
#contentsales a.fileswin {
	background:url(../images/win.jpg) no-repeat left center;
	cursor:pointer;
}
.os {
	width:46%;
	float:left;
	padding:10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */