#demo
{
	margin-top: 10px;
	width:705px;
	height:670px;
	margin-right:auto;	
	margin-left:auto;
	border:solid 1px #9f9f9f;
	padding: 15px 15px 15px 15px;
}

#carts
{
	position: relative;
	top: 2px;
	width: 700px;
	height: 330px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image:url(./images/decodea.jpg);
	border: 1px solid #f9f9f9;
}

#carts .teeth
{
	position: relative;
	top: 110px;
	left: 45px;
	float:left;
	width: 637px;
	height: 184px;
	background-color: transparent;
	border-style:none;
}

#items
{
	position: relative;
	top: 10px;
	width: 700px;
	height: 250px;
	border: 1px solid #393939;
	background-color:#ffffff;
}

#items .info
{
	position: relative;
	float:right;
	top: 10px;
	left: 0px;
	width: 607px;
	height: 228px;
	background-color: #fff;
	border-style: none;
	padding: 1px 5px 1px 1px;
}

#items .label
{
	position: relative;
	float:left;
	top: 10px;
	left: 1px;
	width: 74px;
	height: 228px;
	background-color: #fff;
	border-style: none;
	padding: 1px 1px 1px 1px;
}

.item {
	float: left;
	position: relative;
	width: 50px;
	height: 52px;
	border: 1px solid #eee;
	margin: 1px 2px 1px 1px;
	background-color: transparent;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	cursor: url("3dwmove.cur"),move;
}

.cart {
	float: left;
	position: relative;
	width: 33px;
	height: 51px;
	border-style: none;
	margin: 4px 2px 4px 1px;
	background-color: transparent;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.cart .item {
	
	border-color:transparent;
	background-color: transparent;
	cursor: default;
}

.item span
{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;

}

.note {	
	position: relative;
	width: 72px;
	height: 36px;	
	margin: 10px 0px 50px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#result
{
	position: relative;
	top: 15px;
	width: 700px;
	height: 75px;
	border: 1px solid #393939;
	background-color:#FDF8DF;
}

.xtextbox
{
	position:relative;
	text-align:left; 
	margin-left:4px; 
	margin-top:7px;
	font: 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color:#6F80A9;
	overflow: scroll;
}

.xbutton
{
	position:relative;
	margin-right:5px; 
	margin-top:7px;
}

.push {
	float: left;
	position: absolute;
	width: 12px;
	height: 12px;
	border-style: none;
	z-index: 1;	
}

