@charset "utf-8";
/* CSS Document */

@import url('reset.css');

/* FONT-FACE */

@font-face {
    font-family: 'MyriadProSemiExtended';
    src: url('../fonts/myriadpro-semiext-webfont.eot');
    src: url('../fonts/myriadpro-semiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semiext-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semiext-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semiext-webfont.svg#MyriadProSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'MyriadProSemiboldSemiExtended';
    src: url('../fonts/myriadpro-semiboldsemiext-webfont.eot');
    src: url('../fonts/myriadpro-semiboldsemiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semiboldsemiext-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semiboldsemiext-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semiboldsemiext-webfont.svg#MyriadProSemiboldSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'MyriadProBlackSemiCondensed';
    src: url('../fonts/myriadpro-blacksemicn-webfont.eot');
    src: url('../fonts/myriadpro-blacksemicn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-blacksemicn-webfont.woff') format('woff'),
         url('../fonts/myriadpro-blacksemicn-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-blacksemicn-webfont.svg#MyriadProBlackSemiCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}	

/* GLOBAL */

blockquote {
	border-left: 3px solid #CCC;
	padding:8px 8px 8px 30px;

	margin-bottom:30px;

}

blockquote p {
	padding:0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d7d7d7;
	color: #3e3e3e;
	}
body, html {
    height: 100%;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

#content {	
	/*position: relative;*/
	background: #fff;
	padding: 65px 20px 0 20px;
	/*overflow: hidden;*/
	}

#main {	
	width: 610px;
	position: relative;
	float: left;
	}
	
.fullwidth #main {
	width:100%;
}

#sidebar {	
	width: 280px;
	float: right;
	}

h1 {
	font-family: 'MyriadProSemiExtended';
	font-size: 1.750em; /*28px*/
	font-weight: normal;
	line-height: 100%;
	color: #252525;
	background: #c2c2c2;
	padding: 18px 20px;
	/*margin-bottom: 50px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}


.item h1 {
	margin-bottom:50px;
}

h2 {
	font-family: 'MyriadProSemiExtended';
	font-size: 1.500em; /*24px*/
	font-weight: normal;
	line-height: 130%;
	color: #ff0818;	
	padding-bottom: 15px;
	}

p, .item .main li, .access li {
	font-size: 0.875em; /*14px*/
	line-height: 150%;
	padding-bottom: 20px;
	}

.item .main ul, .access ul {
	margin:10px 0 20px 0;
}

.item .main li, .access li  {
    
    margin-bottom: 5px;
    margin-left: 16px;
    padding-bottom: 0;
    padding-left: 10px;
}
.item .main ul li, .access ul li  {
list-style: square outside none;
}

a, .tooltips-link {
	color: #ff0818;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a.back {
	font-size: 0.750em; /*12px*/	
	font-weight: bold;
	line-height: 100%;
	color: #3e3e3e;
	background: url(../images/arrow_links.gif) no-repeat left center;
	padding-left: 14px;
	}
a.back:hover {
	color: #ff0818;
	text-decoration: none !Important;
	}
a.readmore {
	font-size: 0.750em; /*12px*/
	font-weight: bold;
	}
p a.readmore {
	font-size:1em;
}

.collaborators a + br + .readmore {
	margin-top:5px;
	display:block;
}
a.readmore:hover {
	text-decoration: underline;
	}
#main a:hover,
.tooltips-link:hover {
	text-decoration: underline;
	cursor:pointer;
	}

/* Forms */
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

textarea {
	resize: vertical;
	}



/* NAV */

nav {
	background:#434c4c;
}

#nav {
	background: #434c4c;
	/*overflow: hidden;
	padding: 14px 20px 0 20px;*/
	width:1000px;
	}
#nav > li {
	display: inline;
	float: left;
	position: relative;
	/*padding: 0 0 0 28px;
	margin: 0 0 0 29px;
	border-left: 1px solid #9c9a96;*/
	background:url(../images/navbg.gif) no-repeat left 7px;
	z-index:9999;
	}
#nav li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	background:none;
	}
#nav li a {
	font-family: 'MyriadProSemiExtended';
	font-size: 0.875em; /*14px*/
	font-weight: normal;
	line-height: 90%;
	color: #fff;
	display: block;
	text-transform:uppercase;
	white-space:nowrap;
	padding:8px 17px;
	margin:0 14px;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.15);
 
	}
#nav li a:hover {
	color: #fff;
}

#nav > li.parent:hover a {
	background:#636363;
}

#nav > li.parent:hover a:hover {	
	background:#FC525D;
}

	
#nav > li {
	position:relative;
}
	
#nav > li > ul {
	display:none;
	position:absolute;
	z-index:999;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .25);      
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .15);
	margin-left: 14px;
}

#nav ul > li > a {
	padding: 10px 40px 10px 15px;
	border-top:1px solid #7A7A7A;
	margin:0;
	text-transform:none;
}

#nav ul > li:first-child a {
	border:0;
}

#nav > li:hover > ul {
	display:block;
}



/* HEADER */

#header {
	height: 100px;
	padding: 0 20px;
	overflow: hidden;
	background: #434c4c url(../images/bg_header.gif) no-repeat right bottom;
	position: relative;
	}
#header #logo {
	width: 364px;
	height: 34px;
	margin-top: 44px;
	display: block;
	position: relative;
	overflow: hidden;
	}
	
/* alternative logo for print */
#print_logo {display:none;}
#header #logo span {
	position: absolute;
	top: -100px;
	left: 0;
	}

#header #lang {
	position: absolute;
	bottom: 44px;
	right: 20px;
	}
#header #lang li {
	font-size: 0.688em; /*11px*/
	color: #acacac;
	display: inline;
	}
#header #lang a {
	color: #fff;
	text-transform:uppercase;
	}
#header #lang a:hover {
	color: #fc525d;
	}	
#header #lang a.current {
	color: #acacac;
	}
#header #lang span {
	padding: 0 6px;
	}

/* Search */

#bread_search {
	width: 940px;
	padding: 0 20px;
	position: absolute;
	top: 110px;
	left: 0;
	/*z-index: 100;*/
	}

#search {
	width: 280px;
	float: right;
	}
#search span {
	font-size: 0.688em; /*11px*/
	color: #a5a5a5;
	display: block;
	padding-bottom: 8px;
	}
#search span a {
	width: 14px;
	height: 14px;
	background: url(../images/icon_help.gif) no-repeat;
	display: inline-block;
	text-indent: -99999px;
	margin-left: 5px;
	}
#search .field {
	color: #796b5e;
	width: 185px;
	height: 31px;
	padding: 0 6px;
	margin-right: 8px;
	line-height: 31px;
	border-top: 1px solid #898989;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #c9c9c9;	
    -moz-box-shadow: inset 1px 1px 2px 0 #ccc;
	-webkit-box-shadow: inset 1px 1px 2px 0 #ccc;
	box-shadow: inset 1px 1px 2px 0 #ccc;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	float: left;
	}
#search .btn_search {
	font-family: 'MyriadProSemiboldSemiExtended';
	width: 73px;
	height: 33px;
	line-height: 32px;
	text-align: center;
	background: #ff0818;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	float: right;

	}
#search .btn_search:hover {
	background: #df0715;
	}

/*Breadcrumbs*/

#breadcrumbs {
	margin-top: 33px;
	line-height: 100%;
	color: #959595;
	float: left;
	}	
#breadcrumbs li {
	font-size: 0.750em; /*12px*/
	padding-left: 15px;
	padding-right: 11px;
	background: url(../images/arrow_breadcrumbs.gif) no-repeat center left;
	display: inline;
	float: left;
	}
