body
{
	margin: 0;
	padding: 0;
	border: 0;		/* This removes the border around the viewport in old versions of IE */

	text-align: center;
    font-family: Arial;
    font-size:13px;
    background: transparent url(../gfx/bg_tile.png) repeat;
}


.desktop
{
	position: relative;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 1000px;
	height: 800px;
	background: transparent url(../gfx/desktop.jpg) no-repeat;
}

.desktop_header
{
	position: absolute;
	left: 140px;
	top: 68px;
	width: 486px;
	height: 52px;
	background-color: transparent;
}

.desktop_todo
{
	position: absolute;
	left: 90px;
	top: 146px;
	width: 410px;
	height: 370px;
	border: solid red 0px;
}

.todo_item
{
	width: 409px;
	height: 47px;
	clear: both;
	background: transparent;
}

.todo_item:hover
{
	background: transparent url(../gfx/todo_item_marker.png) no-repeat;
}

.desktop_sticker
{
	position: absolute;
	left: 510px;
	top: 150px;
	width: 395px;
	height: 362px;
	background: transparent url(../gfx/sticker_bg.png) no-repeat;
}

.desktop_sticker img
{
	margin-left: 0px;
	margin-top: 40px;
}

.desktop_pics
{
	position: absolute;
	left: 70px;
	top: 535px;
	width: 855px;
	height: 225px;
	border: solid black 0px;
}

.pic_photo
{
	float: left;
	
}




/* the body */
.main_container
{
	width: 920px; 
	display: inline-block; 
	text-align: left;
}


.footer_txt
{
	float: left;
	font-size: 8pt;
	color: gray;
	font-family: Arial;
	margin-top: 4px;
	margin-left: 15px;
}



* html a:hover
{
	visibility:visible;
}


/* stickers */
/* Z-index of #mask must lower than #boxes .window */  
#mask 
{  
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9000;  
	background-color: #000000;  
	display: none;
	width: 100%;
}  
    
#boxes .window 
{  
	position: absolute;  
	width: 711px;  
	height: 534px;  
	display: none;  
	z-index: 9999;  
}  
  
#boxes #M_2_3_pokojowe, #nowoczesny_uklad, #ladna_okolica, #cisza, #blisko_centrum, #parking, #plac_zabaw, #niska_cena
{  
	width: 721px;   
	height: 534px;
	background: transparent url(../gfx/sticker_large.png) no-repeat;
}  

.sticker_content
{
	font-family: 'Comic Sans MS', Arial, Helvetica;
	font-size: 12pt;
	margin: 30px; 
	text-align: left;
}

#tabs *
{
	font-family: 'Comic Sans MS', Arial, Helvetica;
	font-size: 9pt;
}

#tabs table, #tabs td
{
	border: solid gray 1px;
	border-collapse: collapse;
	padding: 3px; 
	margin: 0px;
}

a.close
{
	color: #02BC33; 
	float: right;
	text-decoration: none;
}

.photo_frame
{
	background-color: #ffffff;
	border: solid gray 1px;
	text-align: center;
	font-size: 8pt;
}

.photo_frame img
{
	margin: 10px 10px 10px 10px;
	border: solid gray 1px;
	clear: both;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



.lightbox-nav-btnPrev-bgblank{
	background: transparent url(../gfx/lightbox-blank.gif) no-repeat;
}

.lightbox-nav-btnPrev-bgbutton{
    background: url(../gfx/lightbox-btn-prev.gif) left 15% no-repeat;
}

