@charset "utf-8";
#items {
	font-size:16px;
	margin-top:20px;
}
#items li {
	margin:0 0 10px 17px;
	list-style-image:url(/images/misc/list-diamond-9.gif);
}
.stLeft {
	float:left;
	margin-bottom:10px;
}
.stLeft img {
	border:1px solid #000;
}

.stRight {
	float:right;
	margin-bottom:10px;
}

.itemBox {
	border:1px dashed #CCC;
	padding:10px;
	margin-bottom:10px;
}

.cart {
	text-align:center;
}
