/* CSS Document */
.giftbox {
	display: block;
	width: 449px;
	height: 76px;
	margin: 10px 0px 20px 45px;
	padding: 7px 7px 7px 7px;
	background-image: url(/img/thegift/gift_box.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}
	.giftbox p {
		margin: 0 !important;
		padding: 0 !important;
	}

.giftbox .giftimage {
	display: block;
	float: left; 
	width: 147px;
	height: 76px;
}
	.giftbox .giftimage img {
		width: 147px;
		height: 76px;
		overflow: hidden;
	}

.giftbox .giftbody {
	display: block;
	overflow: hidden;
	text-align: left;
	height: 56px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 11px !important;	
}

.giftbox .giftlink {
	display: block;
	overflow: hidden;
	text-align: center;
	height: 20px;
}
	.giftbox .giftlink a {
		display: block;
		float: right;
		width: 136px;
		height: 20px;
		background-image: url(/img/thegift/gift_button.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	.giftbox .giftlink a.fr {
		background-image: url(/img/thegift/gift_button_fr.gif);
	}
	.giftbox .giftlink a span {
		display: none;
	}

.quickfacts {
	display: block;
	background-color: #FFFF0C;
	padding: 20px;
}
.quickfacts h3 {
	background-color: inherit;
}