/* CSS Document */
.catalogueTable { width: 100%; margin-top: 50px; border-top: 4px solid #0066CC; }
.catalogueTitle {
	font-size: 100%;
	color: #0066CC;
	font-weight: bold;
	padding: 2px 0px;
}
.catalogueCode, .cataloguePrice, .catalogueOrder, .catalogueDuration {
	font-size: 70%;
	color: #333333;
	background: #FFFFCC;
	width: 25%;
}
.catalogueCode {
	text-align: left;
	padding-left: 2px;
}
.cataloguePrice {
	text-align: center;
}
.catalogueOrder {
	text-align: right;
	padding-right: 4px;
}
.catalogueDuration {
	text-align: center;
}
.catalogueDesc {
	color: #333333;
	text-align: justify;
	padding: 2px 0px;
}
.catalogueDesc p {
	font-size: 80%;
}
.catalogueDesc ol li, .catalogueDesc ul li {
	padding: 2px;
}
.catalogueDesc ol li {
	background-color: #E0E0E0;
}
.catalogueDesc ul li {
	background-color: #CAE4FF;
}
.catalogueDescBOLD {
	font-weight: bold;
	color: #000000;
}
.catalogueDescEM {
	font-style: italic;
	color: #CC0000;
}
.compactImageViewer {
	float: right;
	margin: 0;
}
.compactPDFviewer {
	margin: 8px 0 8px 0;
	border: solid #666666 2px;
}
.catalogueRightColumn {
	float: right;
	padding: 4px 0 4px 4px;
}
.compareTableTop {
	margin: 0 60px 0 60px;
	height: 12px;
	background-image: url('/images/blue-table-top.jpg');
	background-repeat: no-repeat;
}
.compareTableEnd {
	margin: 0 60px 0 60px;
	height: 13px;
	background-image: url('/images/blue-table-end.jpg');
	background-repeat: no-repeat;
}
.compareTableBody {
	margin: 0 60px 0 60px;
	padding: 0 10px 0 10px;
	background-image: url('/images/blue-table-body.jpg');
	background-repeat: repeat-y;
}
.compareTableBody table {
	width: 490px;
	margin: 0 0 0 0;
	font-size: 80%;
}
.compareTableBody table tr td {
	border-bottom: #CAE4FF solid 1px;
	padding: 2px;
}
.inputButton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border: solid 1px #000000;
	padding: 0;
	margin: 0;
}

