#buffer {
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility: hidden;
}


a {
text-decoration: none;
color: #00a;
}


/*@ obszar logownania */
#loginArea {
	top:130px; 
	margin-left: -210px;
	width:410px; 
	background: #fff;
	padding: 10px;
}

/*@ obszar logownania - logo */
#loginHead h1 { 
	height: 60px; 
	background: url(../img/logo.gif) center no-repeat;  
}

#loginHead h1 span { 
	display: none 
}

/*@ popup */
#popup {
	padding: 20px;
}

#popup #content {
	margin: 0;
	top:0;
	left:0;
	width: auto;
	height: auto;
}


/*@ tabela */
table.data {
	border: 0;
	clear: both;
	width: 100%;
	border-bottom: 0px #89a solid;
}
table.data table.data {
	border-bottom: 0;
}

/*@ tabela - komórka */
#content td {
	font-size: 11px; 
	color: #000000; 
}

.krp { 
	background-image: url(../img/kr_h.gif); 
}

/*@ tabela - kmórki z cenš */
table.data td.c {
	padding-left: 2px;
	white-space: nowrap;
}

/*@ tabela - odstępy */
table.data td, table.data th {
	padding: 1px 0px 1px 2px;
	border: 0;
}
table.data th.l {
	text-align: left;
}

/*@ tabela - tło komórek */
table.data td, td.c01 {
	border-bottom: 1px #C8D0D6 solid;
}
table.data tfoot td, table.data thead td {
	background: transparent;
}

/*@ tabela - nagłówek */
table.data th, th {
	border-bottom: 2px #0DA1F9 solid;
	font-weight: normal;
	color: #567;
	padding: 2px;
	text-align: left;
}

/*@ tabela - wyróżnienie */
table.data tr.s td, table.data tr.r td {
	background-color: #CDE9FF;
}

/*@ tabela - wyróżnienie - cena */
table.data tr.s td.c, table.data tr.r td.c {
	background-color: #AED9FC;
}
table.data td.r, table.data td.c, th.r, table.data th.r { 
	text-align: right; 
	white-space: nowrap;
	padding-right: 4px;
}

.krh {
	background-image: url(../img/kr.gif);  
	height:1px
}

.krv {
	background: url(../img/dots.gif) repeat-y;  
	width:1px 
}

/*@ nagłówek - rabaty */
.lhead 	{ 
	cursor:pointer; 
	background: url(../img/ar1.gif) 4px 7px no-repeat;
	color:#000; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 5px 0px 3px 19px; 
	text-decoration: none; 
	display: block; 
}

/*@ guzik - więcej */
a.more  { 
	display:block; 
	background: url(../img/st_b.gif) 0px 2px no-repeat; 
	padding: 0px 0px 0px 15px; 
	text-decoration: none;
}

/*@ guzik - wstecz */
a.back  { 
	display:block; 
	background: url(../img/st_b6.gif) 0px 2px no-repeat;
	padding: 0 0px 0 16px;
	margin-bottom:10px; 
	text-decoration: none;
	text-align: left;
}

/*@ opis - nagłówek */
.big { 
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 14px; 
	font-weight: bold;
}

/*@ opis - stopka */
.small 	{ 
	color: #607080; 
	font-family : Arial, sans-serif, Helvetica; 
	font-size : 10px; 
}

/*@ link2 */
#content a.g {
	text-decoration: none; 
	color: #000; 
}
/*@ link2 - aktywny */
#content a.g:hover 	{
	text-decoration: none; 
	color: #00f; 
}
/*@ link3 - wyróżniony */
#content a.gb {
	text-decoration: none;
	color: #000; 
	font-weight: bold;
}

/*@ link3 - wyróżniony */
#content a.gb:hover {
	text-decoration: none; 
	color: #00f; 
	font-weight: bold;
}

/*@ guzik - do koszyka - tło */
div.addToBasket { 
	float: right;
	margin: 6px 0 3px 0px;
}

/*@ guzik - do koszyka */
div.addToBasket input { 

}

