body {
    text-align:left; /* Hack for IE */
}

a:after
{
	content: " (" attr(href) ") ";
}

a[href^="/"]:after
{
  content: " (http://www.serato.com" attr(href) ") ";
}

a[name^=""]:after,
a[href^="/images/"]:after,
a[href^="/sharedimages/"]:after
{
  content: "";
}

.box{
	width: 650px;
	border: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.box.performance,
.box.production,
.box.label,
.box.personal,
.box.serato { background-color: #fff; }
.box > h1 {
    display:none;
}
.box.performance > h1,
.box.production > h1,
.box.label > h1,
.box.personal > h1,
.box.serato > h1 { background-color: #fff; }

.article_footer{
	display:none;
}

.article{
	margin-left:0px;
}

.article .article_body,
.article .article_footer{
	margin:0px;
	width:600px;
}

.imgbox .topright {
    background-image: none;
}
.imgbox .bottomleft {
    background-image: none;
}
