﻿
.item-left-menu
{
	position: static;
	float: left;
	width: 18%;
	text-align: center;
	padding: 15px;
	z-index: auto;
	height: auto;
}
.item-main-container
{
	overflow: hidden;
	position: static;
	z-index: auto;
}
.item-bottom
{
	clear: both;
}
.item-left-menu-image {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    border: solid 1px #CCCCCC;
    z-index: auto;
    position: static;
}

.item-image {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    width: 150px;
    border: solid 1px #CCCCCC;
    z-index: auto;
    position: static;
}

.item-image_JEAM {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    height: 150px;
    border: solid 1px #CCCCCC;
    z-index: auto;
    position: static;
}

.item-title
{
	line-height: 2.5;
	font-size: 1.6em;
	font-family: Arial;
}
.item-subtitle
{
	line-height: 2.5;
	font-size: 1.2em;
	font-family: Arial;
	margin-top: -20px;
}
.item-section-title
{
	line-height: 2;
	font-weight: bold;
	font-size: 1.2em;
	color: #FF9933;
}
.item-subsection-title
{
	line-height: 2;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	background: #CCCCCC;
	padding: 0px 5px 0px 5px;
}
.item-editor-name
{
	font-weight: bold;
	line-height: 2;
}
.soft-separator
{
	border-top: solid 2px #C0C0C0;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.solid-separator
{
	border-top: solid thin #666666;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.item-chief-editor-name
{
	font-weight: bold;
	line-height: 1.5;
}
.item-line-header
{
	font-weight: bold;
}

ol.item-title-list
{
	padding: 0px;
	margin: 0px;
}
ol.item-title-list li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: solid 1px #CCCCCC;
}
.item-book-title
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.item-book-title-image
{
	float: left;
	width: 100px;
	text-align: center;
	border: solid 0px green;
}
.item-book-title-image img
{
	height: 100px;
	border: solid 1px #CCCCCC;
}
.item-book-title-summary
{
	overflow: hidden;
}
.item-book-title-header
{
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
}
.item-book-title-subheader
{
	line-height: 1.5;
	font-size: 1em;
}
.item-book-title p
{
	line-height: 1;
}


ul.normal
{
	position: static;
	line-height: 1.5;
	margin: 10px 0px 10px 15px;
}
ul.normal li
{
	position: static;
	margin-left: 15px;
}
ol.normal
{
	position: static;
	line-height: 1.5;
	margin: 10px 0px 10px 15px;
}
ol.normal li
{
	position: static;
	margin-left: 15px;
}
ol.normal ul
{
	list-style-type: disc;
}

.left-menu-wrapper
{
	text-align: left;
}
ul.left-menu
{
	line-height: 1.5;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
ul.left-menu li
{
	margin: 0px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

ul.left-menu a
{
	text-decoration: none;
}

ul.left-menu a.current
{
	color: #FF9933;
	text-decoration: none;
}

.round-box
{
	margin-bottom: 15px;
	border: thin double #999999;
	height: auto;
	margin-right: 2%;
	margin-left: 2%;
}
.round-box-inner
{
	padding: 10px 8% 10px 8%;
}

.tooltip-box
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    display: none;
}
.tooltip-box .corners
{
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	background: #FFFFCC;
	border: solid 1px #999999;
}
.tooltip-box .inner
{
	position: relative;
	margin: 10px;
	padding: 0px;
	display: block;
	width: 450px;
	font-size: 0.8em;
}
.tooltip-box .tl, .tooltip-box .tr, .tooltip-box .bl, .tooltip-box .br
{
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 200;
    background-repeat: no-repeat;
}
.tooltip-box .tl
{
	left: 0;
	top: 0;
	margin: -1px 0px 0px -1px;
	background-image: url(../images/t-tl.png);
}
.tooltip-box .tr
{
	right: 0;
	top: 0;
	margin: -1px -1px 0px 0px;
	background-image: url(../images/t-tr.png);
}
.tooltip-box .bl
{
	left: 0;
	bottom: 0;
	margin: 0px 0px -1px -1px;
	background-image: url(../images/t-bl.png);
}
.tooltip-box .br
{
	right: 0;
	bottom: 0;
	margin: 0px -1px -1px 0px;
	background-image: url(../images/t-br.png);
}

.paging
{
	background: #CCCCCC;
	line-height: 1.2;
	margin: 10px 0px;
	font-weight: bold;
	font-family: Arial;
	font-size: .9em;
}
.paging .count
{
	float: left;
	width: 200px;
	padding: 5px;
}
.paging .pages
{
	overflow: hidden;
	text-align: right;
	padding: 5px;
}
.paging .current
{
	background: #FF9933;
	display: inline-block;
	padding: 0px 3px 0px 3px;
}
.paging .current:hover
{
	background: #FF9933;
	display: inline-block;
	padding: 0px 3px 0px 3px;
	color: #FFFFFF;
}
