@CHARSET "ISO-8859-1";

label span {
	width: 5em;
	float: left;
	}

.catalogItem h3 {
    float: right;
    width: 615px;
    font-weight: normal;
    border-bottom: 1px solid #8B0000;
    }
.catalogItem a {
    font-weight: normal;
    }
.itemImage {
	float: left;
	width: 150px;
    font-size: 10pt;
    text-align: center;
	}
.itemImage img {
	border: 1px solid black;
	}
.itemDetails {
	float: right;
	width: 615px;
    }
.price {
	font-weight:  bold;
	}

.rightImage {
	float: right;
	margin: 5px;
	text-align: center;
	}
.rightImage img {
	border: 1px solid black;
	}
.rightImage a {
	font-weight: normal;
	font-size: 12pt;
	}
#price {
	font-size: 16pt;
	margin-bottom: 1em;
	}
.listTitle {
	color: #555753;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid black;
	}
.productImage {
	width: 140px;
	float: left;
	text-align: center;
	margin: 5px;
	font-size: 10pt;
	}
.productImage a img {
	border: 1px solid black;
	}
.productImage a {
	font-weight: normal;
	font-size: 10pt;
	}
.productImageWide {
	width: 195px;
	float: left;
	text-align: center;
	margin: 5px;
	}
.productImageWide a img {
	border: 1px solid black;
	}
.productImageWide a {
	font-weight: normal;
	font-size: 10pt;
	}
#relatedItems {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	}
.relatedLink {
	float: left;
	width: 250px;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	}
