.chart-wrapper .round-items {
	float: right;
}
.chart-wrapper .square-items {
	float :left;
}


/*
	Styles for unordered list with Rounded nodes
 */
.round-items {
	margin-bottom: 10px;
}
.round-items li {
	display: inline;
	float: left;
}
.round-items a {
	text-align: center;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 5px;
	height: 25px;
	width: 25px;
	display: block;
	color: #404040;
	background: #ebebeb;
}
.round-items li.selected a,
.round-items a:hover {
	color: #fff;
	background: #999999;
	text-decoration: none;
}

/*
	Styles for unordered list with Sqaured nodes
 */
.square-items {
	margin-top: 2px;
}
.square-items li {
	display: inline;
	float: left;
}
.square-items a {
	/* outer border */
	border: 1px solid #8c8c8c;
	/* inner border */
	box-shadow: 0 0 0 1px #ebebeb inset;
	/* gradient */
	background: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f4f4f4), to(#e5e5e5));
	background: -webkit-linear-gradient(top,  #f4f4f4,  #e5e5e5);
	background: -moz-linear-gradient(top,  #f4f4f4,  #e5e5e5);
	background: -o-linear-gradient(top,  #f4f4f4,  #e5e5e5);
	background: -ms-linear-gradient(top,  #f4f4f4,  #e5e5e5);
	background: linear-gradient(top,  #f4f4f4,  #e5e5e5);
	
	display: block;
	font-size:11px;
	color: #404040;
	padding:3px 10px;
}
.square-items a:hover {
	text-decoration: none;
	
	/* gradient */
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to(#e4e4e4));
	background: -webkit-linear-gradient(top,  #fff,  #e4e4e4);
	background: -moz-linear-gradient(top,  #fff,  #e4e4e4);
	background: -o-linear-gradient(top,  #fff,  #e4e4e4);
	background: -ms-linear-gradient(top,  #fff,  #e4e4e4);
	background: linear-gradient(top,  #fff,  #e4e4e4);
}

/* "Pushed" effect */
.square-items a:active,
.square-items li.selected a {
	padding: 4px 10px 2px;
	/* lte IE8 */
	padding: 3px 10px\9;
}

.square-items li.selected a {
	color: #fff;
	border-color: #646464 #7e7e7e #8c8c8c #646464;
	
	/* inner shadow */
	box-shadow: inset -1px 1px 0 #6e6e6e;
	
	/* gradient */
	background: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #999999), to(#9c9c9c));
	background: -webkit-linear-gradient(top,  #999999,  #9c9c9c);
	background: -moz-linear-gradient(top,  #999999,  #9c9c9c);
	background: -o-linear-gradient(top,  #999999,  #9c9c9c);
	background: -ms-linear-gradient(top,  #999999,  #9c9c9c);
	background: linear-gradient(top,  #999999,  #9c9c9c);
	
}
/* turn shadow of first node to the opposite side */
.square-items li.selected:first-child a {
	/* inner shadow */
	box-shadow: inset 1px 1px 0 #6e6e6e;
}



/*
Uncomment when new icons will be ready
.fchart-switch-area {
	text-indent: -9999px;
	position:relative;
}
.fchart-switch-area i {
	display:block;
	position:absolute;
	top: 4px;
	left: 3px;
	width: 14px;
	height: 14px;
	background: url(/cdn/icon_switch_area.gif) left top no-repeat !important;
}


.fchart-switch-candle {
	text-indent: -9999px;
	position:relative;
}
.fchart-switch-candle i {
	display:block;
	position:absolute;
	top: 2px;
	left: 3px;
	width: 14px;
	height: 16px;
	background: url(/cdn/icon_switch_candle.gif) left top no-repeat !important;
}*/