/* Gift
----------------------------------------------- */
#gift_CONTENT {
	margin: 20px 0px 0px 0px;
    padding: 0 15px;
}
#gift_CONTENT label {
	font-size:11px;
	font-weight:400;
	text-decoration:underline;
	padding-bottom: 5px;
}
#gift_CONTENT .code input {
    margin:10px 0;
}

#gift_CONTENT .code,
#gift_CONTENT .info {
	padding: 4px 0px 4px 0px;
	margin: 0px;
}
#gift_CONTENT div.info {
    float: left;
	width:50%;
}
#gift_CONTENT .code {
    margin-left: 20%;

}

#gift_products_CONTENT div.content {
	width:601px;
	padding: 4px 0px 0px 15px;
	margin: 0px;
}

#gift_products_CONTENT div.image {
	float:left;
	width:120px;
	height:90px;
	background-position: center center;
	background-repeat: no-repeat;
}

#gift_products_CONTENT div.descBOX {
	float:left;
	width:474px;
}
#gift_products_CONTENT div.head {
	float:both;
	font-weight:800;
}

#gift_products_CONTENT div.desc {
	float:both;
	padding: 5px 0;
}

#gift_products_CONTENT div.add_gift {
	float:both;
	text-align:right;
}

#gift_products_CONTENT div.gift_text {
	float:left;
	width:600px;
	padding:6px 0 6px 0;
}
