@CHARSET "UTF-8";
/* ustawienia ogólne */
div {
    float: left;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

.module_wrapper {
    margin-bottom: 9px;
}

img {
    border: none;
}

fieldset {
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%
}

/* szablon */
body {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    vertical-align: top;
    color: black;
    font-family: Arial;
    padding: 0px;
    background-color: #EFF9FF;
    background-image: url('../images/layout/bg.png');
    background-repeat: repeat-x;
}

div.foot {
    width: 100%;
    background-color: #111214;
    color: white;
}

.module {
}
.module.foot a{
	text-decoration: underline;
}
div.blok {
    height: auto;
}

/* linki */
a.select {
    font-size: large;
    font-weight: bolder;
}

/* inputy */
input.action_25 {
    width: 10%;
    font-size: 12px;
    text-align: center;
    background-color: red;
}

input.action_50 {
    width: 50%;
    font-size: 12px;
    text-align: center;
}

input.action_75 {
    width: 75%;
    font-size: 12px;
    text-align: center;
}

input.action_752 {
    width: 151px;
    height: 28px;
    cursor: pointer;
    border: 0;
    background-image: url('../images/layout/kup_projekt.png');
}

input.action_95 {
    width: 95%;
    font-size: 12px;
    text-align: center;
}

input.action_95_kosz {
    width: 150px;
    font-size: 14px;
    text-align: center;
    background: #6D9224;
    border: none;
    color: white;
    font-weight: bolder;
    font-family: Tahoma;
    border: 1px solid black;
    border-bottom: 1px solid #B3CD5B;
}

input.action_95s {
    width: 95%;
    font-size: 12px;
    text-align: center;
    background-color: blue;
}

input.text_95_kosz {
    width: 60%;
    font-size: 12px;
}

input.text_95 {
    width: 150px;
    font-size: 12px;
}
input.text_95_con {
    width: 90%;
    font-size: 12px;
}
input.text_95pow {
    width: 99%;
    font-size: 12px;
}
input.text_95_kom {
    width: 200px;
    font-size: 13px;
    color: #c0d8da;
    border: 1px solid #a6a5a4;
}

textarea.text_95_con {
    width: 90%;
    font-size: 13px;

}
select.lista_95_con {
    width: 91%;
    font-size: 13px;

}
textarea.text_95_kom {
    width: 200px;
    font-size: 13px;
    color: #c0d8da;
    border: 1px solid #a6a5a4;
}

input.text_95e {
    width: 95%;
    font-size: 12px;
    border: 2px solid red;
}

input.text_95b {
    width: 95%;
    font-size: 12px;
    border: 2px solid blue;
}

input.text_50 {
    width: 50%;
    font-size: 12px;
}

input.text_47 {
    width: 106px;
    font-size: 12px;
}

input.check {
    height: 10px;
}

/* selecty */
select.lista_95 {
    width: 150px;
    font-size: 12px;
}
select.lista_952 {
    width: 100%;
    font-size: 12px;
}

select.lista_50 {
    width: 50%;
    font-size: 12px;
}

/* textarea */
textarea.text_95 {
    width: 95%;
    font-size: 12px;
}

/* linie poziome */
hr.linia_100 {
    width: 100%;
    color: #191970;
}

/* nagłówki */
div.nagl {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    color: #0F7B85;
    font-weight: bolder;
    text-align: left;
}

div.nagl_podob {
    width: 100%;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
}

div.nagl_podob a {
    color: #2d8c94;
}

div.nagl_kup {
    width: 95%;
    height: 30px;
    padding-left: 5%;
    line-height: 30px;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 16px;
    color: #0F7B85;
    font-weight: bolder;
    text-align: left;
    background-color: #F0F2F1;
    margin-bottom: 20px;
}
div.nagl_kup a {
    
    color: #0F7B85;
    
}
div.nagl2 {
    width: 96.7%;
    padding-left: 3%;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    border: 1px solid #d6d8d8;
    font-weight: bolder;
    color: #73851d;
    font-family: Tahoma;
    text-align: left;
    background-image: url('../images/layout/nagl_bg.png');
}

div.nagl2 a {
    font-family: Tahoma;
    color: #73851d;
    font-size: 13px;
    
}

div.nagl3 {
    width: 96.7%;
    padding-left: 3%;
    height: 33px;
    line-height: 33px;
    font-family: Tahoma;
    font-size: 13px;
    border: 1px solid #d6d8d8;
    font-weight: bolder;
    color: #676a69;
    text-align: left;
    background-image: url('../images/layout/nagl_bg2.png');
}
div.nagl3 a {
	font-family: Tahoma;
    color: #676a69;
}
div.blad {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #9F9F9F;
    font-weight: bolder;
    text-align: right;
}
a.zobacz{
	 color: #98a218;font-weight:bold;font-size:14px; 
}
a.zobacz:hover{
	 color: #4B968A; 
}
a.tyt_lis{font-size:18px; color: #006c5c; text-decoration:underline;}
a.tyt_lis:hover{color: black; }
a.obser{color: #98a218;font-size:12px;}
a.obser:hover{color: #4B968A; }
a.obser2{color: #005C4F; font-size:12px;}
a.obser2:hover{color: #4B968A; }
div.blad a:hover {
    color: #4B968A; 
}
a.listtyt{
	text-align:center;font-size:16px;font-weight:bold; color: #006c5c; text-decoration:underline;
}
a.listtyt:hover{
	text-align:center;font-size:16px;font-weight:bold; color: #6D9224; text-decoration:underline;
}
a.zobaczlis{color: #98a218;font-weight:bold;font-size:14px;}
a.zobaczlis:hover{color: #4B968A;font-weight:bold;font-size:14px;}
div.action {
    width: 100%;
    height: 20px;
    text-align: center;
}

div.action2 {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    text-align: right;
}

div.pager {
    width: 100%;
    height: 25px;
    text-align: center;
}

div.img {
    width: 90%;
    height: auto;
    text-align: center;
    padding: 2%;
}

div.img_war {
    width: 90%;
    height: auto;
    text-align: center;
}

div.img_narzut {
    opacity: .5;
    filter: alpha(opacity = 50);
    position: absolute;
    display: none;
    text-align: justify;
}

/* wiersze */
div.row_null {
    height: auto;
    text-align: left;
}

div.row_auto {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

div.row_auto_zaklad {
    width: 100%;
    height: auto;
}

div.row_auto_c {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #6495ED;
}

div.row_auto_b_c {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid black;
    background-color: #87CEEB;
}

div.row_auto_n {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #A9A9A9;
}

div.row_auto_b {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid black;
}

div.row_overflow {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow: hidden;
}

/* kolumny */
div.col_null {
    width: 100%;
    height: auto;
    padding-top: 2px;
}

div.col_null_o {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

div.col_auto {
    height: auto;
}

div.col_auto1 {
    height: 45px;
	width:100%;
    background-color: #ffffff;
    margin-left: 1px;
    border: 1px solid #b3dcd6;
    border-bottom: 0;
    line-height: 45px;
    cursor: pointer;
}

div.col_auto2 {
    height: 45px;
	width:100%;
    line-height: 44px;
    margin-left: 1px;
    border-bottom: 1px solid #b3dcd6;
    background-image: url('../images/layout/zaklad_bg.png');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #e0e0e0;
}

div.col_auto2:hover {
    background-color: #ffffff;
    line-height: 43px;
    border-top: 1px solid #b3dcd6;
    background-image: none;
    border-bottom: 0;
    cursor: pointer;
}

div.col_auto22 {
    font-size: 14px;
    font-weight: bolder;
}

div.col_auto22:hover {
    background-color: #F0F1F1;
    font-size: 14px;
    font-weight: bolder;
}

div.col_auto22_select {
    background-color: #F0F1F1;
    font-weight: bolder;
    font-size: 14px;
}

div.col_auto_c {
    height: auto;
    background-color: silver;
}

div.col_5c {
    width: 5%;
    height: auto;
    text-align: center;
}

div.col_5c2 {
    width: 50%;
    height: auto;
    text-align: right;
}

div.col_5c2_a {
    width: 50%;
    height: auto;
    text-align: left;
}

div.col_5r {
    width: 5%;
    height: auto;
    text-align: right;
}

div.col_10c {
    width: 10%;
    height: 20px;
	line-height: 20px;
    text-align: center;
}
div.col_90l {
    width: 80%;
    height: 20px;
	line-height: 20px;
    text-align:left;
}
div.col_10r {
    width: 10%;
    height: auto;
    text-align: right;
}

div.col_15c2 {
    width: 50%;
}

div.col_15c {
    width: 19.24%;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #FEFEFE;
    background-image: url(../images/layout/strzal_karta.png);
    background-repeat: no-repeat;
    margin-right: 2px;
    background-position: 2px 4px;
    border-right: 1px solid #e7e7e7;
}

div.col_15c:hover {
    background-color: #b3dcd6;
	cursor: pointer;
}

div.col_15c a {
    color: #999999;
    font-size: 11px;
	cursor: pointer;
}

div.col_15l {
    width: 15%;
    height: auto;
    text-align: left;
}

div.col_15r {
    width: 15%;
    height: auto;
    text-align: right;
}
div.col_20r_con {
    width: 15%;
    height: 25px;
	line-height: 25px;
    text-align: right;
    color: #666666;
    font-size: 13px;
}
div.col_20r {
    width: 23%;
    height: auto;
    text-align: right;
    color: #666666;
    font-size: 13px;
}
div.logow {
    width: 100%;
    height: 30px;
	line-height: 30px;
    text-align: center;
    color: #666666;
    font-size: 13px;
}
div.col_20r2 {
    width: 120px;
    height: 25px;
	font-weight: bolder;
	font-size:13px;
	line-height:25px;
    text-align: right;
    color: #666666;
    font-size: 13px;
}
div.col_20r3 {
    width: 150px;
    height: 30px;
	margin-left:10px;
	font-weight: bolder;
	font-size:13px;
	line-height:30px;
    text-align: right;
    color: #666666;
	 border-bottom: 1px solid #D6D8D8;
    font-size: 13px;
}
div.col_80c34 {
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #D6D8D8;
}

div.col_20l {
    width: 20%;
    height: auto;
    text-align: left;
}

div.col_20c {
    width: 18.55%;
    height: auto;
    float: right;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #D6D8D8;
    text-align: right;
}

div.col_kosz_nagl {
    width: 17.8%;
    height: 33px;
    line-height: 33px;
    font-weight: bolder;
    border: 1px dotted #D6D8D8;
    background-image: url('../images/layout/nagl_bg2.png');
    border-top: 0;
    border-left: 0;
}

div.col_kosz {
    width: 17.8%;
    border: 1px dotted #D6D8D8;
    border-top: 0;
    border-left: 0;
    height: 80px;
    line-height: 80px;
}

div.col_20c2 {
    width: 55%;
    height: auto;
    float: right;
    text-align: right;
}

div.karta {
    background-color: #ffffff;
    width: 99.5%;
    border-left: 1px solid #b3dcd6;
    border-right: 1px solid #b3dcd6;
    border-bottom: 1px solid #b3dcd6;
    margin-left: 1px;
}

div.col_25c {
    width: 25%;
    height: auto;
    text-align: center;
}
div.col_25c_com {
    width: 100%;
    height: auto;
    text-align: center;
}
div.col_25l {
    width: 25%;
    height: auto;
    text-align: left;
}

div.col_30c {
    width: 1%;
    height: auto;
    text-align: center;
}

div.col_30c3 {
    width: 15%;
    height: auto;
    text-align: right;
    font-size: 15px;
}

div.col_30c2 {
    width: 259px;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #F0F2F1;
}

div.col_30l {
    width: 30%;
    height: auto;
    text-align: left;
}

div.col_35c {
    width: 35%;
    height: auto;
    text-align: center;
}

div.col_35l {
    width: 35%;
    height: auto;
    text-align: left;
}

div.col_40c {
    width: 40%;
    height: 20px;
	line-height: 20px;
    text-align: center;
}

div.col_40l {
    width: 40%;
    height: auto;
    text-align: left;
}

div.col_40r {
    width: 100%;
    height: 17px;
    line-height: 17px;
    text-align: left;
    font-size: 11px;
    color: #666666;
    font-family: Tahoma;
}

div.col_40r a {
    font-size: 11px;
    color: #414040;
    font-weight: bolder;
    font-family: Tahoma;
}

span.par {
    font-size: 11px;
    color: #414040;
    font-weight: bolder;
    font-family: Tahoma;
}

div.col_45c {
    width: 45%;
    height: auto;
    text-align: center;
}

div.col_45l {
    width: 45%;
    height: auto;
    text-align: left;
}

div.col_50c3 {
    width: 50%;
    height: auto;
    text-align: center;
}

div.col_50c {
    width: 64%;
    height: auto;
    text-align: center;
}

div.col_50c2 {
    width: 36%;
    height: auto;
    text-align: center;
}

div.col_50l {
    width: 50%;
    height: auto;
    text-align: left;
}

div.col_50r {
    width: 50%;
    height: auto;
    text-align: right;
}

div.col_50r2 {
    width: 98%;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 5px;
    margin-left: 1%;
    font-weight: bolder;
    color: #94751a;
    text-align: center;
    background-image: url('../images/layout/cena_bg.png');
}

div.col_55l {
    width: 60%;
    height: auto;
    text-align: left;
    font-size: 11px;
    color: #414040;
    font-weight: bolder;
}

div.col_60c {
    width: 60%;
    height: auto;
    text-align: center;
}

div.col_60l {
    width: 60%;
    height: auto;
    text-align: left;
}
div.col_60l2 {
    width: 60%;
    height: 35px;
	line-height: 35px;
    text-align: left;
}
div.col_65l {
    width: 65%;
    height: auto;
    text-align: left;
}

div.col_70c {
    width: 70%;
    height: auto;
    text-align: center;
}

div.col_70l {
    width: 70%;
    height: auto;
    text-align: left;
}

div.col_70r {
    width: 85%;
    height: auto;
    text-align: right;
    font-size: 15px;
    font-weight: bolder;
}

div.col_75c {
    width: 75%;
    height: auto;
    text-align: center;
}

div.col_80c {
    width: 235px;
    height: 25px;
	line-height: 25px;
    text-align: left;
    padding-left: 10px;
}
div.col_80c_con {
    width: 435px;
    height: 25px;
	line-height: 25px;
    text-align: left;
    padding-left: 10px;
}
div.col_80c2 {
    width: 70%;
    height: auto;
    text-align: left;
    padding-left: 10px;
}

div.col_80c3 {
    width: 98.5%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #D6D8D8;
}

div.col_80c2 {
    width: 100%;
    height: auto;
    text-align: center;
}

div.col_80l {
    width: 80%;
    height: auto;
    text-align: left;
}

div.col_80j {
    width: 80%;
    height: auto;
    text-align: justify;
}

div.col_90c {
    width: 100%;
    height: auto;
    text-align: left;
}

div.col_95l {
    width: 95%;
    height: auto;
    text-align: left;
}

div.col_100l {
    width: 100%;
    height: auto;
    text-align: left;
}

/* uploader */
div.uploader_ramka {
    width: 300px;
    height: 12px;
    background-color: #6495ED;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
}

div.uploader_klocek {
    width: 20px;
    height: 10px;
    background-color: #191970;
    position: relative;
}

/* loader */
div.loader {
    background-color: #000000;
    opacity: .5;
    filter: alpha(opacity = 50);
    z-index: 500;
}

/* kalendarz */
select.klasa_kalendarz1 {
    width: 150px;;
    font-size: 12px;
}

select.klasa_kalendarz2 {
    width: 75px;
    font-size: 12px;
}

input.klasa_kalendarz3 {
    width: 100px;
    font-size: 12px;
}

/* menu górne */
div.menu_h_head {
    font-size: 11px;
    font-weight: bolder;
    line-height: 40px;
    background-color: #4b968a;
}

div.menu_h_head:hover {
    font-size: 11px;
    font-weight: bolder;
    background-color: #134d44;
    color: white;
}

div.menu_h_cell {
    width: 100%;
    font-size: 12px;
}

div.menu_h_cell:hover {
    width: 100%;
    font-size: 12px;
    font-weight: bolder;
    background-color: #abcdef;
}

div.menu_h_head a {
    color: #B5DFDD;
}

/* menu boczne */
div.menu_b_select {
    width: 98%;
    text-align: left;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    margin-left: 1%;
    background-color: #4b968a;
}

div.menu_b_select a {
    color: #000000;
    font-weight: bolder;
}

div.menu_b_0 {
    width: 98%;
    text-align: left;
    height: 25px;
    line-height: 25px;
    background-color: #f0f1f1;
    margin-top: 2px;
    color: #DFDFDF;
    text-decoration: underline;
    margin-left: 1%;
}

div.menu_b_0:hover {
    background-color: #4b968a;
    color: #4b968a;
}

div.menu_b_1:hover {
    background-color: #4b968a;
    color: #4b968a;
}

div.menu_b_2:hover {
    background-color: #4b968a;
    color: #4b968a;
}

div.menu_b_0 a {
    color: #4B4D4C;
    font-weight: bolder;
    font-size: 13px;
}

div.menu_b_1 {
    width: 98%;
     margin-left: 1%;
    height: 25px;
  line-height: 25px;
    text-align: left;
    border-top: 1px dotted #b1b1b1;
    text-decoration: underline;
    color: #DFDFDF;
}

div.menu_b_1 a {
    color: #4B4D4C;
    font-size: 13px;
}

div.menu_b_2 {
    width: 98%;
margin-left: 1%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-top: 1px dotted #b1b1b1;
    text-decoration: underline;
    color: #DFDFDF;
}

div.menu_b_3 {
    width: 85%;
    padding-left: 15%;
    text-align: left;
    display: block;
}

div.menu_b_4 {
    width: 80%;
    padding-left: 20%;
    text-align: left;
    display: block;
}

div.menu_b_5 {
    width: 75%;
    padding-left: 25%;
    text-align: left;
    display: block;
}

div.menu_b_6 {
    width: 70%;
    padding-left: 30%;
    text-align: left;
    display: block;
}

div.menu_b_7 {
    width: 65%;
    padding-left: 35%;
    text-align: left;
    display: block;
}

div.menu_b_8 {
    width: 60%;
    padding-left: 40%;
    text-align: left;
    display: block;
}

div.menu_b_9 {
    width: 55%;
    padding-left: 45%;
    text-align: left;
    display: block;
}

div.menu_b_list {
    width: 7%;
    margin-left: 5px;
    cursor: pointer;
}

div.menu_b_text {
    width: 91%;
    text-align: left;
}

/* prods list */
span.prom1 {
    color: red;
    font-weight: bolder;
}

span.prom2 {
    text-decoration: line-through;
}

/* pole poprzedni nastepny */
div.prev_next {
    width: 150px;
    height: auto;
    position: absolute;
    display: none;
    top: 20px;
    padding: 3px;
    background-color: #DEDEDE;
    border: 1px solid #7F7F7F;
    -moz-border-radius: 3px;
    font-weight: normal;
}

div.par_opis {
    width: 200px;
    height: auto;
    position: absolute;
    display: none;
    top: 20px;
    padding: 5px;
    background-color: silver;
    font-weight: normal;
}

/* nagłowek do cheatowania */
h1.advert {
    font-size: 12px;
    display: inline;
    cursor: pointer;
	
}
h1.advert:hover{
	color: #0F7B85;
}

h1.real {
    font-size: 18px;
    display: inline;
    cursor: pointer;
	color: #0F7B85;
}

h1.prods {
    font-size: 24px;
    display: inline;
    cursor: pointer;
}

div.galery_ring {
    position: absolute;
    background-color: white;
    padding: 0px;
    margin: 0px;
    border: none;
}

div.galery_ring_next {
    position: absolute;
    padding: 0px;
    margin: 0px;
    border: none;
}

div.galery_vista {
    position: absolute;
    background-color: white;
    padding: 0px;
    margin: 0px;
    border: none;
}

div.galery_vista_next {
    position: absolute;
    padding: 0px;
    margin: 0px;
    border: none;
}

/* emotkikony */
div.emots {
    width: 25px;
    height: 25px;
}

/* zamawianie */
div.buy_send {
    width: 300px;
    height: auto;
    text-align: left;
    position: absolute;
    display: none;
    top: 20px;
    padding: 5px;
    background-color: silver;
    font-weight: normal;
}

/* menu górne kategorii */
div.menuh {
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
    background-color: #7BBB2F;
}

/* wyszukiwarka */
h1.nagl_light {
    font-size: 16px;
    background-color: blue;
    display: inline;
}

h1.text_light {
    font-size: 12px;
    background-color: #6D9224;
    display: inline;
	color: white;
    font-weight: normal;
}

/* mapa kliknięć */
div.mapclick {
    background-color: #000000;
    opacity: .7;
    filter: alpha(opacity = 70);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#mapclick_point div {
    position: absolute;
    width: 21px;
    height: 21px;
    background: transparent url("../images/layout/point.png") no-repeat center center;
}

/* google maps */
div.google_map_main {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0px;
    border: 1px solid #000000;
}

div.google_map {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0px;
    border: 1px solid #000000;
}

div.google_map:hover {
    width: 100%;
    background-color: #D3D3D3;
    padding: 0px;
    border: 1px solid #000000;
}

div.google_map_selected {
    width: 100%;
    background-color: #000000;
    padding: 0px;
    border: 1px solid #000000;
}

div.google_map_resizer {
    width: 10px;
    height: 10px;
    background-color: #000000;
}

/* opisy parametrów */
div.opis_par {
    width: 200px;
    height: auto;
    position: absolute;
    display: none;
    top: 20px;
    padding: 5px;
    background-color: silver;
    font-weight: normal;
}

input.wysz_glow {
    width: 275px;
    height: 31px;
    background-color: #6d9224;
    border-left: 1px solid #134d44;
    border-top: 1px solid #134d44;
    font-size: 25px;
    color: white;
    margin-top: 3px;
    border-right: 1px solid #134d44;
    border-bottom: 1px solid #b3cd5b;
}
a.wysz_glow{
	width: 100px;
    height: 20px;
	padding-left: 5px;
	padding-right: 5px;
    background-color: #6d9224;
    border-left: 1px solid #134d44;
    border-top: 1px solid #134d44;
    font-size: 12px;
    color: white;
    margin-top: 3px;
	margin-left:20px;
    border-right: 1px solid #134d44;
    border-bottom: 1px solid #b3cd5b;
	cursor: pointer;
}
a.wysz_glow:hover{
	
}

input.wysz_glow_sub {
    width: 85px;
    height: 35px;
    font-size: 20px;
    background-image: url('../images/layout/szukaj.png');
    border: 0;
}

input.wysz_glow_pow {
    width: 61px;
    font-size: 13px;
    border: 1px solid #a3a6a6;
}

select.wysz_glow {
    width: 140px;
    border: 1px solid #a3a6a6;
    font-size: 12px;
}

/******************** Prod list ******************/
.prod_list div {
    float: left;
}

.stronnicowanie {
    height: 26px;
    width: 100%;
    padding-top: 3px;
    float: left;
}

.stronnicowanie a {
    color: #472000;
    font-size: 12px;
}

.stronnicowanie a:hover {
    text-decoration: underline;
}

.stronnicowanie a.prev {
    font-weight: bold;
    display: block;
    float: left;
    width: 180px;
    margin-left: 15px;
    background: url('../images/layout/strzalka_left.png') left center no-repeat;
    text-align: left;
    padding-left: 15px;
    margin-top: 3px;
}

a.prev {
    font-weight: bold;
    display: block;
    float: left;
    width: 180px;
    margin-left: 5px;
    background: url('../images/layout/strzalka_left.png') left center no-repeat;
    text-align: left;
    padding-left: 15px;
    margin-top: 3px;
}

.stronnicowanie a.next {
    font-weight: bold;
    display: block;
    float: right;
    width: 170px;
    margin-right: 5px;
    background: url('../images/layout/strzalka_right.png') right center no-repeat;
    text-align: right;
    padding-right: 15px;
    margin-top: 3px;
}

a.next {
    font-weight: bold;
    display: block;
    float: right;
    width: 170px;
    margin-right: 5px;
    background: url('../images/layout/strzalka_right.png') right center no-repeat;
    text-align: right;
    padding-right: 15px;
    margin-top: 3px;
}

.stronnicowanie .liczby {
    width: 292px;
    float: left;
}

.stronnicowanie .liczby a {
    display: block;
    float: left;
    border: 1px solid #472000;
    background: #EFD5B3;
    width: 20px;
    height: 17px;
    text-align: center;
    padding-top: 3px;
    margin-right: 1px
}

.stronnicowanie .liczby a:hover, .stronnicowanie .liczby a.active {
    background: #f1f1eb;
    color: #000;
    text-decoration: none;
}

.stronnicowanie span.pusty {
    width: 195px;
    margin-left: 15px;
    float: left;
    display: block;
    margin-top: 4px;
}

.stronnicowanie2 {
    height: 26px;
    width: 75%;
    padding-top: 7px;
}

.stronnicowanie2 a {
    color: #472000;
    font-size: 12px;
}

.stronnicowanie2 a:hover {
    text-decoration: underline;
}

.stronnicowanie2 a.prev {
    font-weight: bold;
    display: block;
    float: left;
    width: 110px;
    margin-left: 0px;
    background: url('../images/layout/strzalka_left.png') left center no-repeat;
    text-align: left;
    padding-left: 15px;
    margin-top: 3px;
    color: #676a69;
}

.stronnicowanie2 a.next {
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    color: #676a69;
    background: url('../images/layout/strzalka_right.png') right center no-repeat;
    text-align: right;
    margin-right: 0px;
    padding-right: 15px;
    margin-top: 3px;
}

.stronnicowanie2 .liczby {
    padding-left: 10px;
    width: 120px;
    float: left;
}

.stronnicowanie2 .liczby a {
    display: block;
    float: left;
    border: 1px solid #9F9F9F;
    background: #EFEFEF;
    width: 20px;
    height: 17px;
    text-align: center;
    padding-top: 3px;
    margin-right: 1px
}

.stronnicowanie2 .liczby a:hover, .stronnicowanie2 .liczby a.active {
    background: #005C4F;
    color: #fff;
    text-decoration: none;
}

.stronnicowanie2 span.pusty {
    width: 100px;
    margin-left: 0px;
    float: left;
    display: block;
    margin-top: 4px;
}

.prod_list .nowy_narzut {
    position: absolute;
    background: #ca1d61;
    color: #fff;
    top: 0;
    left: 0;
    padding: 4px 9px;
    font-size: 12px;
}

.prod_list .ileproj {
    height: 26px;
    width: 100%;
    background-image: url('../images/layout/nagl_bg2.png');
    padding-top: 4px;
    border: 1px solid #d6d8d8;
    font-weight: bolder;
    color: #676a69;
    margin-top: -1px
}

.prod_list .ileproj .widok {
    width: 160px;
    text-align: left;
    float: right;
}

.prod_list .ileproj .widok a {
    display: block;
    width: 24px;
    height: 21px;
    background-image: url('../images/layout/widok_listy.png');
    float: left;
    margin-right: 5px;
}

.prod_list .ileproj .widok a:hover {
    text-decoration: none;
}

.prod_list .ileproj .widok a.foto_opis {
    background-position: 0px -21px;
}

.prod_list .ileproj .widok a.foto2column {
    background-position: -29px -21px;
}

.prod_list .ileproj .widok a.foto3column {
    background-position: -58px -21px;
}

.prod_list .ileproj .widok a.linie {
    background-position: -87px -21px;
}

.prod_list .ileproj .widok a.foto_opis_act, .module.prod_list .ileproj .widok a.foto_opis:hover {
    background-position: 0px -0px;
}

.prod_list .ileproj .widok a.foto2column_act, .module.prod_list .ileproj .widok a.foto2column:hover {
    background-position: -29px 0px;
}

.prod_list .ileproj .widok a.foto3column_act, .module.prod_list .ileproj .widok a.foto3column:hover {
    background-position: -58px 0px;
}

.prod_list .ileproj .widok a.linie_act, .module.prod_list .ileproj .widok a.linie:hover {
    background-position: -87px 0px;
}

.prod_list .ileproj .pokazuj {
    width: 270px;
    color: #676a69;
    margin-top: 4px;
    float: right;
    margin-right: 10px;
}

.prod_list .ileproj .pokazuj a {
    color: #676a69;
    padding: 3px 5px;
    font-weight: bold;
}

.prod_list .ileproj .pokazuj a:hover, .prod_list .ileproj .pokazuj a.activ {
    color: #000;
    background: #f1f1eb;
}

.prod_list .ileproj .znaleziono {
    font-size: 14px;
    width: 250px;
    margin-left: 5px;
    text-align: left;
    margin-top: 4px;
}

.prod_list .sortowanie {
    height: 22px;
    width: 100%;
    text-align: left;
    color: #000;
    line-height: 22px;
}

.prod_list .sortowanie a {
    padding-left: 20px;
    color: #000;
}

.prod_list .sortowanie a:hover {
    color: #000;
}

.prod_list .sortowanie a.active_asc {
    color: #000;
    background: url('../images/layout/sort_asc.png') left 5px no-repeat;
}

.prod_list .sortowanie a.active_desc {
    color: #000;
    background: url('../images/layout/sort_desc.png') left center no-repeat;
}

.prod_list .projekt {
    height: 223px;
    padding: 10px 0;
    border-top: 1px solid #c6dbd8;
}

.prod_list .projekt .projekt_img {
    width: 300px;
    height: 223px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

div#layer_head .module.prod_list .projekt .linki {
    width: 220px;
    text-align: right;
    float: right;
}

div#layer_head .module.prod_list .projekt .linki a:hover {
    text-decoration: underline;
}

.prod_list .projekt .opis {
    width: 100%;
    clear: both;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    display: block;
    color: #9F9F9F;
}

.prod_list .projekt .nazwa_proj {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    width: 45px;
    height: 35px;
    text-align: center;
    padding-top: 10px;
    background: url('../images/layout/kolo_male.png') no-repeat;
    display: block;
}

.prod_list .projekt .parametr_first {
    width: 167px;
    float: left;
}

.prod_list .projekt .parametr {
    width: 90px;
    float: left;
}

.prod_list .projekt .parametr_first .nazwa {
    height: 32px;
    font-size: 12px;
    color: #898778;
    text-align: right;
    padding-right: 10px;
    width: 157px;
    display: block;
}

.prod_list .projekt .parametr .nazwa {
    height: 32px;
    font-size: 12px;
    color: #898778;
    text-align: right;
    padding-right: 10px;
    width: 80px;
    display: block;
}

/* galerie */
.galeria_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.galery_master {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7%;
    left: 0;
}

.galery_main.galery_ring {
    background: transparent;
    float: none;
    border: none;
}

.galery_standard, .galery_classic {
    background: #fff;
    float: none;
    margin: 0 auto;
    border: 2px solid #000;
    -moz-border-radius: 5px;
    padding: 5px;
    position: relative;
}

.zdjecie_w_gal {
    position: relative;
    font-size: 1px;
}

.zdjecie_w_gal:hover .zdjecie_w_gal_narzut {
    display: block;
}

.zdjecie_w_gal_narzut {
    display: none;
    width: 100%;
    bottom: 0px;
    background: url('../images/layout/transparent.png');
    position: absolute;
    color: #fff
}

.galery_close {
    width: 33px;
    height: 34px;
    cursor: pointer;
    float: right;
    display: block;
    position: absolute;
    right: 0px;
    top: -7px;
    z-index: 5
}
.galery_close2 {
    width: 33px;
    height: 34px;
    cursor: pointer;
    float: left;
    display: block;
    position: absolute;
   left: 0px;
    top: -7px;
    z-index: 5
}

h1.nazwa_pojektu {
    float: left;
    text-align: left;
    margin: 0 0 5px 10px;
    font-size: 15px;
}

h1.nazwa_zdjecia {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 20px;
}

.opis_zdjecia {
    margin-left: 10px;
    text-align: left;
    font-size: 13px;
    float: left;
    cleaR: both;
    margin-bottom: 7px;
}

.prods_karta .kontakt_form label {
    clear: left;
    width: 200px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.prods_karta .kontakt_form input[type =
"text"] {
    width: 400px;
    float: left;
    margin-bottom: 10px;
}

.prods_karta .kontakt_form textarea {
    width: 400px;
    float: left;
    margin-bottom: 10px;
}

.prods_karta .kontakt_form .captha {
    display: block;
    clear: both;
    margin-left: 210px;
    margin-bottom: 10px;
}

.komentarz_prod, .komentarz_prod_gray {
    min-height: 41px;
    margin-bottom: 7px;
    border-top: 1px solid #f1f1eb;
    border-bottom: 1px solid #f1f1eb;
    width: 100%;
}

.komentarz_prod_gray {
    background: #f5f5eb
}

.info_komentarz {
    width: 140px;
    padding: 5px 10px;
    text-align: left;
}

.tresc_komentarza {
    border-left: 1px solid #f1f1eb;
    min-height: 41px;
    width: 501px;
    padding: 5px 10px;
    text-align: left;
}

.dodal {
    color: #CA1D61;
    font-weight: bold;
    font-size: 13px;
}

.data_dodania {
    color: #898778;
    font-size: 11px;
}

#prods_add_koment {
}

#prods_add_koment .nagl {
    color: #CA1D61
}

#prods_add_koment fieldset {
    padding: 10px;
    border: none;
}

#prods_add_koment label {
    width: 120px;
    color: #555555;
    font-weight: bold;
    clear: left;
    float: left;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

#prods_add_koment select {
    width: 152px;
    float: left;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #CAD3D1
}

#prods_add_koment textarea {
    width: 400px;
    float: left;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #CAD3D1
}

#prods_add_koment input[ type = text] {
    width: 150px;
    float: left;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #CAD3D1
}

#prods_add_koment input[ type = text]:focus, #prods_add_koment select:focus, #prods_add_koment textarea:focus {
    border-color: #CA1D61;
}

.dane .wartosc {
    font-weight: 700;
    color: #000;
    margin-left: 3px;
    font-size: 14px;
    display: inline-block;
    float: left;
    margin-bottom: 2px;
    padding-bottom: 2px;
    text-align: left;
   
}

.dane .nazwa {
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    float: left;
    clear: left;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.dane {
    width: 340px;
    border: 1px solid #D6D8D8;
    min-height: 135px;
    margin-top: 10px
}

.dane .tytul {
    font-size: 15px;
    margin-bottom: 5px;
    background: #D6D8D8;
    color: black;
    width: 320px;
    font-weight: bolder;
    text-align: left;
    padding-left: 5px;
    line-height: 15px;
    padding: 3px 10px
}

.dane .tytul a {
    color: #fff;
    font-size: 11px;
    float: right
}

.prods_zamow input[ type = radio] {
    clear: left;
    width: 30px;
    float: left;
    display: block;
    height: 35px;
    margin: 0
}

.prods_zamow label {
    float: left;
    text-align: left;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 290px;
}

.prods_zamow label span.cena {
    float: right;
    font-weight: 700;
}

.online {
    height: 35px;
    line-height: 35px;
    width: 44%;
    margin: 0 3%;
    text-align: left;
    border-bottom: 1px solid #D6D8D8;
}

.online img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

.krok2 label {
    clear: left;
    width: 130px;
    float: left;
    margin: 0 10px 5px 0;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 12px
}

.krok2 input[ type = text] {
    width: 250px;
    float: left;
    margin-bottom: 5px
}

.krok2 select {
    width: 200px;
    float: left;
    margin-bottom: 5px
}

.krok2 label.wybor {
    clear: none;
    width: 200px;
    float: left;
    margin-bottom: 5px
}

.krok2 input[ type = radio] {
    width: 30px;
    clear: left;
    float: left;
    margin-bottom: 5px
}

.krok2 input[ type = checkbox] {
    margin: 0 5px;
    clear: left;
    float: left;
    margin-bottom: 5px
}

.krok2 fieldset {
    border: 1px solid #D6D8D8;
    margin: 10px 0px 10px 0;
    padding: 10px;
    float: left;
    clear: none
}

.krok2 legend {
    font-weight: 700;
    font-size: 14px;
    margin-left: 30px;
    color: #000
}

.krok2 form {
    display: block
}

.krok2 .dane_dodatkowe input {
    width: 120px
}

.krok2 .dane_dodatkowe {
    width: 293px;
    float: left;
	margin-left: 13px;
    min-height: 230px
}

.dane_glowne {
    width: 383px;
    min-height: 230px
}

.dane_glowne label {
    width: 84px
}

.dane_glowne input {
    width: 272px
}

.dane_glowne input[ type = radio] {
    width: 30px;
    clear: none;
    height: 20px
}

.dane_glowne .kto {
    margin-left: 90px;
    font-weight: 700
}

.dane_glowne .kto label {
    text-align: left;
    width: 95px
}

.dane_glowne select {
    width: 278px
}

.dane_glowne .adres1 label {
    clear: none;
    width: 69px
}

.dane_glowne input.ulica {
    width: 65px
}

.dane_glowne label.ulica {
    width: 84px
}

.krok2 .dane_glowne .lokal {
    width: 20px
}

.krok2 .dane_glowne .dom {
    width: 20px
}

.dane_glowne .adres2 label {
    clear: none
}

.dane_glowne .adres2 input {
    width: 133px
}

.dane_glowne .adres2 .kod {
    width: 40px
}

.krok2 .opcje {
    width: 711px;
    margin-top: 0
}

em {
    font-weight: 700
}

.red {
    color: red
}

.blue {
    color: blue
}

.krok2 .opcje label {
    text-align: left;
    width: 250px
}

.krok2 input[ disabled = disabled] {
    background: #dfdfdf
}

.informacja {
    display: none;
    background: #fff;
    border: 1px solid #000;
    z-index: 2;
    padding: 2px;
    width: 100px;
    left: 0;
    top: 20px
}

.dalej:hover .informacja {
    display: block;
    position: absolute
}

.prods_zamow .dalej {
    position: relative;
    display: inline;
    float: none
}

.krok2 .dobry {
    border: 1px solid green
}

.krok2 .zly {
    border: 1px solid red
}

.krok2 .zly2 {
    border: 1px solid blue
}

div.opisx_0 {
    width: 100%;
   	height: 351px;
    margin-top: 9px;
	text-align: left;
}

div.opisx_1 {
    width: 100%;
    height: 355px;
    margin-top: 5px;
}

div.opisx_2 {
    width: 100%;
    height: 360px;
}

a.lol1 {
    border: 1px solid #cccccc;
    padding: 1px 5px 1px 5px;
    color: #7F7F7F;
}

a.lol1:hover {
    border: 1px solid red;
}
a.anarzut {
	color:black;
	text-decoration:underline;
}
a.anarzut:hover {
	color:#6D9224;
}
div.do_koszyka{width:100%; font-size:14px; margin-right:18px;}

