@charset "utf-8";

/****** CONTENTS ***************************************

	0: GENERAL
	1: Prescription Product
	2: OTC

*******************************************************/

/****** 0: GENERAL **********************************/


/****** 1: Prescription Product *********************/

.product h1{	margin:0 0 15px 0;	}
.product h2{	margin:0 0 10px 0;	}

.product table{
	width:100%;
	border-collapse:separate;
	border-left:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	}

.product table th,
.product table td{
	padding:5px 10px;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	vertical-align:top;
	}

.product table th{
	text-align:center;
	background:#f5f5f5;
	}

.Sensation{font-size: smaller}


/****** 2: OTC **********************************/

.otc h1{	margin:0 0 15px 0;	}
.otc h2{
	float:left;	
	width:300px;
	margin:0 0 10px 0;
	}

.otc p{
	float:right;	
	}

.otc table{
	clear:both;
	width:100%;
	margin:10px 0 10px 0;
	border-collapse:separate;
	border-left:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	}

.otc table th,
.otc table td{
	padding:5px 10px;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	}

.otc table th{
	text-align:center;
	background:#f5f5f5;
	}

.otc table th{
	text-align:center;
	background:#f5f5f5;
	}

.otc table span.red{
	color:#f00;
	}

