#quote-form-wrapper {
	width: 60%;
	float: right;
}

#quote-plist {
}

#quote-products {
	width: 100%;
	margin-bottom: 10px;
}
#quote-products tr:hover td {
	background-color: #eee;
}
#quote-products th {
	text-align: left;
}
#quote-products td, #quote-products th {
	padding: 5px;
	border-bottom: 1px solid #999;
}
#quote-products a {
	display:block;
	cursor:pointer;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#quote-products a:hover {
}
#quote-products .product-number {
	font-weight: bold;
	color: #000;
	font-size: 1.0em;
}
#quote-products .product-title {
	color: #005daa;
	font-size: 0.8em;
}

#quote-form-wrapper small {
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
