@charset "utf-8";

@import "genel.css";
/* CSS Document */
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #4ca32a;
		text-shadow: 0px 1px 5px #000;
	}
	
	h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #4ca32a;
		margin-left: 0px;
	}

	.hint {
		font-size: 10px;
		color: #666;
		text-align: left;
		vertical-align: top;
		font-variant: normal !important;
		padding-bottom: 12px;
		padding-left: 10px;
	}
	
	.change {
		font-size: 10px;
		color: #666;
		text-align: right;
		font-variant: normal !important;
		vertical-align: top;
		padding-bottom: 12px;
	}
	
	.table-top td{	
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		
		vertical-align: middle;
		text-align: left;
		font-weight: bold;
		height: 40px;
		padding: 0 5px;
		border-right: 1px solid #8cffac;
		color: #8cffac;
	}
	
	.table-top td:last-child {
		border-right: none;
	}
	
	.info-table-padding td{
		padding-top: 1px;
		padding-bottom: 24px;
		padding-left: 10px;
		font-weight: bold;
		border-top: 1px solid #8cffac;
		text-align: left;
		vertical-align: top;
	}
	
	.info-table-nopadding td{
		padding-top: 1px;
		padding-bottom: 0px;
		padding-left: 10px;
		font-weight: bold;
		border-top: 1px solid #8cffac;
		text-align: left;
	}
	
	.tableform-padding td{
		padding-top: 1px;
		padding-bottom: 24px;
		padding-left: 10px;
		font-weight: bold;
		border-top: 1px solid #8cffac;
		text-align: left;
	}
	
	.tableform-nopadding td:last-child, .tableform-padding td:last-child {
		text-align: right;	
	}
	
	.tableform-padding tr:last-child td, .tableform-nopadding tr:last-child td{
		border-top: none;
	}
	
	.tableform-nopadding td{
		padding-top: 1px;
		padding-bottom: 0px;
		padding-left: 10px;
		font-weight: bold;
		border-top: 1px solid #8cffac;
		text-align: left;
	}
	
	.error {
		margin: 50px 10px;		
		padding: 10px 20px;
		background-color: #f5a298;
		border: 1px solid #d1735c;
		color: #C30;
		font-weight: bold;
	}
	
	.info {
		margin: 10px 10px;		
		padding: 10px 20px;
		background: #0B2002;
		border: 1px solid #38801b;
		color: #38801b;
	}
	
	.highlight {
		color: #000;
		text-shadow: 1px 1px 1px #275f10, 1px -1px 1px #275f10, -1px 1px 1px #275f10, -1px -1px 1px #275f10;
		font-weight: bold;
	}
	
	.news {		
		position: relative;
		width: 479px;
		margin: 0 auto;
		font-family: Tahoma, Geneva, sans-serif;		
	}
	
	.news-topic {
		line-height: 35px;
		vertical-align: middle;
		font-weight: 600;		
		background: url(../resimler/news_top.jpg) no-repeat;
		height: 43px;
	}
	
	.news-topic td:first-child {
		width: 479px;
		margin: 0 10px;
		text-align: center;
		text-decoration: underline;
		font-size: 1.4em;
		color: #4ca32a;
	}
	
	.news-topic td:last-child {
		position: absolute;
		bottom: 3px;
		right: 10px;
		width: 40%;
		color: #4ca32a;
		z-index: 1;
	}
	
	.news-content{
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 1.0em;
		font-weight: bold;
		color: #38801b;
		background: url(../resimler/news_content.jpg) repeat-y;
		border-top: none;
		text-align: justify;
	}
	
	.news-content-border{
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding: 10px 10px;
	}
	
	.news-footer {
		position: relative;
		display: block;
		color: #38801b;
		padding: 0 10px;
		line-height: 43px;
		background: url(../resimler/news_bottom.jpg) no-repeat left bottom;
		height: 43px;			
	}
	
	.news-footer-border {
	}
	
	.news-footer-border .highlight {
	}
	
	.group-active, .group-unactive{		
		font-size: 0.9em;
		font-weight: normal;
		font-variant: normal;
		border-radius: 3px;
		margin-left: 4px;
		text-decoration: none;
	}
	
	.group-active {		
		font-weight: bold;
		padding: 5px 5px;		
		border: 1px dashed #8cffac;	
		border-bottom: 1px solid #8cffac;
		border-top: none;
		background-position: bottom;
		box-shadow: 0 0 3px #000;
	}
	
	.group-unactive:active{
		font-weight: normal;
	}
	.group-active:hover, .group-unactive:hover{
		text-decoration: none;
	}
	
	.group-container{
		margin: 0 auto;
		margin-top: 10px;
	}
	
	.gallery_entry {
		position: relative;
		float: left;
		margin: 23px;	
	}
	
	.gallery_image {	
		border-right: 1px solid; #4ca32a;
		border-bottom: 1px solid #4ca32a;
		border-left: 1px solid #040;
		border-top: 1px solid #040;
		border-radius: 5px;		
		margin: 0 auto;
		width: 200px;
		height: 140px;
	}
	
	.gallery_name {
		width: 160px;
		height: 25px;
		line-height: 12px;
		overflow: hidden;
	}
	
	.gallery_author {		
		overflow: hidden;
		width: 160px;			
	}
	
	.gallery_rating {	
		float: left;
		overflow: hidden;
		vertical-align: middle;			
		margin-right: 20px;
	}
	
	.gallery_vote_inc {
		float: left;
		background-image: url(../resimler/inc.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
		text-align: left;
		height: 16px;
		vertical-align: middle;		
		color: #090;
	}
	
	.gallery_vote_dec {
		float: left;
		background-image: url(../resimler/dec.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
		padding-left: 5px;
		text-align: left;
		height: 16px;
		vertical-align: middle;		
		color: #F00;
	}
	
	.gallery_hide {
		float: right;
		color: #F00;
	}
	
	#gallery_display {
		position: fixed;
		display: none;
		background-image: url(../resimler/gallery_display.png);
	}
	
	.download-container {
		position: relative;
		margin: 20px auto;
		width: 400px;	
		font-size: 10px;
		height: 240px;
		background: url(../resimler/bg.jpg) repeat;
		border-bottom: 1px solid #4ca32a;
		box-shadow: inset 0 0 100px rgba(0, 0, 0, 1);
		border-radius: 5px;
	}
	
	.download-title{		
		color: #4ca32a;
		background: url(../resimler/main_content_item.jpg) no-repeat 0 -100px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;	
		font-weight: bold;
		padding-bottom: 10px;
		text-align: center;
	}
	
	.download-button {
		position: absolute;
		background: url(../resimler/side_panel_button.png);
		width: 176px;
		height: 46px;
		line-height: 46px;
		bottom: 50px;
		left: 112px;
		text-shadow: 0 0 10px #000;
	}
	
	.download-button:hover{	
		opacity: 1;
	}
	
	.download-button:active {		
		line-height: 50px;
		text-shadow: none;
	}
	
	.download-button:after {
		display: block;
		position: relative;
		margin: 0 auto;
		text-align: center;	
		content: "Pobierz";
		font-size: 2em;
		color: #4ca32a;
	}
	
	.download-content{
		padding: 15px 30px;
		height: 130px;
		z-index: 3;
	}
	
	.download-size{
		float: left;
		padding-left: 30px;
		color: #4ca32a;
	}
	
	.download-count{
		float: right !important;
		padding-right: 30px;	
		color: #4ca32a;
	}
	
	.download-footer{
		position: relative;
		background-image: url(../resimler/panel_bottom.png);		
		background-repeat: no-repeat;
		height: 20px;
	}
