@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Gift
--------------------------------------------------------- */

#header {
	background: url(../images/header.jpg) no-repeat 0 0;
}

#gift h3 {
	width: 530px;
	height: 28px;
	overflow: hidden;
	background: url(../images/gift.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#gift p {
	margin-top: 10px;
}

#gift ul {
	margin-top: 3px;
}

#gift li {
	clear: both;
	min-height: 100px;
	margin-bottom: 5px;
	list-style: none;
}

#gift li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#gift li span {
	padding-left: 8px;
	border-left: solid 3px #7B5AA1;
	font-weight: bold;
	line-height: 300%;
}

#gift li img {
	float: left;
	margin-top: 9px;
	margin-right: 15px;
}
