div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
	width: 625px !important;
	box-shadow: 0 2px 15px -3px #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

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

table.title-search-result tr {border-bottom: 1px solid #f1f1f1;}
table.title-search-result tr:last-child {border-bottom: 0;}

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

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

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

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

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

table.title-search-result td.title-search-item:hover {
	background: #f1f1f1;
}

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:hover {box-shadow: inset 0 3px 15px -6px #000;}
table.title-search-result td.title-search-all {
	background: #FF2F1A;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF4F2A ), color-stop(100%,#FF2F1A));
	background: -webkit-linear-gradient(top, #FF4F2A 0%,#FF2F1A 100%);
	background: -moz-linear-gradient(top, #FF4F2A 0%,#FF2F1A 100%);
	background: -ms-linear-gradient(top, #FF4F2A 0%,#FF2F1A 100%);
	background: -o-linear-gradient(top, #FF4F2A 0%,#FF2F1A 100%);
	background: linear-gradient(to bottom, #FF4F2A 0%,#FF2F1A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F2A ', endColorstr='#FF2F1A',GradientType=0 );
}

table.title-search-result td.title-search-all a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 20px;
	text-shadow: 0 1px 1px #000;
}

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

@media screen and (max-width: 768px) {
	div.title-search-result {
		left: 0 !important;
		width: 100% !important;
	}
}