#basic-accordian{
	width: 100%;
	float:right;/*So as to have left margin of 2%*/	
}

.accordion_headings{
	padding:5px 5px 5px 25px;
	background: url(../../images/firmbase/accordion_a.gif) no-repeat;
	color:#fff;
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings img {
	width: 25px;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 2px;
}

.accordion_headings:hover{
	background-position: left -25px;
}

#basic-accordian .header_highlight{
	color: #222;
	background-position: left -50px;
	cursor: text;
}
.accordion_child{
	padding:5px;
	background:#fff;
}


.accordion_child div.row {
	display: block;
	clear: both;
	width: 100%;
	border: 0;		
	border-bottom: 1px dotted #ccf;
    overflow:hidden;	
	text-align: center;
    color: #000644;	
	margin: 0;
	margin-left: auto;
	margin-right: auto;		    
}

.accordion_child div.row span.fulltitle {
	display: inline;
	float: left;
	clear:both;
    overflow:hidden;		
	width: 99%;
	font-weight: bold;
	text-align: left;
	font-size:95%;
	background-color: #fff; /*eee6ff e7f1f8 d5bfff e9f2f2 f6e9e9*/
}

.accordion_child div.row span.full {
	display: inline;
	float: left;
	clear:both;
    overflow:hidden;		
	width: 99%;
	text-align: left;
	font-size:95%;
	background-color: #fff; /*eee6ff e7f1f8 d5bfff e9f2f2 f6e9e9*/
}

.accordion_child div.row span.dlabel {
	display: block;
	float: left;
	width: 38%;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
	background-color: #fff; /*eee6ff e7f1f8 d5bfff e9f2f2 f6e9e9*/
}

.accordion_child div.row span.dvalue {
	display: block;
	float: right;
	width: 61%;
	border-style: solid;
	border-bottom-width: 1px
	font-size: 100%;
	text-align: left;
	background-color: #ffffff; /*#fbf6f6 #fbf9f3 #f9f8f2*/
}

/*---------- bubble tooltip -----------*/
.accordion_child .tooltip{
	width:200px;
}
.accordion_child a{
    color: #000644;
    text-decoration:none;
}

