* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

#error {
	display: block;
	width: 100%;
	height: 25px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, "sans serif";
	line-height: 25px;
	text-align: center;
	color: #F66;
	background: #FCC;
	border-top: 1px solid #F66;
	border-bottom: 1px solid #F66;
}

#receipt {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px;
	font-family: arial, helvetica, "sans serif";
	font-size: 11px;
	color: #000;
}

#receipt-top {
	float: left;
	width: 100%;
	height: 320px;
}

#receipt-header {
	float: left;
	width: 100%;
	height: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}

#receipt-header img {
	float: left;
}

#receipt-header strong {
	float: left;
	padding-left: 25px;
}

#receipt-header #top {
	float: right;
	width: 150px;
	height: 12px;
	padding-top: 3px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#receipt-subheader {
	float: left;
	width: 100%;
	height: 28px;
	padding-bottom: 5px;
}

#receipt-subheader span {
	float: left;
	width: 230px;
	padding-right: 10px;
}

#receipt-subheader #num,
#receipt #total {
	float: right;
	width: 110px;
	height: 20px;
	padding: 0;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	border-top: 0;
}

#receipt .sep {
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	border-top: 2px solid #000;
}

#receipt .sep em {
	float: left;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

#receipt .floater {
	float: left;
	width: 230px;
	padding: 10px 10px 0 0;
}

#receipt .floater strong {
	font-weight: bold;
}

#receipt .box {
	float: left;
	width: 208px;
	height: 100px;
	margin-top: 2px;
	padding: 10px;
	background: #F4F4F4;
	border: 1px solid #000;
}

#receipt .row {
	float: left;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #000;
}

html>body #receipt .row {
	min-height: 50px;
	height: auto;
}

#receipt .header {
	height: 15px;
	padding-top: 10px;
	font-weight: bold;
}

html>body #receipt .header {
	min-height: 15px;
	height: auto;
}

#receipt .row .i {
	float: left;
	width: 265px;
	padding: 0 5px 0 10px;
}

#receipt .header .i {
	width: 275px;
	padding: 0 5px 0 0;
}

#receipt .row .i img {
	float: left;
	padding: 3px 10px 0 0;
}

#receipt .row .i span {
	float: left;
	width: 210px;
}

#receipt .row .i strong {
	font-weight: bold;
	font-size: 11px;
}

#receipt .row .i em {
	font-style: normal;
	font-size: 10px;
	color: #666;
}

#receipt .row .d {
	float: left;
	width: 150px;
	padding-right: 5px;
}

#receipt .row .d span {
	float: left;
	width: 100%;
}

#receipt .row .d em {
	font-style: normal;
	font-weight: bold;
}

#receipt .row .q {
	float: left;
	width: 50px;
	padding-right: 30px;
	text-align: center;
	font-weight: bold;
}

#receipt .row .p {
	float: left;
	width: 70px;
	text-align: center;
	font-weight: bold;
}

#receipt .row .p em {
	font-style: normal;
	font-weight: normal;
	color: #666;
}

#receipt .footer {
	float: left;
	width: 100%;
	height: 60px;
	padding-top: 5px;
	text-align: center;
	border: 0;
}

html>body #receipt .footer {
	min-height: 60px;
	height: auto;
}

#receipt .footer span {
	float: left;
	width: 100%;
}

#receipt .footer span span {
	float: left;
	width: 515px;
	padding-right: 5px;
	text-align: right;
}

#receipt .footer .t {
	font-weight: bold;
}