/* CSS Document */

.noprint {
	display: none;
}

#menu {
	display: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
}

h1 {
	display: none;
}

h3 {
	margin: .5em 0 .5em 0;
}

p {
	margin-bottom: 0;
	padding-bottom: 0;
}

ul {
	margin-top: 0;
	padding-top: 0;
}

hr {
	display: none;
}

td {
	border: 1px solid #D2D2D2;
	font-size: 75%;
}

ul{
	font-size: .8em;
}

td.center {
	text-align: center;
}

td.right {
	text-align: right;
}

th {
	text-align: left;
	font-size: 1em;
	padding-left: 5px;
}

.prod{
	width: 3em;
}

#name {
	width: 50%;
}

.remember {
	display: none;
}

.sets {
	border-top: 3px solid #D2D2D2;
}

.price{
	width: 3em;
}

.quan {
	width: 3em;
}

.total {
	width: 3em;
}
.blank {
	width: 45em;
}

#footer {
	display: none;
}

