/* -------------------------------------------------- 
	 results page
-------------------------------------------------- */
body.Listings.Small.TabsShading, body.Listings.Small.Dropdown, body.Listings.Small.NoTabs {
	background: #efefef;
}
#results {
	margin-top: 25px;
}
#results.row {
	padding: 0 5px 5px;
}
#results_main {
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	box-shadow:         0 0 2px rgba(0, 0, 0, .1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
}
@media only screen and (max-width: 767px) {
	#results_main { padding: 14px; }
}
body.TabsFlat #results_main {
	padding: 20px 8px;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
body.Dropdown #results_main, body.NoTabs #results_main {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#results_listings {
	margin-bottom: 30px;
}

/*----------- serp-banner/mobile -----------*/
#serp-banner, #serp-banner-bottom {
	margin: 0 -15px;
}
#serp-banner .text-center {
	padding: 0 0 5px;
}
#serp-banner-bottom img {
	margin: 20px 0 15px;
}
#serp-mobile-top, #serp-mobile-bottom {
	margin: 0 0 0 -12px;
}
#serp-mobile-top img {
	margin: 0 5px 10px;
}
#serp-mobile-bottom img {
	margin: 0 5px 10px;
}



/* MAIN
-----------------------------------------------*/

/*----------- title -----------*/
#results_title h1 {
	font-size: 22px;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
	#results_title h1 { margin-top: 0; }
}

/*----------- pagination -----------*/
ul.pagination {
	margin-bottom: 7px;
}
ul.pagination li.ellipses {
	color: #555;
	padding-top: 1px;
}
ul.pagination li.current a {
	border-radius: 5px;
}
ul.pagination li.current a:focus, ul.pagination li.current a:hover {
	text-decoration: none;
}



/* LISTINGS
-----------------------------------------------*/

/* business
-----------------------------------------------*/
#results_listings .business {
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 12px 5px 12px 12px;
	margin-bottom: 10px;
	border-radius: 5px;
}
body.TabsFlat #results_listings .business {
	border: 1px solid #d6d6d6;
	border-bottom-width: 2px;
	border-radius: 0;
}
@media only screen and (max-width: 767px) {
	#results_listings .business.row { margin: 0 -7px 12px; }
	#results_listings .business { padding: 10px 0; }
}

/*----------- serp-featured -----------*/
#results_listings .serp-featured {
	padding-top: 20px;
	padding-bottom: 20px;
}



/* SIDES
-----------------------------------------------*/

/*----------- map -----------*/
#search-map {
	height: 350px;
	background-color: #e8e8e8;
	border: 1px solid #d6d6d6;
	margin-bottom: 35px;
}

/*----------- serving -----------*/
#serving_listings, #serp-serving, #telco {
	padding: 0 15px;
}
@media only screen and (max-width: 767px) {
	#serving_listings, #serp-serving, #telco { padding: 0; }
}

/*----------- sticky -----------*/
.positionfixed {
	position: fixed;
	top: 0;
}
.positionabsolute {
	position: absolute;
	bottom: 30px;
}
