/*====================================
               COMMON
=====================================*/

#content_staff {
	position: relative;
	z-index: 500;
	width: 950px;
	height: 515px;
	padding-top: 25px;
	background: url(img/bg_price.jpg) no-repeat;
}

 * html #content_staff {
	height: 540px;	
}

#content_staff #content_inner {
	margin-bottom: 25px;
}

h2 {
	padding: 25px 0 0 40px;
}

.pricelist {
	width: 330px;
	float: left;
	margin: 20px 10px 0 60px;
	display: inline;
}

.pricelist p {
	margin-bottom: 5px;
}

.pricelist table {
	width: 330px;
	margin-bottom: 20px;
	padding-left: 3px;
	font-size: 11px;
}

.pricelist table th {
	width: 83%;
	padding-right: 5px;
	line-height: 160%;
	text-align: left;
}

.pricelist dd table td {
	text-align: right;
}


/*====================================
               CLEARFIX
=====================================*/

.group:after
#pricebox:after
{
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

.group,
#pricebox
{
	display: inline-block;
}

/*\*/
* html .group,
* html #pricebox
{
	height: 1%;
}

.group,
#pricebox
{
	display: block;
}
