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

a {
    text-decoration: none;
    color: white;
}
div.module_ax a{
	color: black;
}

a:hover {
    text-decoration: none;
    color: red;
    font-weight: bolder;
}

img {
    border: none;
}

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

div.foot {
    width: 100%;
 
    color: white;
}

div.blok {
    height: auto;
}

.module.prods_karta a{color:blue}

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

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

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

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

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

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

input.text_95 {
    width: 95%;
    font-size: 12px;
}

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: 46.5%;
    font-size: 12px;
}

input.check {
    height: 10px;
}

/* selecty */
select.lista_95 {
    width: 95.75%;
    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%;
    height: auto;
    font-size: 16px;
    color: #00008B;
    font-weight: bolder;
    text-align: center;
}
div.nagl_menu {
    width: 100%;
    height: 25px;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}
div.blad {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: red;
    font-weight: bolder;
    text-align: center;
}

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

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

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

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_c {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #6495ED;
}

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_auto_c {
    height: auto;
    background-color: silver;
}

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

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

div.col_10c {
    width: 10%;
    height: auto;
    text-align: center;
}

div.col_10r {
    width: 10%;
    height: auto;
    text-align: right;
}

div.col_15c {
    width: 15%;
    height: auto;
    text-align: center;
}

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

div.col_15r {
    width: 15%;
    height: auto;
    text-align: right;
}

div.col_20r {
    width: 20%;
    height: auto;
    text-align: right;
}

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

div.col_20c {
    width: 20%;
    height: auto;
    text-align: center;
}

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

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

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

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: auto;
    text-align: center;
}

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

div.col_40r {
    width: 40%;
    height: auto;
    text-align: right;
}

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

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

div.col_50c {
    width: 50%;
    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_55l {
    width: 55%;
    height: auto;
    text-align: left;
}

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

div.col_60l {
    width: 60%;
    height: auto;
    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: 70%;
    height: auto;
    text-align: right;
}

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

div.col_80c {
    width: 80%;
    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: 90%;
    height: auto;
    text-align: center;
}

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: 14px;
}

div.menu_h_head:hover {
    font-size: 14px;
    font-weight: bolder;
    background-color: #6495ED;
}

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

/* menu boczne */
div.menu_b_select {
    width: 100%;
    background-image:url('../images/layout/menu.png');
	height: 28px;
	line-height: 28px;
    text-align: left;
}

div.menu_b_0 {
    width: 90%;
	margin-left:5%;
	height: 28px;
	line-height: 28px;
	border-bottom:1px dotted white;
    text-align: left;
}

div.menu_b_1 {
    width: 95%;
    padding-left: 5%;
    text-align: left;
}

div.menu_b_2 {
    width: 90%;
    padding-left: 10%;
    text-align: left;
    display: block;
}

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: 5%;
    cursor: pointer;
}

