@charset "utf-8";
/* CSS Document */

#page{
	border: 0 none;
	background: transparent;
	font-size: 11px;
}
label{
	display: block;
	float:left;
	width: 330px;
	height: 30px;
	clear:left;
}
.count label, .totalprice label{
	width: 150px;
}
input{
	float:left;
	clear: right;
}
.text img, .text small{
	display: block;
	float: left;
	clear: both;
}
.totalprice{
	display: block;
	float: left;
	clear:both;
}
.debug{
	background: #000;
	color: #fff;
	font-size: 12px;
}
.debug h6{
	font-size: 13px;
}
strong.description{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}
span.price{
	clear: both;
	float: left;
	display: block;
	margin-top: 5px;
}
.error{
	clear:both;
	float: left;
	display: block;
	color: #f00;
}
	fieldset{
		border: 0px none;
		width: 100%;
		border-top: 1px solid #A6A7A9;
	}
.menu{
	margin-top: -53px;
}
