.ordertable{
	width: 100%;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.ordertable td, .ordertable th{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.ordertable .bgray{
	background-color:lightgray;
}

.ordertable th {
	text-align:left;
}

.pricediv{
	width: 450px;
	display: inline-block;
	background-color: lightgray;
	padding: 5px;
	border: 1px solid black;
}

#bsum, #bsum2{
	font-size: 20px;
	font-weight: bold;
}

.errorblock {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	font-weight:bold;
	text-align:center;
	background-color: #DD1010;
}

td.lineBg {
	background: url('/pics/btn_square_line.gif') repeat-x;
	height: 16px;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 12px;
}

td.lineBg a img { border: 0;}

td.textBg {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans;
	padding-left: 24px;
	padding-right: 12px;
}
div.formblock{
	text-align:left;
}