@charset "utf-8";
/* CSS Document */

#main
{
	background-color:#EAEAEA;
	position:relative;
	width:800px;
	height:1050px;
	margin:auto;
}
#logo
{
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	margin:auto;
	width:95%;
	height:66px;
	top:5px;
	left:0px;
	text-align:right;
}
.spacer10px
{
	position:relative;
	width:100%;
	height:10px;
}
#topform
{
	text-align:right;
	padding-right:20px;
	position:relative;
	width:100%;
	height:150px;
}
#checkboxdiv
{
	margin:auto;
	width:95%;
	text-align:center;
}
#maintable
{
	margin:auto;
	width:95%;
	text-align:center;
}
.line_total
{
	width:100%;
	height:94%;
	position:relative;
	cursor:text;
	background-color:#9EC0FE;
	border:none;
}
.line_total:hover
{
	width:98%;
	height:93%;
	border-style:solid;
	border-width:1px;
}
.quant
{
	width:99%;
	height:94%;
	background-color:#9EC0FE;
	border:none;
	text-align:center;
}
.quant:hover
{
	width:98%;
	height:93%;
	border-style:solid;
	border-width:1px;
}

.quanttext
{
	width:95%;
	height:95%;
	text-align:center;
	background-color:#9EC0FE;
	
}