.gift-item {
	background-color: #F9F5F1;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.gift-item-data {
	float: left;
	width: 350px;
}
.gift-item-data h3 {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}


.gift-item-buy {
	float: right;
	height: 198px;
	width: 268px;
	background-image: url(../gift/images/add_cart_bg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
}
.gift-item-buy-inner {
	padding-top: 60px;
	margin-left: 40px;
}
.gift01-select td {
	font-size: 93%;
	padding-bottom: 7px;
	padding-right: 5px;
}

.clear-both {
	clear: both;
}