#breadcrumbs li:first-child {
	padding-left: 0;
	background: none;
	}
#breadcrumbs a {
	color: #5c5c5c;
	}
#breadcrumbs a:hover {
	color: #ff0818;
	}



/* FOOTER */

#footer-wrapper {
	height: 50px;	
	padding-top: 40px;
	clear: both;
	}
#footer {
	font-size: 0.688em; /*11px*/
	color: #656363;
	height: 40px;
	padding: 10px 20px 0 20px;
	margin: 0 -20px;
	background: #c8c8c8;
	}
#footer ul {
	padding: 0;
	float: left;
	}
#footer li {
	display: inline;
	float: left;
	margin-right:13px;
	}
#footer li.email {
	margin-left: 105px;
	}
#footer li span {
	padding: 0 10px;
	}
#footer .copy {
	float: right;
	}
#footer a {
	color: #656363;
	}
#footer a:hover {
	color: #383f3f;
	}



/* FRONTPAGE */

/*Bologna 2013*/

#slider {
	width: 940px;
	height: 294px;
	background: url(../images/bg_slider.gif) no-repeat;
	margin-bottom: 40px;
	position:relative;
	}
	
#slider.bologna {
	background:#E0FAB9;
	border:1px solid #E4EDD2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px 16px;
}

#slider.bologna>div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.img_left {
	float:left;
}

#slider.bologna .left {
	margin-left:35px;
	width:384px;
	float:left;
}

#slider.bologna>.right {
	float:left;
	width:326px;

}

#slider.bologna .left > p {
	font-size:13px;
	font-size:.8125rem;
}	
#slider.bologna .left > p > strong {
	color:#FF0818;
}

#slider.bologna > h2 {
	background:url(../images/sprite.png) no-repeat 182px 0;
	text-indent:-9999px;
	height: 25px;
	padding: 0;
	margin-bottom:15px;
	color:#568A0C;
}

#slider.bologna .left > a.button {
	color:#fff;
	background:#F28D00;
	font-family: 'MyriadProSemiExtended';
	font-size:20px;
	font-size:1.25rem;
	padding:17px 26px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float:right;
}

#slider.bologna .left > a > img {
	margin-top:-14px;
}

/*Bologna 2014*/

#slider.bologna2 {
	height: 365px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	background: #fce5f3 url(../images/bologna-2014/sprite.gif) repeat-x 0 330px;
	}
#slider.bologna2 .logo {
	float: left;
	}

#slider.bologna2 .wrapper {
	width: 710px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	}

#slider.bologna2 h2 {
	background:url(../images/bologna-2014/sprite.gif) no-repeat 0 -55px;
	text-indent:-9999px;
	height: 24px;
	padding: 0;
	margin: 3px 0 18px 0;
	color:#e50088;
	}
#slider.bologna2 .left p {
	line-height: 150%;
	}

#slider.bologna2 .left {
	width: 430px;
	float: left;
	}
#slider.bologna2 .right {	
	width: 250px;
	padding-top: 4px;
	float: right;
	}
#slider.bologna2 .btn {
	width: 250px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	background:url(../images/bologna-2014/sprite.gif) no-repeat 0 -88px;
	}
#slider.bologna2 .btn + .btn {
	margin-top: 10px;
	background-position: 0 -133px;
	}
#slider.bologna2 .btn:hover {
	opacity: 0.8;
	}
#slider.bologna2 .slider {
	clear: both;
	}

#slider.bologna2 #carousel li {
	cursor: default;
	width: 74px;
	height: 107px;
	line-height: 104px;
	margin-right: 16px;
	}
#slider.bologna2 #carousel li img {
	width: 74px;
	vertical-align: bottom;
	display: inline-block;
	}
#slider.bologna2 .jcarousel-container {
    top: 0;
	}
#slider.bologna2 .jcarousel-clip {
    left: 47px;
    width: 620px;
	}

#slider.bologna2 .jcarousel-prev-horizontal,
#slider.bologna2 .jcarousel-next-horizontal {
    background:url(../images/bologna-2014/sprite.gif) no-repeat 0 -178px;
    cursor: pointer;
    width: 29px;
	height: 107px;
    position: absolute;
    top: 0;    
	}
#slider.bologna2 .jcarousel-prev-horizontal:hover,
#slider.bologna2 .jcarousel-next-horizontal:hover {
	opacity: 0.9; 
	}
#slider.bologna2 .jcarousel-prev-horizontal {
    left: 0;
	}
#slider.bologna2 .jcarousel-next-horizontal {
	background-position: -39px -178px;
    right: 0;
	}

#slider.bologna2 .left > a.button {
	color:#fff;
	background:#F28D00;
	font-family: 'MyriadProSemiExtended';
	font-size:20px;
	font-size:1.25rem;
	padding:17px 26px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float:right;
}

#slider.bologna2 .left > a > img {
	margin-top:-14px;
}

/*Bologna 2013 Carousel*/

#carousel3d {
	width: 292px;
	position:relative;
	padding:56px 0 0 52px;
}

#carousel3d .cprev,
#carousel3d .cnext {
	position:absolute;
	left: 18px;
	top:96px;
	background:url(../images/sprite.png) no-repeat 0 -264px;
	width:20px;
	height:25px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}

#carousel3d .cnext {
	right:0;
	background-position:0 -220px;
	left:inherit;
}
#carousel3d > ul > li {
	width:100px;
	height:145px;
	
}
#carousel3d ul {
	width:145px;
}

.bologna_logo_print {
	display:none;
	position: absolute;
	bottom: 2px;
}

/*#carousel3d ul {width:175px;}


#carousel3d > ul > li {
	min-height:153px;
	min-width:100px;
}

#carousel3d > ul > li > a > img {
	max-height:140px;
}*/

#slider.bologna .left > a.button:hover {
	background:#E98601;
}
	
#carousel {
	display:none;	
}

#carousel.jcarousel-list {
	display:block;
}

#carousel li {
    width: 135px;
    height: 210px;
	margin-right:30px;
	float:left;
	cursor:pointer;
}

/* promotion */

.promotion.frankfurt .col1 img {
    display: block;
}


.promotion.frankfurt img.featured_btn {
    margin: 15px 0 0 35px;
}

.promotion.frankfurt  .col2 h2 {
	font: 45px "MyriadProBlackSemiCondensed";
	margin-bottom:10px;
	white-space:nowrap;
	color: #e2171a;
}	

.promotion.frankfurt .jcarousel-container{
	top: 0;
}

.promotion.frankfurt .col1 {
    float: left;
	margin: 0 40px 0 50px;
}

.promotion.frankfurt .col2 {
    font: 14px Arial,Helvetica,sans-serif;
    min-height: 90px;
    width: 800px;
}

.promotion.frankfurt .slider {
    clear: both;
}

.promotion.frankfurt #carousel li{
	cursor: default;
    height: 107px;
    line-height: 104px;
    margin-right: 16px;
	width: 74px;
}

.promotion.frankfurt .slider .jcarousel-prev-horizontal, .promotion.frankfurt .slider .jcarousel-next-horizontal{
	top: 30px;
}

.promotion.frankfurt .lead img {
	margin:0;
	position:static;
	display:block;
}

.promotion.frankfurt .lead {
	width:auto;
}

.promotion.frankfurt .text {
	position:static;
}

.promotion.frankfurt .text a.readmore {
	position:absolute;
	left: 250px;
}

.promotion {
	padding:25px 25px 20px 0;
}

.promotion .lead img + a {
	font-size:12px;
	margin-top: 5px;
	display: block;
}

.promotion .lead img + a:hover {
text-decoration:underline;
}