/*@ krótkie typu input */
input.add, input.txts 	{ 
	background-color: #fff; 
	padding: 0px 2px 0px 0px; 
	width:20px; 
	height:15px; 
	text-align: right; 
	border: 1px #666666 solid;
	float: left;
}
input.txts {
	float: none;
}

/*@ pole typu radio */
input.radio { 
	padding: 0px; 
	width:13px; 
	height:13px; 
	margin: 0px; 
}

/*@ pole typu input */
input.inp 	{ 
	background-color: #fff; 
	padding: 0px 2px 0px 2px; 
	height:15px; 
	border: 1px #778 solid; 
}

.p { cursor: pointer; }

/*************************
*       DatePicker       *
**************************/

th.DatePicker {
	font-size:11px; 
	font-weight:bold;
}

/*@ datepicker - tło */
.DatePicker {
     background-color: #f8f8f8;
}

/*@ datepicker - nagłówek */
.DatePickerHdr {
     background-color: #f0f0f0;
}

.DatePickerHdrBtn {
     cursor: pointer;
}
.DatePickerBtn {
     cursor: pointer;
}

/*@ datepicker - wybrana data */
.DatePickerBtnSelect {
     background-color: #faa;
     cursor: pointer;
}
.hidden { display: none }

/*@ guzik - wyróżnony */
#content a.bold { 
	font-size: 11px; 
	font-weight:bold; 
	color:#00f; 
	text-decoration: none; 
}

/*@ menu, strona */
#content #groupSubMenu {
	margin-left: 0px;
	padding: 0;
	
}

#content #groupSubMenu li {
	display: block;
 	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 199px;
	height: 16px;
	overflow: hidden;
}

body.size-1280 #content #groupSubMenu li {
width: 270px;
}

/*@ menu, strona - guzik */
#content #groupSubMenu li a{
 display: block;
 text-decoration: none;
 text-transform: lowercase;
 padding-left: 10px;
 height: 13px;
 background: url(../img/arrow1.gif) 0px 4px no-repeat;
 white-space: nowrap;
 font-size: 11px;
 
}

body.size-1280 #content #groupSubMenu li a {
font-size: 12px;
}

/*@ menu, strona - guzik,aktywny */
#content #groupSubMenu li a:hover{
	background: url(../img/arrow1.gif) 2px 4px no-repeat;
}

/*@ menu, strona - guzik,wybrany */
#content #groupSubMenu li a.sel{
	font-weight: bold;
	letter-spacing: -1px;
}

/*@ link - pdf */
a.pdf {
	display: block;
	background:   url(../img/ico_pdf.gif) 2px 0px no-repeat;
	height: 18px;
	font-size: 11px;
	line-height: 16px;
	padding-left: 22px;
	text-align: left;
}

/*@ opis - margines */
body.opis {
	padding: 20px;
}
/*@ popup - tło */
body.window {
	background: #f4F8Fb;
	padding: 20px;
}

/*@ opis - tło */
table.opis, div.zoom {
	background: #fff;
	padding: 5px 2px 5px 5px;
}
div.zoom {
	text-align: center;
} 

div.zoom a.back {
	float: left;
	width: 80px;
}
div.zoom img {
	margin: 15px 0px;
}

/*@ opis - zamknij */
div.closeOpis {
	background: url(../img/close.gif) center no-repeat;
	height: 35px;
	cursor: pointer;
}

/*@ link - drukuj */
a.print {
	background: url(../img/ico_druk.gif) 0px 0px no-repeat;
	display: block;
	color: #666;
	padding: 0 0 0 18px;
	text-align: left;
	width: 80px;
	height: 15px;
	margin-top: -15px;
	margin-bottom: -17px;
}

/*@ guzik plus, minus */
a.am, a.ap {
	width: 11px;
	height: 12px;
	display: block; 
	overflow: hidden;
	line-height: 50px;
	float: left;
}

/*@ guzik minus */
a.am {
	margin: 2px 1px 0 0px;
	background: url(../img/am.gif) no-repeat;
}

/*@ guzik plus */
a.ap {
	margin: 2px 0 0 2px;
	background: url(../img/ap.gif) no-repeat;
}

