/*-- [START] css/mainarea.css --*/

.mainarea
{
	border: none;
	padding: 0px;
	empty-cells: show;
	color:#000000;
	background-color:white;
	margin: 0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align: left;
	width:  320px;
}

td.main
{
	color:#000000;
	background-color:transparent;
	text-align: left;
}

.hint
{
	font-size: 10px;
	font-weight: 100;
}

ul
{
	padding-left: 20px;
	font-size: 14px;

}

li
{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
}

/* sign up form */
.suf
{
	width: 320px;
}

.sufl
{
	width: 160px;
}

.sufr
{
	width: 160px;
}

.sufb
{
	width: 320px;
}


/* pricelist */
.pl
{
	font-size: 10px;
	width: 320px;
	border: 1px dotted;
}

.plrow
{
}

.plbutton
{
	vertical-align: top;
}


.plh1
{
	width: 190px;
	text-align: left;
	vertical-align: top;
}

.plh2
{
	width: 50px;
	text-align: right;
	vertical-align: top;
}

.plh12
{
	width: 240px;
	text-align: left;
	vertical-align: top;
}

.plh3
{
	width: 40px;
	text-align: right;
	vertical-align: top;
}

.plh4
{
	width: 40px;
	text-align: right;
	vertical-align: top;
}

.pl1
{
	width: 190px;
	text-align: left;
	border-top: 1px dotted;
	vertical-align: top;
}

.pl2
{
	width: 50px;
	text-align: right;
	border-top: 1px dotted;
	vertical-align: top;
}

.pl12
{
	width: 240px;
	text-align: left;
	border-top: 1px dotted;
	vertical-align: top;
}

.pl3
{
	width: 40px;
	text-align: right;
	border-top: 1px dotted;
	vertical-align: top;
}

.pl4
{
	width: 40px;
	text-align: right;
	border-top: 1px dotted;
	vertical-align: top;
}

.pl5
{
	width: 20px;
	text-align: right;
	border-top: 1px dotted;
	vertical-align: top;
}

/* shopping chart */
.sc_table
{
	font-size: 10px;
	width: 320px;
	border: 1px dotted;
}

.sc_no
{
	text-align: left;
	border-top: 1px dotted;
}

.sc_count
{
	text-align: right;
	border-top: 1px dotted;
}

.sc_code
{
	text-align: left;
	border-top: 1px dotted;
}

.sc_desc
{
	text-align: left;
	border-top: 1px dotted;
}

.sc_price
{
	text-align: right;
	border-top: 1px dotted;
}

.sc_total
{
	text-align: right;
	border-top: 1px dotted;
}

.sc_error
{
	text-align: center;
	border-top: 1px dotted;
}

.sc_button
{
	text-align: right;
	border-top: 1px dotted;
}



/* titles */


.sct_no
{
	width: 8px;
	text-align: left;
	background-color: grey;
}

.sct_count
{
	width: 28px;
	text-align: right;
	background-color: grey;
}


.sct_code
{
	width: 55px;
	text-align: left;
	background-color: grey;
}

.sct_desc
{
	width: 134px;
	text-align: left;
	background-color: grey;
}

.sct_price
{
	width: 45px;
	text-align: right;
	background-color: grey;
}

.sct_total
{
	width: 45px;
	text-align: right;
	background-color: grey;
}


/*-- [END] css/mainarea.css --*/

