/* lista produse
-------------------------------------------------------------- */
.lista-produse li{
	padding:10px 10px 10px 125px;
	background:url(//www.sfatulmedicului.ro/external/images/dotted-border-bottom.png) bottom left repeat-x;
	line-height:1em;
}
.lista-produse li:last-of-type{
	background:none;
}
.lista-produse strong{
	font-size:18px;
	line-height:1.2em;
	font-weight:normal;

}
.lista-produse a:hover strong{
	text-decoration:underline;
}
.lista-produse img{
	padding:3px;
	border:1px solid #dfddce;
	margin-left:-115px;
	float:left;
}
.lista-produse p{
	line-height:1.4em;
	margin:5px 0 0 0;
}
.firma{
	font-size:11px;
}

/* lista categorii
-------------------------------------------------------------- */
.box-categorii{
	background:#f9f9f6;
	border:1px solid #edece4;
	padding:10px;
	margin-bottom:20px;
}
.lista-categorii{
	color:#127EA7;
}
.lista-categorii span{
	color:#333;
}
.poza-produs {
    border:1px solid #dfddce;
    overflow: hidden;
    width:300px;
    height:300px;
}
.pret-produs {
    border: 1px solid #dfddce;
    background: #f9f9f6;
    padding: 15px 0 0px 5px;
    width: 320px;
}
.tab-content-single {
    border: 1px solid #DBD9CF;
    padding: 10px;
}
.uppercase {
    text-transform: uppercase;
}

.mt40 {margin-top:40px;}
.mb15 {margin-bottom:15px;}
.img-responsive {width:100%;height:auto;}