@charset "utf-8";

.copy {
	padding:0 0 27px;
}

.column {
	margin-bottom:20px;
}

.column table {
	width:100%;
	margin:0 0 7px;
}

.column th,
.column td {
	padding:8px 0;
	background:url(../../images/dotline.gif) left top repeat-x;
}

.column .headCell th,
.column .headCell td {
	padding-top:0;
	background:none;
}

.column th {
	width:6em;
}

.column td li {
	padding-left:20px;
	background: url(../images/listmark.gif) 3px 2px no-repeat;
	list-style-type:none;	
}

.column td table {
	width:auto;
}

.column td th,
.column td td {
	padding:3px 0;
	background:none;
	font-size:100%;
}

.column td th {
	width:auto;
	padding-right:30px;
}


#btmCreation {
	background:url(../../images/bg_column.gif) left bottom no-repeat;
}

#btmCreation p {
	padding:10px 21px;
	background:url(../../images/bg_column_head.gif) left top no-repeat;
}


/* @group clearfix=================================================================== */
#groupMap ul:after,
.coHp:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#groupMap ul,
.coHp {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #groupMap ul,
* html .coHp {
	height:1%;
}

#groupMap ul,
.coHp {
	display:block;
}
/* End hide from IE-mac */
/* @end */



