/*
 * BOTTIPS CLASSES
 * 
 */
.bottips{
	position: relative;
}
.bottips_container{
	width: 240px;
	position: absolute;
	z-index: 10000;
	cursor: default !important;
	text-align: left;
}
 .bottips_container .bottips_arrow_left{
	position: absolute; 
	background:url(../_images/bt-arrow-left.png) no-repeat bottom; 
	height: 22px;
	width: 11px;
	top: -14px;
 }
 .bottips_container .bottips_arrow_right{
	position: absolute; 
	background:url(../_images/bt-arrow-right.png) no-repeat bottom; 
	height: 22px;
	width: 11px;
	top: -14px;
 }
 .bottips_container .bottips_top{
	height: 14px; 
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
 }
 .bottips_container .bottips_close{
	position: absolute;
	background:url(../_images/bt-close.gif) no-repeat;
	height: 14px;
	width: 14px;
	cursor: pointer;
	z-index: 1000;
 }
 .bottips_container .bottips_content{
	width: 100%;
	background-color: #ffffff;
 }
 .bottips_container .bottips_bottom{
	height:10px; 
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
 }
