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

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* eo CSS RESET */

#wrapper {
	/* width:900px; */
	width: 1000px;
	margin:0px auto;
}

body {
	background:#fff url(../images/header_grad.png) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#2d291e;
}

em {
	font-style:italic;
	color:#333333;
}

h1 {
	padding:5px;
	margin:13px 0 0 11px;
	border-left:1px solid #d5bc93;
	/*width:115px;*/
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.3em;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	/* margin-bottom:15px; */
	width:500px;
	padding-bottom: 5px;
}

h3 {
	color:#8298aa;
	font-size:1em;
	font-weight:bold;
	margin:0px 0 14px 0px;
	background:url(../images/inolex_news_arrow.png) center right no-repeat;
	width:110px;
	padding-bottom: 1px;
}

h4 {

}

h5 {
	font-weight:bold;
}

h6 {

}

dt {
	margin:10px 0 0px 3px;
	font-weight:700;
	font-size:1.1em;
}

dd {
	margin:10px 0 5px 15px;
}

p {
	line-height:1.4em;
}

a {
	color:#8298aa;
}

a:hover {
	color:#9ab5ca;
}

#left_header {
	color:#FFFFFF;
	font-size:1.2em;
	line-height:28px;
	padding:15px 0 0 15px;
	float: left;
}

/*#left_header font {
	margin:0 0 0 15px;
}*/

#content_left h3 a {
	color:#8298aa;
}

#content_left a {
	color:#713511;
	text-decoration:none;
}

#content_left a:hover {
	color:#b8561c;
}

#news_column_nodesk {
	margin-bottom:20px;
}

#news_column_nodesk li {
	margin:2px 0 2px 0;
}
#news_column_nodesk li a {
line-height:1.2em;
}
#news_list_nodesk li a {
line-height:1.2em;
}

#news_column {
	margin:0 0 20px 0;
}

#news_column li {
	margin:15px 0 15px 0;
}

#news_column li h4 {
	font-size:1em;
	font-weight:200;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#news_column li h5 {
	margin-bottom:7px;
	font-weight:bold;
	font-size:.8em;
	font-weight:100;
}

#news_column p {
padding-top: 5px;
}

#news_list {
	margin:0 0 90px 0;
}

#news_list li, #events_list li {
	margin:10px 0 10px 0;
	padding:7px;
	border:1px solid #D5CEBF;
	/* background:white; */
}

#news_list li h4, #events_list li h4 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}
#news_list li h5 {
	margin-bottom:7px;
	margin-top:5px;
	font-weight:bold;
	font-size:.8em;
	font-weight:100;
}

#left_category_list {
	font-size:1.1em;
	margin-bottom:25px;
}

#left_category_list li {
	margin:5px 0 5px 0;
}

#left_faq_list {
	font-size:.8em;
	font-weight:bold;
	margin-bottom:150px;
}

#left_faq_list li {
	margin:5px 0 5px 0;
}

h3.faq {
	background:none;
	width:100%;
}

h3 font {
	font-size:.8em;
}

input {
	margin:5px;
}

textarea {

}

.login_anchor {
	font-weight:bold;
	color:#43348d;
	padding-bottom:2px;
}

.tag {
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	color:#990000;
	padding:3px;
	border:1px solid #990000;

}

.keyword_tag {
	font-family:"Courier New", Courier, monospace;
	font-size:1.1em;
	color:#009900;
}

.clear {
	clear:both;
}

#content_left li {
	margin:8px 0;
}

#news_column li {
	margin:22px 0;
}

#news_column p {
	color:#747474;
	font-size:.9em;
}

#news_column li h4, #events_column li h4 {
	font-weight:700;
	line-height:14px;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
sup {
vertical-align: super;
font-size: .83em;
line-height: 1em;
text-decoration: none;
}
a.nolink:hover {
color:#8298aa;
}


html body ul.chemidex_list li {
list-style-type:disc;
text-align:left;
margin-left: 30px;
}

html body ul.chemidex_list {
margin-top: 8px;
}

html body #chemidex_login a {
color:#4E4189;
}