/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */

/* --------------------------------  Order Form -------------------------------- */

#orderform {
	margin: 1em 0;
}

#orderform th, #orderform td {
	margin: 0;
}

#orderform td {
	padding: 0;
	font-size: 11px;
}

#orderform a {
	color: #065F5B;
	text-decoration: none;
}

#orderform a:hover {
	color: #008F89;
	text-decoration: underline;
	cursor: help;
}

#orderform tr.header th {
	background: #433E80;
	color: #FFF;
	padding: 1em 0.5em;
}

#orderform tr.category1 th {
	background: none;
	color: #433E80;
	font-size: 2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-top: 1em;
}

#orderform tr.category2 th {
	background: #fff url(/images/greenarrow-right.gif) 0 50% no-repeat;
	color: #00ACA7;
	cursor: pointer;
	cursor: hand;
	padding-left: 20px;
}

#orderform tr.category3 th {
	background: #FFF url(/images/bluearrow-right.gif) 0 50% no-repeat;
	color: #065F5B;
	cursor: pointer;
	cursor: hand;
	padding-left: 20px;
	font-size: 11px;
}

#orderform input.quantity {
	width: 2em;
}

#orderform tr.highlight td {
	background: #E9F9F9;
}

#orderform table.productgroup {
	padding: 0;
	margin: 0;
}
#orderform table.productgroup table.productgroup td {
	border-bottom: 1px solid #EEE;
	margin: 0;
}

#orderform table.productgroup table.productgroup table.productgroup {
	margin-left: 1em;
}

#orderform tr.category2 th.open {
	background: #fff url(/images/greenarrow-down.gif) 0 50% no-repeat;
}

#orderform tr.category3 th.open {
	background: #FFF url(/images/bluearrow-down.gif) 0 50% no-repeat;
	color: #065F5B;
}

#orderform td.pricecolumn,
#orderform th.pricecolumn {
	width: 60px;
}
#orderform td.quantitycolumn,
#orderform th.quantitycolumn {
	width: 50px;
}
#orderform td.subtotalcolumn,
#orderform th.subtotalcolumn {
	width: 70px;
}