.promotion h2 { 
    margin:0 0 10px 0;
    padding: 0;
	font: 700 2.625em/1 'MyriadProBlackSemiCondensed';
	color:#BC0701;
	letter-spacing:1px;
	
}

.promotion.frankfurt {
	width: 940px;
	height: 294px;
	/*background: url(../images/bg_slider_plain.gif) no-repeat;*/
	background: url(../images/bg_slider_green.png) no-repeat;
	margin-bottom: 40px;
	position: relative;
}

.promotion.frankfurt  h2 {
	margin-bottom:10px;
	font-size:38px;
	white-space:nowrap;
} 



.promo_left {
	float:left;
	width:500px;
	position:relative;
	height:242px;
}

.promo_right {
	float:left;
	width:435px;
   margin-top: -7px;
}

.promo_right li {
	float:left;
	margin-left: 12px;
	margin-bottom: 32px;
	height:105px;
}

.promotion .lead {
	width:150px;
	height:150px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:25px;
}

.promotion .text p {
	line-height:1.4;
	padding-right:20px;
}

.promotion .text {
	position:absolute;
	bottom:0;
}

.promotion .lead img {
	position:absolute; 
   	left:50%;  
  	margin-left:-75px;
}

.promotion .text a.readmore {
	background: #800000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	width:99px;
	height:16px;
	float:left;
	font:.875em 'MyriadProSemiboldSemiExtended';
	position:absolute;
	bottom:-10px;
	left:175px;
	color:#fff;
	padding:10px 25px;
}


/*.top_part {
	height:190px;
}*/

.top_part {
    background: none repeat scroll 0 0 #89f9d9;
    padding: 35px 30px 30px 28px;
}

.top_part .right {
	float: left;
    font: 18px Arial,Helvetica,sans-serif;
    margin-right: 35px;
    width: 350px;
}

a.featured_publishers {
	background: #800000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	color:#fff;
	padding:10px 25px;
	
	display: inline-block;
	font-size:16px;
	font-family: 'MyriadProSemiExtended', arial;
}

.promotion .text a.readmore:hover,
a.featured_publishers:hover {
	background:#6A0000;
	text-decoration:none!important;
}

.promo_right li.left {
	margin-left:0;
}

#primary {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	}
#primary .col  {
	width: 191px;
	float: left;
	padding: 15px 15px 10px 15px;
	background:#FBFBFB;
	/*height:355px;*/
	height:341px;
	}

#primary .col  + .col {
	border-left:2px solid #fff;
}


#primary .col.below > h2 {
	font-size:20px;
}

#primary h2 {
	font-family: 'MyriadProSemiboldSemiExtended';
	font-size: 1.125em; /*18px*/
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	
	}
#primary .view_all {
	font-size: 0.750em; /*12px*/
	font-weight: bold;
	position: absolute;
	top: 218px;
	right: 0;
	}
#primary .view_all:hover {
	text-decoration: underline;
	}
#primary p {
	font-size: 0.750em; /*12px*/
	padding-bottom: 6px;
	line-height: 160%;
	}
#primary .readmore {
	padding-left: 1px;
	margin-bottom: 10px;
	display: inline-block;
	}
#primary .jp {
	float: right;
	position: relative;
	}
#primary .jp a {
	width: 16px;
	height: 14px;
	margin-top: 4px;
	background: url(../images/flag_jp.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	}
#primary .jp_text_tooltip {
    background: url(../images/tooltip_white_arrow.png) no-repeat;
    bottom: 10px;
	display: none;
    padding: 8px 12px 12px;
    position: absolute;
    width: 168px;
    z-index: 100;
}
#primary .jp_text_tooltip .bottom {
 	background: url(../images/tooltip_white_arrow.png) no-repeat scroll 0 100% transparent;
    bottom: -18px;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 192px;
}
#primary .last  {
	width: 248px;
	padding-right: 0;
	padding-top: 0;
	border-right: none;
	float:right;
	height:auto;
	background:none;
	}
#primary .last h2  {
	padding-bottom: 14px
	}
#primary .last li {
	padding: 0 0 20px 0;
	background: url(../images/arrow_news.gif) no-repeat left 15px;
	}
#primary .last li:first-child {
	background-position: left 3px;
	}
#primary .last li.lastItem {
	padding: 0;
	}

#primary .last .date {

	font-size: 0.750em; /*12px*/
	font-weight: bold;
	display: block;
	padding: 12px 0 5px 0;
	margin-left: 15px;
	background: url(../images/divider_dotted.gif) repeat-x top left;
	}
#primary .last li:first-child .date {
	padding-top: 0;
	background: none;
	}
	
#primary .col.below {
    padding-left: 24px;
    padding-top: 35px;
	border:0;
	background:#fff;
	width: 622px;
}


#primary .col.below > h2 {
	border-bottom:1px solid #DBDBDB;
	margin-bottom:20px;
	padding: 10px 0 8px 0;
}	

#primary .col.below > div:first-child {
	margin-bottom: -29px;
	text-align: right;		
}

#primary .col.below > div:first-child a,
#primary .block-column > p + a {
	font-size:12px;
	font-size:.75rem;
	font-weight:700;
}

#primary .block-column {	
	background:url(../images/arrow_news.gif) no-repeat scroll 1px 7px transparent;
	margin-left: -15px;
    padding-left: 15px;
}	

#primary .block-column + div {
	background-position:1px 22px;
}

#primary .block-column + div > h3 {
	border-top:1px dotted #ccc; 
	margin-top:15px;
	padding-top:15px;
}

#primary .block-column > h3 > a {
	font-size:16px;
	font-size:1rem;
	color:#000;
}

#primary .block-column > p.author {
	font-size: 13px;
	font-size: .8125rem;
	color: #000;
	font-style: italic;	
	padding:0;
}

#primary .block-column > p {
	font-size:12px;
	font-size:.75rem;
	color:#444;
}

.cat {
	font-family: 'MyriadProSemiExtended';
	font-size: 0.917em; /*11px*/
	font-weight: normal;
	line-height: 14px;
	color: #fff;
	width: 70px;
	height: 14px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	
	text-align: center;
	margin-left: 8px;
	position:relative;
	
	}
	
.cat:hover {
	text-decoration:none!important;
}
.news {
	background: #ff0818;
	}
.news:hover {
	background: #df0715;
	}
.updates {
	background: #f59e09;
	}
.updates:hover {
	background: #E59101;
	}
.info {
	background: #c2b6a2;
	}
.info:hover {
	background: #b6a890;
	}
.column {
	background: #555555;
	}
.column:hover {
	background: #474747;
	}	
p.teaser,
p.teaser + a {
	
	font-size: 0.750em; /*12px*/
	line-height: 160%;
	display: block;
	margin-left: 15px;
	}

p.teaser + a {
	font-weight:700;
} 

p.teaser + a:hover,
#primary .block-column > p + a:hover,
#primary .col.below > div:first-child a:hover {
	text-decoration:underline;
}

#secondary {
	overflow: hidden;
	}
#secondary .col {
	width: 220px;
	margin-left: 20px;
	float: left;
	}
#secondary .col:first-child {
	margin-left: 0;
	}
#secondary .header {
	background: #4d585d;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 15px 15px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
#secondary .header h3 {
	font-family: 'MyriadProSemiExtended';
	font-size: 1.125em; /*18px*/
	font-weight: normal;
	line-height: 100%;
	color: #fff;
	}
#secondary .header span {
	font-size: 0.750em; /*12px*/
	line-height: 100%;
	color: #d2d4d5;
	}
#secondary .text {
	background: #edeef0;
	padding: 16px 15px 20px 15px;
	}
