.tag-index-overlay-container {
	border: 1px solid #E6D6C3;
	border-top: 0;
	background-color: #F5E4CF;
	padding: 16px;
	margin: 1px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow:    inset 0 -5px 15px 0px #E6D6C3;
	-webkit-box-shadow: inset 0 -5px 15px 0px #E6D6C3;
	box-shadow:         inset 0 -5px 15px 0px #E6D6C3;
	position: absolute;
	z-index: 1150;
	width: 939px;
}
.tag-index-overlay-container .tag-item a {
	color: black;
	display: block;
	float: left;
	width: 145px;
	padding: 2px 10px 2px 0;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tag-index-overlay-container .tag-item a:hover {
	color: #2E6E9E;
}
.tag-index-overlay-container .tabbed-content-menu {
	overflow: auto;
	padding: 12px 0 10px;
}
.tag-index-overlay-container .tabbed-content-menu a.close-icon {
	position: absolute;
	right: 12px;
	top: 12px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(/wp-content/themes/wrapper-alphaville/img/btn-close.png) no-repeat 50% 50%;
}
.tag-index-overlay-container hr {
	margin: 0 0 10px 0;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #E5D6C4;
	border-bottom-color: #F9EFE2;
	height: 0;
}
.tag-index-overlay-container .tabbed-content .tab {
	display: block;
	float: left;
	padding: 2px 10px;
	text-shadow: 1px 1px 1px white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	color: #2E6E9E;
}
.tag-index-overlay-container .tabbed-content .active-tab {
	background: #A7A59B;
	color: white;
	text-shadow: 1px 1px 1px #333;
	border: 1px solid #F8EEE0;
	border-radius: 5px;
	 -moz-border-radius: 5px;
}
.tag-index-overlay-container .tabbed-content-panel {
	display: none;
}
.tag-index-overlay-container .active-panel {
	display: block;
}
.tag-index-overlay-menu-item a span {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(/wp-content/themes/wrapper-alphaville/img/show-more.png) 90% -53px no-repeat;
	margin-left: -5px;
	margin-bottom: -5px;
}
.tag-index-overlay-menu-item-active a span {
	background-position: 50% -16px;
}
.tag-index-overlay-menu-item-active {
	border: 1px solid #E6D6C3;
	border-right: 1px solid #72726F;
	border-bottom: 1px solid #F5E4CF;
	margin-bottom: -2px !important;
	margin-right: -2px !important;
	background-color: #F5E4CF;
	-moz-box-shadow: inset 0 5px 15px 0px #E6D6C3;
	-webkit-box-shadow: inset 0 5px 15px 0px #E6D6C3;
	box-shadow: inset inset 0 5px 15px 0px #E6D6C3;
}
li.tag-index-overlay-menu-item-active a {
	color: #333 !important;
	text-shadow: 1px 1px 1px white !important;
}
li.tag-index-overlay-menu-item-active + li a {
	background: none !important;
}





