.bold-blue {
	color: #009;
}

.tbl-conflict {
    border: 1px;
}
.tbl-conflict .label {
    font-weight: bold;
    background-color: #F0F6FF;
}
.tbl-conflict tr:hover {
    background-color: #F0F6FF;
}

.shipping-extra {
	color: #603;
    text-decoration: underline;
    font-weight: bold;
}

table.tbl-border {
    width: 100%;
}
.tbl-border table,
.tbl-border tr,
.tbl-border th,
.tbl-border td {
    border: 1px solid;
}

.footnote {
	font-size: small;
}

.required {
	color: red;
	vertical-align: top;
    font-weight: bold;
    font-size:large;
}
.title-1 {
	font-weight: bold;
	font-style: italic;
	font-size: large;
}
.title-2 {
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	text-indent: 50px;
}

.title-3 {
    text-indent: 80px;
}

.price {
	font-size: small;
	font-weight: bold;
	color: #060;
}

.colored-row {
	background-color: #F0F6FF;
}


#error_message,
.red {
	color: red;
}

.tbl-header {
    background-color: #808080;
    color: white;
    font-weight: bold;
}

.totals-row {
    font-weight: bold;
    font-size: medium;
}

.align-center { text-align: center; }