@CHARSET "ISO-8859-1";

#info-wrapper {
	display: block;
	clear: both;
}

h3.left, h3.right {
	padding-bottom: 3px;
	border-bottom: solid 2px #f00;
	margin-bottom: 0;
}

h3.left {
	width: 130px;
}

h3.right {
	padding-left: 45px;
	width: 565px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear both;
}

#materials {
	width: 580px;
	float: right;
	margin-top: 6px;
}

#materials li {
	background: url(../images/products/product-bg.png) no-repeat center;
	width: 261px;
	height: 168px;
	padding: 14px 15px 18px 13px;
	list-style-type: none;
	position: relative;
}

#materials li .top, #materials li .orange {
	font-weight: bold;
	padding-top: 4px;
}

#materials li .top, #materials li .bottom, #materials li .orange, #materials li span.red {
	width: 104px;
	display: inline-block;
	text-align: center;
	font-size: 1em;
	line-height: 1.1em;
}

#materials li .top .orange {
	color: #FCB13B;
}

#materials li .bottom {
	width: 106px;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 24px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #A5A5A6;
}

.red {
	color: #f00;
	width: auto;
}

#materials li .uses span.red {
	display: inline;
}

#materials li p {
	float: right;
	width: 151px;
}

#materials ul {
	margin-bottom: 10px;
}

#materials li p.desc {
	display: inline-block;
	width: 134px;
	height: 71px;
	margin: 0 0 6px 0;
	padding: 8px;
	font-size: .85em;
	line-height: 1em;
}

#materials li p.uses {
	display: inline-block;
	width: 134px;
	height: 71px;
	margin: 0 0 0 0;
	padding: 0 8px 8px 8px;
	font-size: .85em;
	line-height: 1em;
}

.uses span {
	color: #f00;
	display: block;
}

hr.clear {
	color: #f00;
}

#products {
	margin-top: 10px;
}

