.section {
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden; /* height adjustment hack for FF. */
    width: 200px;
    text-align: left;
    background-color: #fff;
}

.section h5 {
    color: #007ec3;
    margin: 0;
    font-size: 115%;
    padding: 0 0 3px 5px;
    background-color: #ccc;
    line-height: 20px;
}

.section h5 img {
    vertical-align: bottom;
    padding-bottom: 1px;
}
/* Inside content of a div with rounded corners */
.contentWrap, .collapseWrap {
    padding: 10px;
    padding-bottom: 10px;
}

.floatingIcon {
    float: right;
    margin-right: 4px !important;
    margin-right: 2px; /* stupid IE6 */
    margin-top: 4px;
    margin-left: 0px;
}

.floatingIcon a img {
    width: 14px;
    height: 14px;
    border: 0;
    -moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha( opacity = 70 ); /* for IE6 */
	display:block; /* for use with js */
	cursor:pointer;
}

.floatingIcon a:hover img, .floatingIcon a img.fade {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha( opacity = 100 ); /* for IE6 */
}

