@charset "UTF-8";

/* CSS Information =======================
Table of Contents:
========================================*/

#info-nav {
	position: absolute;
	z-index: 100;
	width: 100%;
	background: #fff9df;
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.7);
	box-shadow: 0 -1px 10px rgba(0,0,0,.7);
}
#info-nav-btn {
	position: relative;
	padding: 8px 10px;
	border-top: 1px solid #d68e5b;
	border-bottom: 1px solid #c95b1a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47d29), color-stop(100%,#f26e1f));
	background: linear-gradient(#f47d29 0%, #f26e1f 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
}
#info-nav-btn:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.4);
	content: "";
}
#info-nav-btn:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 35px;
	height: 100%;
	border-left: 1px solid #be5c19;
	background: #df6101 url(/g/b/shared/img/module/icon_arrow_w_b_01.png) center center no-repeat;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
	content: "";
}
#info-nav-btn.open:after {
	background: #df6101 url(/g/b/shared/img/module/icon_arrow_w_t_01.png) center center no-repeat;
}
#info-nav-pane {
	padding: 8px 15px;
}