#secondary p {
	font-size: 0.750em; /*12px*/
	padding-bottom: 6px;
	line-height: 160%;
	}

#secondary .jp {
	float: right;
	position: relative;
	}
#secondary .jp a {
	width: 16px;
	height: 14px;
	margin-top: 4px;
	background: url(../images/flag_jp.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	}
#secondary .jp_text_tooltip {
    background: url(../images/tooltip_white_arrow.png) no-repeat;
    bottom: 10px;
	display: none;
    padding: 8px 12px 12px;
    position: absolute;
    width: 168px;
    z-index: 100;
}
#secondary .jp_text_tooltip .bottom {
 	background: url(../images/tooltip_white_arrow.png) no-repeat scroll 0 100% transparent;
    bottom: -18px;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 192px;
}



/* AUTHORS */

.birthdeath {
	float:left;
	font-size:.875em;
    line-height: 1.5;
}

#sidebar .birthdeath {
	font-size:.75em;
    line-height: 1.6;
}

/* Top */

.authors .mosaic {
	text-align: center;
	}

/* Details */

a.back.left_column {
	position: absolute;
	top: 32px;
	right: 20px;
	}

.page_44 h2 span,
.page_21 h2 span,
.page_76 h2 span,
.page_74 h2 span,
.page_87 h2 span {
	font-size: 90%;
	color: #959595;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	padding-left: 5px;
	}

.page_44 .intro,
.page_75 .intro,
.page_76 .intro,
.page_74 .intro,
.page_87 .intro {
	overflow: hidden;
	}
.page_44 .intro img,
.page_75 .intro img,
.page_76 .intro img,
.page_74 .intro img,
.page_87 .intro img {
	margin-top: 5px;
	float: left;
	margin-bottom:25px;
	}
.page_44 .intro .text,
.page_75 .intro .text,
.page_76 .intro .text,
.page_74 .intro .text,
.page_87 .intro .text {
	width: 440px;
	padding-bottom: 12px;
	float: right;
	}



/* BOOKS */

#title.book_heading {
	display:none;
}

#title.book_heading h1 {
	width:450px!important; /*540px*/
	
}

#title.book_heading #kanji_title {
	float:left;
	color:#989692;
	font-size:0.938em;
}

#title .share_icons {
   
    left: 530px; /*546px;*/
  
    position: absolute;
    top: 10px;
}

#title.author .share_icons {   
    left: 435px;
}

#title .share_icons a {
	margin-right:3px;
}

#title .jlpp {
	margin:0;
	padding:10px 0 0 15px;

	display:inline;
	vertical-align: middle;
}


#title .jlpp_logo {
	margin:0 5px 0 5px;
	vertical-align: middle;
}

#title .jlpp_book {
	margin:0 5px 0 5px;
	vertical-align: middle;
}

#title .jlpp_language {
	font-size:.475em!important;
	display:inline;
	text-transform:uppercase;
	vertical-align: middle;
}



.page_43.item #title.book_heading,
.page_54.item #title.book_heading,
.page_55.item #title.book_heading,
.page_56.item #title.book_heading,
.page_57.item #title.book_heading,
.page_45.item #title.book_heading,
.page_44.item #title.author.book_heading,
.page_76.item #title.author.book_heading,
.page_75.item #title.author.book_heading,
.page_74.item #title.author.book_heading,
.page_87.item #title.author.book_heading {
	display:block; /* show book heading in template index.php only on book details page */
}

.page_13 #title,
.page_43 #title,
.page_54 #title,
.page_55 #title,
.page_56 #title,
.page_57 #title,
.page_45 #title,
.page_44 #title,
.page_76 #title,
.page_75 #title, 
.page_74 #title,
.page_87 #title {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dbdbda;
	position: relative;
	}
.page_44 #title,
.page_76 #title,
.page_75 #title,
.page_74 #title,
.page_87 #title {
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-top:20px;
}
.page_13 #title h1,
.page_43 #title h1,
.page_45 #title h1,
.page_54 #title h1,
.page_55 #title h1,
.page_56 #title h1,
.page_57 #title h1,

.page_44 #title h1,
.page_76 #title h1,
.page_75 #title h1,
.page_74 #title h1,
.page_87 #title h1 {
	width: 450px;
	font-size: 1.5em; /*26px*/
	line-height: 120%;
	margin-top: -3px;
	margin-bottom: 0;
	padding: 0;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	}
.page_13 #title a.back,
.page_43 #title a.back,
.page_45 #title a.back,
.page_54 #title a.back,
.page_55 #title a.back,
.page_56 #title a.back,
.page_57 #title a.back,
.page_44 #title a.back,
.page_76 #title a.back,
.page_75 #title a.back,
.page_74 #title a.back,
.page_87 #title a.back {
	font-size: 0.750em; /*12px*/
	font-weight: normal;
	color: #000;
	padding: 0;
	background: none;
	position: absolute;
	top:13px;
	right: 0;
	}
.page_13 #title a.back:hover,
.page_43 #title a.back:hover,
.page_45 #title a.back:hover,
.page_54 #title a.back:hover,
.page_55 #title a.back:hover,
.page_56 #title a.back:hover,
.page_57 #title a.back:hover,
.page_44 #title a.back:hover,
.page_76 #title a.back:hover,
.page_75 #title a.back:hover,
.page_74 #title a.back:hover,
.page_87 #title a.back:hover {
	color: #ff0818;
	}
.page_13 #title .sns,
.page_43 #title .sns,
.page_54 #title .sns,
.page_55 #title .sns,
.page_56 #title .sns,
.page_57 #title .sns,
.page_45 #title .sns,
.page_40 #title .sns,
.page_44 #title .sns,
.page_76 #title .sns,
.page_75 #title .sns,
.page_74 #title .sns,
.page_87 #title .sns {
	position: absolute;
	bottom: 14px;
	right: 330px;
	}	

.page_13 #main,
.page_43 #main,
.page_45 #main,
.page_54 #main,
.page_55 #main,
.page_56 #main,
.page_57 #main,
.page_40 #main {
	padding-right: 25px;
	border-right: 1px dotted #b7b5b2;
	}

.page_13 .data,
.page_43 .data,
.page_45 .data,
.page_54 .data,
.page_55 .data,
.page_56 .data,
.page_57 .data,
.page_40 .data  {
	padding-bottom: 25px;
	position:relative;
	}
#top_image {
	float:left;
}
.page_13 .zoom,
.page_43 .zoom,
.page_54 .zoom,
.page_55 .zoom,
.page_56 .zoom,
.page_57 .zoom,
.page_45 .zoom,
.page_40 .zoom {
	position: relative;
	float: left;
	}
.page_13 .zoom img,
.page_43 .zoom img,
.page_45 .zoom img,
.page_54 .zoom img,
.page_55 .zoom img,
.page_56 .zoom img,
.page_57 .zoom img,
.page_40 .zoom img {
	display: block;
	}
.page_13 .zoom .icon,
.page_43 .zoom .icon,
.page_54 .zoom .icon,
.page_55 .zoom .icon,
.page_56 .zoom .icon,
.page_57 .zoom .icon,
.page_45 .zoom .icon,
.page_40 .zoom .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	}
.page_13 .data table,
.page_43 .data table,
.page_54 .data table,
.page_55 .data table,
.page_56 .data table,
.page_57 .data table,
.data_table {
	width: 350px;
	font-size: 0.750em; /*12px*/
	border-collapse: collapse;
	float: right;
	}
	
.data_table {
	width:100%;
	margin-bottom:35px;
}

