/* 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: 11px;
	color: rgb(80,80,80);
	text-shadow: 0 0 2px rgb(255,255,255);
	padding: 4px 8px;
	border: 1px solid rgba(255,204,102,0.75);
	background-color: rgb(255, 255, 204);
	background-color: rgba(255,255,204,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,255,204)), to(rgb(255,255,204)));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#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(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

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

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

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

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

#tiptip_content h3
{
	color: black;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px dotted rgb(200,200,200);
	padding-bottom: 10px
	text-align: left !important;
}



#tiptip_content a
{
	color: rgb(0, 121, 188);
	text-decoration: none;
}

#tiptip_content a:hover
{
	color: rgb(200,0,0);
}

#tiptip_content p.alignright
{
	text-align: right;
}

#tiptip_content ul
{
	list-style-type: square;
	list-style-position: inside;
	padding:10px;
}

#tiptip_content ul li
{
	color: rgb(120,120,120);
}

#tiptip_content strong
{
	font-weight: bold;
}

a#us_can_flag, a#ie_flag, a#au_flag, a#gb_flag
{
	text-decoration: none;
	color: rgb(80,80,80);
	height: 20px;
	display: block;
	background: transparent url(images/flags/US.png) no-repeat 1px 1px;
	padding: 4px 0 0 30px;
	margin-bottom: 5px;
}

a#us_can_flag:hover, a#ie_flag:hover, a#au_flag:hover, a#gb_flag:hover
{
	color: rgb(200,0,0);
}

a#ie_flag
{
	background: transparent url(images/flags/IE.png) no-repeat 1px 1px;
}

a#au_flag
{
	background: transparent url(images/flags/AU.png) no-repeat 1px 1px;
}

a#gb_flag
{
	background: transparent url(images/flags/GB.png) no-repeat 1px 1px;
}