/* Bar */

.ctx-bar {
	background-color: #ffaa3c;
	position: relative;
	padding-left: 0px;
	color: cornsilk;
	
	-webkit-box-shadow: #c2c2c2 -1px 2px 2px;
	-moz-box-shadow: #c2c2c2 -1px 0px 7px;
	box-shadow: #c2c2c2 -1px 2px 2px;
}

.ctx-bar::after {
	top: 0px;
	right: -25px;
	position: absolute;
	content: '';
	height: 41px;
	width: 26px;
	background-image: url(/res/img/store/component/store-ctx-bar-tail.png);
	background-repeat: no-repeat;
}

.ctx-bar > .wrapper {
	height: 39px;
}

/* Bar end */