#picker {
	position: relative;
	width: 940px;
	height: 350px;
}

#picker-menu {
	position: absolute;
	width: 420px;	
	background: url(img/picker-menu-bg.png) no-repeat;
}

	#picker-menu ul {
		margin: 0;
		padding: 0;
	}

	#picker-menu ul li {
		display: block;
		width: 290px;
		padding: 0 0 0 30px;
		height: 58px;
		color: #999;
		font-weight: normal;
		font-size: 11px;
		background: url(img/picker-separator.jpg) bottom left no-repeat;
	}
	
	#picker-menu ul li:hover {
		background: url(img/picker-active.gif) 0 1px no-repeat;
		color: #FFF;	
	}
	
	#picker-menu ul li a {
		color: #999;
		text-decoration: none;
	}
	
	#picker-menu ul li a:hover {
		color: #FFF;
	}
	
	#picker-menu ul li .title {
		display: block;
		padding: 10px 0 0 0;
		font-size: 16px;
	}
	
	
#picker-content {
	position: absolute;
	width: 600px;
	height: 348px;
	left: 340px;
	overflow: hidden;
}

	#picker-content table {
		width: 3600px;
	}

	#picker-content table td {
		width: 600px;
		height: 350px;
		position: relative;
	}
	
	.picker-page {
		position: absolute;
		width: 600px;
		height: 350px;
	}
	
		.picker-page-content {
			color: #fff;
			margin-left: 240px;
			padding: 10px 20px;
			font-size: 11px;
		}
		
		.picker-page-content h3 {
			margin: 10px 0;
			font-size: 16px;
			color: #000;
		}

		.picker-next {
			display: block;
			background: url(../resources/next.png) no-repeat;
			width: 118px;
			height: 37px;
			float: right;
		}
		
		.picker-demo {
			background: url(../resources/demo-szamla.png) no-repeat;
		}
		
		.picker-eles {
			background: url(../resources/eles-szamla.png) no-repeat;
		}

