/*
	Quick Orders for Zen Cart - Add products to cart by inserting model number and quantity

	This program is subject to the Gnu General Public License version 2 (dated June 1991)

	A copy of the license should have been included with this package; see license.txt
	The license is also available at: http://www.gnu.org/copyleft/gpl.html
*/

.qo_error {
	color: #FF0000;
}


/*
#quick-order {
	background: #eee;
	border-collapse: collapse;
}

#quick-order .table-header {
	background: #dde;
	color: #000;
}

#quick-order .row-1 .column-1 {
	background: #555;
	color: #fff;
}

#quick-order .row-1 .column-2 {
	background: #bbb;
	color: #000;
}

#quick-order .row-2 .column-1 {
	background: #ccc;
	color: #000;
}

#quick-order .row-2 .column-2 {
	background: #555;
	color: #000;
}
*/
