@CHARSET "UTF-8";

/* ZNACZNIKI */
body {
	margin: 0;
}

body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #090909;	
}

a:link,a:active,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	background-color: #ABABAB;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin: 0px;
}

h2 {
	background-color: #F1F2F4;
	color: #222222;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DADADB;
	margin: 0px;
}

td#content_left h2 {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

label,.label {
	color: #505050;
	font-size: inherit;
}

select {
	border: 1px solid #505050;
}

textarea {
	border: 1px solid #505050;
}

input.text {
	border: 1px solid #505050;
	padding-left: 1px;
	padding-right: 1px;
}

input.submit {
	font-size: 10px;
	color: #f1f1f1;
	background-image: url(../images/button_pattern.gif);
	background-attachment: scroll;
	background-position: 0px 50%;
	background-repeat: repeat-x;
	border: solid 1px #666;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
	cursor: pointer;
}

/* END ZNACZNIKI */
input.lp {
	width: 22px;
	font-size: 11px;
	text-align: right;
}

#wrapper {
	margin: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
	padding: 0px;
}

#top {
	clear: both;
	border-bottom: 1px solid #505050;
	height: 70px;
	width: 100%;
	background-image: url(/images/header_pattern.png);
	position: relative;
}

#logo {
	width: 213px;
	height: 70px;
	display: block;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#data {
	padding: 7px 0px 7px 0px;
	position: absolute;
	top: 8px;
	right: 10px;
	color: #990000;
	font-style: oblique;
	display: block;
	width: 50%;
	height: 35px;
	text-align: right;
}

#data * {
	color: #990000;
}

#zalogowany {
	position: absolute;
	top: 35px;
	right: 10px;
	color: #990000;
	display: block;
	width: 50%;
	height: 35px;
	text-align: right;
}

#zalogowany p {
	padding: 0px 255px 0px 0px;
	margin: 0px;
}

#top_oferta {
	position: absolute;
	top: 38px;
	left: 215px;
	color: #990000;
	display: block;	
	height: 15px;
	text-align: left;
	background-color: #fff;
	padding: 0 5px;
	width: 300px;
}

#top_koszyk {
	position: absolute;
	top: 54px;
	left: 215px;
	color: #990000;
	display: block;	
	height: 15px;
	text-align: left;
	background-color: #fff;
	padding: 0 5px;
	width: 300px;
}

#btn_log {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	list-style-type: none;
	top: 40px;
	right: 10px;
	width: 250px;
	height: 20px;
}

#btn_log li {
	float: right;
	display: block;
	height: 21px;
	width: 113px;
	background-image: url(../images/button_pattern.gif);
	background-attachment: scroll;
	background-position: 0px 50%;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

#btn_log li a:link,#btn_log li a:visited,#btn_log li a:active {
	float: right;
	display: block;
	border: solid 1px #666;
	text-decoration: none;
	width: 111px;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	color: #f1f1f1;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

#btn_log li a:hover {
	text-decoration: none;
	border: solid 1px #333;
}

#btn_pulpit {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	list-style-type: none;
	top: 9px;
	left: 210px;	
	height: 20px;
	
}

#btn_pulpit li {
	float: right;
	display: block;
	height: 21px;
	width: 113px;
	background-image: url(../images/button_pattern.gif);
	background-attachment: scroll;
	background-position: 0px 50%;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

#btn_pulpit li a:link,#btn_pulpit li a:visited,#btn_pulpit li a:active {
	float: right;
	display: block;
	border: solid 1px #666;
	text-decoration: none;
	width: 111px;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	color: #f1f1f1;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

#btn_pulpit li a:hover {
	text-decoration: none;
	border: solid 1px #333;
}


#top_popup {
	clear: both;
	padding: 5px;
	border-top: 2px solid #505050;
	border-bottom: 2px solid #505050;
	font-weight: bold;
	background-color: #777777;
	color: #FFFFFF;
}

#top_popup * {
	color: #FFFFFF;
}

#navi {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #505050;
	overflow: hidden;
	height: 1%;
	background-color: #777777;
	width: 100%;
	display: block;
	clear: both;
}

#navi * {
	color: #FFFFFF;
}

#container {
	overflow: hidden;
	height: 1%;
	background-image: url(../images/tlo_container.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: -1px;
	width: 100%;
	display: block;
	clear: both;
}

#menu,#navi_left {
	float: left;
	width: 213px;
}

#in_navi_left {
	padding-left: 5px;
}

#navi_right {
	margin-left: 214px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
}

#navi_right .last-child {
	font-weight: bold;
}

#content_popup {
	margin: 0px;
	padding: 5px;
	height: 1%;
}

#content {
	margin-left: 214px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	height: 1%;
}

#content_center {
	overflow: hidden;
	height: 1%;
	background-image: url(../images/tlo_container_revers.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: right;
}

#content_left {
	padding-right: 5px;
}

#right_info {
	width: 215px;
}

#right_info div {
	padding-left: 5px;
	padding-right: 5px;
}

table.content_center {
	margin-right: -5px;
}

#footer {
	display: block;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	clear: both;
	padding: 15px 10px;
	background-color: #777;
	color: #ccc;
}

#footer strong {
	color: #ccc;
}

#zalogowany {
	padding-top: 10px;
	padding-bottom: 10px;
}

#poprzedni_nastepny {
	padding-top: 0px;
	padding-bottom: 4px;
}

.clear {
	clear: both;
}

.menu1 {
	margin-left: 5px;
	margin-bottom: 2px;
}

.menu2 {
	margin-left: 15px;
	margin-bottom: 10px;
}

.menu1 *,.menu2 * {
	color: #3A3A3A;
}

