@charset "UTF-8";
/* CSS Document */

.lastspec {
	margin-bottom: 10px;
	font-weight: bold;
	color: #B52D00;
}

#rooibos-base {
	width: 100%;
	font-size: 13px;
	line-height: 150%;
	background: #ffffff;
}

/* Contents */

#rooibos-base .content {
  /*  background:  #FFF;
	border: 2px solid #FF7F00;*/
	width: auto;
	clear: both;
  margin: 0 auto;
	margin-bottom: 30px;
	/*border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;*/
}

#rooibos-base .content .info_txt {
	background: #FFFFBF;
	padding: 15px;
	margin: 30px 0;
	overflow: hidden;
}

#rooibos-base .content .info_txt img {
	margin-left: 15px;
	float: right;
}
#rooibos-base .content .info_txt h4,
#rooibos-base .content .inner h4 {
	background: #FEF7EE;
	padding: 5px;
	color: #FF7F00;
	margin: 0 0 10px 0;
	font-size: 16px;
}
#rooibos-base .content .inner.faq h4 {
	margin: 10px 0 0 0;
}
#rooibos-base .content .inner.faq h4.bk {
	color: #333;
}
#rooibos-base .content .reco h4 {
	font-size: 20px;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 140%;
}

#rooibos-base .content .inner {
	margin: 0 0 30px 0;
	padding-top: 10px;
	overflow: hidden;
	font-size: 13px;
	line-height: 160%;
}

#rooibos-base .content .inner .img {
	float: right;
	margin: 0 0 10px 10px;
}

#rooibos-base .content .inner img {
	width: auto;
}

#rooibos-base .content .inner .clearfix {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
  clear: both;
}

#rooibos-base .content .inner b {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #FF8000;
}

#rooibos-base .content hr {
	margin: 15px 0;
	border: 1px dotted #CCC;
}

#rooibos-base .content .inner .txt {
	width: 400px;
	float: left;
}

#rooibos-base .content .inner .txt h5 {
	padding: 0;
	color: #FF7F00;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}

#rooibos-base .content .inner small {
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
}