#persoane_conducere
{
	position:relative;
	float:left;
	padding:0;
	margin:0;
	border:none;
	
	margin-top:-10px;
}

#persoane_conducere ul
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
}

#persoane_conducere ul li
{
	margin:0;
	padding:0;
	border:none;
	display:block;
	list-style:none;
	list-style-type:none;
	clear:both;
}

.p_details
{
	position:relative;
	float:left;
	
	padding:0px;
	
	width:680px;
	height:160px;
	
	background-image: url(../images/chenarConducere.jpg);
	background-repeat:no-repeat;
	
	margin-top:10px;
}

.p_foto
{
	position:relative;
	float:left;
	
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	padding-left:10px;
	
	width:210px;
	height:140px;
}

.p_foto img
{
	border:none;
	vertical-align: bottom;
}

.p_functie
{
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	height:30px;
	
	line-height:30px;
	color:#3C2A12;
	overflow: hidden;
	font-size:16px;
	
	text-transform: uppercase;
}

.p_nume
{
	margin-left:5px;
	margin-right:10px;
	height:45px;
	
	line-height:45px;
	color:#3C2A12;
	overflow: auto;
	font-size:30px;
}

.p_btn
{
	position:relative;
	float:left;
	
	margin:5px;
	
	width:140px;
	height:60px;
	
	display:table;
	text-align:center;
	vertical-align:middle;
	
	background-image:url("../images/docDownConducere.jpg");
	background-repeat:no-repeat;
}

.p_btn a, .p_btn a:link, .p_btn a:visited
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#3C2A12;
}

.p_btn a:hover
{
	color:#985d24;
}

.p_btn a span
{
	position:relative;
	top:18px;
	display:block;
}