.page_13 .data table th,
.page_43 .data table th,
.page_54 .data table th,
.page_55 .data table th,
.page_56 .data table th,
.page_57 .data table th,
.data_table th {
	width: 94px;
	padding: 9px 15px 9px 15px;
	background: #eaeaea;
	border-top: 2px solid #fff;
	vertical-align: top;
	}
.page_13 .data table tr:first-child th,
.page_43 .data table tr:first-child th,
.page_54 .data table tr:first-child th,
.page_55 .data table tr:first-child th,
.page_56 .data table tr:first-child th,
.page_57 .data table tr:first-child th,
.data_table table tr:first-child th {
	border-top:0;
}

.page_13 .data table td,
.page_43 .data table td,
.page_54 .data table td,
.page_55 .data table td,
.page_56 .data table td,
.page_57 .data table td,
.data_table td {
	padding: 6px 15px 6px 15px;
	background: #f4f4f4;
	border-top: 2px solid #f4f4f4;
	vertical-align: top;
	line-height: 175%;
	
	}
	
.data_table td {
	display:block;
	width:170px;
	overflow:hidden;
}
.page_13 .data table tr:first-child td,
.page_43 .data table tr:first-child td,
.publications .data table tr:first-child td,
.data_table tr:first-child td {
	border-top:0;
}	
	

.page_13 .synopsis,
.page_43 .synopsis,
.publications .synopsis {
	padding-top: 18px;
	border-top: 1px dotted #b7b5b2;
	}
	
.page_43 .data table,
.publications .data table {
	width:375px;
}
	
.synopsis h2,
#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif!important;
}

#sidebar .collaborators h2 {
	padding-bottom: 5px;
}

.page_13 #sidebar img,
.page_43 #sidebar img,
.publications #sidebar img {
	display: block;
	margin-bottom: 20px;
	}
.page_13 #sidebar p,
.page_43 #sidebar p,
.page_45 #sidebar p,
.page_40 #sidebar p,
.publications #sidebar p {
	font-size: 0.750em; /*12px*/
	line-height: 170%;
	}	

.itemSocialSharing {
	position:absolute;
	top:-68px;
	right:0;
}

.itemSocialSharing li {
	float:left;
}

/* LISTS */

.list {
	clear: both;
	
	}
.item .list {
	border-top: 1px solid #dbdbdb;
}
.list .subtitle {
	font-family: 'MyriadProSemiboldSemiExtended';
	font-size: 1.125em; /*18px*/
	
	line-height: 100%;
	display: block;
	padding-top: 18px;
	}
.list .text {
	width: 490px;
	float: right;
	}
.list li {
	border-top: 1px solid #dbdbdb;
	padding: 26px 0 13px 0;
	overflow: hidden;
	}
.list.search {
	border:0;
}
.list.search li {
	padding-top:16px;
	padding-bottom:8px;
}
.list li.heading {
	color: #282828;
    font-size: 1.125em;
    padding: 12px 0 6px 0;
}
.list li:first-child {
	border-top: none;
	}
.list li img {
	margin-top: 3px;
	float: left;
	}
.list.search li img {
	margin-right:20px;
}
.list li .author {
	font-size: 0.750em; /*12px*/
	font-weight: bold;
	padding-bottom: 14px;
	display: block;
	}
.list li .author a {
	color: #000;
	}
	
.list li h3 {
	font-size: 1.250em; /*20px*/
	font-weight: normal;
	padding-bottom: 12px;	
	}
	
.list li h3.has-writer {
	padding-bottom:5px;
}

/* AWARDS */
/*.page_58 .list li h3 {
	font-size:1em;
	padding:0;
}

.page_58 .list li {
	padding:2px 0;
	border:0;
}

.page_58 .filter {
	display:none;
}*/

.list.search li h3 {
	padding-bottom:6px;
}
.list li h3 span {
	font-size: 90%;
	color: #959595;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	padding-left: 5px;
	}
/*.list li h3 a:hover span {
	color: #c2c2c2;
	}
.list li h3 a:hover {
	color: #df0715;
	text-decoration: none !important;
	}*/
.list li p {
	font-size: 0.750em; /*12px*/
	padding-bottom: 5px;
	}
.link_list {
	margin-top:15px;
}
.link_list li{
	font-size: 0.8125em;
    list-style: square inside none;
    padding:0;
	border:0;
	margin:5px 0;
}

.results {
	font-size: 0.750em; /*12px*/
	line-height: 100%;
	padding: 25px 0 25px 20px;
	display: block;
	}	
/* anj .page_44 .results,
.page_74 .results,
.page_75 .results,
.page_76 .results { 
	padding-bottom:5px;
}*/
.results span {
	font-size: 1.167em; /*14px*/
	font-weight: bold;
	}

.page_43 .list,
.page_44.itemlist .list,
.publications_list .list,
.publishers_list .list {
	border-top: none;
	}
/*.page_43 h1,
.page_44.itemlist h1,
.publications_list h1,
.publishers_list h1 {
	margin-bottom: 0;
	}*/

.list.publishers h3 {
	font-family: 'MyriadProSemiExtended';
	color: #ff0818;
	}
.list.publishers table {
	font-size: 0.750em; /*12px*/
	border-collapse: collapse;
	}
.list.publishers table th {
	color: #252525;
	width: 109px;
	}
.list.publishers table th,
.list.publishers table td {
	padding: 2px 0 3px 1px;
	}


/* News */

#main .date {
	font-size: 0.750em; /*12px*/
	font-weight: bold;
	color: #000;
	padding-bottom: 12px;
	display: block;
	}
#main img.news_detail {
	float: left;
	padding: 5px 30px 30px 0;
	}
.news_detail a.back {
	position: absolute;
	top: 32px;
	right: 20px;
	}

/* Filter */

.filter label {
	padding-left: 12px;
	padding-right: 6px;
	}
.filter select {
	height: 21px;
	line-height: 21px;
	padding-left: 3px;
	border: 1px solid #a5acb2;
	}
.filter select option {
	padding-right: 12px;
	}
.filter {
	font-size: 0.750em; /*12px*/
	line-height: 100%;
	background: #e2e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 6px 12px;
	text-align: right;
	vertical-align: middle;
	/*
	NT:: removed because it's breaking the filter
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;*/
	}



/* SIDEBAR */

/* Subnav */

#subnav {
	position: relative;
	margin-bottom:25px;
	}
	
/*hide in publisher's corner */
.corner #subnav {
	display:none;
}

#subnav h2 {
	color: #252525;
	font-size: 1.500em; /*24px*/
	font-weight: normal;
	line-height: 100%;
	background: #c2c2c2;
	padding: 20px;
	margin-bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;	
	-moz-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
#subnav ul a {
	font-size: 0.875em; /*14px*/
	font-weight: normal;
	color: #444444;
	padding: 10px 20px;
	border-top: 1px solid #fff;
	display: block;
	}
#subnav ul a:hover {
	color: #ff0818;
	}
#subnav > ul > li {
	background: #cdcdcd;
	}
.news_list #subnav > ul > li,
.news_detail #subnav > ul > li {
	background: #e2e2e2;
	}
#subnav > ul > li > a {
	font-weight: bold;
	}
#subnav > ul > li a.current,
#subnav > ul > li.activeCategory > a {
	background: url(../images/arrow_links.gif) no-repeat 8px center;
	}
#subnav > ul > li > ul > li {
	background: #e2e2e2;
	}
#subnav > ul > li > ul > li a {
	padding-left: 40px;
	}
#subnav > ul > li > ul > li a.current {
	background: url(../images/arrow_links.gif) no-repeat 28px center;
	}
