div.title-search-result {
	display:none;
-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
	z-index:205;
}

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:2px;
	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:black;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}


table.title-search-result td.title-search-item a {
text-decoration: none;
    vertical-align: top;
    display: block;
    padding: 10px 24px;
    clear: both;
    font-weight: 400;
    color: #333333;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	font-weight:normal;
}

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;
}

table.title-search-result td.title-search-more a:hover {color:#ff803c;} 


table.title-search-result td.title-search-all a {
padding: 10px 24px 24px;
    clear: both;
    display: block;
		text-decoration:none;
}

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;
}