.infoBlock {
 width: 500px;
 color: #333;
 border-collapse: collapse;
}

.infoBlock thead {
 font-weight: bold;
 text-transform: uppercase;
 color: white;
}

.infoBlock ul {
 padding-left: 10px;
 border-top: 1px solid white;
 list-style-type: none;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 20px;

}

.infoBlock .label {
 font-weight: bold;
 width: 170px;
 text-align: right;
}

.infoBlock .value {
}

#listing thead {
 background-color: #b0b0b0;
}

#listing tbody {
 background-color: #e9e9e9;
}

#darkgray {
 background-color: #707070;
}

#darkgray ul {
 background-color: #d9d9d9;
}

#features thead {
 background-color: #bfd67b;
}

#features tbody {
 background-color: #dbebbf;
}

#green {
 background-color: #3e633b;
}

#green ul {
 background-color: #d6e2d8;
}

#contact thead {
 background-color: #2aa5b5;
}

#contact tbody {
 background-color: #c0e4e8;
}

#prop thead {
 background-color: pink;
}

#prop tbody {
 background-color: #ffeeee;
}

