@charset "utf-8";

/*--------------------------------------
	Style Name : Charge Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content * div.section {
	padding:50px 0 0 0;
	position:relative;
}

#content div.section h3.section-title {
	position:absolute;
	top:0;
	left:0;
}

#content div.section div.charge {
	margin:0 0 1em 260px;
	display:inline-block;
	height:1%;
	min-height:1%;
	/* \*/display:block;/* */
}

#content div.section div.charge:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#content div.section div.charge h4 {
	margin-bottom:0;
	background:url(../../img/charge/texture_01.gif) no-repeat left bottom;
}

#content div.section div.charge div.description,
#content div.section div.charge div.price {
	float:left;
}

#content div.section div.charge div.description {
	padding-top:0.5em;
	width:350px;
}

#content div.section div.charge div.price {
	width:300px;
	background-color:#f0eacd;
	font-size:115%;
}

#content div.section div.charge div.price p,
#content div.section div.charge div.price ul {
	margin:0;
	padding:0.5em;
}

