@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
}
.designersearch,
.paging,
#header,
#footer,
.cufon canvas,
object,
.panel_designer_search,
.panel_videos,
.page_tools,
a.top,
.jump_to,
.banners {
	display:none;
}
img {
	border:none;
}
/* appends URL location to all links */
a[href]:after {
	content:" - " attr(href) " ";
}
/* appends URL and domain of current website to all links with no set domain */
a[href^="/"]:after {
	content:" - http://www.domain.com" attr(href) " ";
}
/* stops email address being appended to mailto links */
a[href^="mailto:"]:after {
	content:"";
}
/* stops URL being appended to hashed links. */
a[href^="#"]:after {
	content:"";
}
a[href^="#"] {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

