body {
	margin: 0px;
	padding: 0px;
}

#stockcheck {
	font-size: 90%;
}

#stockcheck table tr th,
#stockcheck table tr td {
	text-align: center;
}

#stockcheck table tr th {
	background-color: #eeeeee;
}

#stockcheck table tr td.distributor {
	text-align: left;
	padding-left: 15px;
}

#stockcheck table tr td.number {
	text-align: right;
}

#stockcheck table tr td.cart {
	width: 60px;
}

div.labelOn {
	background-color: #94b0fb;
	color: #000000;
}

div.labelOff {
	background-color: #dddddd;
	color: #008000;
}

#stockcheck table caption.module {
	background-image: url("../images/icon_h3.gif");
	background-position: left 0.25em;
	background-repeat: no-repeat;
	font-size: 106%;
	line-height: 1;
	padding: 3px 0 5px 10px;
	width: auto;
	margin-bottom: 15px;
	color: #242424;
	text-align: left;
	font-weight: bold;
}
