.divDetailsContainer
{
	width: 100%;
	overflow: hidden;
	margin: 16px 0px 8px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #B6B6B2;
}

.divSharesBlock
{
	width: 100%;
	overflow: hidden;
}

.divSharesBlock div
{
	float: left;
	width: 32%;
}

.divSharesBlock img
{
	margin: 0px 4px 0px 0px;
}

.divDetailsContainer div.whole
{
	width: 100%;
	clear: both;
	margin-bottom: 16px;
}

.divDetailsContainer div.left
{
	float: left;
	clear: left;/*starts a new line*/
	width: 49%;
	margin-bottom: 16px;
}

.divDetailsContainer div.right
{
	float: right;
	width: 49%;
	margin-bottom: 16px;
}

.divDetailsContainer div.breakline
{
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}

#divTopGuide
{
	text-align: justify;
	font-size: 12px;
	font-family: Tahoma;
	margin: 0px 0px 8px 0px;
	padding: 8px 8px;
	border: 2px solid #CCCCCC;
}

#divLeftTreeTitle
{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#divLeftTree
{
	width: 100%;
	margin: 0px 0px 24px 0px;
	padding: 16px 0px 0px 0px;
	border-left: 2px solid #F0F0EE;
	border-top: 2px solid #F0F0EE;
}

#divLeftTreeBranch
{
	position: relative;
	width: 100%;
	height: 24px;
	clear: both;
}

#divLeftTreePad
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	border-bottom: 2px solid #F0F0EE;
}

#divLeftTreeItem
{
	position: absolute;
	top: 0px;
	left: 12px;
	font-weight: normal;
	font-size: 12px;
}

#divLeftTreeItem a, #divLeftTreeItem a:active, #divLeftTreeItem a:visited
{
	color: #5F5F5E;
	text-decoration: none;
	font-weight: bold;
}

#divLeftTreeItem a:hover
{
	text-decoration: underline;
}

#divGalleryLine
{
	width: 99%;
	margin: 0px auto 0px auto;
	padding: 16px 8px;
	clear: both;
}

#divGalleryLineMainTop
{
	clear: both;
}

#divGalleryLineMainBottom
{
	clear: both;
	margin: 16px 0px 0px 0px;
}

.tableGalleryLineImage
{
	width: 150px;
	text-align: center;
	vertical-align: center;
}

.tableGalleryLineMain
{
	vertical-align: top;
	margin: 0px 0px;
	padding: 0px 4px;
}
