﻿.konan-autocomplete {
	z-index: 5 !important;
	background-color: #fff;
	border: 1px solid #888d95;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.konan-autocomplete-input + .ui-icon { 	
	z-index: 3;
	position: absolute;
}
.konan-autocomplete .ui-menu {
	border: none;
	padding: 5px 0;
	max-height:300px;
	overflow-y:auto;
}
.konan-autocomplete .ui-menu .ui-menu-item a {
	color: #626262;
}
.konan-autocomplete .ui-menu .ui-menu-item a:link {
	color: #000;
}
.konan-autocomplete .ui-menu .ui-menu-item a strong {
	color: #eb6100;
}
.konan-autocomplete .ui-menu .ui-menu-item a.ui-state-focus, .konan-autocomplete .ui-menu .ui-menu-item a.ui-state-active, .konan-autocomplete .ui-menu .ui-menu-item.ui-state-focus {
	margin: 0; 
	border: none;
	background: #eff6fa;
}
.konan-autocomplete-header, .konan-autocomplete-footer, .konan-box-msg {
	font-size: .83em;
	color: #959595;
	padding: 3px 5px;
}
.konan-autocomplete-header {
	margin-top: 10px;
}
.konan-autocomplete-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	height: 2em;
}
.konan-autocomplete-footer a{ cursor:pointer;}
.konan-autocomplete-footer span.pull-left{float:left;}
.konan-autocomplete-footer span.pull-right{float:right;}
.konan-autocomplete-footer::after{content:' ' ; display:block; clear:both;}
.box-content ol li .new { 
	overflow: hidden; 
	background-position: 0 7px; 
	text-indent: -900px; 
}
.box-content ol li .arrow-up { 
	background-position: -40px 5px; 
	*background-position:-40px 6px;
}
.box-content ol li .arrow-down { 
	background-position: -80px 5px;
	*background-position:-80px 6px;
}
.box-content ol li .equal {
	background-position: -119px 8px;
}
.box-content ol li .new, .box-content ol li .arrow-up, .box-content ol li .arrow-down, 
.box-content ol li .equal {
	display: block;
	float: none !important;
	position: absolute;
	top: 5px;
	right: 2px;
	width: 33px;
	height: 14px !important;
	margin: 0 !important;
	background-image: url("images/sp_ico_rank.gif");
	background-repeat: no-repeat;
	font-family: tahoma,geneva,sans-serif;
	font-size: .917em;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
}
.box-content ol li {
	list-style-type: none;
	position: relative;
	min-height: 18px;
	_height: 18px;
	padding: 2px 0;
	vertical-align: top;
	zoom: 1;
}
.box-content ol li a {
	display: inline-block;
	font-size: .917em;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
}
.box-content ol li em {
	position: relative;
	top: -1px;
	font-family: tahoma !important;
	font-size: 11px !important;
	font-style: normal;
	color: #444;
	letter-spacing: -1px;
}
.box-content ol li .rank {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0 1px;
	border: 1px solid #eaeaea;
	background: #fff;
	color: #eaeaea;
	text-align: center;
	vertical-align: top;
}
.box {
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.box .box-header {
	font-weight: bold;
	padding: 10px 15px;
	*zoom: 1;
}
.box .box-header:before, .box .box-header:after {
	display: table;
	content: "";
	line-height: 0;
}
.box .box-header:after {
	clear: both;
}
.box .box-header .title {
	float: left;
	color: #3c3c3c;
}
.box .box-header .actions {
	margin-top: -3px;
	float: right;
}
.box .box-header .actions .ui-icon, .box .box-content ol li .ui-icon {
	opacity: .5;
	position: absolute;
	top: 5px;
	right: 10px;
}
.box.box-collapsed .box-content {
	display: none;
}
.box .box-content {
    padding-top: 5px;
    background: white;
    display: block;
}
.box .box-content ol {
	padding: 0;
	margin: 0 0 10px 10px;
}