#subnav .view_all {
	font-size: 0.750em; /*12px*/
	font-weight: bold;
	color: #fff;
	background: #8d8d8d;
	width: auto;
	padding: 4px 8px;
	margin-right: 18px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	
	position: absolute;
	top: 21px;
	right: 0;
	}
#subnav .view_all:hover {
	background: #ff0818;
	}

/* Authors Filter */	

#authors_filter .title {
	background: #c2c2c2;
	padding: 20px;
	margin-bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;	
	-moz-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
#authors_filter h2 {
	color: #252525;
	font-size: 1.500em; /*24px*/
	font-weight: normal;
	line-height: 100%;
	background: #c2c2c2;
	padding: 0;
	}

#authors_filter .tabs {
	position: absolute;
	bottom: -1px;
	right: 0;
	}
#authors_filter .tabs li {
	display: inline;
	padding-left: 2px;
	}
#authors_filter .tabs li a {
	width: 42px;
	color: #252525;
	background: #d2d2d2;
	font-size: 1.375em; /*22px*/
	padding: 2px 0;
	-webkit-border-radius: 4px 4px 0 0;	
	-moz-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #fff;
	position:relative;
	}
#authors_filter .tabs li a:hover {
	color: #ff0818;
	}

#authors_filter .tabs li.active a {
	background: #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	}

#authors_filter .tab_container {
	background: #e2e2e2;
	-webkit-border-radius: 4px 4px 0 0;	
	-moz-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	padding-bottom: 4px;
	}

#authors_filter table {	
	border-collapse: collapse;
	}
#authors_filter table td {
	width: 58px;
	background: #e2e2e2;
	text-align: center;
	padding: 7px 0;
	border-top: 1px solid #fff;
	}
#authors_filter table td.first {
	width: 53px;
	}
#authors_filter table td.last {
	width: 53px;
	}
#authors_filter table tr.last td {
	padding-bottom: 3px;
	}
#authors_filter table td a {
	color: #3e3e3e;
	font-size: 1.375em; /*22px*/
	line-height: 100% !important;
	padding: 3px 0 2px 0;
	width: 30px;
	display: inline-block;
	}
#authors_filter table td a:hover {
	color: #ff0818;
	}
#authors_filter table td a.current,
#authors_filter table td a.current:hover,
#authors_filter table td a.inactive.current {
	color: #fff;
	background: #ff0818;
	}
#authors_filter table td a.inactive {
	color:#A1A1A1;
}
#authors_filter #tab2 a {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	}
#authors_filter #tab2 td.view_all a {
	font-family: Arial, Helvetica, sans-serif !important;
	}
#authors_filter table td.view_all {
	width: auto;
	text-align: right;
	}
#authors_filter table td.view_all a {
	font-size: 0.750em; /*12px*/
	font-weight: bold;
	color: #fff;
	background: #ff0818;
	width: auto;
	padding: 4px 8px;
	margin-right: 18px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
#authors_filter table td.view_all a:hover {
	background: #df0715;
	}

/* Contact */

.contact h1 {
	margin-bottom: 30px;
	}

.contact #sidebar {
	background: #e2e2e2;
	-webkit-border-radius: 4px 4px 0 0;	
	-moz-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
.contact #sidebar h2 {
	color: #fff;
	font-size: 1.500em; /*24px*/
	font-weight: normal;
	line-height: 100%;
	background: #4d585d;
	padding: 20px;
	margin-bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;	
	-moz-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #fff;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
.contact #sidebar .center {
	border-bottom: 1px solid #fff;
	}
.contact #sidebar .container {
	padding: 20px;
	}
.contact #sidebar .center .container {
	min-height: 410px;
	}	
.contact #sidebar .container p {
	font-size: 0.750em; /*12px*/
	}
.contact #sidebar .container a:hover {
	text-decoration: underline;
	}
.contact #sidebar .container ul {
	margin-left: 14px;
	}
.contact #sidebar .container li {
	font-size: 0.750em; /*12px*/
	line-height: 150%;
	padding-bottom: 12px;
	list-style: square;
	}

.contact .form {
	min-height: 420px;
	position: relative;
	}
/*
.contact .required {
	font-size: 0.688em; 
	position: absolute;
	top: 95px;
	right: 0;
	}
*/
.contact .form table {
	width: 440px;

	border-collapse: collapse;
	}
.contact .form table th {
	font-size: 0.750em; /*12px*/
	padding-bottom: 15px;
	}
.contact .form table td {
	text-align: right;
	padding-bottom: 15px;
	}
.contact .form table .message th {
	vertical-align: top;
	}
.contact .form table .message th,
.contact .form table .message td {
	padding-top: 8px;
	}
.contact .form table input[type="text"],
.contact .form table select,
.contact .form table textarea {
	font-size: 0.750em; /*12px*/
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 6px;
	}
.contact .form table input[type="text"]:hover,
.contact .form table select:hover,
.contact .form table textarea:hover {
	border: 1px solid #d7d7d7;
	}
.contact .form table input[type="text"]:focus,
.contact .form table select:focus,
.contact .form table textarea:focus {
	border: 1px solid #cac9c9;
	}

.contact .form table input[type="text"] {
	font-size: 0.750em; /*12px*/
	width: 266px;
	}
	
.contact .form table input.invalid, 
.contact .form table select.invalid,
.contact .form table textarea.invalid,
.contact .form table input.invalid:focus, 
.contact .form table select.invalid:focus,
.contact .form table textarea.invalid:focus {
	border-color:#FF0818!important; 
}

p.error {
	padding:10px;
	border:1px solid #efefef;
	margin-bottom:5px;
	background:#FFFFDD;
}

.contact .form table select {
	font-size: 0.750em; /*12px*/
	width: 280px;
	}
.contact .form table textarea {
	font-size: 0.750em; /*12px*/
	width: 350px;
	height: 93px;
	resize: none;
	}
.contact .form table .btn {
	width: 150px;
	height: 30px;
	font-family: 'MyriadProSemiboldSemiExtended';
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #404a4e url(../images/btn.gif) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;	
	line-height: 100%;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	}
.contact .form table .btn:hover {
	background-position: 0 -30px;
	}

.contact .access {
	padding-top: 20px;
	border-top: 1px dotted #b7b5b2;
	position: relative;
	}
.contact .access img {
	margin: 0 0 20px 0;
	display: block;
	border:1px solid #ccc;
	}
.contact .access #printable_map {
	font-size: 0.750em; /*12px*/
	position: absolute;
	top: 24px;
	right: 0;
	}
	
/* Tooltip */

div.tooltips-tip div.tip, div.tooltips-tip-tip > div {
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	
}

div.tooltips-tip div.tip {
	position:relative;
}

.tooltip_pointer {
	position:absolute;
	left:43%;
}
	
.table_tooltip {
	width:260px;
	background:#fff;
    border-collapse: collapse;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.37);
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	
}

.table_tooltip td {
	font-size:.7em;
	padding:6px 10px;
}

.table_tooltip td.left {
	background:#3E3E3E;
	font-weight:700;
	color:#fff;
	width:70px;
}

.table_tooltip .bottom td {
	padding:10px 0;
}

.book_info_tooltip {
	background:url(../images/tooltip_white_arrow.png) no-repeat;
	width:168px;
	padding:8px 12px 12px 12px;	
	display:none;
	position:absolute;	
	bottom:212px;
	z-index:100;
}

.book_info_tooltip .bottom {
 	background: url(../images/tooltip_white_arrow.png) no-repeat scroll 0 100% transparent;
    bottom: -18px;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 192px;
}	

.book_info_tooltip .author {
	font-size:.75em;
	color:#555;
	font-weight:700;
	display:block;
	margin-bottom:17px;
}

