@charset "UTF-8";
/* CSS Document */

.content-box-nav {
	background-color: #fff;
	height: 26px;
}

.content-box-prev {
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	float: left;
}
.content-box-next {
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
}

.content-box-nav-divider {
	display: none;
}

.tip {
	float: right;
	height: auto;
	width: 135px;
	padding: 0 6px 6px;
	background-image: url(../images/tip.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #c6e094;
}

.tip p {
	font-size: 11px;
	margin: 0;
}

.tip h3 {
	width: auto;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	margin-top: 63px;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.tip h4 {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
}

	.utnp-kids-tips h4 {
		display: none;
		}

.content-box-inner {
	padding: 8px;
	color: #000;
	background-color: #fff;
}
