/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 12px;
	/* color: #603913; */
	color:#fff;
	text-shadow: 0 0 2px #c3cf53;
	padding: 4px 8px;
	border: 1px solid rgba(149,163,42,0.85);
	background-color: rgb(175,191,43);
	background-color: rgba(175,191,43,0.92);
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #565e12;
	-webkit-box-shadow: 0 0 3px #565e12;
	-moz-box-shadow: 0 0 3px #565e12;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
/*  ÇÅË¨ÍÛÉ 
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(175,191,42,0.85);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(175,191,42,0.85);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(175,191,42,0.85);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(175,191,42,0.85);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(175,191,43);
	border-top-color: rgba(175,191,43,0.75);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(175,191,43);
	border-bottom-color: rgba(175,191,43,0.75);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(175,191,43);
	border-right-color: rgba(175,191,43,0.85);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(175,191,43);
	border-left-color: rgba(175,191,43,0.85);
} */

/* Webkit Hacks  */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(175,191,43,0.92);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(175,191,43,0.92);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(149,163,43,0.92);
	}
}
 */
 
#tiptip_content {
	font-size: 12px;
	/* color: #603913; */
	color:#fff;
	text-shadow: 0 0 2px #c3cf53;
	padding: 4px 8px;
	border: 1px solid rgba(87,68,48,0.8);
	background-color: rgb(131,95,58);
	background-color: rgba(131,95,58,0.92);
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #574430;
	-webkit-box-shadow: 0 0 3px #574430;
	-moz-box-shadow: 0 0 3px #574430;
} 
 
/* Êîðè÷íåâûé */
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(76,58,42,0.85);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(76,58,42,0.85);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(131,95,58,0.85);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(131,95,58,0.85);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(131,95,58);
	border-top-color: rgba(131,95,58,0.75);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(131,95,58);
	border-bottom-color: rgba(131,95,58,0.75);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(131,95,58);
	border-right-color: rgba(131,95,58,0.85);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(131,95,58);
	border-left-color: rgba(131,95,58,0.85);
} 

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(131,95,58,0.92);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(131,95,58,0.92);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(131,95,58,0.92);
	}
}