#law_in_practice_outer_wrap {
    padding-top: 10px ;
}

/* root element for tabs  */


ul.tabs_law_in_practice { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
    border-top: 1px dotted #B2B2B2 ;
    border-left: 1px dotted #B2B2B2 ;
    border-right: 1px dotted #B2B2B2 ;
	height:28px;
	width: 832px ;
}

/* single tab */
ul.tabs_law_in_practice li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs_law_in_practice a { 
    display: block ;
    padding-left: 15px ;
    padding-right: 15px ;
    float: left ;
    color: #124780 ;
    font-weight: bold ;
    font-size: 14px ;
    padding-top: 7px ;
    padding-bottom: 7px ;
}


ul.tabs_law_in_practice a:active {
	background: #E4E4E4 ;
	color: black ;
}

/* when mouse enters the tab move the background image */
ul.tabs_law_in_practice a:hover {
    color: black ;
    text-decoration: none ;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs_law_in_practice a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background: #E4E4E4 ; 
    color: black ;
}



/* tab pane styling */
.panes_law_in_practice div.po_inner {
	display: none ;		
	border: 1px dotted #B2B2B2 ;
	border-top: none ;
	min-height: 70px ;
	background-color: #E4E4E4 ;
	width: 832px ;
	padding-top: 15px ;
}


.po_inner .article {
    
    margin: 0;
    padding: 0;
    background: none !important ;
    border-bottom: none !important ;
    border-left: none !important ;
    border-right: none !important ;
}
.po_inner .article h2 {
    color: black !important ;
}
.po_inner .article_body {
    margin-top: -83px;
}

/* add accordian, if needed… */
#law_in_practice_outer_wrap .article 
{
    min-height: 83px;
}

.article_header, .article_body, .article_body_nofix {
    padding: 5px 10px 0 0;
}
.article_header {
    height: 78px;
    overflow: hidden;
    position: relative ;
    background: #E4E4E4 ;
}
.article_header:hover, .po_inner .ui-state-active {
    background: #ECF0F3 ;
}
.panes_law_in_practice .ui-accordion-content-active {
}

.article_arrow_more {
    position: absolute ;
    top: 71px ;
    left: 823px ;
}

