/* IE IGNORES THE FOLLOWING */
td.item, td.photo {
	width: 230px;
}
*:first-child+html td.item, *:first-child+html td.photo {
	width: 270px;
}
div.listitem{
	width: 230px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 20px;
}
div.more {
	background: url(images/more.png) bottom right no-repeat;
}
div.more:hover {
	background: url(images/more_hover.png) bottom right no-repeat;
}
div.less {
	background: url(images/less.png) bottom left no-repeat;
}
div.less:hover {
	background: url(images/less_hover.png) bottom left no-repeat;
}
div.bestelbestel {
	height: 25px;
	width: auto;
	background: url(images/order.png) bottom right no-repeat;
}
div.bestelbestel:hover {
	background: url(images/order_r.png) bottom right no-repeat;
}
div.moremoremore {
	height: 25px;
	width: auto;
	background: url(images/moremoremore.png) bottom right no-repeat;
}
div.moremoremore:hover {
	background: url(images/moremoremore_hover.png) bottom right no-repeat;
}
div.lesslessless {
	background: url(images/lesslessless.png) bottom right no-repeat;
}
div.lesslessless:hover {
	background: url(images/lesslessless_hover.png) bottom right no-repeat;
}
div.sendsendsend {
	background: url(images/sendsendsend.png) bottom right no-repeat;
}
div.sendsendsend:hover {
	background: url(images/sendsendsend_hover.png) bottom right no-repeat;
}
div.sendsendsend2 {
	background: url(images/sendsendsend.png) bottom left no-repeat;
}
div.sendsendsend2:hover {
	background: url(images/sendsendsend_hover.png) bottom left no-repeat;
}
div.overlay_top {
	background: url(images/overlay_top.png) top left repeat-x; 
}
div.overlay_bottom {
	background: url(images/overlay_bottom.png) bottom left repeat-x; 
}
div.overlay_left {
	background: url(images/overlay_left.png) top left repeat-y; 
}
div.overlay_right {
	background: url(images/overlay_right.png) top right repeat-y; 
}
div.news_header {
	background: url(images/news.png) top left no-repeat;
}
div.contact_header:hover {
	background: url(images/contact_r.png) top left no-repeat;
}
div.contact_header {
	background: url(images/contact.png) top left no-repeat;
}
div.biography_header:hover {
	background: url(images/biography_r.png) top left no-repeat;
}
div.biography_header {
	background: url(images/biography.png) top left no-repeat;
}
div.agenda_header {
	background: url(images/agenda.png) top left no-repeat;
}
div.media_header {
	background: url(images/media.png) top left no-repeat;
}
div.discography_header {
	background: url(images/discography.png) top left no-repeat;
}
div.my_chop_header:hover {
	background: url(images/newsletter_r.png) top left no-repeat;
}
div.my_chop_header {
	background: url(images/newsletter.png) top left no-repeat;
}
div.chopshop_header {
	background: url(images/chopshop.png) top left no-repeat;
}

