/*  
* 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;
	float: left;
	clear:left;
	white-space: nowrap; /*border: 1px solid #a8a8a8; background-color: #eaeaea;*/
	}
.jcombox {
	 /*width: auto;height: 70px;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../images/arrow.gif');
	}
.jcombox-m { overflow: auto;  overflow-x: hidden; } 
.jcombox a, .jcombox-m a {
	outline: 0px;	
	display: block; /*color: #3c3c3c;*/
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	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 { border: 1px solid #f0e8d8; background: #f0e8d8 /*url('../../../../images/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 8px; }

.jcombox-m div { overflow: hidden; /*border-top: 0px;*/ }
.jcombox div { background: #fff; display: none; margin-left:1px; position: absolute !important;/* border: 1px solid #808080;*/ z-index: 99 !important; background-color: #f8f0d9; overflow: auto; overflow-x: hidden; /*border-top: 0px;*/ }
.jcombox-m .current { font-weight: bold; }

/**********************End******************************/




/*******jCombox Themes: 'default' *******/
.default { 
	border: 1px solid #2f4f4f /*grey #808080*/;
	color: #2f4f4f;
	font-size	: 13px;
	font-weight	: bold;
	background-color	: #2f4f4f /*grey #778489*/ /*a58d6b*/;
}
.default .menu { border: 1px solid #4e3c39; }
.default-hover { border-color: #808080; }
.default .current { background-color: #919191 !important; color: #fff !important; }
