.customer-list h1 {
	font-size: 140%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.customer-list h1 span {
	float: right;
	margin: -1px 0px 0px 5px;
	display: inline-block;
	font-size: 90%;
	padding: 4px 10px;
}
.customer-list h1 span select {
	margin-left: 5px;
}
.customer-list h2 {
	margin: 10px 0px 5px 210px;
	padding: 8px 10px;
	font-size: 90%;
	font-weight: bold;
	border-width: 1px;
	background: url(img/gradient-bg-small.png) repeat-x bottom center;
}
.customer-list.wish-list h2 {
	background: #F4F4F4;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	clear: both;
}
.customer-list h2 button {
	float: right;
	margin: -1px 0px 0px 5px;
}
.customer-list .perm-flag-private,
.customer-list .perm-flag-public {
	display: none;
	font-size: 90%;
	font-weight: normal;
	margin-left: 10px;
	cursor: default;
}
.customer-list .perm-flag-private.Private {
	display: inline;
}
.customer-list .perm-flag-public.Public {
	display: inline;
}
#order-sheets table,
.modify-order-sheet table {
	border-width: 1px;
	width: 100%;
}
#order-sheets table input,
.modify-order-sheet table input {
	width: 20px;
	text-align: center;
}
#order-sheets table select,
.modify-order-sheet table select {
	font-size: 80%;
	width: 100%;
}
#order-sheets table .name,
.modify-order-sheet table .name {
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 3px;
}
#order-sheets table .number,
.modify-order-sheet table .number {
	display: inline;
	font-size: 80%;
	color: #888888;
	font-weight: normal;
}
#order-sheets table a {
	margin-left: 10px;
}
#order-sheets table a:hover {
	text-decoration: underline;
}
#order-sheets table th,
.modify-order-sheet table th {
	background: #F4F4F4;
	font-size: 10px !important;
	font-family: verdana;
}
#order-sheets table td,
.modify-order-sheet table td {
	border-style: dotted;
}
#order-sheets table th,
#order-sheets table td {
	width: auto;
	border-bottom-width: 1px;
	text-align: left;
	padding: 4px;
}
#order-sheets table th+th,
#order-sheets table td+td {
	border-left-width: 1px;
	width: 90px;
	text-align: center;
}
#order-sheets table th+th+th,
#order-sheets table td+td+td {
	width: 80px;
	text-align: right;
	font-size: 90%;
}
#order-sheets table th+th+th+th,
#order-sheets table td+td+td+td {
	width: 70px;
	text-align: center;
}
#order-sheets table th+th+th+th+th,
#order-sheets table td+td+td+td+td {
	width: 60px;
	text-align: center;
}
#order-sheets .buttons {
	padding-top: 10px;
	text-align: right;
}
.modify-order-sheet {
	padding-top: 5px;
}
.modify-order-sheet table {
	border-width: 0px;
	border-top-width: 1px;
}
.modify-order-sheet .table-scroll {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 260px;
}
.modify-order-sheet .table-scroll table {
	border-top-width: 0px;
}
.modify-order-sheet table th,
.modify-order-sheet table td {
	width: 60px;
	border-bottom-width: 1px;
	text-align: center;
	padding: 4px;
}
.modify-order-sheet table th+th,
.modify-order-sheet table td+td {
	border-left-width: 1px;
	width: auto;
	text-align: left;
}
.modify-order-sheet table th+th+th,
.modify-order-sheet table td+td+td {
	width: 90px;
	text-align: right;
}
.modify-order-sheet table th+th+th+th,
.modify-order-sheet table td+td+td+td {
	width: 80px;
	text-align: center;
}
.modify-order-sheet table th+th+th+th+th,
.modify-order-sheet table td+td+td+td+td {
	width: 80px;
	text-align: center;
}
.modify-order-sheet table th {
	background: #F4F4F4;
}
#profile-page fieldset label {
	font-weight: bold;
}
#profile-page fieldset li.checkbox-wrapper label {
	display: block;
	width: auto;
}
#profile-page fieldset li ul {
	padding: 5px 0px;
	margin: 0px 0px 0px 30px;
	display: block;
}
#profile-page fieldset li ul li {
	display: inline-block;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	float: left !important;
	width: 230px;
	clear: none;
}
#profile-page fieldset li ul li label {
	width: auto;
	margin-right: 20px;
	cursor: pointer;
	font-weight: normal;
}
#profile-page fieldset li ul li label:hover {
	text-decoration: underline;
}
#profile-page fieldset li ul li input {
	float: left;
	width: auto;
	display: none;
}
#profile-page fieldset li ul li input.checkbox {
	width: auto;
	margin-left: 10px;
	display: inline;
}
#profile-page fieldset li ul.stack li {
	display: block !important;
	float: none;
	width: 100%;
	padding: 0px;
}