	ul.list_view li {
		margin-left: 10px;
		width: 95%;
		float: none;
		background-image: url('../images/search_bg.jpg');
        background-repeat: no-repeat;
        background-position: right bottom;
	}


ul.list_view .result_user {
    height: 100%;
	padding : 10px;
	margin-top: 10px;
    border: 2px solid #DDD; /* RESULT BOX BORDER SIZE AND COLOR SETTINGS */
}

ul.list_view .result_user .user_photo {
	float: left;
	margin: 0;
}

ul.list_view .pf_photo {
    float: left;
}

ul.list_view .pf_details {
float: left;
padding:0 0 0 10px;
}

ul.list_view .pf_details2 {
float: none;
padding:0 0 0 10px;
}

ul.list_view .pf_details .member_link {
	font-size: 13px;
	font-weight: bold; 
	line-height:2;
}


ul.list_view .result_user p {
    padding-top:2px;
}

#search-form ul.table_row li {
		background-image: none;
 
	}
	
#search-form ul.table_row li.last {
		background: #fff;
		border: none;
        margin:0px 0px;
        width: 100%;
        text-align:left;
        padding-bottom: 0;
	}	

ul.gallery_view {
	margin: 0;
	padding-bottom: 5px;
	text-align: center;
	width:100%;
}

	ul.gallery_view li {
	margin: 10px 5px;
	min-width: 180px;
	background-image: url('../images/search_bg_sm.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
	border: 1px solid #000;
    padding: 10px 0;
		
	}
	
@media (max-width: 767px) {	
	ul.gallery_view li {
	width: 46%;		
	}
}

@media only screen and (max-width : 480px) {
	ul.gallery_view li {
	width: 96%;		
	}
	}
	
ul.gallery_view .result_user .thumb1 {
	margin: 0;
	display: block;
}	

	ul.gallery_view li.first {
		margin-top: 0;
		margin-left: 0;
	}

	ul.gallery_view li.last {
	}

ul.gallery_view p {
	display: none;
}

/* LEFT MENU */

 

#my_searches ul.menu li {
	border: none;
	padding: 0;
}

#my_searches ul.menu li.controls {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	margin-top: 5px;
}