.book_info_tooltip h3 {
	font-size:.875em;
	margin-bottom:31px;
	line-height:1.4;
}

.book_info_tooltip a {
	background:#ff0818;
	color:#fff;
	height:18px;
	font-size:.75em;
	background:url(../images/tooltip_btn.gif) no-repeat;
	text-indent:-9999px;
	display:block;

}





/* pagination */

.pagination {
	margin:15px 0 0 300px;
}

.pagination li {
	float:left;
	font-size:.8125em;
	width:15px;
	height:15px;
}

.pagination li.prev_page,
.pagination li.next_page {
	background: url(../images/pagination.gif) no-repeat 0 3px;
	text-indent:-9999px;
}

.pagination li a {
	display:block;
}

.pagination li.next_page.active {
	background-position:0 -14px;
}

.pagination li.prev_page.active {
	background-position:0 2px;
}


.pagination li.next_page {
	background-position:0 -47px;
}

.pagination li.prev_page {
	background-position:0 -31px;
}

.connect_widget_button_count_including {
	display:none!important;
}

label.error {
    clear: both;
    color: #D1282E;
    font-size: .75em;
    margin-left: 125px;
    padding-top: 4px;
    white-space: nowrap;
    width: auto;
	font-weight:700;
}

html[lang=en-gb] label.error .jp {display:none;}
html[lang=ja-jp] label.error .en {display:none;}

.contact .all_req {
    font-size: 0.688em;
    position: absolute;
    right: 0;
    top: 95px;
}

/* error messages */

#system-message dt {
	display:none;
}

#system-message dd {
    background: none repeat scroll 0 0 #FFFFDD;
    margin-bottom: 10px;
	border:1px solid #efefef;
}


#system-message dd.error ul li, .system_error_message {
   
    color: #fff;
}

#system-message dd.message ul li, #system-message dd.error ul li, .system_error_message, #system-message dd.notice ul li {
    background: none repeat scroll 0 0 #FFFFDD;
  
    color: #fff;
    display: block;
    font-weight: 100;
    margin-bottom: 7px;
    margin-top: 4px;
    padding: 10px;
    text-align: center;
}

#system-message dd.message ul li, #system-message dd.error ul li, .system_error_message, #system-message dd.notice ul li {
    background: none repeat scroll 0 0 #FFFFDD;
  
    color: #333333;
    display: block;
    font-weight: 100;
    margin-bottom: 7px;
    margin-top: 4px;
    padding: 10px;
    text-align: center;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 7px;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 7px;
}

/* Modal */

.contentpane.component{
	background:#fff;
	
}

.contentpane.component .itemHeader {
	display:none;
}

.contentpane.component a.back {
	display:none;
}

.contentpane.component .main, 
#sb-player.html {
	padding:20px;
}

/* SITEMAP */

.xmap a{
	font-size:.875em;
}

.xmap ul {
 
  margin-top:5px;
}

.xmap li {  
    margin-bottom: 6px;
    margin-left: 5px;
    padding-left: 15px;
}

.xmap .level_0 {
	margin-top:20px;
}

.xmap .level_0 > li > a {
	font-weight:700;
}

.xmap .level_0 > li {
	margin-left:0;
	padding-left:0;
}

#sb-info {
	position:absolute;
	right:0;
	top:5px;
}

.kanji {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

#coauthors {
	font-size:.75em;
	margin-top:15px;
	line-height:1.5;
	
}

.acleft, .acright {
	float:left;
	width:78px;
}

.acright {
	width:202px;
}

#coauthors a:hover {
	text-decoration:underline;
}

.collaborators {
	margin-top:25px;
}

.collaborators a {
	/*font-size:.75em;
	font-weight:700;*/
}

.list_note {
	text-align:right;
	padding-bottom:5px;
	font-size:.75em;
}

.list_note .asterix {
	font-size:.91666em;
	margin:0 5px;
}

/* PUBLISHER'S CORNER */

#book_cabinet {
	width:497px;
	margin:auto;
}

#book_cabinet ul {
	background:url(../images/bookcase_top.jpg) no-repeat 0 0;
	padding:0 0 0 40px;
	float:left;
	width:497px;
	min-height:162px;
}	
#book_cabinet ul li {
	float:left;
	margin:29px 16px 0 0;
	height:128px;
	width:78px;
	position:relative;
}

#book_cabinet ul li a {
	position:absolute;
	bottom:0;
}

#book_cabinet_bottom {
	background:url(../images/bookcase_bottom.jpg) no-repeat 0 0;
	width:537px;
	height:55px;
	float:left;
}

#publishers_logo {
	margin-bottom:40px;
	display:block;
}

.cat_label {
	margin-left: 10px!important;
	vertical-align:top!important;	
	font-size:10px!important;
	font-family:Arial, Helvetica, sans-serif!important;
}
.cat_label a {
	background:#FF0818;
	color:#fff;
	font-size:10px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	padding:0 5px;
	text-transform:uppercase;
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;	
	border-radius: 2px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);
	position:relative;
	vertical-align:top;
	line-height:2;
}

.list .cat_label {
	margin:0;
}

.list .cat_label a {
	line-height:2.5;	
}

/* hide module on corner list*/
.corner .k2CustomCodeBlock,
.corner #pubscorner_banner {
	display:none;
}

.k2CustomCodeBlock {
	margin-bottom:25px;
}


/* annedala added styling here for top banner */

#topbanner { width:940px; height:294px; margin:0 auto; background:url(../images/bg_banner.png) top left no-repeat #e9dbbf; }
.banner_content { padding:18px; }
.banner_content h1 { padding:0; margin:0; color:#bc0701; font-size:2.2em; font-family: 'MyriadProSemiboldSemiExtended';    font-weight: normal;
    font-style: normal; background:none !important}
.sometext { float:left; width:470px; height: 265px; padding-right:20px}
.someimg { float:right}
.sometext p { padding-top: 25px; line-height:20px; padding-bottom:15px}
	

