#issuer-profile-techanalysis-main {
	height: 600px;
	background: #eee;
	padding: 10px;
}
#issuer-profile-techanalysis-chart {
	margin-right: 120px;
}
#issuer-profile-techanalysis-chart-inner {
	padding: 10px;
	height: 580px;
}
#issuer-profile-techanalysis-controls {
	background: #f5f5f5;
	padding: 5px 10px;
	clear: both;
	margin: 5px 0 5px 0;
	box-shadow: 0 5px 5px #ccc; /* Параметры тени */
	-moz-box-shadow: 0 5px 5px #ccc; /* Для Firefox */
	-webkit-box-shadow: 0 5px 5px #ccc; /* Для Safari и Chrome */
}
#issuer-profile-techanalysis-controls .splitter {
	background: url(/i/i/lta/splitter.gif) repeat-y center;
	width: 1%;
}
#issuer-profile-techanalysis-controls .splitter2 {
	width: 1%;
	overflow: hidden;
}
#issuer-profile-techanalysis-controls .issuer-profile-techanalysis-control-title {
	color: gray;
	font-size: 80%; 
	line-height: 175%
}
#issuer-profile-techanalysis-controls SELECT.issuer-profile-techanalysis-indicator {
	width: 180px;
}
#issuer-profile-techanalysis-controls INPUT.issuer-profile-techanalysis-period {
	width: 35px;
}
#issuer-profile-techanalysis-controls .issuer-profile-techanalysis-volume {
	zoom: 1;
}
#issuer-profile-techanalysis-controls .issuer-profile-techanalysis-volume INPUT {
	float: left;
}
#issuer-profile-techanalysis-controls .issuer-profile-techanalysis-volume LABEL {
	height: 20px;
	line-height: 20px;
	float: left;
	color: #000;
	font-size: 80%; 
}
#issuer-profile-techanalysis-time {
	width: 175px;
	height: 21px;
	overflow: hidden;
	margin-top: 25px;
}
#issuer-profile-techanalysis-time-icon {
	width: 21px;
	height: 21px;
	overflow: hidden;
	float: left;
	background: url(/i/i/lta/ta-time-icon.png) no-repeat 0 0;
}
#issuer-profile-techanalysis-time-title {
	float: left;
	line-height: 21px;
	padding-left: 5px;
	font-size: 92%;
}
#issuer-profile-techanalysis-refresh {
	width: 180px;
	height: 21px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 90%;
}
#issuer-profile-techanalysis-refresh-icon {
	width: 21px;
	height: 21px;
	overflow: hidden;
	float: left;
	background: url(/i/i/lta/ta-refresh-icon.png) no-repeat 0 0;
}
#issuer-profile-techanalysis-refresh-label {
	float: left;
	line-height: 21px;
	margin: 0 5px;
}
#issuer-profile-techanalysis-refresh-title {
	float: left;
	line-height: 21px;
}
#issuer-profile-techanalysis-refresh-title SPAN {
	border-bottom: dotted 1px #000;
	cursor: pointer;
}

#issuer-profile-techanalysis-quotes {
	width: 110px;
	text-align: center;
	float: right;
}
#issuer-profile-techanalysis-quotes DT {
	margin: 10px 0 0 0;
}
#issuer-profile-techanalysis-quotes DD {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #666;
}
#issuer-profile-techanalysis-quotes DD.last {
	padding-bottom: 0;
	border-bottom-width: 0;
}

/* =new */
#issuer-profile-techanalysis-new {
	height: 600px;
	position: relative;
	z-index: 1;
}

#issuer-profile-techanalysis-simple #issuer-profile-techanalysis-new {
	height: 400px !important;
}

#issuer-profile-techanalysis-new-chart {
	height: 600px;
	position: absolute;
	z-index: 2;
}
#issuer-profile-techanalysis-new-chart.fullscreen {
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 10000;
}

#techanalysis-social-controls {
	padding: 10px 0;
	min-height: 20px;
	position: relative;
}
#techanalysis-social-controls A + A {
	margin-left: 5px;
}
#techanalysis-social-controls A.disabled {
	color: #666;
	border-color: #fff;
}
#techanalysis-social-controls-message {
	margin-left: 15px;
	border: solid 1px #000;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	margin-top: -6px;
	background: #fff;
}
#techanalysis-social-controls .ya-share2 {
	display: inline-block;
}
#techanalysis-social-controls-share-block {
	float: right;
}
#techanalysis-social-controls-share {
	border-color: #fff !important;
	padding-right: 4px;
}
#techanalysis-social-controls-share.active {
	padding-right: 0;
}
#techanalysis-social-controls-share I {
	margin-right: 5px;
}
