
@font-face{
	font-family: code128;
	src: url('code128.ttf');
}

#barcode_tab{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 65px;
	height: 32px;
	background: url('barcode.png') #ffffff no-repeat center center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	box-shadow: 0px 0px 10px 0px #000000;
	cursor: pointer;
	z-index: 10;
}

#barcode_panel{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 600px;
	height: 350px;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom-right-radius: 8px;
	border: 1px solid #202020;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 10;
}

#barcode_panel ul.pageList{
	float: left;
	width: 180px;
	height: 350px;
	border-right: 1px solid #c0c0c0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#barcode_panel ul.pageList li{
	list-style: none;
	border: 1px solid #000000;
	border-radius: 5px;
	margin: 5px;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	background-color: #67d4ff;
	font-weight: bold;
	cursor: pointer;
}
#barcode_panel ul.pageList li:hover{
	background-color: #8ff9ff;
}
#barcode_panel ul.pageList li.selected{
	background-color: #8ff9ff;
}
#barcode_panel div.pages{
	margin-left: 180px;
	position: relative;
	height: 350px;
}

#barcode_panel div.barcode{
	text-align: center;
	font-size: 14pt;
}
#barcode_panel div.code128{
	padding-top: 110px;
}
#barcode_panel div.code128 div{
	font-family: code128;
	font-size: 60pt;
}
#barcode_panel div.image{
	padding-top: 30px;
}

#barcode_panel div.pageNav{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#barcode_panel div.pageNav button{
	margin: 5px;
	width: 100px;
	height: 30px;
}
#barcode_panel button.prev{
	float: left;
}
#barcode_panel button.next{
	float: right;
}