/*
 * BOTTIPS CLASSES
 * 
 */
.bottips{
	position: relative;
	display: block;
	text-decoration:none;
}
.bottips_container{
	width: 275px;
	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: 76px;
	width: 39px;
 }
 .bottips_container .bottips_arrow_right{
	position: absolute; 
	background:url(../_images/bt-arrow-right.png) no-repeat bottom; 
	height: 76px;
	width: 39px;
 }
 .bottips_container .bottips_top{
	height: 12px; 
	width: 100%;
	background:url(../_images/bt-top.png) no-repeat; 
 }
 .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:url(../_images/bt-mid.png) repeat-y; 
	color: #000000 !important;
	min-height:200px;
	padding:10px;
 }
	.bottips_container .bottips_content h1{
		padding-left: 10px;
		margin: 0px;
		color: #000000 !important;
	}
	.bottips_container .bottips_content p{
		padding: 10px;
		margin: 0px;
		color: #000000 !important;
		font-size: 12px;
	}
	.bottips_container .bottips_content strong{
		color:inherit !important;
	}
	.bottips_container a{
		color: #444444 !important;
		text-decoration: none;
		font-weight: bold;
	}
		.bottips_container a:hover{
			color: #999999 !important;
			text-decoration: underline;
		}
 .bottips_container .bottips_bottom{
	height: 12px; 
	width: 100%;
	background:url(../_images/bt-bottom.png) no-repeat; 
 }
