div.title-search-result {
	border:1px solid rgba(211, 199, 194, 0.5);
	display:none;
	overflow:hidden;
	z-index:205;
	background: #fff;
	padding: 6px;
	border-radius: 10px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

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

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

table.title-search-result td.title-search-item {
	padding-left:20px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:0;
	padding-right:15px;
	text-decoration: none;
	color:#616161;
	vertical-align:top;
	display:block;
}

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

table.title-search-result td.title-search-item b {
	color:#c3b4ae;
	font-weight:normal;
}

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
{
	background-color:#fde9e9;
}

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

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

table.title-search-result td.title-search-all {
	padding-left:20px;
	padding-right:15px;

}
table.title-search-result td.title-search-all a {
	padding-left:0;
	text-decoration:none;
	color:#664b5a;
	font-size:14px;
}

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

div.title-search-fader {
	display:none !important;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}


table.title-search-result th {
	display: none;
}
table.title-search-result td.title-search-item img {
	display: none;
}


/* arrow */
.title-search-item,
.title-search-all {
	position: relative;
}
.title-search-item:before,
.title-search-all:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	top: 10px;
	left: 6px;
	transform: rotate(-45deg);
	background-color: #616161;
}
.title-search-item:after,
.title-search-all:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	top: 7px;
	left: 6px;
	transform: rotate(45deg);
	background-color: #616161;
}