@charset "utf-8";
#mainContent table {
	width: 99%;
	border-collapse: collapse;
	background-color: #ffffff;
}
#mainContent td, #mainContent th {
	padding: 3px;
	border: solid 1px black;
}

#applicable h3 {
	margin: 10px 0 0;
}
#applicable th, #applicable td {
	font-weight: normal;
	font-size: small;
}
#applicable th {
	background-color: #cccccc;
	font-weight: normal;
	text-align: center;
	width: 9em;
	border-right: none;
	white-space: nowrap;
}
#applicable td {
	vertical-align: middle;
	border-left: solid 1px #666666;
}
#applicable .toll td {
	background-color: #ffccff;
}
#applicable .early td {
	background-color: #ccffff;
}
#applicable .discount td {
	/*background-color: #ccffcc;*/
}
/*#applicable .free th {
	background-color: #e0e0e0;
	color: #666666;
}*/
#applicable li a {
	display: block;
	text-decoration: none;
	color: black;

	margin: 0;
	padding: 2px 2px 1px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	white-space: nowrap;
	line-height: 1em;
}
#applicable li a:hover/*, #applicable .free li a:hover*/ {
	color: #ff0066;
	background-color: #E2F7DF;
}

#applicable ul {
	margin: 0;
	padding: 0;
	clear: left;
}
#applicable li {
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	font-size: x-small;
	width: auto;
	float: left;
	line-height: 1em;
	padding: 0 0 0 0.9em;
	list-style: none;
	margin: 1px 2px 0 0;
	background-color: #ffcc00;
}
/*#applicable li.fullcolor {
	background-color: #ff6699;
}*/
/*#applicable .free li, #applicable .free li a {
	border-color: #999999;
	color: #999999;
}*/


.price {
	padding: 5px 10px;
	background-color: #f0f0f0;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}

#description h3 {
	background-color: #ffcc99;
	border-left: solid 12px #ff9966;
	padding-left: 6px;
}
#description h4 {
	margin-bottom: 6px;
}

#description th {
	background-color: #cccccc;
	font-weight: normal;
	font-size: small;
	text-align: center;
	white-space: nowrap;
	padding: 3px 5px;
}
#description thead th {
	/*background-color: #cccccc;
	font-weight: normal;
	white-space: nowrap;*/
}
#description tbody th {
	width: 15%;
}
#description td {
	padding: 5px;
	text-align: center;
}
#description .left td {
	text-align: left;
}
#description caption {
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: small;
}
#description ol {
	background-color: white;
	border: solid 1px black;
	margin: 6px 12px;
	padding: 6px 3em;
}


#description #price table{
	border: solid 1px black;
	border-top-style: none;
	border-left-style: none;
	font-size: small;
	background-color: transparent;
}
#description #price caption{
	font-weight: normal;
	font-size: small;
	color: black;
	text-align: right;
}
#description #price th{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px black;
	border-right: solid 1px #999;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	background-color: #ccc;
	padding: 3px 8px;
}
#description #price thead th{
	border-top: solid 1px black;
	border-bottom: solid 1px #999;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
#description #price tfoot th, #description #price tfoot td{
	border-top: solid 1px #999;
}
#description #price td{
	border: none;
	border-left: solid 1px #ccc;
	padding: 6px 3px 6px 6px;
	text-align: right;
	vertical-align: middle;
	background-color: #fff;
}
#description #price .alter td {
	background-color: #e8e8e8;
}
#description #price tr.border td{
	border-bottom: solid 1px #999;
}
#description #price td.topleft{
	border-left: none;
	border-top-style: none;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: transparent;
}
#description #price th.topleft{
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

