@import "http://clarisonic.co.uk/css/ph2_normalize.css";
@import "http://clarisonic.co.uk/css/ph2_typography.css";

img {
	display: block;
}

/* insert href values within parenthesis after a elements */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-style: italic;
}

/* for relative links (those that begin /yaddi/yaddi/yaddi) insert the sitename before the beginning slash to make a full url */
/* use of regular expression-esque syntax (such as href^="/") is supported in css3 and higher only */
a[href^="/"]:after {
	content: " (http://www.clarisonic.com" attr(href) ") ";
}

#header,
#sidebar,
#pre-footer,
.footer
{
	display: none;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
dt,
dd,
img,
input,
select,
button,
label
{
	margin-bottom: .5em;
}

input,
select,
button,
label
{
	display: block;
}