/* CSS Document */
.tooltipContainer{
	width:316px;
	font-size:11px;
	display: none;
	position:fixed;
	z-index: 100;
} 
.tooltipTop {
	background:url(/images/new-design/tooltip/tooltip_top.png) no-repeat;
	height:10px;
} 
.tooltipBottom {
	background:url(/images/new-design/tooltip/tooltip_bottom.png) no-repeat bottom;
	padding:10px 20px 23px 19px;
} 

.tooltipContainerL{
	position:absolute;
	width:195px;
	font-size:11px;
	display: none;
	z-index: 100;
} 
.tooltipTopUnLock {
	background:url(/images/new-design/tooltip/unlock-top.png) no-repeat;
	height:18px;
} 
.tooltipTopLock {
	background:url(/images/new-design/tooltip/lock-top.png) no-repeat;
	height:18px;
} 
.tooltipBottomL {
	background:url(/images/new-design/tooltip/lesson-bottom.png) no-repeat;
	height: 70px;
	padding:5px 20px 23px 19px;
} 
.tooltipTopUnLockE {
	background:url(/images/new-design/tooltip/exercise-unlock-top.png) no-repeat;
	height:18px;
} 
.tooltipTopLockE {
	background:url(/images/new-design/tooltip/exercise-lock-top.png) no-repeat;
	height:18px;
} 
.tooltipBottomE {
	background:url(/images/new-design/tooltip/exercise-bottom.png) no-repeat;
	height: 70px;
	padding:5px 10px 23px 19px;
} 

div.close {
	height:10px;
	width:10px;
	margin-left:180px;
	margin-top:5px;
	float:left;
} 
