#fansub_doboz
		{
			width:970px;
			min-height:556px;
			padding:4px;
			margin:10px;
			border:1px solid #999;
			border-radius:5px;
		}
	
#gomb_tarto
		{
			float:left;
			width:958px;
			min-height:18px;
			padding:5px;
			border-radius:3px;
			border:1px solid #666;
			margin-bottom:4px;
			font-weight:bold;
			color:white;	
			background-color:#ddd;				
		}
	
#gomb_tarto a
		{
			color:inherit;		
			text-decoration:none;
		}
		
.gomb
		{
			float:left;
			padding:5px 10px 5px 35px;
			border-radius:3px;
			border:1px solid #666;
			margin:0px 5px 0px 0px;
			color:white;	
			font-size:12px;
			text-align:right;
			font-weight:bold;
			background-color:#999;	
			cursor:pointer;			
		}
		
.fansub_sor
		{
			float:left;
			width:100%;
		}
		
#fansub_nev
		{
			float:left;
			width:580px;
			font-size:26px;
			padding:10px 25px;
		}
		
.fansub_szuro_gomb_tarto
		{
			margin:0px auto 10px auto;
			float:left;
			width:100%;
			height:20px;
			text-align:center;
			font-size:15px;
		}
		
.fansub_szuro_gomb_tarto_kozep
		{
			margin: 0px 347px;
			float: left;
		}
		
.projekt_allapot_gomb
		{
			padding: 2px 8px;
			border-radius: 4px;
			border: 1px solid #666;
			margin: 0px 1px;
			display: block;
			width: 70px;
			float: left;
		}	
		
.projekt_allapot_gomb_aktiv
		{
			color:white;
		}			

.szuro_tarto_float
		{
			margin-bottom:10px;
		}	

.szuro_tarto
		{
			width:730px;
			margin:0px auto;
		}
		
.szuro_gomb
		{
			float:left;
			width:11px;
			margin-right:5px;
			padding:2px 5px;
			color:white;
			border-radius:2px;
			text-align:center;
			cursor:pointer;
		}			
		
.fansub_projektlista_tarto
		{
			float:left;
			width:970px;
			min-height:405px;
			padding:2px;
			border:1px solid #999;
			border-radius:3px;
			box-sizing:border-box;
			margin:0px auto;
		}	
		
.projekt_elem_tarto
		{
			float:left;
			width:937px;
			padding:2px 0px 2px 5px;
			margin:0px 13px;
			box-sizing:border-box;
			border-bottom: 1px dashed #777;
		}		

.projekt_szamozas
		{
			float:left;
			width:40px;
			text-align:right;
			white-space: nowrap;
			overflow:hidden;
		}		

.projekt_elem_ido
		{
			float:left;
			min-width:85px;
			text-align:center;
			padding-left:5px;
			margin-left:5px;
			border-left:1px solid #777;
			white-space: nowrap;
			overflow:hidden;
		}		

.projekt_elem_nev
		{
			float:left;
			width:450px;
			padding-right:5px;
			margin-right:5px;
			border-right:1px solid #777;
			padding-left:5px;
			margin-left:5px;
			border-left:1px solid #777;
		}		

.projekt_elem_nev2
		{
			float:left;
			width:542px;
			padding-right:5px;
			margin-right:5px;
			border-right:1px solid #777;
			padding-left:5px;
			margin-left:5px;
			border-left:1px solid #777;
		}	

.projekt_elem_hossz
		{ 
			float:left;
			width:35px;
			padding-right:5px;
			margin-right:5px;
			border-right:1px solid #777;
			text-align:center;
			white-space: nowrap;
			overflow:hidden;
		}	

.projekt_elem_tipus
		{
			float:left;
			width:65px;
			padding-right:5px;
			margin-right:5px;
			border-right:1px solid #777;
			text-align:center;
			font-size: 12px;
			white-space: nowrap;
			overflow:hidden;
		}

.projekt_elem_ev
		{
			float:left;
			width:65px;
			padding-right:5px;
			margin-right:5px;
			border-right:1px solid #777;
			text-align:center;
			font-size: 12px;
			white-space: nowrap;
			overflow:hidden;
		}	

.projekt_elem_borito
		{
			float:left;
			width:55px;
			height:14px;
			padding-right:5px;
			margin-right:5px;
			border-right:1px solid #777;
			text-align:center;
			font-size: 12px;
			white-space: nowrap;
			overflow:hidden;
		}	
/*---------------------- borítókép megejelenitése ---------------------*/
.projekt_elem_borito:hover 
		{
			overflow:visible;
		}		

.projekt_elem_borito:hover .projekt_elem_keptarto
		{
			height:auto;
		}
		
.projekt_elem_keptarto
		{
			position:relative;
			left:-6px;
			float:left;
			height:0px;
			border:1px solid #777;
		}	
/*---------------------- borítókép elrejtése ha a kép fölé visszük ---------------------*/		
.projekt_elem_keptarto:hover, .projekt_kep:hover .projekt_elem_keptarto
		{
			height:0px !important;
		}
		
.projekt_elem_keptarto:hover, .projekt_kep:hover .projekt_elem_borito
		{
			overflow:hidden !important;
		}
		
.projekt_elem_keptarto:hover, .projekt_kep:hover .projekt_elem_kepkeptarto
		{
			width:0px;
			height:0px;
		}			

.projekt_elem_kep
		{
			z-index:3;
			width:135px;
			height:209px;
			padding:3px; 
			background-color:white;
		}	

.projekt_elem_ismerteto
		{
			float:left;
			width:52px;
			text-align:center;
			font-size: 12px;
			white-space: nowrap;
			overflow:hidden;
		}			
		
		
