.error {
	color: #000;
	font-weight: bold;
}
.my_list_right table {
	background: none;
	border: none;
	margin: 0;
	padding: 5px;
	width: 100%;
}
table.quoter {
	border: 0;
	width: 100%;
}
.quoter th {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.quoter tr, td {
	margin: 0;
	padding: 0;
}
.quoter .td {
	font-weight: bold;
}
tr.category td {
	text-transform: uppercase;
}

.my_list_left {
	color: #EFA307;
	font-weight: bold;
	max-width: 20%;
	text-align: right;
	vertical-align: top;
	padding: 10px;
}

.my_list_right {
	background: #ececec;
	border: none;
	color: black;
	font-weight: normal;
	text-align: left;
	padding: 10px;
}
.my_list_right td.left {
	width: 30%;
}
.my_list_right td.right {
	width: 60%;
}
.my_list_right td.right input {
	width: 90%;
}
.my_list_right textarea {
	min-height: 100px;
	width: 90%;
}
.my_list_right select {
	width: 90%;
}
.my_list_right .textfield {
	width: 90%;
}

#quote-tool {
	width: 550px;
}

.desc {
	min-width: 200px;
	max-width: 200px;
}
.price {
	text-align: right;
}
.qty {
	float: right;
}