﻿/* GENERAL */
body,html
{
	font: 14px Tahoma;
	background: #D7D9FF;
	color: #000000;
	margin: 0;
	padding: 0;
}

img
{
	border-style: none;
	margin: 0;
	padding: 0;
}

/* HEADER */
div.Header
{
	width: 100%;
	height: 100px;
	background-color: #D7D9FF;
	background-image: url('images/header-bg.png');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

img.HeaderLogo
{
	position: absolute;
	top: 0px;
	right: 0px;
}

img.HeaderAdv
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* MAIN */
div.Main
{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	top: 10px;
	right: 0px;
}

div.Main div.RightPanel
{
	width: 250px;
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 0;
}

div.Main div.LeftPanel
{
	width: 180px;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 0;
}

div.Main div.CenterPanel
{
	height: 100%;
	position: absolute;
	right: 270px;
	left: 200px;
}

div.Main div.ContentPanel
{
	position: absolute;
	right: 280px;
	left: 10px;
	top: 10px;
	bottom: 0px;
}

div.QuickMenu
{
	border: 1px solid #8B8DB4;
	width: 100%;
	height: 60px;
	margin-bottom: 5px;
}

div.QuickMenu:hover
{
	background-color: #C6C7E3;
}

div.QuickMenu a
{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

div.QuickMenu img
{
	position: relative;
	width: 48px;
	height: 48px;
	top: 6px;
	right: 10px;
}

div.QuickMenu div.QuickMenuName
{
	width: 170px;
	height: 18px;
	position: relative;
	right: 70px;
	top: -38px;
	color: #3322AA;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

div.QuickMenu div.QuickMenuComment
{
	width: 170px;
	height: 18px;
	position: relative;
	right: 70px;
	top: -33px;
	color: black;
	font-size: 12px;
	cursor: pointer;
}

div.GroupBox
{
	border: 1px solid #8B8DB4;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-size: 12px;
	background: white;
}

div.GroupBox div.GroupBoxTitle
{
	height: 20px;
	margin-bottom: 5px;
	background-color: #D7A8D7;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8B8DB4;
	padding: 5px 5px 0px 5px;
}

div.GroupBox div.GroupBoxBody
{
	margin: 5px;
}

div.Hidden
{
	height: 1px;
	color: #D7D9FF;
	font-size: 1px;
	line-height: 1px;
	direction: ltr;
	text-align: center;
	width: 100%;
}

.Item1
{
	position:relative;
	margin-right:40px;	
}

.Item1 .ItemImage1
{
	position:absolute;
	right:-40px;
	top:-2px;
}