	h1, h2 {
		text-indent: 20px
	}
	
	h3 {
		text-indent: 50px;
	}
	
	button, input[type=submit], .button {
		display: inline-block;
		padding: 6px 10px;
		font-family: Arial;
		background-color: rgba(14,8,4,.7);
		color: rgb(231,174,91);
		text-shadow: 0.5px 0.866px 2px rgba(0,0,0,.75);
		text-transform: none;
		text-decoration: none;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.40);
		border: 1px solid rgba(208,170,116,0.2);
		margin: 4px 2px;
		cursor: pointer;
	}
	
	button:hover, input[type=submit]:hover, .button:hover {
		color: rgb(255,218,165);
		background-color: rgba(14,8,4,.9);
		border: 1px solid rgb(208,170,116);
	}
	
	.button .button {
		background: none;
		border: none;
	}
	
	.hint {
		font-size: 10px;
		color: #FFF;
		text-align: left;
		vertical-align: top;
		font-variant: normal !important;
		padding-bottom: 12px;
		padding-left: 10px;
	}
	
	.change {
		font-size: 10px;
		color: #FFF;
		text-align: right;
		font-variant: normal !important;
		vertical-align: top;
		padding-bottom: 12px;
	}
	
	.error {
		color: #E7AE5B;
		font-size: 12px;
		margin: 50px 10px;		
		padding: 10px 20px;
		border: 1px solid #E7AE5B;
		background: #140502;
		text-shadow: none;
	}
	
	.info {
		color: #aa7759;
		font-size: 12px;
		margin: 50px 10px;		
		padding: 10px 20px;
		border: 1px solid #380b10;
		background: rgba(14, 7, 5, 0.9);;
	}
	


/*NEWS*/		
	.news, .news table {			
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.news-topic {
		line-height: 36px;
		height: 54px;
		padding-left: 18px;
		background: url('../images/main-titles.jpg') top center no-repeat;
		font-size: 14px;
		font-family: tp3;
		color: #E7AE5B;
	}
	
	.news-topic td:first-child {	
	}
	
	.news-topic td:last-child {
		width: 105px;
		font-weight: normal !important;
		text-indent: 0;
		font-size: 10px !important;
		text-align: center !important;
		white-space: nowrap;
	}
	
	.news-content {
		text-align: justify;
		font-size: 12px;
		font-family: Arial;
		color: #7F6541;
		line-height: 1.25;
	}
	
	.news-content-border {
		background-color: rgba(14, 8, 4, 0.5);		
		padding: 20px;
		margin: 10px;
	}
	
	.news-footer {
		display: none;
	}
	
	.news-footer span {
		color: #A80B0B;
		font-size: 10px !important;
		font-weight: normal !important;
		padding-left: 20px;
	}
	
/*SHOP*/
	.group-active, .group-unactive{	
		display: inline-block;	
		font-size: 0.9em;
		font-weight: normal;
		font-variant: normal;
		border-radius: 3px;
		margin: 5px 0 0 4px;
		padding: 1px 0;
		text-decoration: none;		
	}
	
	.group-active {		
		font-weight: bold;
		padding: 5px 5px;		
		border: 1px solid #E7AE5B;	
		border-top: 1px dashed #E7AE5B;
		background-position: bottom;
	}
	
	.group-unactive:active{
		font-weight: normal;
	}
	.group-active:hover, .group-unactive:hover{
		text-decoration: none;
	}
	
	.group-container{
		background-color: rgba(14, 8, 4, 0.5);		
		margin: 0 auto;
		margin-top: 10px;
		margin: 10px 10px 0 10px;
		padding: 10px;		
	}
	
/*GALLERY*/
	.gallery_entry {
		position: relative;
		float: left;
		margin: 13px;	
	}
	
	.gallery_image {	
		border-right: 1px solid #E7AE5B;
		border-bottom: 1px solid #E7AE5B;
		border-left: 1px solid #46351b;
		border-top: 1px solid #46351b;
		border-radius: 5px;		
		margin: 0 auto;
		width: 170px;
		height: 110px;
	}
	
	.gallery_name {
		width: 150px;
		height: 25px;
		line-height: 12px;
		overflow: hidden;
	}
	
	.gallery_author {		
		overflow: hidden;
		width: 160px;	
		height: 30px;		
	}
	
	.gallery_rating {	
		float: left;
		overflow: hidden;
		vertical-align: middle;			
		margin-right: 20px;
	}
	
	.gallery_vote_inc {
		float: left;
		background-image: url(../images/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(../images/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(images/gallery_display.png);
	}

/*DOWNLAOD*/
	.download-container {
		position: relative;
		float: left;
		margin: 20px;
		width: 555px;
		font-size: 12px;
		height: 260px;
		border-bottom: 1px solid #E7AE5B;
		box-shadow: inset 0 0 100px rgba(0, 0, 0, 1);
		border-radius: 5px;	
	}
	
	.download-title{	
		height: 66px;
		font-size: 16px;
		line-height: 42px;	
		font-weight: bold;
		padding-bottom: 10px;
		text-align: center;
	}
	
	.download-button {
	}
	
	.download-button:hover{	
		opacity: 1;
	}
	
	.download-button:active {		
		line-height: 50px;
		text-shadow: none;
	}
	
	.download-button:after {
		position: absolute;
		display: block;
		left: 202px;
		bottom: 20px;
		margin: 0 auto;
		text-align: center;	
		content: "Pobierz";
		text-decoration: none !important;
		width: 150px;
		height: 45px;
		line-height: 45px;
		vertical-align: middle;
		border: 1px solid #E7AE5B;
		border-radius: 45px;
		font-size: 2em;
	}
	
	.download-content{
		padding: 15px 30px;
		height: 130px;
		z-index: 3;
	}
	
	.download-size{
		float: left;
		padding-left: 30px;
		color: #E7AE5B;
	}
	
	.download-count{
		float: right !important;
		padding-right: 30px;	
		color: #E7AE5B;
	}
	
	.download-footer{
		position: relative;
		background-image: url(images/panel_bottom.png);		
		background-repeat: no-repeat;
		height: 50px;
	}	
	
/*TABLES*/
	.tableform-padding td{
		padding-top: 1px;
		padding-bottom: 24px;
		padding-left: 10px;
		font-weight: bold;
		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;
		text-align: left;
	}
	
	.table-top td{			
		vertical-align: middle;
		text-align: left;
		font-weight: bold;
		height: 40px;
		padding: 0 5px;
		border-bottom:solid 1px #E7AE5B;
		color: #FFF;
	}
	
	.table-top td:last-child {
		border-right: none;
	}
	
	.info-table-padding td{
		padding-top: 1px;
		padding-bottom: 24px;
		padding-left: 10px;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}
	
	.info-table-nopadding td{
		padding-top: 1px;
		padding-bottom: 0px;
		padding-left: 10px;
		font-weight: bold;
		text-align: left;
	}
	