table.title-search-result tr {
	border: none;
}
div.title-search-result {
	border:1px solid #e6e6e6;
	display:none;
	overflow:hidden;
	z-index:511;
	border-radius: 10px;
	font-family: "Futura"; 
	min-width: 400px;
	max-width: 100%;
}

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

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

table.title-search-result td {
	background-color:#fff;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	white-space:normal;
	min-width: 240px;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
	border-bottom:1px solid #e6e6e6;
}

table.title-search-result td.title-search-item a {
	line-height: 18px;
	padding: 6px 15px 6px 10px;
	vertical-align:top;
	color:#4b4b4b;
	display:block;
}

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

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

table.title-search-result td.title-search-more {
	font-size:14px;
}

table.title-search-result td.title-search-more a {
	padding: 5px 20px 5px 15px;
	text-decoration:none;
	color:#4b4b4b;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:25px;
	text-align: right;
}

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

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;
	height: 15px;
	line-height: 15px;
}

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

div.title-search-result table th {
	line-height: 30px;
}
p.title-search-preview {
	font-size:12px;
	line-height: 14px;
	color: #4b4b4b;
}
div.title-search-result td.title-search-item .title-search-price {
	font-size: 14px;
	color:#888;
}
div.title-search-result td.title-search-item .title-search-price span {
	font-size: 15px;
	color:#4b4b4b;
	font-weight: 500;
}

div.title-search-result td.title-search-price {
	font-size: 14px;
	color:#888;
}
div.title-search-result td.title-search-price span {
	font-size: 16px;
	color:#4b4b4b;
	font-weight: 600;
}

@media all and (max-width: 767px) {
	div.title-search-result {
		left: 0px !important;
		width: 100% !important;
		min-width: 0;
		border-radius: 0;
		margin-top: 15px;
	}
	table.title-search-result td {
		padding-bottom: 
	}
	div.title-search-result table th {
		line-height: 30px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
}