﻿@CHARSET "UTF-8";

/* Komunikaty */
#informer {
	display:block;
	position: absolute;
	top:300px;
	left:50%;
	z-index: 100;
	width: 450px;
	margin:0px 0 0 -225px;
	text-align: center
}

#informer .info{
	padding: 20px 60px 20px 60px;
	margin: auto auto;
	filter: alpha(opacity=93);
	opacity: 0.93;
	border: solid 2px #ffffff;
	color: #ffffff;
	font: bold 16px sans-serif;
	background-color:#E2001A;
}

/* menu-lewe */

.menu-lewe-naglowek {
    font-size: 13px;
    font-weight: bold;
    color: #A8BF3B;
    
    width: 100%;
    text-align: center;
    
    padding-bottom: 4px;
    border-bottom: solid 1px #ffffff;
}

/* formularz zapytaniowy */
.formularz_zapytaniowy {
	float: left;
	clear: left;
	font: bold 11px Arial;
	padding-top: 30px;
	margin-left: 17px;
	width: 620px;;
}

.fz_input {
	width: 98%;
	margin-top: 5px;
}

.fz_input_nad {
	margin-top: 5px;
	width: 68%;
}

.fz_input_tel {
	margin-top: 5px;
	width: 29%;
}

.fz_input_tresc {
	margin-top: 5px;
	width: 98%;
	height: 80px;
}

.fz_submit {
	width: 98%;
	text-align: right;
}

/* Galeria zwykła */
.galeria {
	width: 100%;
	text-align: center;
}
.galeria  table{
	margin:auto auto;
}
.pr_tytul {
	width: 100%;
	height: 44px;
	background-color: #9cd8f4;
	
	font-weight: bold;
	font-size: 13px;
	color: #125373;
}

	.pr_tytul_wew {
		padding-top: 13px;
		padding-bottom: 15px;
		width: 100%;
		
		text-align: center;
	}

.gi_zdjecie {
	border-top: solid 1px #E0E0E0;
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #828282;
	border-bottom: solid 1px #828282;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.gi_nazwa {
	font-size: 11px;
	color: #404040;
	margin-bottom: 8px;
}

.gi_opis {
	font-size: 11px;
	color: #404040;
	margin-top: 8px;
}



/* Panel stronicowania */
.panel_stronicowania {
	text-align: center;
	width: 100%;
	margin-top: 5px;
	;
}

.tabela_panel_stronicowania {
	width: 100%;
	font: bold 13px Arial;
  color: #FD8900;
}

.tabela_panel_stronicowania img {
  position:relative;
  top:3px;
  
}
.tabela_panel_stronicowania a{
  color: #FD8900;
  font-weight:normal;
  font-size:12px;
}

td.lewa {
	width: 33%;
	text-align: left;
}

td.srodkowa {
	width: 33%;
	text-align: center;
}

td.prawa {
	width: 33%;
	text-align: right;
}

/* Rejestracja */

table.rej{
	width: 100%;
	margin-top: 40px;
}

table.rej th
{
	background: #F0F0F0;
	border: solid 1px #9CC513;
	
	padding: 10px 10px 10px 10px;
	
	text-align: center;
	font-size: 11px;
	color: #303030;
}

table.rej td{
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #dddddd;
	/*background-color: #F7F7F7;*/
	
	padding: 4px 10px 4px 10px;
	
	font: bold 11px Arial;
	color: #282828;
}

table.rej input{width: 250px;}

table.rej input#klienci_enabled_order_notification {
    width:10px;
}
table.rej input#klienci_enabled_message_notification {
    width:10px;
}

table.rej .error_list{color:red;}

/* Koszyk */
.koszyk {
	float: left;
	clear: left;
	border: solid 1px #dedede;
	width: 97%;
	margin-left:8px;
	font: normal 11px Arial;
	margin-bottom: 15px;
}

td.lista {
	background-color: #F2F2F2;
	vertical-align: middle;
	border-right: solid 1px #C4C4C4;
	border-bottom: solid 1px #C4C4C4;
}

th.lista a.red{color:#ed000a;}
th.lista { /* background-image: url("../images/koszyk/th_lista.gif"); */
	background-color: #dedede;
	height: 20px;
	color: black;
}

.koszyk_ilosc {
	width: 30px;
	height: 17px;
	text-align: right;
	font-size: 10px;
}

/* Sonda */

.sonda
{
	background-color: #282828;
    color: #ffffff;
    
    padding: 8px;
    
    margin-top: 5px;
}
		
	.pytanie
	{
		font-size: 10px;
		font-weight: bold;
        color: #A8BF3B;
        
        margin-bottom: 10px;
        margin-top: 10px;
	}
		
	.odpowiedz
	{
		font-size: 9px;
	}
    
    .sonda-submit
        {
        width: 100%;
        text-align: center;
        
        margin-top: 15px;
    }
    
    .sonda-wynik {
        text-align: right;
        font-size: 13px;
        font-weight: bold;
    }

 /* Popup -  wyskakujące okno */
 
div#popup-bg{
/*
	display:block;
    position: fixed;
    z-index: 100;
    background-color: #000000;
    filter: alpha(opacity=60);
	opacity: 0.60;
    width: 100%;
    height: 100%;
	overflow:hidden;
	*/
 }
 
div#popup{
    position: absolute;
    z-index: 101;
    top: 35%;
    left: 50%;
    background-color: #ffffff;
}

#popup-close{
    position: absolute;
	z-index: 102;
    top: -10px;
    right: -10px;
	cursor: pointer;
}

div.resize-text {
	float: right;
}
	div.resize-text a {
		text-decoration: none;
	}
	div.resize-text .bigger {
		font-size: 16px;
		cursor: pointer;
	}
	
	div.resize-text .smaller {
		font-size: 13px;
		cursor: pointer;
	}
 
