﻿
/* Barristers / Clerks List & ID Card Styles */
#contentRight
{
	overflow: visible;
}
#practiceBars
{
	margin-top: 9px;
}
#practiceBars h3
{
	font-size: 12px;
}
#contentRight ul.barristers
{
	width: auto;
	margin: 0px;
}
#contentRight ul.barristers li
{
	margin: 0px;
	background-image: none;
	padding: 0px;
	font-size: .9em;
}
#contentRight ul.barristers li a
{
	text-decoration: none;
}
#contentRight ul.barristers li a:hover
{
	/*font-weight: bold;*/
	color: #666;
	text-decoration: underline;
}
#contentRight ul.barristers li ul 
{
	position: absolute;
	left: 542px;
	top: 100px;/*replaced by jQuery but defaults to top*/
	background-image: url(/images/bak_id_card_rpt.png);
	background-repeat: repeat-y;
	width: 231px;
	padding: 0px;
	margin: 0px;
	height: auto;
	overflow: hidden;
	display: none;
	z-index: 601;
}
html>body #contentRight ul.barristers li ul 
{
	left: 540px;
}

html>body #contentRight ul.barristers li ul 
{
	/*width: 225px;*/
}
#contentRight ul.barristers li ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #000;
}
#contentRight ul.barristers li ul li.title
{
	color: #fff;
	background-color: #990000;
	width: 226px;
	height: 38px;
	padding: 3px;
}
html>body #contentRight ul.barristers li ul li.title
{
	width: 220px;
	height: 32px;
}
#contentRight ul.barristers li ul li.title a
{
	color: #fff;
}
#contentRight ul.barristers li ul li.title a:hover
{
	color: #fff;
	text-decoration: underline;
}

#contentRight ul.barristers li ul li.details
{
	width: 121px;
	height: auto;
	padding: 4px;
	/*font-size: .9em;*/
}
html>body #contentRight ul.barristers li ul li.details
{
	width: 113px;
	height: auto;
	padding-bottom: 0px;
}
#contentRight ul.barristers li ul li.photo
{
	width: 105px;
	height: 120px;
}
#contentRight ul.barristers li ul li.photo img
{
	width: 105px;
	height: 120px;
}
#contentRight ul.barristers li ul li.btmCurve
{
	width: 231px;
	height: 7px;
	padding: 0px;
	background-image: url(/images/btm_id_card_red.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}

/* related News and other expanding lists*/
ul.rsList
{
	padding: 9px 0px 0px 0px;
}
ul.rsList ul
{
	margin: 0px;
	padding: 0px;
}
#contentRight ul.rsList li
{
	background-image: none;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}
#contentRight ul.rsList ul, #contentRight ul.rsList li li
{
	margin-bottom: 0px;
}

#contentRight ul.rsList li a
{
	text-decoration: none;
	display: block;
	width: auto;
	height: auto;
}
#relatedNews li a
{
	background-image: url(/images/arrow_lightgrey.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 12px;
	background-color: #f2f2f2;
	
}

#contentRight ul.rsList li li a
{
	text-decoration: underline;
	font-weight: normal;
	font-size: .9em;
	background-image: none;
	padding: 0px;
	background-color: #fff;
}
#contentRight ul.rsList li li li
{
	font-weight: normal;
	font-size: .9em;
	color: #000;
}

