@charset "utf-8";

#compare h3 {
	background-color: #ffcc99;
	border-left: solid 12px #ff9966;
	padding-left: 6px;
}
#compare table {
	border-collapse: collapse;
	width: 99%;
	background-color: #ffffff;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
#compare th {
	background-color: #cccccc;
	font-weight: normal;
	font-size: small;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px #666666;
}
#compare td {
	font-size: small;
	padding: 3px 5px;
	text-align: center;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #999999;
}
#compare th p {
	padding: 3px 5px;
}
#compare tbody th {
	width: 15%;
	border-bottom: solid 1px #666666;
}
#compare tr.border td {
	border-bottom: solid 1px #666666;
}
#compare .left td {
	text-align: left;
}
#compare caption {
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: small;
}

#compare .disable {
	background-color: #e8e8e0;
}
#compare .toll {
	background-color: #ffccff;
}
#compare .early {
	background-color: #ccffff;
}
#compare .discount {
	/*background-color: #ccffcc;*/
}

#compare th a {
	text-decoration: none;
	color: blue;
	display: block;
	padding: 3px 5px;
	margin: 0;
}
#compare th a:hover {
	color: #ff0066;
	background-color: #E2F7DF;
	text-decoration: underline;
}

#mainContent p.another {
	margin-top: 1.5em;
}