/*
 * BOTTIPS CLASSES
 * 
 */
.bottips{
	position: relative;
}
.bottips_container{
	width: 240px;
	position: absolute;
	z-index: 10000;
	cursor: default !important;
}
 .bottips_container .bottips_arrow_left{
	position: absolute; 
	background:url(../images/bt-arrow-left.png) no-repeat bottom; 
	height: 22px;
	width: 11px;
 }
 .bottips_container .bottips_arrow_right{
	position: absolute; 
	background:url(../images/bt-arrow-right.png) no-repeat bottom; 
	height: 22px;
	width: 11px;
 }
 .bottips_container .bottips_top{
	height: 14px; 
	width: 100%;
	background-color: #e1e1e1;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
 }
 .bottips_container .bottips_content{
	width: 90%;
	background-color: #e1e1e1;
	padding-left: 5%;
	padding-right: 5%;
 }
	.bottips_container .bottips_content p{
		padding: 10px;
		margin: 0px;
		color: #666666;
		font-size: 12px;
	}
 .bottips_container .bottips_bottom{
	height:10px; 
	width: 100%;
	background-color: #e1e1e1;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
 }

