/* lista pe 2 coloane
-------------------------------------------------------------- */
.lista-2-col li{
	float:left;
	width:250px;
	padding:0 10px 15px 120px;
	margin:0 0 15px 0;
	background:url(//www.sfatulmedicului.ro/external/images/dotted-border-bottom.png) left bottom repeat-x;
	position:relative;
}
.lista-2-col a{
	position:relative;
}
.lista-2-col img{
	padding:4px;
	border:1px solid #dfddce;
	margin-left:-120px;
	display:inline;
	float:left;
	position:relative;
}
.lista-2-col p{
	margin:4px 10px 8px 0;
	position:relative;
}
.lista-2-col .odd{
	clear:both;
}

/* lista cu poze
-------------------------------------------------------------- */
.lista-cu-poza li{
	padding:10px 10px 18px 10px;
	background:url(//www.sfatulmedicului.ro/external/images/dotted-border-bottom.png) bottom left repeat-x;
	line-height:1em;
	position:relative;
}
.lista-cu-poza strong{
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
	/*position:absolute;*/
	line-height:15px;
	top:15px;
	left:10px;
	display:inline;
}
.lista-cu-poza a{cursor:pointer;}
.lista-cu-poza a:hover strong{text-decoration:underline;}
.lista-cu-poza li:last-of-type{
	padding-bottom:0;
	background:none;
}
.lista-cu-poza li:first-of-type{margin-top:-20px;}
.lista-cu-poza img{
	padding:3px;
	border:1px solid #dfddce;
	float:left;
	margin-right:10px;
}
.lista-cu-poza p{
	line-height:1.6em;
	margin:0;
}

/* lista fara poze
-------------------------------------------------------------- */
.lista-fara-poza li:first-of-type{    margin-top:0px;}
.lista-fara-poza li{
	padding:15px 0;
	background:url(//www.sfatulmedicului.ro/external/images/dotted-border-bottom.png) bottom left repeat-x;
	line-height:1.5em;
	position:relative;
}
.numar-listing{
	float:left;
	display:block;
	text-align:center;
	width:40px;
	font-size:16px;
}
.lista-fara-poza .titlu{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
	display:block;
}
.lista-fara-poza .right{
	float:right;
	margin-top:18px;
	padding-right:15px;
	font-weight:normal;
	font-size:12px;
}
.lista-spitale div{width:590px;}
.lista-fara-poza .inchis{color:#BA0000;font-weight:bold;}
.lista-fara-poza div{float:left;}
.lista-fara-poza p{
	margin-bottom:3px;
	line-height:1.4em;
}
.lista-fara-poza .small{
	font-size:11px;
	color:#4E4D5E;
	margin:0;
}
.lista-fara-poza li:last-of-type{background:none;}
.lista-fara-poza li:first-of-type{margin-top:-20px;}

.element-concurs {padding-top:47px !important;}
.element-concurs .float-left {width:350px;}
.element-concurs .float-right {width:260px;text-align:left;}
.element-concurs strong {line-height:15px;}

.yellow-box {
    background:none repeat scroll 0 0 #FFF9D7;
    border:1px solid #E2C822;
    color:#514721;
    -moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    margin-bottom:5px;
    padding:1em;
}
.yellow-box strong {position:static;}