div.menu_b_text {
    width: 95%;
    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: 10px;
    background-color: silver;
    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.real {
    font-size: 18px;
    display: inline;
    cursor: pointer;
}

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

/* galerie */
div.galery_master {
    position: fixed;
    background-color: white;
    border: 2px solid silver;
}

div.galery_close {
    width: 20px;
    height: 20px;
    background: silver;
    line-height: 20px;
    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: white;
}

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

h1.text_light {
    font-size: 12px;
    background-color: silver;
    display: inline;
    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;
    color: #FFFFFF;
}

div.google_map_resizer {
    width: 10px;
    height: 10px;
    background-color: #000000;
}
div.lewy_blok{
	width:20%;
	height:auto;
}
/******************** Prod list ******************/
.module.prod_list{}
.module.prod_list .stronnicowanie{height:32px;width:100%;padding-top:10px;border-bottom:1px solid #e2e1d6;} 
.module.prod_list .stronnicowanie a{color:#ca1d61;font-size:12px;}
.module.prod_list .stronnicowanie a:hover{text-decoration:underline;}
.module.prod_list .stronnicowanie a.prev{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:4px;}
.module.prod_list .stronnicowanie a.next{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:4px;}
.module.prod_list .stronnicowanie .liczby{width:312px;float:left;}
.module.prod_list .stronnicowanie .liczby a{display:block;float:left;border:1px solid #f1f1eb;width:20px;height:17px;text-align:center;padding-top:3px;margin-right:1px}
.module.prod_list .stronnicowanie .liczby a:hover,.module.prod_list .stronnicowanie .liczby a.active{background:#f1f1eb;color:#000;text-decoration:none;}
.module.prod_list .stronnicowanie span.pusty {width:195px;margin-left:15px;float:left;display:block;margin-top:4px;}

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



.module.prod_list .ileproj{height:29px;width:100%;padding-top:10px; border-bottom:1px solid #f1f1eb;}

.module.prod_list .ileproj .widok{width:116px;}
.module.prod_list .ileproj .widok a{display:block;width:24px; height:21px; background-image:url('../images/layout/widok_listy.png');float:left;margin-right:5px;}
.module.prod_list .ileproj .widok a.foto_opis{background-position:0px -21px;}
.module.prod_list .ileproj .widok a.foto2column{background-position:-31px -21px;}
.module.prod_list .ileproj .widok a.foto3column{background-position:-58px -21px;}
.module.prod_list .ileproj .widok a.linie{background-position:-87px -21px;}
.module.prod_list .ileproj .widok a.foto_opis_act,.module.prod_list .ileproj .widok a.foto_opis:hover{background-position:0px -0px;}
.module.prod_list .ileproj .widok a.foto2column_act,.module.prod_list .ileproj .widok a.foto2column:hover{background-position:-31px 0px;}
.module.prod_list .ileproj .widok a.foto3column_act,.module.prod_list .ileproj .widok a.foto3column:hover{background-position:-58px 0px;}
.module.prod_list .ileproj .widok a.linie_act,.module.prod_list .ileproj .widok a.linie:hover{background-position:-87px 0px;}

.module.prod_list .ileproj .pokazuj{width:272px;color:#898778;margin-top:4px;}
.module.prod_list .ileproj .pokazuj a{color:#ca1d61;padding:3px 5px;}
.module.prod_list .ileproj .pokazuj a:hover,.module.prod_list .ileproj .pokazuj a.active{color:#000;background:#f1f1eb;}

.module.prod_list .ileproj .znaleziono{font-size:14px;width:309px;margin-left:15px;text-align:left;margin-top:4px;}
.module.prod_list .sortowanie{height:29px;width:100%;text-align:left;color:#898778;line-height:29px;}
.module.prod_list .sortowanie a{padding-left: 20px;color:#898778;}
.module.prod_list .sortowanie a:hover{color:#000}
.module.prod_list .sortowanie a.active_asc{color:#000;background: url('../images/layout/sort_asc.png')left 5px no-repeat;}
.module.prod_list .sortowanie a.active_desc{color:#000;background: url('../images/layout/sort_desc.png')left center no-repeat;}
.module.prod_list .projekt{height:203px; padding:10px 0;border-top:2px solid #000;}
.module.prod_list .projekt .projekt_img{width:270px; height:203px;float:left;margin-right:5px;}
.module.prod_list .projekt .top25_slup{width:5px;height:45px;background: url('../images/layout/top25_slup.png') top left no-repeat;margin-left:5px;}
.module.prod_list .projekt .top25_slup2{width:5px;background: url('../images/layout/top25_slup.png') top right no-repeat;}
.module.prod_list .projekt .top25_napis{margin-left:5px;margin-top:3px;float:left;}
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;}

.module.prod_list .projekt .opis{width:100%;clear:both;font-size:16px;text-align:right;margin-top:20px;display:block;}
.module.prod_list .projekt .nazwa_proj{float:left;font-size:18px;font-weight:bold;color:#fff;width:45px; height:35px;text-align:center;padding-top:10px;background: url('../images/layout/kolo_male.png') no-repeat;display:block;}

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


