div.title-search-result2 {
	display:none;
	max-height:500px;
	z-index:1000;
	top:59px;
	background:white;
}
div.category__search2 {
	margin:auto;
	padding:5px;
}
.header__fast__search2 {
	font-size:22px;
	color:#0747a6;
	font-weight:600;
}
div.category__search2 > a {
	padding:5px 0;
	color:darkgray;
}
div.category__search2 > a > b {
	color:darkgray;
	font-weight:bold;
}


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

.catalog__link2:hover {
	background-color:#f2f5ff;
}

table.title-search-result2 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-result2 td {
	background-color:white;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}
table.title-search-result2 td.title-search-all:hover {
	background-color:white;
}

table.title-search-result2 td.title-search-item2 {
	padding-left:20px;
	padding-right:15px;
	padding-bottom:20px;
}

table.title-search-result2 td.title-search-item2 a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
	white-space:normal;
	color:#1a5bf0;
	font-size:16px;
	font-weight:600;
}

.title-search-item2 > a > .link__text2 {
	max-height:34px;
	overflow:hidden;
	color:#0034ac;
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:17px;
}

table.title-search-result2 td.title-search-item2 img {
	vertical-align:top;
	margin-right:10px;
	margin-bottom:30px;
}

table.title-search-result2 td.title-search-item2 b {
	color:#002f9c;
	font-weight:600;
}

table.title-search-result2 tr.title-search-selected td
,table.title-search-result2 tr.title-search-selected a
,table.title-search-result2 tr.title-search-selected td.title-search-more a
{
	background-color:#f2f5ff;
}

table.title-search-result2 td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result2 td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result2 td.title-search-all {
	border-top:1px solid white;
	text-align:center;
	padding:20px 15px 10px 0;
}

table.title-search-result2 td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:black;
	background-color:lightgray;
	width:350px;
	margin-left:200px;
}

table.title-search-result2 td.title-search-separator
, table.title-search-result2 th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

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

p.title-search-preview2 {
	font-weight:normal;
	font-size:12px;
	margin:0;
	color:darkgray;
}
div.title-search-result2 td.title-search-price span {
	font-size:26px;
}
.for_mobile {
	display:block;
}
@media (max-width:400px) {
	table.title-search-result2 td.title-search-item2 img {
		display:none;
	}
}