table.ai {
	float: right;
}

table.ai, table.data table.ai td {
	border: 0;
	padding: 0;
}

/*@ guzik zamów */
a.order {
	display: block;
	background: url(../img/order.gif) 0px 2px no-repeat;
	padding: 0 10px 0 16px;
	text-decoration: none;
}

/*@ guzik zapisz */
a.save {
	display: block;
	background: url(../img/ico_add.gif) 0px 2px no-repeat;
	padding: 0 10px 0 16px;
	text-decoration: none;
}

/*@ guzik ok */
a.akcept, a.fakt, a.potw, a.lacz, a.zmian, a.showGrp {
	display: block;
	background: url(../img/ico_ok1.gif) 0px 2px no-repeat;
	padding: 0 10px 0 16px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

a.akcept {
	float: right;
}
a.showGrp {
	display: inline;
}

/*@ guzik ok2 ::*/
a.zmian {
	background: url(../img/ico_ok2.gif) 0px 2px no-repeat;
}

/*@ guzik kasuj*/
a.del {
	display: block;
	background: url(../img/ico_x1.gif) 0px 2px no-repeat;
	padding: 0 10px 0 16px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

/*@ menu opeacji*/
div.fMenu {
	margin-top: 10px;
	/* background: url(../img/dots.gif) top repeat-x;*/
	padding-top: 5px;
	background: #fff;
}

ul.cartMenu, ul.cartMenu li, ul.confMenu, ul.confMenu li, ul.rezMenu, ul.rezMenu li, ul.dlMenu, ul.dlMenu li   {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

ul.cartMenu a, ul.confMenu a {
	float: right;
	font-weight: bold;	
}
ul.rezMenu {
	display: block;
	width: 250px;
	float: right;
}

ul.dlMenu {
	display: block;
	width: 250px;
	float: left;
}

ul.confMenu a.back {
	padding-right: 10px;
}
ul.confMenu a.order {
	padding-right: 0px;
}

div.rezHead {
	padding: 15px 0 5px 0;
}

div.fMenu select#fp {
	float: left;
}
div.empty {
	padding: 100px 0;
	text-align: center;
}
table.data td.empty {
	background: #fff;
	padding: 40px 0;
	text-align: center;
}
table.data td.white {
	background: #fff;
}



/*@ opis - część lewa */
#content td.opisLeft {
	width: 50%;
}

/*@ opis - część prawa */
#content td.opisRight {
	width: 50%;
}

select.phFP { 
	float: right;
}

/*@ PH - rezewacje nagłówek */
h4.phRezK {
	padding-top: 3px;
	background: #fff url(../img/dots.gif) 0 3px repeat-x; 
}

/*@ PH - rezewacje menu */
ul.phRezMenu {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
ul.phRezMenu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.phRezMenu a {
	float: left;
}

/*@ PH - rezewacje klient */
div.phRezKli {
	padding: 6px;
	margin: 8px 0;
	background: #f8fafd;
	border: 1px #808890 solid;
	border-color: #d8e0e8 #808890 #808890 #d8e0e8;
}

div.phRezKli table.data {
	border: 0;
}

#rmode {
	float: right;
}


/*@ wyróżnienie 1 */
tr.wyr1 td {
	background-color: #EDF5FC;	
	color: #000;
	font-weight: normal;
}

/*@ wyróżnienie 2 */
tr.wyr2 td {
	background-color: #EDF5FC;	
	color: #000;
	font-weight: normal;
}

/*@ wyróżnienie 3 */
tr.wyr3 td {
	background-color: #EDF5FC;	
	color: #000;
	font-weight: normal;
}

/*@ wyróżnienie 4 */
tr.wyr4 td {
	background-color: #EDF5FC;	
	color: #000;
	font-weight: normal;
}

