@charset "utf-8";
/* CSS Document */
/* Formatting for the page. Not popout-related. */
/*body {
	font: small/1.3 Arial, Helvetica, sans-serif;
	background-color: #fff; }*/
/*#wrap {
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	border: 10px solid #fff;
	background-color: #f2f2f2; }*/
	
/* Define the space for the popout. */
#popout {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 859px;
	top: 0px;
	width: 320px;
	height: 238px;
	z-index: 100;
	overflow: hidden;
	clip: auto;
	/* 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: 20px;
	height: 238px;
	background-color: transparent;
	position: relative;
	left: 0;
	z-index: 102; }

/* Formatting the close button. */
#popout a#close {
	position: absolute;
	background: transparent url(transparent.gif);
	top: 0;
	left: 220px;
	height: 20px;
	width: 60px; }


/* Formatting the ad itself. */
#popout #adbox {
	position: absolute;
	top: 10px;	
	left: 20px;
	margin-left: -300px;
	z-index: 101; }
