/*   ////////////////////////
    ///
   ///				zone On Paper
  ///			  	 
 //////////////////////// */

.zone-OnPaper {
	position: relative;
	width: 934px;
	text-align: left;
	clear: both;
	padding: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.zone-OnPaper2 {
	width: 934px;
}

/*.zone-OnPaper2 {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 934px;
	height: 463px;
	background: white url(../images/pagePaper1_rightShadow.gif) 100% 0 no-repeat;
}*/

.zone-OnPaper3 {
	width: 100%;
	height: 463px;
	background: url(../images/pagePaper1_leftShadow.gif) 0 0 repeat-y;
}

.zone-OnPaper .paperTitle {
	position: absolute;
	left: 22px;
	top: 32px;
	width: 571px;
	z-index: 100;
}

.zone-OnPaper .paperTitle div {
	background: url(../images/paperTitle-bg.gif) repeat-y;
}

.zone-OnPaper .blockBantas {
	position: absolute;
	left: 540px;
	top: 115px;
	width: 64px;
	height: 273px;
	z-index: 100;
	background: url(../images/paperBantas_page.png) no-repeat;
}

/* /////////
  /////////		block middle column
 ///////// */

.blockMiddleColumn-menu {
	/*position: relative;
	height: 43px;*/
	padding: 18px 0 18px 0;
	
}

.blockMiddleColumn-menu .block1 {
	/*position: absolute;
	left: 0;
	bottom: 0;*/
}


.blockMiddleColumn-menu .inner-1 {
	margin-top: 52px;
	
}

.blockMiddleColumn-arrow {
	position: absolute;
	left: 220px;
	top: 418px;
	width: 260px;

}

/*.zone-OnPaper .blockMiddle-forHeight {
	float: right;
	width: 10px;
	height: 40px;
	margin: 0 0 0 -10px;
}*/

/* ///
  ///		scroll'as
 /// */

#scrollContainer {
	position: relative;
	overflow: hidden;
		height:500px;
}

#scrollText {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
 
.MiddleColumnScrolls {
	position: relative;
	width: 20px;
	height: 500px;
	float: right;
	display: none;
	margin-right: -20px;
}

/*
.MiddleColumnScrolls {
	position: absolute;
	left: 517px;
	top: 164px;
	width: 20px;
	height: 210px;
	display: none;
}
*/
.MiddleColumnScrolls .top, .MiddleColumnScrolls .bottom {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}

.MiddleColumnScrolls .top {
	top: 0px;
	background: url(../images/icon_scrollUp.gif) no-repeat;
}

.MiddleColumnScrolls .bottom {
	bottom: 0px;
	background: url(../images/icon_scrollDown.gif) no-repeat;
}

/* /////////
  /////////		block right column
 ///////// */

.zone-OnPaper .block-rightColumn {
	position: absolute;
	left: 610px;
	top: 263px;
	width: 297px;
	height: 170px;
}

.zone-OnPaper .block-rightColumn .block1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 297px;
}

.zone-OnPaper .block-rightColumn .title-1-italic {
	padding-left: 2px;
}

.zone-OnPaper .block-photo {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 230px;
	text-align: right;
}

/* /////////
  /////////		
 ///////// */

#paperShadowLeft {
	position: absolute;
	left: 0;
	top: 337px;
	width: 12px;
	height: 50px;
}

#paperShadowRight {
	position: absolute;
	right: 0;
	top: 337px;
	width: 12px;
	height: 50px;
}

#paperShadowBottom {
	height: 49px;
	margin: -49px 0 0 0;
	background-repeat: no-repeat;
}


/*   ////////////////////////
    ///
   ///				zone On Paper - version 2
  ///			  	 
 //////////////////////// */

/*   ////////////////////////
    ///
   ///				chapter menu: begin
  ///			  	 
 //////////////////////// */

.zone-OnPaper .chapterMenu {
	position: absolute;
	left: 27px;
	top: 69px;
	width: 133px;
}

.chapterMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.chapterMenu li {
	margin: 0;
	padding: 0;
}

/* ///
  ///		chapter menu - level 1
 /// */

.chapterMenu ul li {
	background: url(../images/list-border.gif) 0 0 repeat-x;
	padding: 4px 0 4px 0;
	list-style-type: none;
}

.chapterMenu ul li.first {
	background: none;
}

.chapterMenu ul li div {
	padding: 0 0 0 15px;
	background: url(../images/bullet_ChapterMenu.gif) 4px 50% no-repeat;
}

.chapterMenu ul li.over div {
	background: url(../images/bullet_ChapterMenu.gif) -403px 50% no-repeat;
}

.chapterMenu ul li.active {
	padding-bottom: 0;
}

.chapterMenu ul li.active div {
	padding-bottom: 4px;
	background: url(../images/bullet_ChapterMenu.gif) -810px 35% no-repeat;
}

/* ///
  ///		
 /// */

.chapterMenu ul li a {
	color: #666666;
	text-decoration: none;
}

.chapterMenu ul li a:visited {
	color: #666666;
}

.chapterMenu ul li a:hover {
	color: #666666;
	text-decoration: none;
}

.chapterMenu ul li a:active {
	color: #666666;
	text-decoration: none;
}

