/* Define the space for the popout. */#popout {	margin: 0;	padding: 0;	position: absolute;	top: 410px;	left: 0;	width: 320px;	height: 350px;	z-index: 100;	overflow: hidden; 	/* Allows us to hide the ad with a negative margin. */ }/* Basic formatting within the ad space. */#popout a, #popout a img {	text-decoration: none;	border: 0;	outline: 0; }#popout a span {	display: none; }/* Formatting the "Cap" - the part the user click to open the ad. */#popout #cap {	width: 42px;	height: 44px;	position: relative;	left: 0;	z-index: 102; }/* Formatting the close button. */#popout a#close {	position: absolute;	background: url(transparent.gif);	top: 0;	left: 250px;	height: 20px;	width: 60px; }/* Formatting the ad itself. */#popout #adbox { background-image: url(/images/pub-minimoys.png); background-repeat: no-repeat; background-position: right 0; position: absolute; top: 10px; left: 0; width: 300px; height: 330px; margin-left: -300px; z-index: 101; }#ad { display: block; }/**/div.newsItem { color: #e6e6e6; font-size: small; position: relative; top: 0; left: -10px; z-index: 1000; margin-top: 20px; margin-right: 20px; margin-left: 50px; }div.newsItem h4 { color: #fff; font-size: 1.05em; margin: 0 0 20px !important; padding: 0 !important; }/**/ul#news li a { color: #fff; font-size: small; line-height: 2; margin-left: 10px; }div#newsItem h4 a:link, div#newsItem h4 a:visited { color: #fff !important; }div#newsItem a:link, div#newsItem a:visited { color: #fff !important; }div#newsItem h4 a:hover, div#newsItem h4 a:focus { color: #fff !important; text-decoration: none !important; }div#newsItem a { }a#lienpub { position: absolute; top: 5px; left: -30px; width: 290px; height: 300px; cursor: pointer; display: block; }a#lienpub span { display: none; }