#content .stiri, .stiri2{
	display:inline;
	float:right;
	margin:8px;
	border: 3px solid #656565;
	width:300px;

}

.stiri .titlu{
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	padding:4px 2px;
	background-color:#c60751;
	color:#fff;
}


.stiri2 .titlu{
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	padding:4px 2px;
	background-color:#7d7c7c;
	color:#fff;
	height:12px;
}

.stiri .links{
	margin:10px;
	width:280px;
}

.link{
	line-height:150%;
	cursor:pointer;
	margin-bottom:10px;
}

.links p{
	margin:5px;
	width:270px;
	color: #777;
}

.stiri2 .links2 {
	padding:10px;
	width:280px;
}

.stiri2 .links2 a{
	color:red;
}

.under{
	text-decoration:underline;
}



.link_off{
	width:250px;
	display:none;
	
}

.link_on {
	display: inline;
}

#content .link_on p{
	width: 250px;
}




.test{
	clear:none;
	float:right;
	width:200px;
	height:200px;
	border:1px solid green;
	display:inline;
}

#content p{
	display:inline;
}

.para{
	line-height:170%;
}

.nou{
	margin:10px;
	width:280px;
	text-decoration:none;
	line-height:170%;
}

#content .stiri .nou a{
	text-decoration:none;
}

#content .stiri .nou a:hover{
	text-decoration:underline;
}

.pad10px{
	padding:10px;
	text-align:left;
}

