/* To allow in IE for clearance of floats using Alsett Clearing Method */

#content, div#slideshow, div#buycd {
	zoom: 1;  /* Triggers hasLayout to make it work for IE/Win */
    display: block;  /* resets display for IE/Win */
}

#buycd {
width: 220px;
}

span.world {
	font-size: 1em;
}

/* Titles of albums on shop page not inheriting from link style */
a p.title {
	color: #D51C24;
}

a p.title:hover {
	background-color: #AED673;
}