
@font-face {
	font-family: 'awesome';
	src: url('http://zakatek.us//web/skins/api_html/gfx/fonts/fontawesome-webfont.eot');
	src: local('☺'), url('http://zakatek.us//web/skins/api_html/gfx/fonts/fontawesome-webfont.woff') format('woff'), url('http://zakatek.us//web/skins/api_html/gfx/fonts/fontawesome-webfont.ttf') format('truetype'), url('http://zakatek.us//web/skins/api_html/gfx/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}

.awesome {
	font-family: awesome;
	font-weight: normal;
	}

html, body {
	margin: 0;
	padding: 0;
	font: 12px tahoma, arial, geneva, sans-serif;
	color: #000;
	background: #fff;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 11%, #eeeeee 43%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(11%,#ffffff), color-stop(43%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 11%,#eeeeee 43%,#dddddd 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 11%,#eeeeee 43%,#dddddd 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 11%,#eeeeee 43%,#dddddd 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 11%,#eeeeee 43%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
	text-align: center;
	}
	
textarea {
	font: 13px tahoma, arial, geneva, sans-serif;
}

table {
	position: relative;
	border: 0;
	border-collapse: collapse;
	}
	
td {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}

img {
	border: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

form .select {
	display: inline;
	}

form#submit {
	display: inline;
	}

iframe {
	background: #fff;
	}

a {
	color: #1e548a;
	text-decoration: none;
	}
a:hover {
	color: #1f69b2;
	text-decoration: underline;
	}

.bd {
	margin: 0 auto 0 0;
	position: relative;
	min-width: 990px;
	max-width: 1500px;
	overlay: hidden;
	z-index: 2;
	}

.hd {
	position: relative;
	height: 140px;
	margin-left: 20px;
	z-index: 3;
	}

.lg {
	position: relative;
	float: left;
	height: 80px;
	overlay: hidden;
	margin-top: 20px;
	z-index: 5;
	}

.info {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
	border-left: 1px solid #ddd;
	padding: 20px 0 30px 20px;
	font: 11px tahoma, arial, geneva, sans-serif;
	color: #999;
	text-align: left;
	z-index: 5;
	}
	
.hd .upper-menu {
    position: absolute;
    top: 0;
    right: 200px;
    list-style: none;
    }
    
.hd .upper-menu li {
    display: inline-block;
    }
    
.hd .upper-menu li a {
    display: block;
    padding: 3px 5px;
    }

.logowanie {
	position: relative;
	float: right;
	padding: 25px 30px 15px 30px;
	top: -10px;
	border: 1px solid #fff;
	border-top: none;
	font: 11px tahoma, arial, geneva, sans-serif;
	color: #666;
	text-align: center;
	z-index: 5;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, rgb(255,255,255)),color-stop(0.99, rgb(230,230,230)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 35%,rgb(230,230,230) 99%);
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
	text-shadow: 1px 1px 0 #fff;
	}

div.menu0 ul {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 5px;
	white-space: nowrap;
	z-index: 100;
	}

div.menu0 ul li	{
	margin: 0;
	margin-left: 1px;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

div.menu0 ul li	a {
	padding: 5px 12px;
	color: #647335;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	background: #fff;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, #cccccc),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#cccccc 35%,#fff 99%);
	background-image: -webkit-linear-gradient(bottom, #cccccc 35%, #fff 99%);
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

div.menu0 ul li a:hover {
	color: #000;
	background: #647335;
	text-decoration: none;
	border-top: 1px solid #647335;
	border-left: 1px solid #647335;
	border-right: 1px solid #647335;
	border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #fff 1%, #cccccc 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #fff),color-stop(0.99, #cccccc));
	background-image: -moz-linear-gradient(center bottom,#fff 05%,#cccccc 99%);
	}

div.menu0 ul li	a.active {
	color: #fff;
	background: #647335;
	text-decoration: none;
	border-top: 1px solid #647335;
	border-left: 1px solid #647335;
	border-right: 1px solid #647335;
	border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #647335 1%, #96b046 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #647335),color-stop(0.99, #96b046));
	background-image: -moz-linear-gradient(center bottom,#647335 05%,#96b046 99%);
	text-shadow: 1px 1px 1px #647335;
	moz-text-shadow: 1px 1px 1px #647335;
	webkit-text-shadow: 1px 1px 1px #647335;
	}

div.menu1 ul {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 5px;
	white-space: nowrap;
	z-index: 100;
	}

div.menu1 ul li	{
	margin: 0;
	margin-left: 1px;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

div.menu1 ul li	a {
	padding: 5px 12px;
	color: #647335;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #cccccc 1%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, #cccccc),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#cccccc 35%,#fff 99%);
	}

div.menu1 ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #647335;
	moz-text-shadow: 1px 1px 1px #647335;
	webkit-text-shadow: 1px 1px 1px #647335;
	border-top: 1px solid #647335;
	border-left: 1px solid #647335;
	border-right: 1px solid #647335;
	border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #647335 1%, #96b046 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #647335),color-stop(0.99, #96b046));
	background-image: -moz-linear-gradient(center bottom,#647335 05%,#96b046 99%);
	}

div.menu1 ul li a.tab_active, div.menu1 ul li a.tab_active:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #647335;
	border-left: 1px solid #647335;
	border-right: 1px solid #647335;
	border-bottom: 1px solid #fff;
	border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #fff 1%, #cccccc 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #fff),color-stop(0.99, #ccccccccc));
	background-image: -moz-linear-gradient(center bottom,#fff 05%,#cccccc 99%);
	}

.menu2 {
	position: relative;
	background: #647335;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	padding: 7px;
	z-index: 6;
	border-radius: 0 8px 0 0 ;
	-moz-border-radius: 0 8px 0 0 ;
	-webkit-border-radius: 0 8px 0 0 ;
	}

div.menu2 ul {
	margin: 0;
	padding: 0;
	}

div.menu2 ul li {
	margin: 0;
	padding: 0 3px;
	display: inline;
	list-style-type: none;
	}

div.menu2 li a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 3px;
	}

div.menu2 li a:hover {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
div.menu2 li a.active {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

table.maintab {
	width: 100%;
	}

table.maintab .col1 {
	width: 150px;
	}

table.maintab .col1 .menu3 {
	width: 150px;
	text-align: left;
	}

table.maintab td {
	vertical-align: top;
	}

.box {
	position: relative;
	border: 1px solid #647335;
	border-left: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #f5f5f5;
	z-index: 5;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
	}

.ft {
	position: relative;
	font-size: 10px;
	padding: 15px;
	padding-bottom:50px;
	text-align: right;
	z-index: 5;
	}

.menu3 {
	position: relative;
	background: #647335;
	text-align: center;
	font-size: 13px;
	padding: 7px;
	z-index: 6;
	width: 149px;
	border-right: 1px solid #647335;
	border-bottom: 1px solid #647335;
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #96b046 1%, #647335 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #96b046),color-stop(0.99, #647335));
	background-image: -moz-linear-gradient(center bottom,#96b046 05%,#647335 99%);
	}

div.menu3 ul {
	margin: 0;
	padding: 0;
	}

div.menu3 ul li {
	margin: 1px;
	padding: 0 5px;
	display: block;
	list-style-type: none;
	}

div.menu3 li b {
	display: block;
	text-align: left;
	color: #666;
	}

div.menu3 li a {
	color: #fff;
	font: 11px/15px tahoma, arial, geneva, sans-serif;
	padding: 4px 6px;
	font-weight: bold;
	display:block;
	text-shadow: 1px 1px 1px #647335;
	moz-text-shadow: 1px 1px 1px #647335;
	webkit-text-shadow: 1px 1px 1px #647335;
	}

div.menu3 li a:hover {
	padding: 3px 6px;
	color: #647335;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #647335;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #cccccc 1%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #cccccc),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#cccccc 5%,#fff 99%);
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

div.menu3 li a.active {
	padding: 3px 6px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #647335;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #cccccc 1%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, #cccccc),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#cccccc 35%,#fff 99%);
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

.tresc {
	padding: 0 25px 25px 25px;
	text-align: center;
	}

#inside_tresc {
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid red;*/
	}

h2 {
	font: 18px tahoma, arial, geneva, sans-serif;
	color: #000;
	display: block;
	margin: 0 50px 15px 50px;
	padding: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px solid #999;
	}

table.tabdane {
	position: relative;
	margin: 15px auto;
	border-collapse: separate;
	}

table.tabdane td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	}

table.tabdane td.tytul {
	text-align: center;
	vertical-align: bottom;
	padding: 5px 10px 7px 10px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #647335;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #647335 5%, #96b046 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #647335),color-stop(0.99, #96b046));
	background-image: -moz-linear-gradient(center bottom,#647335 05%,#96b046 99%);
	text-shadow: 1px 1px 1px #647335;
	moz-text-shadow: 1px 1px 1px #647335;
	webkit-text-shadow: 1px 1px 1px #647335;
	}

table.tabdane td.tytl {
	vertical-align: middle;
	border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	}

table.tabdane td.tytr {
	vertical-align: middle;
	border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	}

table.tabdane td.tytlr {
	vertical-align: middle;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	}

table.tabdane td.tytl2 {
	border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #96b046 5%, #647335 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #96b046),color-stop(0.99, #647335));
	background-image: -moz-linear-gradient(center bottom,#96b046 05%,#647335 99%);
	}

table.tabdane td.tytr2 {
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #96b046 5%, #647335 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #96b046),color-stop(0.99, #647335));
	background-image: -moz-linear-gradient(center bottom,#96b046 05%,#647335 99%);
	}

table.tabdane td.tytlr2 {
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #96b046 5%, #647335 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #96b046),color-stop(0.99, #647335));
	background-image: -moz-linear-gradient(center bottom,#96b046 05%,#647335 99%);
	}

table.tabdane td.tytul a {
	color: #fff;
	text-decoration: none;
	}
table.tabdane td.tytul a:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
	}

table.tabdane tr.ln1 {
	vertical-align: middle;
	background: #eee;
	background-image: -webkit-linear-gradient(bottom, #eee 5%, #cccccc 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #eee),color-stop(0.99, #cccccc));
	background-image: -moz-linear-gradient(center bottom,#eee 05%,#cccccc 99%);
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

table.tabdane tr.ln2 {
	vertical-align: middle;
	background: #ddd;
	background-image: -webkit-linear-gradient(bottom, #eee 5%, #cccccc 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #eee),color-stop(0.99, #cccccc));
	background-image: -moz-linear-gradient(center bottom,#eee 05%,#cccccc 99%);
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}
	
table.tabdane tr.ln3 {
	vertical-align: middle;
	background: #cccccc;
	background-image: -webkit-linear-gradient(bottom, #cccccc 5%, #999 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #cccccc),color-stop(0.99, #999));
	background-image: -moz-linear-gradient(center bottom,#cccccc 05%,#999 99%);
	text-shadow: 1px 1px 1px #ddd;
	moz-text-shadow: 1px 1px 1px #cccccc;
	webkit-text-shadow: 1px 1px 1px #cccccc;
	}
	
table.tabdane td.label {
	padding: 6px 10px;
	text-align: right;
	}
	
table.tabdane td.input {
	padding: 6px 10px;
	text-align: left;
	}
	
table.tabdane td .awesome {
	font-size: 14px;
	disply: inline-block;
	padding: 0 3px;
	}

.komunikat_ok {
	background: #bdffba;
	border: 1px solid #2F8F2A;
	color: #2F8F2A;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #bdffba 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #bdffba),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#bdffba 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

.komunikat_err {
	background: #f44;
	border: 1px solid #b00;
	color: #b00;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #f44 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #f44),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#f44 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

.komunikat_inf {
	background: #B8E5FF;
	border: 1px solid #647335;
	color: #647335;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #B8E5FF 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #B8E5FF),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#B8E5FF 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

.komunikat_war {
	background: #fff;
	border: 1px solid #b00;
	color: #b00;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #fff 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #fff),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#fff 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

.sub_komunikat_ok {
	background: #bdffba;
	border: 1px solid #2F8F2A;
	color: #2F8F2A;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #bdffba 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #bdffba),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#bdffba 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 200px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	}

.block_empty_message {
	padding: 4px;
	margin-bottom: 7px;
	}

table.tabdane tr.highlight_static {
	background: #ffffaa;
	}

/* tabs controll */

.tab_box {
	position: relative;
	border: 1px solid #647335;
	height: auto !important;
	background: #fff;
	margin: 0;
	z-index: 5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 20px;
	}

div.tab_menu {
	padding-left: 30px;
	}

/* gallery */

#gallerycontainer {
	text-align: center;
	border: 1px solid #999;
	padding: 10px;
	background-color: #fff;
	}

.thumbnail_description {
	font: 10px tahoma, arial, geneva, sans-serif;
	font-style: italic;
	}

.gallery_edit_box {
	margin: 0 auto;
	float: left;
	width: 120px;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
}

.thumbnail {
	min-height: 150px;
	}

a.thumbnail_anchor img {
	border: 5px solid #fff;
	}

a.thumbnail_anchor:hover img {
	border: 5px solid #999;
	}

/* info */

.info_box {
	margin: 10px 0 10px 0;
	}

.info_box p, p.sub_header {
	width: 90%;
	font: 14px tahoma, arial, geneva, sans-serif;
	color: #647335;
	font-weight: bold;
	text-align: left;
	margin: 20px auto 20px auto;
	border-bottom: 2px #647335 solid;
	}

p.error_msg {
	font: 11px/10px tahoma, arial, geneva, sans-serif;
	font-weight: bold;
	color: #f44;
	padding: 0;
	margin: 5px 0;
	border: 0;
	}

label {
	font: 12px/18px tahoma, arial, geneva, sans-serif;
	color: #666;
	}

.category_name a {
	color: #000;
	}

.invisible a {
	color: #b0b;
	}

.disactive a {
	color: #b00;
	}

.category_name_active a {
	color: #000;
	}

.category_name_disactive a {
	color: #b00;
	}

.separated_block {
	border: 1px #999 solid;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	}

.content_add_block {
	border: 1px #999 solid;
	padding: 20px;
	background: #fff;
	margin-top: 20px;
	}

.width_separator {
	background: #999;
	}
	
.upper_come_back_link {
	height:20px;
	text-align:left;
	padding:3px 0 0 25px;
	font-weight: bold;
	}

.come_back_link {
	text-align: center;
	}

.centered {
	text-align: center;
	/*border: 1px solid red;*/
	}

.narrowed {
	font: 11px tahoma, arial, geneva, sans-serif;
	color: #999;
	width: 430px;
	margin: auto;
	}

.tooltip_blue {
	cursor: pointer;
	background: #647335;
	color: #f5f5f5;
	font-size: 10px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: super;
	}

.tooltip_gray {
	cursor: pointer;
	background: #647335;
	color: #f5f5f5;
	font-size: 10px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: super;
	}

#flash_message>div {
	height: 20px;
	margin-bottom: 10px;
	}

.blankimg {
	width:140px;
	height:140px;
	background:#eee;
	color:#999;
	text-align:center;
	font:15px/140px tahoma, sans-serif;
	box-shadow:inset 0 0 25px #999;
	-moz-box-shadow:inset 0 0 25px #999;
	-webkit-box-shadow:inset 0 0 25px #999;
	}

p.nocontent {
	border: 0;
	color: #000;
	text-align: center;
	font-size: 12px;
	}
	
.empty_indicator, .home_indicator {
	cursor: pointer;
	color: #666;
	font-weight: normal;
	}
	
.pagination {
	list-style: none;
	}

.pagination ul {
	list-style: none;
	margin: 0;
	}
.pagination li {
	display: inline-block;
	padding: 2px 5px;
	}
.pagination li.active {
	background: #fff;
	color: #666;
	}
.pagination .info {
	padding: 2px 6px;
	border: 0;
	border-right: 1px solid #fff;
	color: #fff;
	float: none;
	font: inherited;
	}
	
	
.color-green {
	color: #074;
	}

.color-red {
	color: #b00;
	}
	
.color-orange {
	color: #ff6600;
}

.color-disabled {
	color: #666;
	}

.color-link {
	color: #1e548a;
	}

.background_color_dark {
	background: #999;
	}

.background_color_light {
	background: #fff;
	}

.left_round {
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-khtml-border-radius: 8px 0 0 8px;
	}

td.left_round span.awesome {
	display: block;
	padding: 3px 4px 0 6px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	font-size: 24px;
	line-height: 24px;
	}

td.folder-title {
	position: relative;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	}

/*
.folder-title span {
  display: block;
  width: 6px;
  height: 36px;
  background: #999;
  position: absolute;
  left: 36px;
  margin-top: -5px;
	}
*/

.folder-title form {
	padding-left: 10px;
	text-align: left;
	}

.fancycheck {
	display: block;
	position: relative;
	marign: 0;
	padding: 0;
	height: 20px;
	}

.fancycheck input {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	float: left;
	}

.fancycheck label {
	font-size: 11px;
	line-height: 11px;
	display: block;
	float: left;
	padding: 3px 5px;
	}	
	
.prev01 {
	width: 1050px;
	padding: 15px;
	margin: auto;
	border: 1px solid #647335;;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	-khtml-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	}
	
.rog01 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 165px;
	background: #647335;
	}

.rog02 {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	}
	
.rog03 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background: #647335;
	}

.rog04 {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	background: #f5f5f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	}

.rog05 {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -11px;
	left: 0;
	background: #647335;
	}

.rog06 {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	}

.ajax-indicator {
	display: none;
	position: fixed;
	top:0;
	right:0;
	z-index: 2;
	}
.ajax-indicator-state {
	width: 180px;
	border-radius: 0 0 0 5px;
	padding: 10px;
	color: #fff;
	box-shadow:inset -2px 2px 2px #222, 0 0 20px #222;
	}
.ajax-indicator-done {
	background-color: #282;
	}
.ajax-indicator-working {
	background-color: #318ddb;
	}
.ajax-indicator-state-warning {
	background-color: #a00;
	}
.ajax-indicator-state-normal {

	}
.ajax-indicator-icon {
	display: table-cell;
	font-size: 40px;
	}
.ajax-indicator-msg {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 20px;
	}

div.dd-menu section a span.awesome {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4)
    }

.dd-content .item-label {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	right: 140px;
	}
	
.dd-invisible {
	display:none;
	}
	
.new-category-form {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    }

ul.folding-categories-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 10%;
    font-size: 8px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
    }

ul.folding-categories-menu li {
    position: absolute;
    top: 7px;
    left: 0;
    border-right: 1px solid #ccc;
    z-index: 100;
    text-transform: uppercase;
    }

ul.folding-categories-menu li:last-child {
    left: 88px;
    border: none;
    }

ul.folding-categories-menu li a {
    padding: 0 5px;
    }
ul.folding-categories-menu li a {
    }

ul.other-sections {
    margin: 50px 10px;
    padding: 10px;
    padding-top: 0;
    border-top: 1px solid #ddd;
    list-style-type: none;
   }

ul.other-sections li.title-other-sections {
    margin-left: 10px;
    line-height: 24px;
	color: #888;
    }

ul.other-sections li a {
    float: left;
    display: block;
    padding: 3px 10px 5px 10px;
    border-right: 1px solid #ddd;
    }

ul.other-sections li a:hover {
	background: #fff;
	outline: 1px solid #ddd;
	}
	
ul.other-sections li a.active {
	color: #000;
	background: #fff;
	outline: 1px solid #ddd;
	}
	
ul.other-sections li:last-child a {
    border: 0;
    }
	
.section-title-option, .section-box-option {
	min-height: 50px;
	display: block;
	vertical-align: middle;
	}

.section-option-default {
	padding: 10px;
	}

.panel-home {
	background: #eee;
	background: #eee;
	border: none;
	background-image: -webkit-linear-gradient(bottom, #cccccc 1%, #eee 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #cccccc),color-stop(0.99, #eee));
	background-image: -moz-linear-gradient(center bottom,#cccccc 05%,#eee 99%);
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	}

.panel-home .rog05 {
	bottom: -10px;
	background: #cccccc;
	border: none;
	}

.panel-home .rog01 {
	left: 164px;
	background: #eee;
	border: none;
	}
	
.input .field-2 {
	width: 700px;
	height: 150px;
	font: 14px/1.4 arial, serif;
}

.input .image-file-upload .uploadify {
	display: inline-block;
	margin-left: 10px;
}

.filters-box {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	margin: 0 30px;
}

.filters-box form {
	display: block;
}

.filters-box hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 10px 0;
}

.tabdane td.l7-inputs {
	padding: 0 0 10px 0;
}

.tabdane td.l7-inputs .l7-field-tab td {
	vertical-align: middle;
}

.info_box .comeback-link {
	font-weight: bold;
	display: inline-block;
	margin: 10px 0 0 20px;
}

.dd-tmp-version-box {
	display: inline-block;
	margin-left: 30px;
	font-size: 10px;
}

.dd-item-invisible .dd-content .item-name {
	display: none;
	}
	
.dd-item-visible .dd-content .item-name {
	display: inline-block;
	}

ul.real-page {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: -12px;
	margin-bottom: 15px;
	margin-left: 25px;
	}

.tmp-menu a, .dd-tmp-version-box a {
	color: #ff6600;
	font-weight: bold;
	}

.real-page a {
	color: #ff6600;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	}

	
ul.tmp-page {
	diplay: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 65px;
	left: 400px;
	}

ul.tmp-page li {
	float: left;
	}

ul.tmp-page li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding: 0 20px;
	}

ul.tmp-page li a:hover {
	color: #000;
	}

ul.tmp-page li:last-child a {
	border-right: 1px solid #ff6600;
	border-radius: 0 6px 6px 0;
	}

.dd-tmp-version-box .tmp-create-link {
	opacity: 0.4;
	font-weight: normal;
	}

.tmp-menu .real-page ul li a {
	opacity: 1;
	}

	
.col2 .tmp-info {
	text-align: left;
	display: block;
	margin: 0 0 0 50px;
}

.col2 .tmp-info p {
	text-align: left;
	display: inline-block;
	background: #ff6600;
	padding: 3px 10px;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
}

.free-fields .input input {
	width: 700px;
}

.free-fields .input textarea {
	width: 700px;
	height: 80px;
}

.rw-cms-panel-box {
	font: 12px tahoma,arial,geneva,sans-serif;
	position: fixed;
	top: 0;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #647335 1%, #96b046 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #647335),color-stop(0.99, #96b046));
	background-image: -moz-linear-gradient(center bottom,#647335 05%,#96b046 99%);
	width: 100%;
	z-index:9999;
	color: #fff;
	box-shadow: 0 0 25px #000;
	letter-spacing: normal;
	text-align: left;
	border-bottom: 1px solid #96b046;
	color: #fff !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5) !important;
	}

.rw-cms-panel-box a {
	font: 12px tahoma,arial,geneva,sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rw-cms-panel-box .rw-cms-panel-element {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

.rw-cms-panel-box .rw-cms-panel-info a {
	font-weight: normal;
}

.rw-cms-panel-box .rw-cms-panel-signut-link {
	font-weight: bold;
}

.rw-cms-panel-box .rw-cms-panel-panel {
	display: table;
	width: 1000px;
	margin: 0 auto;
}

.rw-cms-panel-box .rw-cms-panel-logo-link {
	padding: 0 !important;
	margin-top: 3px;
	height: 43px;
	width: 40px;
	display: table-cell;
	vertical-align: middle;
	}

.rw-cms-panel-box .rw-cms-panel-toggle-sections-edit-input {
	vertical-align: middle;
}

a.rw-cms-panel-editct-link {
	position: absolute; 
	line-height: 1.0;
	right: -5px;
	bottom: -5px;
	z-index: 99999;
	display: block;
	padding: 10px;
	background: #647335;
	background-image: -webkit-linear-gradient(bottom, #647335 1%, #96b046 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #647335),color-stop(0.99, #96b046));
	background-image: -moz-linear-gradient(center bottom,#647335 05%,#96b046 99%);
	color: #fff;
	border: 1px solid #647335;
	border-radius: 4px;
	font: 12px/12px arial, tahoma, geneva, sans-serif;
	}
a.rw-cms-panel-editct-link:hover {
	background: #96b046;
	background-image: -webkit-linear-gradient(bottom, #96b046 1%, #647335 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #96b046),color-stop(0.99, #647335));
	background-image: -moz-linear-gradient(center bottom,#96b046 05%,#647335 99%);
	text-decoration: none;
	box-shadow: 0 0 20px #000;
	color: #fff;
	}

span.rw-cms-panel-editct-edit {
	font-weight: bold;
	}
	
.rw-file-thumb {
	display: block;
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0px 0px;
	height: 56px;
    width: 56px;
}

.rw-file-thumb-aiff {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px 0px;
	}

.rw-file-thumb-mp4 {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px 0px;
	}

.rw-file-thumb-mp2 {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px 0px;
	}

.rw-file-thumb-mp3 {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px 0px;
	}

.rw-file-thumb-ttf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px 0px;
	}

.rw-file-thumb-jif {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px 0px;
	}

.rw-file-thumb-cur {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px 0px;
	}

.rw-file-thumb-adp {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px 0px;
	}

.rw-file-thumb-vtf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px 0px;
	}

.rw-file-thumb-wmv {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -56px;
	}

.rw-file-thumb-wri {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -56px;
	}

.rw-file-thumb-cue {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -56px;
	}

.rw-file-thumb-ade {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -56px;
	}

.rw-file-thumb-wma {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -56px;
	}

.rw-file-thumb-m4a {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -56px;
	}

.rw-file-thumb-pptx {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -56px;
	}

.rw-file-thumb-docx {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -56px;
	}

.rw-file-thumb-daa {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -56px;
	}

.rw-file-thumb-mov {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -56px;
	}

.rw-file-thumb-psd {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -112px;
	}

.rw-file-thumb-dat {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -112px;
	}

.rw-file-thumb-bat {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -112px;
	}

.rw-file-thumb-nfo {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -112px;
	}

.rw-file-thumb-dic {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -112px;
	}

.rw-file-thumb-diz {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -112px;
	}

.rw-file-thumb-mp2v {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -112px;
	}

.rw-file-thumb-rar {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -112px;
	}

.rw-file-thumb-ifo {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -112px;
	}

.rw-file-thumb-xls {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -112px;
	}

.rw-file-thumb-xsl {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -168px;
	}

.rw-file-thumb-mdl {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -168px;
	}

.rw-file-thumb-hlp {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -168px;
	}

.rw-file-thumb-mpg,
.rw-file-thumb-mpeg {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -168px;
	}

.rw-file-thumb-ico {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -168px;
	}

.rw-file-thumb-dll {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -168px;
	}

.rw-file-thumb-ac3 {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -168px;
	}

.rw-file-thumb-ra {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -168px;
	}

.rw-file-thumb-fon {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -168px;
	}

.rw-file-thumb-reg {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -168px;
	}

.rw-file-thumb-xml {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -224px;
	}

.rw-file-thumb-cal {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -224px;
	}

.rw-file-thumb-mmm {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -224px;
	}

.rw-file-thumb-asf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -224px;
	}

.rw-file-thumb-hst {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -224px;
	}

.rw-file-thumb-mmf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -224px;
	}

.rw-file-thumb-dcr {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -224px;
	}

.rw-file-thumb-ace {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -224px;
	}

.rw-file-thumb-tlb {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -224px;
	}

.rw-file-thumb-iso {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -224px;
	}

.rw-file-thumb-pdf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -280px;
	}

.rw-file-thumb-tiff {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -280px;
	}

.rw-file-thumb-ppt {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -280px;
	}

.rw-file-thumb-txt {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -280px;
	}

.rw-file-thumb-java {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -280px;
	}

.rw-file-thumb-log {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -280px;
	}

.rw-file-thumb-zip {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -280px;
	}

.rw-file-thumb-wad {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -280px;
	}

.rw-file-thumb-theme {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -280px;
	}

.rw-file-thumb-msp {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -280px;
	}

.rw-file-thumb-gif {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -336px;
	}

.rw-file-thumb-xps {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -336px;
	}

.rw-file-thumb-wave,
.rw-file-thumb-wav {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -336px;
	}

.rw-file-thumb-xlsx {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -336px;
	}

.rw-file-thumb-bup {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -336px;
	}

.rw-file-thumb-bmp {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -336px;
	}

.rw-file-thumb-png {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -336px;
	}

.rw-file-thumb-der {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -336px;
	}

.rw-file-thumb-cat {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -336px;
	}

.rw-file-thumb-doc {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -336px;
	}

.rw-file-thumb-cab {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -392px;
	}

.rw-file-thumb-torrent {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -392px;
	}

.rw-file-thumb-ini {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -392px;
	}

.rw-file-thumb-bin {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -392px;
	}

.rw-file-thumb-vob {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -392px;
	}

.rw-file-thumb-ai {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -392px;
	}

.rw-file-thumb-spr {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -392px;
	}

.rw-file-thumb-ani {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -392px;
	}

.rw-file-thumb-jpeg,
.rw-file-thumb-jpg {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -392px;
	}

.rw-file-thumb-au {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -392px;
	}

.rw-file-thumb-avi {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -448px;
	}

.rw-file-thumb-inf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -448px;
	}

.rw-file-thumb-dwt {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -448px;
	}

.rw-file-thumb-mid {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -448px;
	}

.rw-file-thumb-html {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -448px;
	}

.rw-file-thumb-dwg {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -448px;
	}

.rw-file-thumb-css {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -336px -448px;
	}

.rw-file-thumb-bsp {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -392px -448px;
	}

.rw-file-thumb-wpl {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -448px -448px;
	}

.rw-file-thumb-divx {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -504px -448px;
	}

.rw-file-thumb-php {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat 0 -504px;
	}

.rw-file-thumb-url {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -56px -504px;
	}

.rw-file-thumb-dvd {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -112px -504px;
	}

.rw-file-thumb-gam {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -168px -504px;
	}

.rw-file-thumb-rtf {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -224px -504px;
	}

.rw-file-thumb-ooorg {
	background: url('http://zakatek.us//web/skins/api_html/gfx/files_56.png') no-repeat -280px -504px;
	}

.rw-cms-panel-ctoutline {
	outline: 5px dashed #96b046;
	z-index: 9998;
	}

.rw-cms-panel-info {
	font-size: 9px;
	text-transform: uppercase;
	margin-top: -3px;
	padding-left: 10px !important;
	text-align: right;
	}

.rw-cms-panel-info a {
	font-size: 9px;
	text-transform: uppercase;
	}

a.rw-cms-panel-signut-link {
	font-size: 11px !important;	
	font-weight: bold !important;
	opacity: 0.7;
	}
a.rw-cms-panel-signut-link:hover {
	opacity: 1;
	}

.rw-cms-panel-toggle-sections-edit {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 0 8px!important;
	position: absolute;
	right: 0;
	margin-top: 3px !important;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	}

.rw-cms-panel-toggle-sections-edit:hover {
	background: rgba(255,255,255,0.15);
	}

a.rw-cms-panel-panel-link {
	display: block;
	line-height: 40px !important;
	border-left: 1px solid rgba(255,255,255,0.3);
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
a.rw-cms-panel-panel-link:hover {
	background: rgba(255,255,255,0.15);
	}

	
select.select-pt,
select.select-pr,
select.select-pb,
select.select-pl,
select.select-it,
select.select-ir,
select.select-ib,
select.select-il,
select.select-width
	{
	font-size: 10px;
	line-height: 10px;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	}

select.select-pt
	{
	margin: 3px 0 1px 0 !important;
	}

select.select-it
	{
	margin: 0px 4px 0px 0 !important;
	}

select.select-pr
	{
	margin: 3px 0 1px -3px !important;
	}

select.select-ir
	{
	margin: 3px 0 1px 0px !important;
	}

select.select-pl
	{
	margin: 3px 0 1px 0px !important;
	}

select.select-il
	{
	margin: 3px 0 1px -3px !important;
	}

select.select-pb
	{
	margin: 0px 4px 0px 0 !important;
	}

select.select-ib
	{
	margin: 3px 4px 1px 0 !important;
	}

select.select-width {
	margin: 3px 9px 0px 0 !important;
	}
	
/* ponizej nakladka wygladu na galerie w oknie edycji newsa */

.gal-box {
	outline: 1px solid red;
	}

.gal-box ul li {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 0 !important;
	vertical-align: top;
	}

.gal-box ul li img {
	width: 77px !important;
	outline: 2px solid #fff;
	}

.gal-box ul li .gal-delete-item-link {
	position: absolute;
	top: 2px !important;
	right: 2px !important;
	display: block;
	padding: 0px !important;
	border-radius: 20px;
	background: #a00 !important;
	color: #fff;
	font-size: 17px;
	line-height: 20px !important;
	width: 20px !important;
	text-align: center;
	line-height: 0.6;
	border: 1px solid #fff;
	text-decoration: none;
	display: none !important;
	}
.gal-box ul li:hover .gal-delete-item-link {
	display: block !important;
	}

.gal-box ul li .gal-delete-item-link:hover {
	background: #f00 !important;
	}


.gal-box ul li .gal-item-desc-link {
	position: absolute;
	bottom: 2px !important;
	right: 2px !important;
	display: block;
	padding: 0 !important;
	background: #444;
	color: #fff;
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid #fff;
	text-decoration: none;
	display: none !important;
	}
.gal-box ul li:hover .gal-item-desc-link {
	display: block !important;
	}
.gal-box ul li .gal-item-desc-link:hover {
	background: #777 !important;
	}

.gal-box ul li .gal-item-desc {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0px !important;
	width: 88px !important;
	margin: 0;
	padding: 3px;
	outline: none;
	font-size: 12px !important;
	font-family: verdana, arial, sans-serif !important;
	}

.gal-box ul li .gal-add-link {
	width: 77px !important;
	height: 77px !important;
	outline: 2px solid #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 10px !important;
	font-family: arial, sans-serif;
	border-radius: 0 !important;
	background: #ddd;
	text-transform: uppercase;
	color: #000 !important;
	}
.gal-box ul li .gal-add-link:hover {
	background: #fff;
	color: #666 !important;
	text-decoration: none;
	}

/* powyzej nakladka wygladu na galerie w oknie edycji newsa */
