

#smallCaddie{
	max-height:300px;
	overflow:auto;
}

#smallCaddie li{
	position:relative;
	padding:5px 0 6px 0;
	border-bottom:1px dotted #ccc;
	font-size:11px;
	color:#666;
	
	overflow:hidden;
	min-height:34px;
}
#smallCaddie .caddie_quantity{
	float:left;
	width:20px;

}

#smallCaddie .caddie_title{
	float:left;
	width:160px;
}
#smallCaddie .caddie_price{
	float:right;
	width:50px;
	text-align:right;
	padding-right:5px;
}
#smallCaddie li .caddie_delete{
	width:15px;
	height:15px;
	background-color:#CC0000;
	cursor:pointer;
	position:absolute;
	bottom:5px;
	right:500px;
}
#smallCaddie li:hover .caddie_delete{
	width:15px;
	height:15px;
	background-color:#CC0000;
	cursor:pointer;
	position:absolute;
	bottom:5px;
	right:5px;
	background:url(images/delete.png) no-repeat top left;
	
}

.smallcaddie_total{
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}
.smallcaddie_total li{ 
	font-size:11px;
	color:#666;
	padding:4px 0 4px 0;
	text-align:right;
	}