@charset "utf-8";
/* CSS Document */

/*------------------ Pop out ------------------*/

*:focus {
	outline:none;
}
.div_brandBar {
	width:8px;
	.width:0px;
	height:100%;
	background-color:#000;
	z-index: 100;
}
.div_brandBar img {
	border: none;
}

* html .div_brandBar { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#foo > .div_brandBar { position: fixed; top: 0px; right: 0px; } 

.div_brandBarHandle {
	width:48px;
	margin-left:-48px;
	top:100px;
	position:absolute;
}
#div_brandBarContent {
	width: 455px;
	display: block;
	margin-left:-455px;
	top:99px;
	position:absolute;
	float: right;
	z-index: 1000;
}
.div_ExpandedHandle {
	float: left;
	width: 48px;
	border:none;
	margin-left:4px;
	-margin-left:2px;
}
.div_brandBarInner {
	width: 403px;
	height: 612px;
	float: right;
}
.div_brandBarInner .clear {
	clear: both;
}
a.close,
a.close:visited {
	position:absolute;
	top:0;
	right:0;
	background:url(../images/btn-close.jpg) no-repeat 0 0;
	height:29px;
	width:73px;
}
a.close:hover {
	background-position:0 -29px;
}