@font-face {
  	font-family: 'Nexity';
  	font-style: normal;
  	font-weight: 400;
  	src: url(/assets/frames/nexity-regular-webfont.woff) format('woff');
}

body{
	font-family: 'Nexity',Arial, sans-serif;;
}

.container{
	width: 648px; /*  container width.  */
	margin: 0px; /* iframe internal margin. Use 0 to exact frames*/
}
.ColDeux{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nopad {  padding: 0px; }


.chaptersBlock {
	text-align: left; /* Chapters align to */
	padding-right:0px;
	margin-right: 10px; /* Chapters block margin from the right side  */
	height: 271px;
}

.chaptersBlock h2 { margin :0;}
.chaptersBlock h2 a span { display: none; }
.chaptersBlock h2 a {
	display: block;
	font-size:12px; /* Standard chapters font-size */
	color:#43596b;  /* Standard chapters color */
	text-transform: uppercase;
	line-height:26px;
	padding-left:20px;
	text-decoration: none;
	margin-bottom:0px;  /* makes 1px line separator*/
}

.chaptersBlock h2 a:hover {
	background-color: #d01c34 !important;
	color:#43596b;
 }  /* chapters onmouseover color */

.chaptersBlock h2 a.act span, div.chaptersBlock h2 a:hover span{
background-image: url(/assets/frames/arrowRightBlack.png);
}

.chaptersBlock h2 a.act { background-color: white; color:#d01c34; outline: none;} /* active chapter color */
div.fp-progress{background-color : #d01c34 !important;}