*{
	margin:0;
	padding:0;
}
body{
	background: url(../images/main.jpg) repeat top left;
	font-family: Verdana;
	font-size:11px;
	color: #000;
	text-align:justify;
}
h1{
	color:#2F1B0C;
	font-size:40px;
	margin:20px 0px 0px 20px;
}
span.reference{
	font-family:Arial;
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* Booklet jQuery Plugin Style*/
.booklet{

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.booklet .b-wrap-left  {
	background:#fff url(../images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.booklet .b-wrap-right {
	background:#efefef url(../images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin:-375px 0 0 -503px;
	padding-top:50px;
	width:1005px;
	height:700px;
	position:absolute;
	top:50%;
	left:50%;
	background:transparent url(../images/bg.jpg) no-repeat;
}
.book_index{
	margin:-375px 0 0 -503px;
	width:1005px;
	height:750px;
	position:absolute;
	top:50%;
	left:50%;
	background:transparent url(../images/index.jpg) no-repeat top left;
}
.book_index a, .book_index a:visited, .book_index a:hover {
	display:block;
	width:1005px;
	height:750px;
	line-height:1480px;
	text-align:center;
	padding-left:10px;
	color: #999;
	
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(../images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}

.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(../images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}

a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../images/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.topline {
	width:410px;
	height:30px;
	text-align:center;
	color:#e99054;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background: url(../images/topline.gif) bottom left repeat-x;
	margin-bottom:10px;
}
.maglabel {
	width:410px;
	height:90px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	text-transform:uppercase;
	line-height:45px;
	border-bottom:1px solid #0785cd;
	margin-bottom:15px;
}
.contents {
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
.contents p {
	font-weight:normal;
	font-style:normal;
	font-size:10px;	
	padding-top:3px;
}
.contents td {
	padding:15px 0 3px 0;
	border-bottom:1px dotted #ccc;
}