.shadow {
	height: 1em;
	text-shadow: #666666 1px 1px 1px;
}

.small {
        font-size: 10px;
        font-weight: normal;
}

#dymek {
        position: absolute;
        border: 1px solid black;
        background-color: #FFFF99;
	color: black;
	font-family: monospace;
	font-size: 12px;
}

.button-left {
	margin-bottom: 5px;
	display: block;
}

#minibannerholder {
	z-index:100;
	position: absolute;
	position: fixed; 
	top: 0px; 
	left: 0px;
	width:100%; 
	height:32px; 
	background-color:black;
}

#minibannerholder div {
	height: 30px; 
	width: 750px; 
	margin-left:auto; 
	margin-right: auto;
}

#flags {
	position:absolute;
	top: 35px;
	right:0px;
	width: 30px;
	height: 50px;
}

.itemshowcast {
	display: block;
	padding-left: 23px;
	padding-right: 25px;
	width: 160px;
	height: 208px;
	overflow: hidden;
	background: transparent url('img/itemshowcast-bg.png') no-repeat scroll 0 0;
	margin-bottom:5px;
}
.itemshowcast_title {
	display: block;
	width: 160px;
	height: 20px;
	padding: 7px;
	text-align: center;
	font-weight: bold;	
}
.itemshowcast_items {
	display: block;
	border: 1px solid black;
	text-align: center;
	height: 155px;
	width: 132px;
	overflow: hidden;
	background-color: transparent;
	/* line-height: 178px; */	
	float:left;
}
.itemshowcast_items img {
	vertical-align:middle;
}
.itemshowcast_navi {
	display: block;
	width: 22px;
	height: 151px;
	background: transparent url('img/itemshowcast-left.png') no-repeat scroll 0 0;	
	float:left;	
	margin-top:3px;
	padding-left: 1px;
}
.itemshowcast_navi a {
	display: block;
	width:24px;
	height:15px;
	text-align: center;	
	line-height: 15px;
	font-size: 10px;
}
.itemshowcast_navi a.active {
	background: transparent url('img/itemshowcast-active.png') no-repeat scroll 0 0;	
}

#categorymenu_up {
	width: 209px;
	height: 33px;
	background: transparent url('img/kat/kat_up.png') no-repeat scroll 0 0;
	text-align: center;
	line-height:30px;
	font-weight: bold;
	font-size: 18px;		
}

#categorymenu {
	width: 209px;
	margin: 0px;
	display: block;
	padding: 0px;
	background: transparent url('img/kat/kat_grad.png') repeat-y scroll 0 0;
	font-size: 12px;
	font-family: verdana;
}
#categorymenu ul {
	margin: 0px;
	display: block;
	padding: 0px;
}
#categorymenu li {
	display: block;
	margin-left: 10px;
}
#categorymenu_down {
	width: 209px;
	height: 12px;
	background: transparent url('img/kat/kat_down.png') no-repeat scroll 0 0;
	font-size: 6px;		
	margin-bottom: 10px;
}

.ui-button {
	padding: .2em 1em .2em 20px;
	text-decoration:none;
	position:relative;  	
}
.ui-button .ui-icon {
	margin:-8px 5px 0 0;
	position:absolute;
	left:.2em;
	top:50%;
}

.progress {
	background-image: url('/img/progress.gif');
	background-repeat: no-repeat;
	background-position: center center;	
}

.category-menu-item {
	display: block;
	margin: 1px;
	padding: 2px;
	border-top:0;
	border-left:0;
	border-right:0;
	font-size: 10px;
	font-weight: bold;
}

h2 { display: block; }

.user-galery-holder {
	display: block;
	max-height: 200px;
	overflow: auto;	
}

.user-galery-holder a {
	display: block;
	width: 160px;
	min-height: 160px;
	padding: 5px;
	float: left;
	margin: 5px;
	text-decoration: none;
	text-align: center;
	border: 1px solid black;	
}

#fb-widget {
	position: fixed;
	top: 50px;
	left: 20px;
	width: 32px;
	height: 32px;
	overflow: hidden;
}
#fb-widget .flogo { 
	z-index: 1000;
	background: transparent url(img/f-icon32.png);
	text-indent: -1000px;
	width: 32px;
	height: 32px;	 
}

#fb-widget .fholder {
	background-color: white;	
}

