#cart{
	margin-top: 15px;
	text-align: center;
	padding-left: 10px;
	width:258px;
	float: right;
	border-left: dashed 1px #ffcc00;
	}
	
.item{
	width:350px;
	margin-top: 10px;
	border-bottom: dashed 1px #ffcc00;
	padding-bottom: 10px;
	}