/* icons font-face */
/* reset */
ul.ft-menu * {
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	text-align: left;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
	text-transform: uppercase;

}


ul.ft-menu {
	margin-top: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width: 210px;
}

ul.ft-menu > li.ft-field {
	width: 245px;
	text-align:right;
	height:20px;
	line-height:20px;
	color:#999;
	display: block;
	*zoom: 1;
	position: fissa !important;
	background-color: #FFF;
	background-image: none;
	float:left;
	clear:none;
	margin-top:30px;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:thin;
}

ul.ft-menu > li.ft-field > span.ft-label { 
    cursor: pointer; 
}
ul.ft-menu > li.ft-field > span.ft-label:after { 
    font-size: 80%; 
    content: " \25bc"; 
	padding-right:5px;
}
ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after { 
    content: " \25b2";
	padding-right:5px;
}

ul.ft-menu > li.ft-field > div.ft-panel { 
	position: absolute; 
	min-width: 200px; 
	border: 5px solid #333333;
	border: 5px solid rgba(0, 0, 0, 0.3);
	top: 100%;
	margin-top: 15px;
	left: 50%;
	margin-left: -105px;
	z-index: 9999;
}
ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
}
ul.ft-menu > li.ft-field > div.ft-panel:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.3);
	top: -15px;
	margin-left: -10px;
}
ul.ft-menu > li.ft-field > div.ft-panel:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #F5F3EE;
	top: -8px;
	margin-left: -8px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	padding: 10px 10px 0 10px;
	background: #F5F3EE;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 10px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	margin: 1px;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	color: white;
	background-color:#333
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	content: " \00D7";
	color: white;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	padding: 10px;
	background: #F5F3EE;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input { 
	outline: none;
	display: block;
	width: 170px;
	padding: 4px 4px 4px 4px;
	color: gray;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 240px !important; 
	border-top: 1px solid #33373D;
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
    font-size: 11px;
	display: block;
	border-bottom: 1px solid #33373D;
	display: block;
	color: #666;
	padding: 8px 35px 8px 15px;
	cursor: pointer;
	background: #FFFFFF;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
	content: attr(data-count);
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	padding: 3px 6px;
	color: #FFFFFF;
	background-color:#999
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight { 
	border-bottom: 1px solid #103C56;
	color:#FFF;
	background-color: #B32A31;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
	background-color: #000000;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background-color: #000000;
}

ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 10px;
	padding: 10px 15px;
	color: white;
	background: #555555;
}

/* REQUIRED! */
.ft-hidden { display: none !important; }


/* Custom webkit scrollbars */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    background: #DDD;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    background: #EEE;
}

#placeholder  {
	display: block;
	float:left;
	clear:none;
	width:235px;
	}
