/* changes and additions for external window */

#page_wrapper {
	width: auto;
	background-color: #fff;
	margin: 0;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	height: 75px;
	width: 100%;
	background-color: #e4bbfd;
	z-index: 3;
}

#left {
	position: fixed;
	left: 0;
	top: 75px;
	width: 136px;
	height: 100%;
	background-image: url('../images/ext_win/left_bg.png');
	background-repeat: repeat-y;
	z-index: 3;
}

#content {
	margin: 134px 0 24px 158px;
	width: 412px;
}

#search_form_wrapper {
	top: 75px;
	left: 146px;
	padding-top: 10px;
	margin: 0;
}

#ad_wrapper {
	top: 85px;
	left: 594px;
	margin: 0;
}

#fader_top {
	top: 130px;
	left: 146px;
	background-image: url('../images/fader_top.png');
	background-repeat: repeat-x;
	z-index: 1;
}
