.giftboxList {
	padding: 2px 0px 3px 0px;
}

.giftboxList .giftboxHeader {
	background-color: #FEE28F;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	padding: 3px; 
}

.giftboxList .giftboxHeader img {
	float: left;
	margin-right: 5px;
}

.giftboxList .giftboxBody {
	padding-top: 5px;
}

.giftboxList .giftboxBody a {
	cursor: pointer;
	clear:both;
}

.giftboxList .giftboxBody .link {
	color: #000;
	text-decoration: underline;
}


.giftboxBody .giftboxProduct {
	color: #000;
	float: left;
	padding-bottom: 5px;
	width: 230px; 
}

.giftboxBody .giftboxProduct img {
	float:left; 
	padding-right: 4px;
}