/*@ title */
div.nicetitle {
    position: absolute;
    padding: 3px;
    top: 0px;
    left: 0px;
    color: #000;
    background-color: #ffd;
    border: 1px solid #000;

    /* Mozilla proprietary */
    -moz-border-radius: 4px;
}
/*@ title - czcionka */
div.nicetitle p {
    margin: 0; 
    padding: 0 0px;
    text-align: left;
}
div.nicetitle p.destination {
	display: none;
}

/*@ tabela dwukolumnowa */
table.wiersze td {
	background: url(../img/dots2b_light.gif) bottom repeat-x;
	padding: 2px;
}

/*@ wysokość okna edycji usług */
#uslugiparam .selData {
	height: 140px;
}


img.imgkod {
	border: 1px #666 solid;
	margin: 0 0 5px 0;
}


#savedesc {
	clear: both;
	text-align: right;
	padding: 10px 0 0 0;
	display: none;
}

/*@ link - strzalka */
a.arrow  { 
	display:block; 
	background: url(../img/ar3.gif) 0px 2px no-repeat;
	padding: 0 0px 0 16px;
	text-decoration: none;
	text-align: left;
}
/* wybrana linia tabeli */
table.data tr.selected td {
	background: #c9E3Ff; 
}
table.data tr.selected a.arrow {
	background: url(../img/ar3d.gif) 0px 2px no-repeat;
	color: #000;
}
table.trans {
	width: 480px;
	float: right;
}
table.trans td {
 	border: 0;
	background: transparent; 
}
table.trans td.k {
	width: 60px;
	padding-left: 5px;
}
table.trans td.pr {
	width: 80px;
}
table.trans td.p {
	width: 240px;
}
table.trans td.c {
	width: 50px;
	background: transparent; 
}

/*@ zamówienia - kalendarz - nagłówek*/
div.zhead {
	padding: 10px 0;
	margin: 0px 0 2px 0;
	border-bottom: 1px #c8d0d8 solid;
}

table.data td.kzam {
	background: #fff; 
	border-bottom: 1px #d8e0e8 solid;

}

table.data tr.selected td.kzam {
	border-top: 0px #fff solid;
	border-bottom: 1px #fff solid;
}

.zsuma {
	padding: 5px 5px 10px 0;
	text-align: right;
}


/*@ link - zamówienia - kalendarz */
a.kal  { 
	display:block; 
	background: url(../img/ar3.gif) 0px 2px no-repeat;
	float: left;
	padding: 0 0px 0 16px;
	text-decoration: none;
	text-align: left;
}

/*@ link - dalej */
a.go  { 
	display:block; 
	background: url(../img/ar3.gif) 0px 2px no-repeat;
	float: left;
	padding: 0 0px 0 16px;
	text-decoration: none;
	text-align: left;
}


#talk {
	width:290px;
	height:110px;
	padding:5px;
	border:1px #456 solid;
	overflow:auto;
	background:#e4EfF5;
	margin-bottom:10px;
}
.msg {
	width:290px;
	height:110px;
}

/*@ duży baner */
.mainban {
	text-align: center;
	background: #4C6A90;
}

/*@ duży baner */
.mainban {
	text-align: center;
	background: #4C6A90;
}

/*@ baner w sekcji news */
.newsban {
	text-align: center;
	margin: 10px 0 0 10px;
	padding: 0px 0 10px 0;
	width: 355px;
}

/*@ baner w sekcji news */
.boxban {
	text-align: center;
	padding: 0px 0 10px 0;
}

/*@ baner na stronach */
.stdban {
	text-align: center;
	padding: 5px 0 5px 0;
}

td.fico {
	width: 54px;
}

div.fico {
	height: 48px;
	width: 48px;
	text-align: center;
	padding: 1px;
	border: 1px #B2BBD4 solid;
	background: #fff;
	margin-right: 2px;
	display: table-cell;
	vertical-align: middle;
}

.fico img {
	vertical-align: middle;
	margin-top: expression(( 48 - this.height ) / 2); 
}





