/* INIT -----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #f70000;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Rajdhani', sans-serif;
}
input, textarea, select, option, optgroup, button {
	font-size: 1.6rem;
}
* {
	box-sizing: border-box;
}
/* LAYOUT -----------------------------------------------------------------------------*/
html {
	font-size: 0.625em;
}
body {
	min-height: 900px;
	background: url("/images/bg.png") repeat top left;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* HEADER -----------------------------------------------------------------------------*/
.header {
	height: 85px;
	background: #fff;
	float: left;
	width: 100%;
}
.logo {
	float: left;
	position: relative;
	width: 305px;
	padding-top: 10px;
	padding-left: 80px;
}
.logo h1 a:before {
	background: url("/images/sbs_logo.png") no-repeat top left;
	width: 62px;
	height: 125px;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
}
.logo h1 a strong {
	float: left;
	color: #f70000;
	font-size: 4.8rem;
	width: 100%;
}
.logo h1 a span {
	float: left;
	color: #2c4b9d;
	font-size: 1.4rem;
	width: 100%;
	letter-spacing: 0.06rem;
	margin-top: -10px;
}
.top-nav {
	float: right;
}
.path {
	width: 100%;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}
.lang li {
	width: auto;
	float: left;
}
/* MENU -----------------------------------------------------------------------------*/
.menu {
	float: right;
	width: auto;
	margin: 25px 0 0 0;
	position: relative;
}
.menu li {
	float: left;
	margin: 0px 0 0 30px;
}
.menu li a {
	float: left;
	padding: 8px 5px;
	font-weight: 700;
	color: #2c4b9d;
	font-size: 1.6rem;
	transition: all 0.3s ease;
}
.menu li.active a {
	color: #f70000;
}
.menu li:hover {
}
.menu li a:hover {
	color: #f70000;
}
.menu .submenu {
	display: none;
	position: absolute;
	top: 30px;
	width: 170px;
	background: #fff;
	z-index: 5;
	border: 1px solid #ddd;
}
.menu .submenu .children {
	position: relative;
}
.menu .submenu .children .submenu {
	top: 0;
	left: 170px;
	display: none;
}
.menu .submenu .children .submenu li a {
}
.menu .submenu li {
	display: block;
	margin: 0;
	float: none;
}
.menu .submenu li a {
	font-size: 1.6rem;
	display: block;
	float: none;
	width: 100%;
	padding: 7px 15px;
	font-weight: 700;
	line-height: 1.4rem;
	color: #2c4b9d;
}
.menu .submenu li a:hover {
	color: #f70000;
	background: #192c5d;
}
.menu .submenu li.active > a {
	color: #f70000;
}
.menu-mob {
	background: #000536;
	height: 100%;
	left: -285px;
	position: fixed;
	top: 0;
	width: 285px;
	z-index: 9999;
	overflow-y: scroll;
	box-sizing: border-box;
}
.toggleSubmenu {
    float: right;
    padding: 0px 20px;
}
.menu-mob ul {
	border-top: 1px solid #313135;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	border-bottom: 1px solid #313135;
	float: left;
	width: 100%;
}
.menu-mob a {
color: #fff;
font-size: 1.8rem;
text-decoration: none;
text-transform: capitalize;
float: left;
width: 100%;
line-height: 45px;
padding-bottom: 3px;
padding-left: 20px;
padding-top: 3px;
box-sizing: border-box;
}
.menu-mob ul li.active > a {
	color: #ed1c24;
}
.icon-close {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 2rem;
	padding: 7px 15px;
}
.icon-menu {
color: #192c5d;
font-size: 3rem;
cursor: pointer;
display: none;
float: right;
margin-left: 0;
margin-top: 13px;
padding: 10px;
}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	display: inline-block;
	min-height: 300px;
}
h1 {
}
h2 {
}
h3 {
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding: 50px 0;
	min-height: 300px;
}
.article h1 {
	width: 100%;
	padding-top: 0px;
	float: none;
}
.article h3 {
	color: #f70000;
	font-size: 2.4rem;
}
.art-content {
}
.art-body {
}
.article ul {
	list-style-image: url("../images/li.png");
	margin: 10px 30px;
}
.article li {
	color: #2f326b;
	font-weight: 600;
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
}
.art-gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* ASIDE -----------------------------------------------------------------------------*/
.aside {
	width: 30%;
	float: right;
	background: transparent;
	min-height: 300px;
}
/* SUBMENU -----------------------------------------------------------------------------*/
.submenu-body {
	padding: 20px
}
.submenu-top {
}
.submenu-foot {
}
/* level-0 */
ul.level-0 {
	width: 100%;
	border: 1px solid #DDDDDD;
}
li.level-0 {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
}
li.level-0.active {
}
li.level-0:hover {
}
/* level-N */
li.level-1 {
	padding: 10px;
}
/* ANIM -----------------------------------------------------------------------------*/
.anim-wrap {
}
.anim {
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
/* NEWS-LISTING -----------------------------------------------------------------------------*/
.news-listing {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS -----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
.pagination .pages {
}
.pagination a {
	float: left;
	margin-right: 5px;
}
.pagination span {
	float: left;
	margin-right: 5px;
}
.pagination a.active {
}
/* GALLERY -----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb {
	margin: 0 20px 20px 0;
}
.gallery .thumb, .gallery .thumb a {
	float: left;
}
.gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
.thumb-desc {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
}
.gallery .thumb.gallery-cat {
}
.gallery-cat-name {
}
/* FORM -----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	display: inline-block;
}
.form-elem-group {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.form-elem-name {
	width: 150px;
	float: left;
	padding: 4px;
}
.form-elem-input {
	float: left;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 350px;
	float: left;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 1px solid #000;
}
.form-elem-input select {
	width: 360px;
}
.form-data textarea {
	height: 150px;
	resize: none;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 12px !important;
	margin: 0 6px !important;
	vertical-align: middle;
}
.form-btn-send {
	float: right;
	background-color: #fff;
	cursor: pointer;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
	color: red;
	font-size: 10px;
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci -----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP -----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER -----------------------------------------------------------------------------*/
.footer {
	height: auto;
	width: 100%;
	margin-top: 130px;
	float: left;
}
ul.foot-nav {
	float: left;
	padding-bottom: 20px;
  margin-top: 135px;
}
ul.foot-nav li {
	float: left;
	margin-right: 40px;
}
ul.foot-nav li a {
	color: #2c4b9d;
	font-weight: 700;
}
ul.foot-nav li a:hover {
	color: #f70000;
}
ul.foot-nav li.active a {
	color: #f70000;
}
/* LOGIN -----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE -----------------------------------------------------------------------------*/
table {
}
table thead tr th {
}
table tfoot tr th {
}
table tr {
}
table tr td {
}
table tr.odd td {
}
table tr.even td {
}
table tr:hover {
}
table tr:hover td {
}
table tr:hover td:hover {
}
/* DEFAULTS -----------------------------------------------------------------------------*/
.w100p {
	width: 100% !important;
}
.w50p {
	width: 48% !important;
}
.w30p {
	width: 28% !important;
}
.dn {
	display: none !important;
}
.db {
	display: block !important;
}
.dib {
	display: inline-block !important;
}
.di {
	display: inline !important;
}
.fl {
	float: left !important;
}
.fr {
	float: none !important;
}
.cl {
	clear: left !important;
}
.cr {
	clear: right !important;
}
.cb {
	clear: both !important;
}
.disabled {
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX -----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS -----------------------------------------------------------------------------*/
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id -----------------------------------------------------------------------------*/
.wrapIE {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.ieElder {
	position: absolute;
	top: -300px;
	left: 200px;
	height: 287px;
	width: 500px;
	border: 5px solid #8ABEF1;
	z-index: 99999999999;
	background: url(/images/browsers.jpg) no-repeat 0 0;
}
.ieElder-close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	width: 76px;
}
.ieElder-later {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	width: 54px;
}
.get-chrome {
	height: 176px;
	left: 56px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.get-ff {
	height: 176px;
	left: 290px;
	position: absolute;
	top: 76px;
	width: 150px;
}
#cookies_warning {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #000536;
	font-size: 1.2rem;
	color: #fff;
  text-align: justify;
	width: 100%;
	z-index: 9999;
}
#cookies_warning_close {
	text-align: right;
	width: 100%;
	margin: 0 auto;
	color: #666;
}
#cookies_warning_close a {
	font-size: 2rem;
	text-decoration: none;
	margin: 8px 0;
	float: right;
}
#cookies_warning_info {
	width: calc(100% - 200px);
	float: left;
	font-size: 1rem;
	margin-bottom: 30px;
}
#cookies_accept {
	background: #f70000;
	color: #fff;
	padding: 5px 10px;
	width: 150px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 30px;
}
#cookies_warning_info a {
	font-weight: bold;
	color: #f70000;
}
#cookies_accept:hover {
}
.hidden {
	display: none;
}
.top {
	background: url("/images/top.jpg") no-repeat center;
	float: left;
	width: 100%;
	height: 400px;
}
.text {
	float: right;
	width: 33%;
	text-align: right;
	margin-top: 90px;
}
.text h2 {
	color: #2b4b9c;
	font-size: 3.6rem;
	font-weight: 700;
}
.text p {
	color: #2b4b9c;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.btn {
	color: #2b4b9c;
	font-size: 1.4rem;
	font-weight: 700;
	border: 1px solid #f70000;
	padding: 15px 35px;
	transition: all 0.3s ease;
	display: inline-block;
}
.btn:hover {
	color: #fff;
	background: #f70000;
}
.produkty-wlasne {
}
.produkty-wlasne-title {
	background: #192c5d;
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 80px;
}
.produkty-wlasne-title h2 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 500;
}
.box-item {
	float: left;
	width: 100%;
	margin-bottom: 110px;
}
.box-outer-left {
	width: 66.666666%;
}
.box-outer-right {
	width: 33.333333%;
}
.box {
	width: 50%;
	background: #2c4b9d;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 387px;
}
.box-inner-text {
	width: 50%;
	min-height: 387px;
	padding: 50px;
}
.box-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.box-inner2 {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}
.box-outer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}
.box-inner2 .box {
	width: 100%;
}
.box-inner-text h3 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 50px;
	margin-bottom: 8px;
	color: #2c4b9d;
}
.box-inner-text p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #f70000;
}
.box-inner-text a {
}
.box-inner2 .w100 {
	width: 100%;
}
.keller {
	background: url("/images/keller-bg.jpg") no-repeat center;
}
.nanopanel {
	background: url("/images/nanopanel_bg.jpg") no-repeat center;
}
.delfin {
	background: url("/images/delfin-bg.jpg") no-repeat center;
}
.keller:after {
	width: 26px;
	height: 30px;
	content: '';
	background: url("/images/keller-arrow.png") no-repeat center;
	position: absolute;
	left: -5px;
	top: calc(50% - 15px);
}
.nanopanel:after {
	width: 26px;
	height: 30px;
	content: '';
	background: url("/images/nanopanel-arrow.png") no-repeat center;
	position: absolute;
	top: calc(50% - 15px);
	right: -5px;
}
.delfin:after {
	width: 26px;
	height: 30px;
	content: '';
	background: url("/images/delfin-arrow.png") no-repeat center;
	position: absolute;
	left:  calc(50% - 15px);
	top: -5px;
}
.integris {
	background-image: -moz-linear-gradient( -180deg, rgb(44,75,157) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(44,75,157) 0%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(44,75,157) 0%, rgb(0,0,0) 100%);
	float: left;
	width: 100%;
	padding: 35px 0;
}
.integris-inside {
	float: left;
	width: 50%;
}
.integris-inside p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 20px 0;
	color: #fff;
}
.integris-inside a {
	color: #fff;
}
.integris-how {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.integris-inside h3 {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 40px;
}
.integris-how div {
	text-align: center;
	position: relative;
}
.integris-how div p {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 25px;
	margin: 20px 0 0 0;
}
.integris-how div:after {
	background: url("/images/arrow.png") no-repeat center;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	top: 13px;
	right: -19px;
}
.integris-how div:last-child:after {
	display: none;
}
.kambit {
	color: #172854;
	float: left;
	font-size: 1.1rem;
	font-weight: 700;
	padding-bottom: 60px;
	padding-top: 20px;
	text-align: right;
	width: 100%;
	border-top: 1px solid #172854;
}
.kambit span {
	color: #172854;
	float: left;
	font-size: 1.1rem;
}
.kambit a {
	color: #172854;
}
.top-path {
	background: #192c5d;
	float: left;
	width: 100%;
}
.top-path h2 {
	color: #fff;
	float: left;
	width: 100%;
	padding: 15px 0;
	text-align: right;
	font-size: 4rem;
	font-weight: 500;
	text-transform: lowercase;
}
.produkty {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
	grid-auto-flow: row dense;
	list-style: none;
	width: 100%;
	margin: 0!important;
}
.produkty li {
	list-style: none;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #2c4b9d;
}
.produkty li img {
	max-width: 100%;
	height: auto !important;
	width: 100% !important;
}
.produkty li a {
	font-weight: bold;
	color: #2c4b9d;
}
.box-produkt {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.box-produkt h3 {
	color: #2b4b9c;
	font-size: 2.4rem;
	background: #fbfbfb;
	padding: 10px;
}
.box-produkt p {
	padding: 30px;
}
.banners {

float: right;
}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
