.ac_box  {
	border: 1px solid #D6D6D6;
	overflow: hidden;
	scroll:no;
	width: 100%;
}
.ac_box div {
	background-image: url(../../images/pages/bg_container_left.png);
}
.ac_box p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.ac_box h3{
	color: #5D5D5D;
}
.ac_box h3.head,
.ac_box a.head {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	background-color:#EAEAEA;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;	
	font-size:11px;
	padding:5px 0px 5px 10px;
}
.ac_box h3.head:hover,
.ac_box a.head:hover {
	color:#D2006B;

}
.ac_box h3.head.selected,
.ac_box a.head.selected {
	color:#D2006B;
}

.ac_box .nb {
}
.ac_box .nb .inner{
	padding:5px 0px 5px 0px;
	clear:both;
	display:inline-block;
}
.ac_box .nb_description{
	float:left;
}
.ac_box .nb_image{
	overflow: hidden;
	text-align:right;
	float:right;
	
}
.ac_box .nb_description table{
	width:100%;

}
.ac_box .nb_description .col_first{
	vertical-align:top;
	text-align:right;
}
.ac_box .nb_description .col_last{
	vertical-align:top;
	font-weight:normal;
}
.ac_box .nb_description .col_last:hover{
	color:#D2006B;
}