div.ieMini, div.ieMiniS {
	width: 143px;
	margin: 2px 4px 2px 0px;
	float: left;
	height: 140px;
	padding: 0px;
	border: 1px #B2BBD4 solid;
	overflow: hidden;
	position: relative;
}
div.ieMini div.ieImg, div.ieMiniS div.ieImg {

	text-align: center;
	height: 90px;
	width: 138px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
div.ieMiniS div.ieImg {
	background: #0cf; /* #74C8F5; */
}
div.ieMini div.ieImg img, div.ieMiniS div.ieImg img {
	vertical-align: middle;
	margin-top: expression(( 90 - this.height ) / 2); 
}
div.ieMini div.ieName, div.ieMiniS div.ieName {
	background: #EDEDCA;
	height: 15px;
	overflow: hidden;
}

div.ieMini div.ieName .ieZoom, div.ieMiniS div.ieName .ieZoom {
	background: #777 url(../img/zoom.gif) 2px 2px no-repeat;
	line-height: 100px;
	overflow: hidden;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	cursor: pointer;
}
div.ieMiniS div.ieName, div.ieMiniS div.ieName .ieZoom {
	background-color: #068;
}
div.ieMini div.ieName span, div.ieMiniS div.ieName span {
	float: left;
	height: 15px;
	display: block;	
	overflow: hidden;
	padding-left: 4px;
	width: 79px;
}
div.ieMiniS div.ieName span {
	color: #fff;
}


div.ieMini h4 {
	text-align: center;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #006;
	margin: 0 0 0 0;
	padding: 2px;
	background: #D7E7F7;
	font-family: Tahoma;
	height: 12px;
	overflow: hidden;
}
div.ieMini h4 a {
	font-weight: bold;
}

#content div.ieMini p {
	text-align: center;
	font-size: 10px;
	padding: 0 0 0 0px;
	margin: 0 0 2px 0;
	font-family: Tahoma;
	height: 12px;
	overflow: hidden;
	background: #D7E7F7;
}

div.ieMini  a.add {
	line-height: 100px;
	overflow: hidden;
	background: url(../img/add1.gif) no-repeat;
	width: 20px;	
	height: 17px;
	display: block;
	position: absolute;
	right: 3px;
	bottom: 20px;
	/* float: right; bottom: auto;	right: auto; */
}

div.ieMini .price {
	width: 60px;	
	position: absolute;
	right: 3px;
	bottom: 2px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	/* float: right; bottom: auto;	right: auto; */
}

div.ieMini .stan {
	width: 60px;	
	position: absolute;
	left: 3px;
	bottom: 2px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	/* float: right; bottom: auto;	right: auto; */
}

div.ieMini hr {
	display: none;
}

h4.photos {
	border-bottom: 1px #678 solid;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 7px 0;

	
}

#newmsg {
	background: #f00;
	color: #fff;
	padding: 5px 8px;
	margin: 0px;
	text-align: center;
}

#newmsg a {
	color: #fff;
	text-decoration: blink;
}

#content td.red {
	color: red;
	font-size: 18px;
	line-height: 12px;
}

.fhelp {
	vertical-align: middle;

}

#content h1 {
font-family: 'Trebuchet MS';
color: #008;
font-size: 20px;
font-weight: normal;
text-decoration: none;
border-bottom: 1px #010066 solid;
margin: 0 0 25px 0;
}

hr.clear {
	clear: both;
	visibility: hidden;
} 


table.parameters {
margin: 10px 0;
border-collapse: 0;
border-spacing: 0;
border: 0;
padding: 5px;
border: 0px #f94 solid;
}

table.parameters caption {
margin-top: 10px;
text-align: left;
color: #f82;
}

table.parameters td {
border-top: 1px #aaa dashed;
padding: 3px 15px 3px 0;
vertical-align: top;
}

table.parameters td.param {
font-weight: bold;
background: url(../img/st_b2.gif) 1px 5px no-repeat;
padding-left: 20px;
}

table.parameters tr.subparam td.param {
background-image: none;
padding-left: 20px;
font-weight: normal;
}

table.parameters tr.subparam td {
border-top: 1px #eee solid;
padding: 2px 15px 2px 0;
}

table.parameters tr.first-par td {
border-top: 0;
}

#content table.parameters td.param-head {
font-size: 12px;
}