
body#top div.infodetail {
	background-color: white;
	border: 3px solid #96bfd6;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	margin: 0 auto;
	padding: 30px 80px;
	width: 700px;
}

body#top div.infodetail h3 {
	padding: 15px 0;
}

body#top div.infodetail h3 em {
	border-bottom: 3px solid #253692;
	color: #253692;
	font-size: 130%;
	font-style: normal;
	padding: 5px 20px;
}

/***********************************************************************************/
span.raw-vaccine {
	background-color: #bde6ac;
}

span.inactivated-vaccine {
	background-color: #d0ddf2;
}

table.pricelist th {
	background-color: #008081;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #1eb3a4;
	border-right: 1px solid #1eb3a4;
	border-top: 1px solid #949494;
	color: white;
	padding: 8px 15px;
	white-space: nowrap;
}

table.pricelist tr.header td {
	background-color: #15a89a;
	color: white;
}

table.pricelist tr.header td {
	border-right: 1px solid #cee8e7;
	text-align: center;
}

table.pricelist tr.header td.l {
	text-align: left;
}

table.pricelist tr.header td:last-child {
	border-right: none;
}

table.pricelist th:first-child {
	border-left: none;
}

table.pricelist th:last-child {
	border-right: none;
}

table.pricelist td {
	border-bottom: 1px solid #949494;
	border-top: 1px solid #949494;
	line-height: 1.6em;
	padding: 7px 15px;
}

table.pricelist td.comment {
	text-align: center;
}

table.pricelist td.tb {
	background-color: #d0ddf2;
}

table.pricelist td.tg {
	background-color: #bde6ac;
}

table.pricelist td.p {
	border-left: 1px solid white;
	text-align: right;
	white-space: nowrap;
	width: 15%;
}

table.pricelist td.u {
	text-align: right;
	white-space: nowrap;
}

table.pricelist td.pc {
	text-align: center;
	width: 30%;
}

table.pricelist td.o {
	background-color: #eaeaea;
	width: 30%;
}

table.pricelist td.on {
	background-color: #d8dbe3;
}

table.pricelist td.c {
	text-align: center;
}

table.pricelist td table th {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	color: black;
	font-weight: normal;
	padding: 3px 0;
	text-align: left;
}

table.pricelist td table td {
	border: none;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	padding: 3px 0;
	text-align: right;
}

table.pricelist td h4 {
	color: black;
	color: #008081;
	font-size: 17px;
	padding: 10px 0;
	text-align: justify;
}

