.title-search-result{
	background: #fff;
	border-radius: 0 0 5px 5px;
}
.title-search-result{
    box-shadow: 0 5px 5px #ccc
}
.title-search-result table{
	width: 100%;
}
.title-search-result td{
	width: 100%;
}
.title-search-result tr{
	display: block;
	padding: 10px 0 0 0;
}
.title-search-item{
	border-bottom: 1px #b2b2b2 solid;
	height: 80px;
	padding: 5px 0 !important;
}
.title-search-item a{
	color: #b20c0c;
	font-size: 13px;
}
.title-search-item a:hover{
	color: #b20c0c;
	border-color: #b20c0c; 
}
.title-search-item-image{
	text-align: center;
    float: left !important;
    width: 65px;
    padding: 5px 8px;
    border: 1px solid #edebeb;
    background: #ffffff;
    margin-right: 12px;
}
.title-search-item-text{
	width: 250px;
	float: left;
}    
.title-search-item-image img{
	max-width: 50px;
	max-height: 60px !important;
	margin: 0 auto;
}
.title-search-button{
	color: #fff;
	text-decoration: none;
	padding: 10px 40px;
	border: 1px solid #b20c0c;
	border-radius: 8px;
	display: inline-block;
	background: #b20c0c;
}
.title-search-button:hover{
	text-decoration: none;
	border-color: #b20c0c;
	background: #fff;
	color: #b20c0c;
}