.lapka {
	cursor: pointer;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.vcenter {
	vertical-align: middle;
}

/* TABELA TYPU LISTA1 */
table.lista1 {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.lista1 th {
	border-bottom: 1px solid #000000;
	background-color: #ABABAB;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

table.lista1 th * {
	color: #FFFFFF;
}	

table.lista1 td {
	border-bottom: 1px dashed #505050;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

table.lista1 tr.parzysty {
	background-color: #F1F1F1
}

table.lista1 tr.ostatni td {
	border-bottom: 2px solid #505050 !important;
}

table.lista1 tr:hover {
	background-color: #DFDFDF;
}

table.lista1 tr.podsumowanie * {
	font-size: 11px;
}

table.lista1 tr.czysty td {
	background-color: #fff !important;
	font-weight: normal;
	border: none;
}

.action,.action a {
	font-size: 9px;
}

/* END TABELA TYPU LISTA1 */
.action a,a.action {
	color: #B70000;
}

/* ZAKŁADKI */
.zakladki1,.zakladki2 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #505050;
	display: block;
}

.zakladki1 a {
	font-size: 12px;
}

.zakladki2 a {
	font-size: 10px;
}

.ul_zakladki {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.li_zakladki {
	display: inline;
	float: left;
	padding: 0px;
}

.li_zakladki a {
	margin-right: 1px;
	display: block;
	padding: 5px;
	background-color: #505050;
	color: #FFFFFF;
	text-decoration: none;
}

.li_zakladki a:hover {
	background-color: #B70000;
}

a.aktywna_zakladka {
	background-color: #B70000;
}

/* END ZAKŁADKI */
.right_info_color * {
	vertical-align: middle;
}

.right_info_color {
	margin-top: 5px;
}

.after_h2 {
	padding: 5px;
	margin: 5px;
}

ul.pozioma_lista_zdjec {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}

ul.pozioma_lista_zdjec li {
	text-align: center;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #B70000;
}

.wstecz {
	padding-top: 5px;
	padding-bottom: 5px;
}

.wstecz a {
	color: #B70000;
}

.margin-right1 {
	margin-right: 5px;
}

.margin-right2 {
	margin-right: 3px;
}

.margin-right3 {
	margin-right: 10px;
}

.margin-left1 {
	margin-left: 5px;
}

.margin-left2 {
	margin-left: 3px;
}

.padding-top1 {
	padding-top: 5px;
}

.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

/* ZALETY */
table.zalety {
	border-collapse: collapse;
}

table.zalety th,table.zalety td {
	padding: 5px;
}

table.zalety th {
	font-weight: normal;
	border-bottom: 2px solid #505050;
}

table.zalety .border-left {
	border-left: 1px solid #505050;
}

table.zalety .border-bottom {
	border-bottom: 1px dashed #505050;
}

table.zalety tr.parzysty {
	background-color: #F1F1F1
}

table.zalety tr:hover {
	background-color: #DFDFDF;
}

table.zalety tr.none_hover:hover {
	background-color: transparent;
}

.tlumaczenia_kolorow {
	display: inline;
	white-space: nowrap;
	font-size: 11px;
}

.tlumaczenia_kolorow * {
	font-size: 11px;
}

div { /* border: 1px solid red; */
	
}

/* PAGER */
.warstwa_podstawowa {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #000000;
	margin-right: 10px;
	height: 1%;
	overflow: hidden;
}

.warstwa_inline {
	display: inline;
	float: left;
}

.aKwadratActive {
	margin-right: 2px;
	padding-left: 0px;
	padding-top: 0px;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	background-color: #B70000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	border: 1px solid #B70000;
}

.aKwadrat {
	margin-right: 2px;
	padding-left: 0px;
	padding-top: 0px;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	border: 1px solid #505050;
}

.aKwadrat:hover {
	background-color: #ABABAB;
}

.aSzary {
	color: #505050;
	text-decoration: none;
}

.aSzary:hover {
	color: #B70000;
	text-decoration: none;
}

a.aCzerwony {
	font-size: 10px;
	color: #B70000;
	text-decoration: none;
}

a.aCzerwony:hover {
	font-size: 10px;
	color: #B70000;
	text-decoration: underline;
}

div.footSubmitPopup {
	border-top: 2px solid #505050;
	padding-top: 2px;
	margin-top: 5px;
}

div.footSubmitPopup input.submit {
	float: right;
}

.action_margin {
	margin-bottom: 7px;
}

.bbn {
	border-bottom: none !important;
}

.cena {	
	margin: 5px 0;	
}

.fs80p * {
	font-size: 11px !important;
	color: black !important;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.fwb {
	font-weight: bold !important;
}

.dn {
	display: none;
}

.download-version-popup {
    display: none; 
    position: absolute; 
    top: 25%; left: 50%; 
    margin-left: -130px; 
    background-color: #f5f5f5   ; 
    width: 260px; 
    border: 1px solid #dadada; 
    text-align: left;
    padding: 2px;
    -webkit-box-shadow: 3px 3px 6px #DCDCDC;
    -moz-box-shadow: 3px 3px 6px #DCDCDC;
    box-shadow: 3px 3px 6px #DCDCDC;
    z-index: 100;    
}

.download-version-popup a {
    margin-bottom: 3px;
}
.download-version-popup * {
    color: #444444;
    font-size: 12px;
}

.download-version-popup-close {
    position: absolute; 
    top: 2px; 
    right: 2px;
    width: 12px;
    height: 12px;
    background-image: url("/images/close.gif");
    background-repeat: no-repeat;
    background-position: 0;
}

.download-version-popup-close:hover {
    background-position: -12px 0;
}

button.ok_ {
    -webkit-box-align: center;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
}

.komunikat_ * {
    font-size: 15px;     
    margin-bottom: 20px;
}