@charset "utf-8";
/* CSS Document */

*{
	font-family: Arial, Helvetica, sans-serif
}
p#language,
#navShadow,
#footer,
ul.points li img,
#mediaPanelBottom div.right a{
	display: none;
}
#mediaPanelBottom img.left{
	float: left;
}
#mediaPanelBottom div.right{
	float: left;
}
#mediaPanelContainer{
	overflow: hidden;
	zoom: 1;
}
#mediaPanelBottom li{
	display: block;
	float: none
}

#detail a:after{
	content: " (http://www.domain.com/" attr(href) ") ";
}
#detail a[href^="/"]:after{
	content: " (http://www.domain.com" attr(href) ") ";
}
#detail a[href^="http:"]:after{
	content: " (" attr(href) ") ";
}
#detail a[href^="mailto"]:after{
	content: " (" attr(href) ") ";
}