/**
 * print.css
 *
 * Nicely styled printed listings
 */

div.language_control {
	display: none;
}

ul.user_nav {
	display: none;
}

div.inside_strap_nav {
	display: none;
}

div.site_logo {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

div.site_logo a img {
	border: none;
}

h2.popup_title {
	display: none;
}

h2 span {
	display: none;
}

ul.listing_actions {
	display: none;
}

div.description,
#business_extras,
#mod_browse_menu,
.footer_section h3,
.footer_section ul.page_list {
	display: none;
}

.footer_section a,
.footer_section img
{
	border: none;
}

div.vcard {
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #000;
}

p.show_full {
	display: none;
}

div#ohbd_map {
	display: none;
}

div#page_footer {
	text-align: center;
	margin-top: 5px;
	border-top: 1px solid #ddd;
}

div.footer_section p {
	float: left;
	margin-right: 10px;
}
