/*#headerBox
{
	height: 90px;
}
#nameBox
{
	width: 268px;
	float: left;
	height: 90px;
	overflow: hidden;
}
#infoBox
{
	width: 213px;
	float: right;
	height: 90px;
	overflow: hidden;
}*/
#infoBox
{
	width: 438px;
	height: auto;
	padding: 0px 0px 10px 40px;
	float: left;
	background: url(/images/ui_01/cv_rule.png) no-repeat 40px 100%;
	font-size: .9em;
}


#infoBox ul
{
	padding-top: 10px;
}
#infoList
{
	float: left;
	width: 318px;
}
#infoBox #iconsList
{
	float: right;
	width: 120px;
	padding-top: 20px;
}
#iconsList li
{
	float: left;
	width: 58px;
	height: auto;
}
#infoBox a
{
	color: #999;
	text-decoration: underline;
}
#infoBox a:hover
{
	color: #000;
}

#contentBox
{
}

#barrister #contentBox h2
{
	cursor: pointer;
	font-size: 1.2em;
	border-bottom: 1px solid #666;
	background: url(/images/ui_01/accordion/arrow_grey_down.png) no-repeat 100% 80%;
	padding: 4px 0px;
	font-weight: normal;
	clear: left;
	margin: 4px 0px;
}
#barrister #contentBox h2.open
{
	background: url(/images/ui_01/accordion/arrow_greyn_down.png) no-repeat 100% 80%;
}

/*Barristers Extra related info*/
.popExtras
{
	position: absolute;
	top: 150px;
	left: 340px;
	width: auto;
	padding: 0px 5px 10px 5px;
	height: auto;
	background: #fff;
	border: 1px solid #666;
	display: none;
}
li.top
{
	width: 240px;
	height: 20px;
}
li.top span.title
{
	float: left;
	width: 220px;
	font-size: 1.1em;
	padding-top: 5px;
}
li.top span.closeBtn
{
	height: 19px;
	width: 20px;
	display: block;
	background: url(/images/ui_01/closePop.png) no-repeat right bottom;
	cursor: pointer;
	float: right;
}
#sfData h2
{
	border-color: #787a2a;
}
