@charset "utf-8";


/* Vertical Accordions */

h2.accordion_toggle,
h2.accordion_toggle_active {
	width: 550px;
	height: 30px;
	padding: 0 10px 0 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	display: block;
	clear: both;
}

h2.accordion_toggle {
	background: url(/img/en/web/products/e_pH2minus.gif) no-repeat;
	color: #ffffff;
}

h2.accordion_toggle_active {
	background: url(/img/en/web/products/e_pH2plus.gif) no-repeat;
	color: #006699;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
}

.accordion_content table {
	width: 100%;
	border-collapse: collapse;
}

.accordion_content th,
.accordion_content td {
	padding: 5px 3px;
	text-align: center;
}

.accordion_content th {
	font-size: 80%;
	_font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #347488;
}

.accordion_content th.data {
	width: 54px;
}

.accordion_content td {
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

.accordion_content td h3
.accordion_content td p {
	font-size: 100%;
	line-height: 1.2em;
	display: block;
}

.accordion_content td p {
	margin-bottom: -0.8em;
}

.accordion_content td a img {
	margin-top: 3px;
	display: block;
	clear: both;
}

.accordion_content img.pPhoto {
	float: left;
	padding-right: 7px;
}

.accordion_content a {
	font-size: 100%;
}
