﻿#imgOuterContent
{
	width: auto;
	height: auto;
	display:none;
	position: absolute;
}
div.arrow
{
	width:6px;
	height:11px;
	float:left;
	background-image:url("/cnstock/images/SmallChart-arrow-a.png");
	left:5px;
	top:6px;
	position:relative;
}
#imgdiv{
	width: auto;
	height: auto;
	background: white;
	border: solid 1px #a49e79;
	margin-left:10px;
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, .5);
}
div.imgbase
{
	min-width: 225px;
	min-height: 120px;
}
#imgbase
{
	margin: 5px 2px 0px 2px;
	width: 225px;
	height: 120px;
}
span.period
{
	margin: 2px 5px;
	color: #696969;
	font-size: 11px;
	cursor: pointer;
}
span.period_current
{
	color: #e60019;	
	font-weight: bold;
}
span.period:hover
{
	color: #e60019;
}
img#imgloading
{
	display: none;
	position: absolute;
}
div#etfinfo
{
	padding:3px;
	background:#e9e7e1;
	text-align:right;
	font-weight:bold;
}
div#imgdiv div#perioddiv
{
	background:#f1f3f3;
}