#szezon_doboz
	{
		width:970px;
		min-height:560px;
		padding:4px;
		margin:10px;
		border:1px solid #999;
		border-radius:5px;
	}
	
#szezon_gomb_tarto
	{
		width:100%; 
		padding:4px;
		margin:10px 0;
		box-sizing: border-box;
	}
	
#szezon_gomb_kozep
	{
		width:500px;
		margin:0px auto;
		box-sizing: border-box;
	}
	
.szezon_gomb
	{
		float:left;
		width:230px;
		padding:5px;
		margin:0px 10px;
		border:1px solid #999;
		border-radius:5px;
		box-sizing: border-box;
		text-align:center;
		font-size:16px;
		background: rgb(242,246,248); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */

	}
	
.szezon_gomb:hover
	{
		background: rgb(224,228,229); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(224,228,229,1) 0%, rgba(191,199,204,1) 50%, rgba(157,170,178,1) 51%, rgba(206,220,229,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,228,229,1)), color-stop(50%,rgba(191,199,204,1)), color-stop(51%,rgba(157,170,178,1)), color-stop(100%,rgba(206,220,229,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(224,228,229,1) 0%,rgba(191,199,204,1) 50%,rgba(157,170,178,1) 51%,rgba(206,220,229,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(224,228,229,1) 0%,rgba(191,199,204,1) 50%,rgba(157,170,178,1) 51%,rgba(206,220,229,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(224,228,229,1) 0%,rgba(191,199,204,1) 50%,rgba(157,170,178,1) 51%,rgba(206,220,229,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(224,228,229,1) 0%,rgba(191,199,204,1) 50%,rgba(157,170,178,1) 51%,rgba(206,220,229,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4e5', endColorstr='#cedce5',GradientType=0 ); /* IE6-9 */
	
	}

.szezon_sor
	{
		float:left;
		width:100%;
	}
	
.szezon_tarto
	{
		float:left;
		width:301px;
		min-height:100px;
		max-height:149px;
		border:1px solid #666;
		border-radius:3px;
		margin:10px;
	}
	
.szezon_nev_tarto
	{
		width:100%;
		height:25px;
		padding:3px 10px;
		border-bottom:1px solid #666;
		font-size:15px;
		box-sizing: border-box;
		overflow:hidden;
	}
	
.szezon_kep_nagy_tarto
	{
		float:left;
		width:120px;
		height:187px;
		background-repeat:no-repeat;
		background-size:cover;
	}
.szezon_kep_kicsi_tarto
	{
		float:left; 
		width:80px;		
		height:124px;
		background-repeat:no-repeat;
	}
/*		
.szezon_kep_kicsi_tarto:hover .szezon_feliratkozas_kicsi
	{
		width:80px;
		height:124px;
		background-color:rgba(120,120,120,0.5);
		background:url('../kepek/kepek/szezon_felvetele2.png');
		background-repeat:no-repeat;
	}
	
.szezon_feliratkozas_kicsi
	{
		width:0px;
		height:0px;		
	}
*/
.szezon_adat_tarto
	{
		float:left;
		width:220px;
		height:102px;
		margin-top:10px;
		overflow:hidden;
	}	
	
.szezon_adat
	{
		float:left;
		width:207px;
		margin:0px 0px 0px 10px;
	}		
	
.szezon_tipus
	{
		float:left;
		width:948px;
		text-align:center;
		padding:5px 0px;
		font-size:30px;
		border:1px solid #999;
		box-sizing: border-box;
		margin:50px 10px 25px 10px;
	}	