.title-search-result .nano {
	width: 465px;
	height: 250px;
	margin-top: 0;
	background: #fff;
}

.rightfade {
	width: 72px;
	height: 100%;
	position:absolute;
	top: 0;
	right:0;
	background: url(../../../../images/fader.png) repeat-y;
	z-index: 1;
	background-position: right !important;
	pointer-events: none;
}

.title-search-result .nano > .pane {
	right: 6px;
	z-index: 5;
}

div.title-search-result {
	display:none;
	z-index:205;
	width: 465px !important;
	padding: 8px;
	box-shadow: 0 2px 2px rgba(0, 64, 128, .25), 0 1px 0 0 #D3EBF8 inset;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUxNiAzNDkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3OTNjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3YzFlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNTE2IiBoZWlnaHQ9IjM0OSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #3793C1 0%, #77C1E9 100%);
	background-image: -o-linear-gradient(90deg, #3793C1 0%, #77C1E9 100%);
	background-image: -webkit-linear-gradient(90deg, #3793C1 0%, #77C1E9 100%);
	background-image: linear-gradient(90deg, #3793C1 0%, #77C1E9 100%);
	border-radius: 4px;
	behavior: url(PIE.htc);
	position:fixed;
	top: 0;
	left: 0;
	
}

.no-cssgradients div.title-search-result {
	zoom: 1;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 465px;
	overflow: hidden;
	table-layout: fixed;
}

table.title-search-result th {
	display:none;
	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;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

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

table.title-search-result td.title-search-item a {
	padding-left:4px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display: block;
	white-space: normal;
}

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

table.title-search-result td.title-search-item b {
	color:#cf0000;
	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:#c5e4f3;
}

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 {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

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;
}