BODY {
    font-family: sans-serif;
}

#compTable td,#compTable tr {
	font-size: 12px;
	padding: 5px;

	background-position: left;
}

#compTable th {
    padding-top: 15px; background: #bdcbd4; padding: 5px; font-size: 11px;
}

.odd {
    background-color: #cccccc;
}

.modelSelect {
    background: #cccccc;
}


.attributeCol {
    width: 33%;
}

.attributeValueCol {
    text-align: center; vertical-align: middle;
}

#compTable td.imageHeader {
    background-image: none; vertical-align: top;
}

div.imageHeader {
    text-align: center;
}

.removeText {
/*    font-size: 9px;*/
}

.categoryDesc {
    padding-top: 15px; background: #bdcbd4; padding: 5px; font-size: 11px; text-transform: uppercase; text-align: left;
}

#key td,#key tr {
    font-size: 11px; padding-left: 15px;; padding-bottom: 0px; padding-top: 0px; background-color: white;
    background-image: none; background-position: left; background-repeat: repeat-y;
    font-weight: bold;
}

