/* 
CCautare
*/



#tfnewsearch{
		width:500px;
		float:right;
		padding:2px;
		margin-top:20px;
	}
	

#tfheader{
	width: 500px;
	background-color: transparent;
	margin-top:20px;
	}
	
.tfclear{
		clear:both;
	}
	
.tfbutton {
		margin: 0;
		padding: 5px 7px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #FF3300; border-right:0px;
		background: #F60;
		background: -webkit-gradient(linear, left top, left bottom, from(#F93), to(#F60));
		background: -moz-linear-gradient(top, #F93,  #F60);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		width:250px;
	}

.tfbutton:hover {
		font-style:italic;
		text-decoration: none;
		color: #ffffff;
		
	}
	
.tftextinput{
		margin: 0;
		width:350px;
		padding: 5px 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		border:1px solid #F60; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	
	/* Fixes submit button height problem in Firefox */
.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	


#search-results{
padding:20px 10px 0px 5px;
overflow:hidden;
}

#search-results iframe html{
border:none;
}

#search-results iframe {
min-width:500px;
}

.sr{
font-size: 14px;
line-height: 24px;
color: #cc1014;
display: block;
}

.sr a{color: #cc1014;}
.sr a:hover{color: #0080ff;}

ol.search_list {
margin-left: 15px;
list-style-type:none;
counter-reset: ol;
}

ol.search_list li:before {
content: counter(ol) ".";
counter-increment: ol;
float:left;
display:block;
width:20px;
text-align:right;
padding-right:10px;
margin:0px 0px 0 -30px;
}

ol.search_list li {
padding-bottom:20px;
margin-left:15px;
font-size:16px;
line-height:24px;
}

a.match {
color: #CC0000;
font-size:12px;
line-height:24px;
display:block;
}

span.match {
color:#0080ff;
font-size:12px;
line-height:24px;
display:block;
}

span.search {
color:#0080ff;
}
.search_link{
font-style:italic;
text-decoration: none;
color:#CC0000;
}
.search_link:hover{
font-style: normal;
text-decoration: none;
color:#CC0000;
}
