@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	list-style-type:none;
}
h1 {
	font: bold 1.6em;
}
h2 {
	font: 1.4em;
}
/* flipviewerxpress.html content  */
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
	  height:100%;
}
#kosik {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	height: 17px;
}
.tlacitko {
	border-bottom : 1px solid #404040;
	border-top : 1px solid Silver;
	border-left : 1px solid Silver;
	border-right : 1px solid #404040;
	font-weight : bolder;
	padding : 1px 5px 1px 5px;
	background-color:#eb6a22;
	color : White;
	text-decoration : none;
	cursor: pointer;
}
.tlacitko a {
	color: white;
	cursor:pointer;
}
.tlacitko:hover{
	border-bottom : 1px solid silver;
	border-top : 1px solid #404040;
	border-left : 1px solid #404040;
	border-right : 1px solid silver;
}

/* DropDown content */
#subcontent {
	position:absolute;
	visibility:hidden;
	border: 9px solid orange;
	background-color:#FFF;
	width:600px;
	padding:8px;
}
#container {
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:500px;
	overflow:auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
}
/* Image list in DropDown window */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:150px;
	margin:0em 1.2em 3em 1.4em;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}

.thumb a
{
	display:block;
	height:155px; 
/* Set link formatting*/
	width:110px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:11px;
/* Thumb padding to form thumb frame */
/* You can set the above to 10px = no frame - but no hover indication!*/
	margin:0;
	background-color:#edeeee;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}