div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	width: 961px !important;
}

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

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

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;
	padding-right:15px;
	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:#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:#fff2be;
}

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

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

.uk-search-default {
	width: 100%;
}

.uk-search-default .uk-search-input {
	height: 50px;
	padding-left: 20px;
	border-color: #ecf2fa;
	background: #ecf2fa;
	border-radius: 2px;
	transition: all .3s;
}

.uk-search-default .uk-search-input:focus {
	border-color: #ecf2fa;
	background: #ecf2fa;
}

.uk-search .uk-search-icon {
	color: #55BCC8;
	transition: all .3s;
}

.searchHistory {
	margin-top: 15px;
	font-size: 14px;
}

.searchHistory a {
	display: inline-block;
	color: #333333;
	border-bottom: 1px solid #333333;
	transition: all .3s;
	margin-right: 15px;
	margin-bottom: 10px;
}

.searchHistory .uk-button {
	color: #55BCC8;
}

.resetHeaderSearch {
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
	color: #55BCC8;
	transition: all .3s;
}

.headerSearchDelimeter {
	width: 1px;
    height: 20px;
    position: absolute;
    background: #55BCC8;
    right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.uk-search-default .uk-search-input:hover {
		border-color: #55BCC8;
	}

	.uk-search .uk-search-icon:hover {
		color: #42E6F9;
	}

	.searchHistory a:hover {
		color: #55BCC8;
		text-decoration: none;
		border-bottom-color: #55BCC8;
	}
	.resetHeaderSearch:hover {
		color: #42E6F9;
	}
}

@media (max-width: 1200px) {
	div.title-search-result {
		width: 721px !important;
	}
}