/* ///
  ///		
 /// */

.chapterMenu ul li.over a:hover, .chapterMenu ul li.over a:active {
	color: #990000;
}

.chapterMenu ul li.active a, .chapterMenu ul li.active a:visited, .chapterMenu ul li.active a:hover, .chapterMenu ul li.active a:active {
	color: #990000;
}

/* ///
  ///		chapter menu - level 2
 /// */

.chapterMenu ul li ul {
	padding: 7px 0 10px 0;
	background: url(../images/list-border.gif) 0 0 repeat-x;
}

.chapterMenu ul li ul li {
	padding: 2px 0 2px 14px;
	background: url(../images/bullet_ChapterMenu-lev2.gif) 5px 50% no-repeat;
}

.chapterMenu ul li ul li div {
	padding: 0!important;
	background-image: none!important;
}

.chapterMenu ul li ul li div div {
	padding: 0!important;
}

.chapterMenu ul li ul li.active {
	padding: 2px 0 0 0;
	background: url(../images/chapterMenu_lev2-active_top.gif) no-repeat!important;
}

.chapterMenu ul li ul li.active div {
	padding: 0 0 3px 0!important;
	background: url(../images/chapterMenu_lev2-active_bottom.gif) 0 100% no-repeat!important;
}

.chapterMenu ul li ul li.active div div {
	padding: 0 12px 0 14px!important;
	background: url(../images/chapterMenu_lev2-active_arrow.gif) 0 50% no-repeat!important;
}

.chapterMenu ul li ul li.over {
	background: url(../images/bullet_ChapterMenu-lev2.gif) -402px 50% no-repeat;
}

/* ///
  ///		chapter menu / links: begin
 /// */

.chapterMenu ul li ul li a {
	color: #8e8d4c!important;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.chapterMenu ul li ul li a:visited {
	color: #8e8d4c;
}

.chapterMenu ul li ul li a:hover {
	color: #64631c!important;
	text-decoration: none;
}

.chapterMenu ul li ul li a:active {
	color: #8e8d4c;
	text-decoration: none;
}

/* ///
  ///		
 /// */

.chapterMenu ul li ul li.active a:hover {
	color: #8e8d4c!important;
}

/* ///
  ///		chapter menu / links: end
 /// */

/*   ////////////////////////
    ///
   ///				chapter menu: end
  ///			  	 
 //////////////////////// */

/*   ////////////////////////
    ///
   ///				chapter menu ver 2: begin
  ///			  	 
 //////////////////////// */

.zone-OnPaper .chapterMenuVer2 {
	position: absolute;
	left: 42px;
	top: 153px;
	width: 170px;
	padding-top: 18px;
	border-top: 3px solid #cccccc;
}

.chapterMenuVer2 ul li ul li.active {
	background: url(../images/chapterMenu2_lev2-active_top.gif) no-repeat!important;
}

.chapterMenuVer2 ul li ul li.active div {
	background: url(../images/chapterMenu2_lev2-active_bottom.gif) 0 100% no-repeat!important;
}

.chapterMenuVer2 ul li ul li.active div div {
	background: url(../images/chapterMenu2_lev2-active_middle.gif) 0 50% no-repeat!important;
}

/* ///
  ///		chapter menu ver 2 / links: begin
 /// */

.chapterMenuVer2 ul li a, .chapterMenuVer2 ul li a:visited, .chapterMenuVer2 ul li a:hover, .chapterMenuVer2 ul li a:active {
	color: #333333;
	font-weight: bold;
}

/* ///
  ///		
 /// */

.chapterMenuVer2 ul li.active a {
	font-weight: bold;
}

.chapterMenuVer2 ul li.over a {
	color: #990000;
}

/* ///
  ///		
 /// */

.chapterMenuVer2 ul li ul li a, .chapterMenuVer2 ul li ul li a:visited {
	color: #666666!important;
	font-weight: normal!important;
	font-size: 11px;
}

.chapterMenuVer2 ul li ul li a:hover, .chapterMenuVer2 ul li ul li a:active {
	color: #333333!important;
}


.chapterMenuVer2 ul li ul li.active a:hover {
	color: #666666!important;
}


/*.chapterMenu ul li ul li.over a:hover {
	color: #64631c!important;
}
 ///
  ///		chapter menu ver 2 / links: end
 /// */

/*   ////////////////////////
    ///
   ///				chapter menu ver 2: end
  ///			  	 
 //////////////////////// */

/*   ////////////////////////
    ///
   ///				zone page footer ver 2: begin
  ///			  	 
 //////////////////////// */

.zone-pageFooterVer2 {
	clear: both;
	margin: 0 40px 0 28px;
	padding: 0 0 0 0;
}

.zone-pageFooterVer2 .block1 {
	padding: 9px 0 0 0; 
	border-bottom: 1px solid #cdc3b0;
}

.zone-pageFooterVer2 .block2 {
	float: left;
}

.zone-pageFooterVer2 address {
	font-size: 10px;
	padding: 11px 0 0 10px;
}

.zone-pageFooterVer2 .block3 {
	float: right;
	padding: 12px 8px 0 0;
	font-size: 10px;
}

