div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
	box-sizing: content-box;
	box-shadow: 0px 0px 3px #00000020;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	background-color:white;
	width: 100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td {
	padding: 0 15px;
	width: 100%;
}

table.title-search-result td a {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	text-decoration: none;
	color:black;
	display:block;
	font-weight:500;
}

table.title-search-result tr:first-child td a {
	border-top: 0;}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#2172de;
	font-weight:600;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	color:#2172de;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	background-color: #2172de;
	/*padding-left:24px;*/
	/*padding-right:15px;*/
	transition: .2s;
}

table.title-search-result td.title-search-all a
{
	/*padding-left:4px;*/
	text-decoration:none;
	border: 0;
	color: #fff;
}

table.title-search-result tr.title-search-selected td.title-search-all
,table.title-search-result tr.title-search-selected td.title-search-all a {
	background-color: #1e67c8;}


table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.search-form .btn-small {
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	width: 24px;
	padding: 0px 10px;
	transition: .15s ease-out;
	background-color: transparent;
	background-image: url("images/glass.svg");
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .9;
}