/* stylowanie krawedzi i naroznikow thickboxa, przycisk zamknij i powrot - poczatek */
#TB_window div.thickbox_border {
	position: absolute;
    height: 100%;
    width: 100%;
    /*z-index: -1;*/
}

#TB_window div#thickbox_top_border {
	top: 0;
	left: 0;
	background: transparent url(../images/thickbox_top.gif) repeat-x scroll 0 0;
}

#TB_window div#thickbox_bottom_border {
	bottom: 0;
	left: 0;
    background: transparent url(../images/thickbox_bottom.gif) repeat-x scroll 0 100%;
}

#TB_window div#thickbox_left_border {
	top: 0;
	left: 0;
    background: transparent url(../images/thickbox_left.gif) repeat-y scroll 0 0;
}

#TB_window div#thickbox_right_border {
	top: 0;
	right: 0;
    background: transparent url(../images/thickbox_right.gif) repeat-y scroll 100% 0;
}

#TB_window span.thickbox_corner {
	width:17px;
	height:17px;
	overflow:hidden;
    background-position:0 0;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
}

#TB_window span#thickbox_top_left_corner {
	background-image:url(../images/thickbox_top_left_corner.gif);
	top:0;
	left:0;
}

#TB_window span#thickbox_top_right_corner {
    background-image:url(../images/thickbox_top_right_corner.gif);
    top:0;
    right: 0;
}

#TB_window span#thickbox_bottom_left_corner {
    background-image:url(../images/thickbox_bottom_left_corner.gif);
    bottom:0;
    left:0;
}

#TB_window span#thickbox_bottom_right_corner {
    background-image:url(../images/thickbox_bottom_right_corner.gif);
    bottom:0;
    right: 0;
}

#TB_window span#thickbox_close {
	background-image:url(../images/thickbox_close.gif);
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    overflow:hidden;
    background-position:0 0;
    background-repeat:no-repeat;
    display:block;
    width: 26px;
    height: 25px;
}

#thickbox_back_backup {
	display: none;
}

#TB_window #TB_title span#thickbox_back_title {
	width: 30%;
	display: none;
    position: absolute;
    top: 20px;
    right: 55px;
    border: none;
    display:block;
}

#TB_window #TB_title span#thickbox_back_title span#thickbox_back {
    background-image:url(../images/thickbox_back.gif);
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-position:0 3px;
    background-repeat:no-repeat;
    display:block;
    padding-left: 15px;
    font-weight: bold;
	/*
	display: none;
    background-image:url(../images/thickbox_back.gif);
    position: absolute;
    top: 20px;
    right: 55px;
    border: none;
    background-position:0 3px;
    background-repeat:no-repeat;
    display:block;
    padding-left: 15px;
    font-weight: bold;
    */
}
/* stylowanie krawedzi i naroznikow thickboxa - koniec */


/* stylowanie naglowka - poczatek */
#TB_window #TB_ajaxContent > h1:first-child {
	/*
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 5px;
	background-image:url(../images/box_3_title_bottom_left.png);
    background-position:0 100%;
    background-repeat:no-repeat;
    height: 20px;
    width: 70%;
    */
}

#TB_window #TB_ajaxContent > h1:first-child > span {
	/*
    position: absolute;
    top: 0;
    left: 10px;
    white-spaces: nowrap;
    */
}
/* stylowanie naglowka - koniec */




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666; text-decoration: none;}
#TB_window a:visited {color: #666666; text-decoration: none;}
#TB_window a:hover {color: #0085CA; text-decoration: none;}
#TB_window a:active {color: #666666; text-decoration: none;}
#TB_window a:focus{color: #666666; text-decoration: none;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  /* background-color:#000; */
  background-color: #c3c3c3;
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  
  /* border: 4px solid #525252; */
  
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  /*padding:7px 0 5px 10px;*/
  margin-bottom:1px;
  
  font-size: 16px;
  /*
  top: 20px;
  left: 5px;
  */
  background-image:url(../images/box_3_title_bottom_left.png);
  background-position:0 100%;
  background-repeat:no-repeat;
  height: 100%;
  width: 70%;
  position: relative;
}
#TB_ajaxWindowTitle span { 
	font-weight: bold;
    position: absolute;
    top: 0;
    left: 10px;
    white-spaces: nowrap;
}
#TB_title{
  /* background-color:#e8e8e8; */
  /*display: none;*/
  
  background-color: #ffffff;
  /*background: transparent url(../images/thickbox_top.gif) repeat-x scroll 0 0;*/
  
  /*height:27px;*/
  height: 25px;
  width: 95%;
  margin: 20px auto 0 5px;
  clear: both;
}
#TB_ajaxContent{
  clear:both;
  
  position: relative;
  
  /*padding:2px 15px 15px 15px;*/
  /*padding: 0 0 0 15px;*/
  left: 15px;
  margin-top: 5px;
  /*margin: 20px 0;*/
  /*z-index: 110;*/
  /*margin: 20px 15px;*/
  
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding: 0 0 5px 0;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#TB_ajaxContent .suggestServiceOrSpotTitle {
	font-weight: bold;
	font-size: 16px;
	
	margin: 10px 0;
	
	/*
	background-image:url(../images/box_3_title_bottom_left.png);
	background-position:0 100%;
	background-repeat:no-repeat;
	*/
	
	position: relative;
	left: -10px;
	
	height: 25px;
	
	padding-left: 10px;
}

#TB_ajaxContent .suggestServiceOrSpotTitle span {
	/*
	position: absolute;
	top: 0;
	left: -10px;
	*/
	font-size: 14px;
}