/* anne added css styling here for publishers page  ../templates/jlit/images/border_right.gif */
#publishers_info { font-family:"Arial"; font-style:normal; font-size:12px; color:#3e3e3e; width:630px; background:url(../images/border_right.gif) top right no-repeat; padding-right:15px; padding-top:15px }
#publishers_info p {font-family:"Arial"; font-style:normal; font-size:14px; color:#3e3e3e;}
#publishers_info h3 { font-size:22px; font-weight:normal; padding:15px 0px 15px 0px}
#publishers_data { clear:both; min-height:300px}
.pdata { float:left; width: 285px; height:auto; min-height:230px;}
.pdata table { background-color:#f4f4f4}
.pdata table td { text-align:left; padding:10px; font-size:12px }
.pleft { text-align:left; background-color:#eaeaea; border-bottom:2px solid #FFF; padding-left:5px; color:#3e3e3e}
.ptext p { width:300px; height:auto; min-height:255px; margin-left: 320px; line-height:20px; padding:0px; font-family:"Arial"; font-style:normal; font-size:12px; color:#3e3e3e}
.selectedbooks { line-height:20px; width:290px}
.selectedbooks h3 { font-size:20px; color:#ff0818; padding:15px 0px 15px 0px}
.selectedbooks h4 {font-size:16px; padding:15px 0px 15px 0px}
.selectedbooks p {font-family:"Arial"; font-style:normal; font-size:12px; color:#3e3e3e}
.clear { clear:both}

.text h2 a { font-family:"Arial", Helvetica, sans-serif; font-weight: bold; font-size:14px; 
}
.text h2 { padding:0px}
.mainlist h2 a {font-family:"Arial", Helvetica, sans-serif; font-weight: normal; font-size:18px; color:#f9181e; padding-right:8px } 

.mainlist h2 { border-bottom:1px solid #dbdbdb; padding-top: 15px; font-size:16px; color:#969696; font-weight: normal;}

/*//NT EDIT 112012: pagination changes */
.pagination li.prev_page, 
.pagination li.next_page {
	background:none;
	text-indent:0;
	width:auto;
}

.pagination li {
	width:auto;
	padding:0 2px;
	text-transform:lowercase;
}

.pagination {
	margin-left:0;
}

#overseas_pop, 
#sb-title-inner,
.pop_content {
	display:none;
}

/* AC :: Additional for User Guide button in Item page*/

.user_guide{
	background: #ff0818;
	font-family: 'MyriadProSemiExtended';
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	width: 90px;
	height: 16px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/templates/jlit/includes/pie/PIE.htc);	
	text-align: center;
	margin-left: 8px;
	position:relative;
}

.writer {
	font-style:italic;
}

.detail.writer {
	font-size:1em;	
}

.featured-books {
	border-top:1px solid #ccc;
	margin-top:30px;
	padding-top:15px;
}

.featured-books h3 {
	margin-bottom:20px;
}

/* AWARDS PAGES*/

.award-book li {
	float:left;
	margin-right:23px;
	margin-bottom:15px;
	position:relative;
}

.award-book li .book-clip {
	width:135px;
	height:195px;
	overflow:hidden;
}

.award-book li span.year {
	display:block;
	text-align:center;
	font-size:14px;
	font-size:.85rem;
	padding:6px 0;
}

.award-book li.end {
	margin-right:0;
}

.award-book li .book_info_tooltip {	
	left: -31px;	
}

.award-book li:hover > .book_info_tooltip {
	display:block;
}

.k2ItemsBlock li {
	margin:8px 0;
}

.k2ItemsBlock li.active a {
	color:#000;
}

#k2ModuleBox73 {
	margin-top:115px;
}

/* BOLOGNA BOOK FAIR */

/* book detail logo */

.bologna_header_logo {
	float: left;
	
	margin-top: -7px;
	display:none;
}
.bologna_header_logo img {
	height: 61px;	
}

.publications .bologna_book .bologna_header_logo {
	display:block;
}

.publications #title.bologna_book h1 {
	/*margin-left:50px;*/
	margin-left:10px;
}

.publications #title.bologna_book #kanji_title {
	margin-left:12px;
}

.bologna_book_fair h2,
.bologna_book_fair .back,
.bologna_book_fair .itemHeader h1 {
	display:none;
}


.bologna_book_fair .top_part > a img {
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 5px;
    float: left;
    padding: 10px 25px 10px 15px;
	margin-right: 35px;
}

.bologna_book_fair .bottom_part {
	border-top:1px dotted #ccc;
	padding-top: 28px;
}

.bologna_book_fair .bottom_part > img {
	float:left;
	margin-right:100px;
}

.bologna_book_fair .bottom_part h2 {
	display:block;
	padding-top: 18px;
}

.bologna_book_fair h1 {
	/*margin: 0 0 29px 0 ;*/
	margin: 0;
    padding: 0 0 15px 0;
	border-bottom: 1px solid #dbdbda;
	position: relative;
	background:none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-left:0;
}

.bologna_book_fair #books:first-child {
	float: left;
	border-bottom: 1px solid #444444;
	margin-bottom: 20px;
	width: 100%;
}

.bologna_book_fair #books li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width: 135px;
	min-height: 290px;
	margin-left:26px;
	overflow:hidden;
}

.bologna_book_fair #books li img {
	max-height:193px;
}

.bologna_book_fair #books li.bookcolumn1 {
	margin-left:0;
}

.bologna_book_fair #books li + li　+ li {

}

.bologna_book_fair #books li > a > span {
	display:block;
	font-size:12px;
	font-size:.75rem;
	font-weight:700;
	line-height: 1.55;
	
}
.bologna_book_fair #books li > a {
	color:#3E3E3E;
}

.bologna_book_fair #title.book_heading {
	display:block;
	position:relative;
}

.bologna_book_fair #title.book_heading h1 {
	width:100%!important;
}

.bologna_book_fair #title .share_icons {
	left:inherit;
	right:0;
}

.bologna_book_fair .intro {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	}
.bologna_book_fair .intro div,
.bologna_book_fair .intro img {
	float: left;
	}
.bologna_book_fair .intro p {
	line-height: 170%;
	}
.bologna_book_fair .intro .col1 {
	width: 365px;
	margin-left: 40px;
	}
.bologna_book_fair .intro .col1 .btn {
    background: url("../images/bologna-2014/sprite.gif") no-repeat 0 -133px;
    display: block;
    height: 35px;
    text-indent: -9999px;
    width: 250px;
	}
.bologna_book_fair .intro .col1 .btn:hover {
    opacity: 0.9;
	}
.bologna_book_fair .intro .col2 {
	width: 380px;
	margin-left: 30px;
	}
.bologna_book_fair .intro .col2 ul {
	padding: 0;
	margin: 0;
	}
.bologna_book_fair .intro .col2 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.bologna_book_fair .intro .col2 h3 {
    color: #FF0818;
    font-family: 'MyriadProSemiExtended';
}
.bologna_book_fair .intro .col2 li h3 {
    font-size: 1.125em;
    font-weight: normal;
    padding-bottom: 5px;
}
.bologna_book_fair .intro .col2 li h3 span {
    color: #959595;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
    font-size: 90%;
    padding-left: 5px;
}

#cat_47{
	background-color: #FFB5BA !important;
}

.results p{
	font-size: 1em;
}

.list li p.more_info {
    padding-top: 10px;
}

.desc_info, .less{
	display:none;
}

.more_info a{
	text-decoration: underline;
}

.maincatCounter {
    font-size: 0.65em !important;
}

/*Frankfurt Tabs*/
.bologna_book_fair ul.tabs{
	list-style: none;
	background: none repeat scroll 0 0 #89f9d9;
	height: 34px;
	margin: 0;
	width: 100%;
}


.bologna_book_fair ul.tabs li {
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
	list-style-type: none;
	width: 25%;
	height: 34px;
	float: left;
}

.bologna_book_fair ul.tabs li a {
	background: url("../images/frankfurt/tab_background.png") no-repeat;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 34px;
	padding: 10px 0;
	font-weight: bold;
}

.bologna_book_fair ul.tabs li.active a{
	background: url("../images/frankfurt/tab_active.png") no-repeat !important;
	color: #000000;
}

.bologna_book_fair ul.tabs li a:hover{
	color: #000000;
	text-decoration: none !important;
	background: url("../images/frankfurt/tab_hover.png") no-repeat;
}

/*.bologna_book_fair ul.tabs li{
	display: inline;
	padding: 17px 30px;
	background: url("../images/frankfurt/tab_background.png") no-repeat scroll 0 0 / 233px 36px;
}*/

.bologna_book_fair ul.tabs li div {
    display: inline;
}

.publisher_right{	
	font: 14px Arial,Helvetica,sans-serif;
	float: right;
	width: 260px;
}

.publisher_right ul{
	margin: 0 !important;
}

.publisher_right li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 2px 0 !important;
	font-weight: bold;
}

.publisher_right li span{
	vertical-align: bottom;
	font-size: 15px;
}

.publisher_right li a:hover{
	color: #000000;
	text-decoration: none !important;
}

.bologna_book_fair .tab_content{
	padding-top: 10px !important;
}

.bologna_book_fair .tab_content #books h3{
	margin: 10px 0 20px 10px;
    font: 20px Arial,Helvetica,sans-serif;
}

.right_corner {
    padding: 20px 10px;
}