/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	display: none;
	color:#FFFFFF;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url('../images/TipPoint.gif');
		background-repeat:no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url('../images/TipMid.gif');
		background-repeat:repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url('../images/TipCap.gif');
		background-repeat:no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}

	/*--------- Demo Area ----------*/	
	
	div.demo {
		width: 100%;
		border-bottom: 1px dashed #0f5b56;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
		#content .demo h3 {
			margin-bottom: 0;
		}
		
		#content .demo h3 span {
			font-size: 0.5em;
			font-weight: normal;
		}
		
		div.demoInn {
			position: relative;
			min-height: 130px;
			_height: 130px; 
			background: #e7fefc;
			border: 6px solid #0f5b56;
			border-top: 0;
			padding: 20px;
		}


	/*--------- uniTip ----------*/

a.tip:link, a.tip:visited { 
	margin-top: 50px;
	width: 120px;
	text-align: center;
	font: normal bold 1.2em Georgia, Times, "Times New Roman", serif;
	display: block; 
	padding: 3px; 
	background: #85B521; 
	color: #0f5b56;
	border-bottom: none;
}

a.tip:hover { 
	background: #a7e22b;
}

.right { 
	float:right; 
}
