#productBackground {
		width: 900px;
		background:url(../images/misc/products_bg.gif);
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

.productContent {
		padding: 10px;
	}
	
.productContent ul {
		list-style: none;
	}
	
.productContent li {
		line-height: 2.0;
	}
	
.highlight a {
		font-weight: bold;
	}