		/*  
		* 		jCombox 1.0b | 2008.08.25
		*		jQuery: HTML Select Tag Replacement Plugin 1.0b
		*		Licensed under a Creative Commons Attribution 3.0 License
		*
		*		Tested to work on Firefox2/3, IE6/7, Safari3.1(Win) and Opera9.5 versions
		*		Limitations: no keyboard usage + no multiple selections > checkout next version
		*		_______________________________________________
		* 		http://jquerylab.com | Sponsored by http://12tb.com
		*		ruvanepa@gmail.com
		*
		*		How-to use: $('.select').jcombox();
		*			or replce all <select> tags: $('select').jcombox();
		*/
		
		/*******************jCombox CSS : DO NOT EDIT THIS******************************/
		
		.jcombox *, .jcombox-m * { line-height: 1.6; cursor: default;}
		.jcombox, .jcombox-m {  margin:0 0px; float: left; clear:left; white-space: nowrap; /*border: 1px solid #a8a8a8; background-color: #eaeaea;*/ }
		.jcombox { /*width: 100px; height: 70px;*/  background-repeat: no-repeat; background-position: right center; background-image: url('/js/ogb/jcombobox/arrow.gif'); }
		.jcombox-m { overflow: auto;  overflow-x: hidden; } 
		.jcombox a, .jcombox-m a { outline: 0px; display: block; /*color: #3c3c3c;*/ font-weight: normal; padding: 0 3px; text-decoration: none !important;}
		.jcombox a:hover, .jcombox-m a:hover{ background-color: #e5e5e5; text-decoration: none !important; }
		
		.jcombox a.disabled, .jcombox-m a.disabled { color:#c0c0c0 !important;}
		
		.actext { padding: 1px 0px 0px 3px; }
		
		.jcombox span, .jcombox-m div {
			background: #fff;  
			border: 1px solid #eaeaea; 
			/*border-right-color: #fff;*/ 
			background: #fff url('/js/ogb/jcombobox/inner_shadow.gif') no-repeat top left;
		}
		
		.jcombox span{
			/*color: #3c3c3c; font-weight: bold;*/
			display: block; 
			overflow: hidden; 
			margin-right: 20px; 
			padding: 0 0px 0px 5px; }
		
		.jcombox-m div { overflow: hidden; /*border-top: 0px;*/ }

		.jcombox div {
			background: #fff; 
			display: none; 
			position: absolute !important;
			/* border: 1px solid #808080;*/
			z-index: 99 !important; 
			background-color: #fff; 
			overflow: auto;
/*			overflow-y: scroll; */
			overflow-x: hidden; /*border-top: 0px;*/ 
			height: auto;
		}
		
		.jcombox-m .current { font-weight: normal; }
		
		/**********************End******************************/
		
		/************ mytheme *********************/
		.mytheme { 
						border				: 1px solid #aaa;
						color				: #333;
						font-size			: 12px;
						background-color	: #e9e9e9;
						background-image	: url('/js/ogb/jcombobox/round.gif');
		}
		.mytheme-hover {
			border-color: #008040; color: #aaa;
			background-image: url('/js/ogb/jcombobox/round_hover.gif');
		}
		.mytheme .current {
			background-color: #fff !important;
			color: #464646 !important; 
		}
		.mytheme .menu { border: 1px solid #aaa;}

		.mytheme span {height: 20px !important; color: #333; padding: 0 0 0 5px !important;}

		/************ mytheme_1 *********************/
		.mytheme_1 { 
						border				: 1px solid #aaa;
						color				: #333;
						font-size			: 11px;
						background-color	: #fff;
						background-image	: url('/js/ogb/jcombobox/round_1.gif');
		}
		.mytheme_1-hover {
			border-color: #008040; color: #aaa;
			background-image	: url('/js/ogb/jcombobox/round_1_hover.gif');
		}
		.mytheme_1 .current {
			background-color: #aaa !important;
			color: #fff !important; 
		}
		.mytheme_1 .menu { border: 1px solid #aaa;}

		.mytheme_1 span {height: 18px !important; color: #333; padding: 0 0 0 5px !important;}

		/************ mytheme_2 *********************/

		.mytheme_2 { 
						border				: 1px solid #aaa;
						color				: #333;
						font-size			: 12px;
						background-color	: #e9e9e9;
						background-image	: url('/js/ogb/jcombobox/round.gif');
		}
		.mytheme_2-hover {
			border-color: #008040; color: #aaa;
			background-image: url('/js/ogb/jcombobox/round_hover.gif');
		}
		.mytheme_2 .current {
			background-color: #fff !important;
			color: #464646 !important; 
		}
		.mytheme_2 .menu { border: 1px solid #aaa; height: 300px;}

		.mytheme_2 span {height: 20px !important; color: #333; padding: 0 0 0 5px !important;}
		
		