/*
	COPYRIGHT 1996, 2009 JAMES H. ZISCH. ALL RIGHTS RESERVED.
	CONTACT:  James H. Zisch - Computer Services (JHZ-CS) http://www.jhz-cs.com/
*/

#orderPane {
	z-index: 1;
	position: relative;
	display: none;
	margin: 0;
	padding: 0 .5ex 0 .5ex;
	top: 0px;
	width: auto;
	height: auto;
	overflow: visible;
	float: right;
	clear: none;
	background-color: #003399;
	color: #FFFFFF;
	font: bolder 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #888;
	border-width: 0 thin thin thin;
	border-color: #003399;
	border-style: solid;
}

#orderPane * {
	font: bolder 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	color: #FFFFFF;
}

#orderPane table {
	margin: 0;
	padding: 0;
	width: 200px;
	border-width: 0;
}

#orderPane th {
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}

#orderPane th.header {
	margin: 0;
	padding: .5em 0 1em 0;
	text-align: center;
	text-transform: uppercase;
}

#orderPane td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
}

#orderPane td.delete {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	text-transform: inherit;
}

#orderPane td.name {
	padding: 0 1em 0 0;
	white-space: nowrap;
}

#orderPane td.price {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: right;
}

#orderPane td.price:before { content: "$"; }
#orderPane td.label { text-transform: uppercase; }
#orderPane td.extension { border-bottom: 1px silver dotted; }

#orderPane td.subtotal {
	margin: 0;
	padding: 0 0 0 0;
	border-top: 1px silver solid;
}

#orderPane td.total {
	margin: 0;
	padding: .5em 0 0 0;
	border-top: 1px silver solid;
	border-bottom: 3px silver double;
}

#orderPane td.controls {
	margin: 0;
	padding: .5em 0 .5em 0;
	vertical-align: top;
	text-align: center;
	color: #FFFFFF;
}

#orderPane td.instructions {
	margin: 0;
	padding: 0 1em 1em 1em;
	vertical-align: top;
	text-align: left;
}

#orderPane a:link, #orderPane a:visited, #orderPane a:active, #orderPane a:visited:active {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #FFCC00;
}

#orderPane a:hover, #orderPane a:visited:hover {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #CC0000;
}

p.centered { text-align: center; }
