.insight h1 {
	clear:both;
}
.insight #page-content p {
	width:500px;
}
.insight .facebook {
    position:absolute;
    top:15px;
    right: 0;
}
.insight .section {
    float:left;
    position:relative;
    margin: 0 0 20px 0;
    padding: 10px 0px 20px 0px;
    width:500px;
    border-bottom: 1px solid gray;
}
.insight .section img {
    width:100%;
}
.insight .section ul {
    list-style:disc outside none;
    margin: 100px 0 0 100%;
    padding-left:50px;
    position:absolute;
    width:200px;
}
.insight .section table.data {
    position:relative;
    width:465px;
    left:-12px;
}
.insight .section table.data td {
    width:25%;
    text-align:center;
}
.insight .section table.data td.label {
    width:0!important;
}

/* Added FXC 20101026 */
.insight .section table.data th {
     text-align:center;
     background-color: #E6E6FA;
     border: 1px solid gray;
}


.insight td.label span {
    display:block;
    float:right;
    margin-left:-100%;
    position:relative;
    top:3px;
    left:-4px;
    text-align: right;
}

