﻿@CHARSET "UTF-8";

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

#informer .info{
	padding: 15px 50px 15px 50px;
	margin: auto auto;
	filter: alpha(opacity=80);
	opacity: 0.80;
	border: solid 2px #ffffff;
	color: #ffffff;
	font: bold 16px sans-serif;
	background-color:#E2001A;
}

/* przyciski */


.button-red {
	background:url("../images/import/button-red.png") repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:26px;
	width:124px;
}
.button-red:hover {
	filter: alpha(opacity=80);
	opacity: 0.80;
}

/* 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 */
div.galeria {
	width: 940px;
	text-align: center;
	margin: auto auto;
}
	.galeria > .nazwa {	
		font-weight: bold;
		font-size: 18px;
		font-style: italic;
		color: red;
		padding: 10px 0;
	}

	.galeria .opis {
		text-align: left;
		padding: 10px 0;
	}

	.galeria > .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;
		float: left;
		margin: 5px;
		width: 133px;
	}

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

		.zdjecie > .opis {
			font-size: 11px;
			color: #404040;
			margin-top: 0px;
		}


/* 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%;}

table.rej th
{
  background: #FD8900 url('../images/cms64/orange-bar.gif') repeat-x;
  border-bottom:solid 2px #FABC00;
	
	padding: 10px 10px 10px 10px;
	
	text-align: center;
	font: bold 14px Arial;
	color: #fff;
}

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
{
    color: #000;
    width: 300px;
    padding: 8px;
    
    margin-top: 5px;
	float: left;
}
	.sonda .tytul {
		border-bottom:1px solid #FFFFFF;
		color: #fff;
		font-size:13px;
		font-weight:bold;
		padding-bottom:4px;
		text-align:center;
		width:100%;
		
	}
		
	.pytanie
	{
		font-size: 11px;
		font-weight: bold;
        color: #FF1111;
        
        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: 12px;
        font-weight: bold;
		text-align: left;
		background: red;
		color: #fff;
		float: left;
    }
	.sonda-wynik-numer {
		float: left;
		background: red;
		color: #fff;	
	}

 /* 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;
}
 