/* 
  -- Box Model by David Beltran --
*/

.box {
	background-color: #F9F9F9;
	background-image: url(../../assets/images/bg/boxLeftBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	color:#666666;
	font-size:90% !important;
	height:100%;
}
.box  div.rt {
	background: no-repeat  right top url(../../assets/images/bg/boxRightTop.gif);
	height:100%;
}
.box  div  div.lt{
	background: no-repeat  left top url(../../assets/images/bg/boxLeftTop.gif);
	height:100%;
}
.box  div  div  div.rb{
	background: no-repeat  right bottom url(../../assets/images/bg/boxRightBottom.gif);
	padding: 0px 10px 10px 20px;
	height:100%;
}
.box div div div.rb p {
	margin: 0.5em 0px 0.5em 0px;
}
.box.prescribing {
	margin-bottom: 5px;
	width: 258px;
}
.box.prescribing p{
	margin:0.5em 0 1em 0 !important;
	padding:0;
	line-height:120%;
}
.box.landing {
	width: 229px;
	float: left;
	margin: 0 8px 0 0;
	text-align: center;
	height:156px;
}
.box.landing  div  div  div.rb{
	height:146px;
}
.box.landing p {
	text-align: left;
	line-height: 130%;
}
.box.landing a.boxlink {
	color: #666 !important;
}
.box.landing a.boxlink:hover {
	text-decoration:none;
}
.box.landing p.about {
	width: 130px;
	margin: 15px 10px 0 0;
}
.box.landing img.about {
	margin-top: 45px;
}
.box.landing p.exocrine {
	width: 140px;
	margin: 10px 10px 0 0;
}
.box.landing span.exocrine {
	width: 66px;
	display: block;
	float: left;
	padding: 19px 0 0 0;
}
.box.landing img.exocrine {
	margin-top: 40px;
}
.box.landing ul.faq {
	text-align: left;
	margin: 12px 5px 0 0 !important;
	display: block;
	width: 190px;
	height: 50px;
	list-style-type: none !important;
	line-height:120% !important;
}
.box.landing ul.faq li {
	background: url(../../assets/images/icn/faqBulletQ.gif) no-repeat left 3px !important;
	padding-left: 22px !important;
	margin-bottom: 18px;
	height:15px;
}
.box.notice {
	background-color: #FFFFFF;
	margin-bottom:5px;
}
.box.notice  div  div  div.rb{
	padding-top: 10px;
}
.box.notice p {
	line-height: 120% !important;
}
.box.notice span.safetyInfo  {
	font-weight:bold;
	display:block;
	text-indent:-5000px;
	background: url(../../assets/images/txt/isi.gif) no-repeat left top;
	width:257px;
	height:13px;
	margin:10px 0;
}
.box.living {
	width: 348px;
	float: left;
	margin: 0 8px 0 0;
	text-align: center;
}
ul.genList {
	list-style-type:none;
	margin:0 0 5px 5px;
	line-height:120%;
}
ul.genList li {
	padding-left: 15px;
	background: url(../../assets/images/icn/dateBulletDBlue.gif) no-repeat left 4px;
	margin-bottom: 8px;
}