@import url('product.css');

#product-details .prices {
	padding: 20px 0 0 0;
	color: #1b7db7
}

#product-bundle-details {
	float: left;	
	clear: both;
	margin-top: 10px;
	background: #B8A8CF;
	padding: 10px
}

#product-bundle-details h3 {
	parring: 20px 0 5px 0;
	color: #1b7db7
}

#product-bundle-details li {
	list-style: none;
}

#product-bundle-details li li {
	list-style: square
}
