		/*  
		* 		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 5px 5px; float: left; clear:left; white-space: nowrap; }
		.jcombox { /*width: 100px; height: 70px;*/  background-repeat: no-repeat; background-position: 232px center; background-image: url('../../images/pc/mk_search_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 #FFF; /*border-right-color: #fff;*/ /*background: #fff url('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 10px; }
		
		.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-x: hidden; /*border-top: 0px;*/ }
		.jcombox-m .current { font-weight: bold; }
		
		/**********************End******************************/
		
		
		
		
		/*******jCombox Themes: 'default' *******/
		.default { 
			border				: 1px solid #d1d1d1;
			color					: #333;
			font-size			: 100%;
			font-weight			: normal;
			background-color	: #FFFFFF;
		}
		.default .menu { border: 1px solid #d1d1d1; }
		.default-hover { border-color: #d1d1d1; }
		.default .current { background-color: #919191 !important; color: #fff !important; }	
		
