/* InfoBlock */
.InfoBlock {
	width: 740px;
	height: 150px;
	position: relative;
	font-size: 11px;
	font-family: Tahoma;
	color: #ffffff;
	margin-bottom: 30px;
}

.InfoBlock p {
	margin-bottom: 14px;
}

.MenuInfoBlock {
	width: 685px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 50;
}

.MenuInfoBlockItem {
	width: 25%;
	height: 150px;
	position: relative;
	float: left;
	z-index: 50;
	text-align: center;
	vertical-align: top;
}

.MenuInfoBlockItem img {
	cursor: pointer;
	cursor: hand;
	z-index: 50;
}

.CloseInfoBlock {
	background: url('/img/close_info_block.png') no-repeat;
	width: 15px;
	height: 10px;
	position: absolute;
	top: 170px;
	right: 7px;
	z-index: 55;
	cursor: pointer;
	cursor: hand;
	display: none;
}

.CloseInfoBlockPopup {
	display: none;
	background: url('/img/close_info_blockpopup.png') no-repeat;
	width: 136px;
	height: 55px;
	position: absolute;
	top: 95px;
	right: 2px;
	z-index: 56;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	padding: 10px 12px 10px 12px;
}

.InfoBlockContent {
	width: 730px;
	height: 327px;
	position: absolute;
	top: 89px;
	left: 0px;
	z-index: 40;
	padding-top: 84px;
	padding-left: 10px;
	display: none;
}

.InfoBlockContent a {
	font-size: 11px;
}

/* InfoBlockWhatAion */
.InfoBlockWhatAion {
	background: url('/img/bg_info_block_what_aion.png') no-repeat;
}

.InfoBlockWhatAionVideo {
	background: url('/img/plyer.png') no-repeat;
	width: 500px;
	height: 316px;
	position: absolute;
	top: 84px;
	left: 13px;
	z-index: 52;
}

.InfoBlockWhatAionText {
	width: 190px;
	height: 316px;
	position: absolute;
	top: 84px;
	right: 23px;
	z-index: 52;
}

/* InfoBlockGameFeatures */
.InfoBlockGameFeatures {
	background: url('/img/bg_info_block_game_features.png') no-repeat;
	display: none;
}

.InfoBlockGameFeaturesVideo {
	background: url('/img/plyer.png') no-repeat;
	width: 500px;
	height: 316px;
	position: absolute;
	top: 84px;
	left: 13px;
	z-index: 52;
}

.InfoBlockGameFeaturesText {
	width: 190px;
	height: 316px;
	position: absolute;
	top: 84px;
	right: 23px;
	z-index: 52;
}

/* InfoBlockHistoryOfTheWorld */
.InfoBlockHistoryOfTheWorld {
	background: url('/img/bg_info_block_history_of_the_world.png') no-repeat;
	display: none;
}

.InfoBlockHistoryOfTheWorldVideo {
	background: url('/img/plyer.png') no-repeat;
	width: 500px;
	height: 316px;
	position: absolute;
	top: 84px;
	left: 13px;
	z-index: 52;
}

.InfoBlockHistoryOfTheWorldText {
	width: 190px;
	height: 316px;
	position: absolute;
	top: 84px;
	right: 23px;
	z-index: 52;
}

/* InfoBlockPictures */
.InfoBlockPictures {
	background: url('/img/bg_info_block_pictures.png') no-repeat;
	display: none;
}

.InfoBlockPictures .PicturesAllScreen {
	position: absolute;
	bottom: 12px;
	right: 12px;
}