@charset "utf-8";
/* CSS Document */
#CartBox {
	margin:10px auto;
	border:1px #CCCCCC solid;
	width:700px;
	padding:20px;
}
#CartBox div{
	float:left;
}
#CartTitle{
	margin:0px;
	width:680px;
	padding:10px 10px;
	font-size:11pt;
	border-bottom:1px #CCCCCC dotted;
	border-top:1px #CCCCCC dotted;
}
#Content{
	margin:0px 5px;
	border-bottom:#FF6600 1px solid;
	border-left:#FF6600 1px solid;
	text-align:center;
}
#CartBox input{
	width:60px;
	height:12px;
}
#Item{
	padding:5px;
	background-color:#FF9900;
	color:#FFFFFF;
	text-align:center;
}
#CartBnt {
	float:left;
	width:98%;
	text-align:right;
}
