.wincomp {
	width:880px;
	}

.wincomp table.comptab {
	width:880px;
	border-collapse:collapse;
	border-spacing:0px;
	border:none;
	}

.wincomp .comptab caption {
	margin-bottom:2px;
	text-align:left;
	font-weight:bold;
	}

.wincomp .comptab th,
.wincomp .comptab td {
	padding:2px;
	border:1px solid #184464;
	}

.wincomp .comptab th {
	background-color:#9CB6CA;
	}

.wincomp .comptab td {
	}
	
.wincomp .comptab th.taio {
	width:80px;
	background-color:#BDCEDC;
	}

.wincomp .comptab th.category {
	width:200px;
	}

.wincomp .comptab th.model {
	width:120px;
	}

.wincomp .comptab th.apli {
	width:150px;
	}

.wincomp .comptab td.taio {
	text-align:center;
	}

.wincomp .comptab td.noapli {
	text-align:center;
	}

.wincomp ul.note {
	margin:0;
	padding:0;
	list-style-type:none;
	}


/*  Table
---------------------------------------------------------- */
table.cont_table {
	width: 100%;
	border-collapse: collapse;
}

table.cont_table th,
table.cont_table td {
	padding: 6px 8px;
	border: 1px solid #8ba1b1;
	text-align: left;
}

table.cont_table th {
	background: #eaeff1;
}

table.cont_table th.sub {
	background: #f4f7f8;
}