@charset "utf-8";
/* CSS Document */
a.cuetip {
    outline: none;
    text-decoration: none;
    position: relative;
}
a.cuetip span {
    width: 200px;
	visability: hidden;
    padding: 5px;
    margin-top: 0;
    margin-left: -120px;
    opacity: 0;
    z-index: -1;
	color: #000;
    position: absolute;
    font-size: 11px;
	line-height: 12px;
	text-align: left;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #999999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left, z-index;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left, z-index;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
/*a.cuetip > span:hover,*/
a.cuetip:hover span {
	z-index: 10;
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 30px;
    display: inline;
    margin-left: -90px;
}
a.cuetip.top span {
	bottom: 25px;
}
a.cuetip.top:hover span {
   bottom: 25px;	
}
a.cuetip.moveLeft:hover span {
	left: -40px;
}
a.cuetip.moveLeft:hover span b {
	margin-left: 80%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
a.cuetip.moveLeft:hover span {
	left: -70px !important;
}
a.cuetip span {
    width: 250px !important;
}
}
@media all and (min-width: 1025px) {
a.cuetip.moveLeft:hover span {
	left: -103px !important;
}
a.cuetip span {
    width: 300px !important;
}
}
a.cuetip:hover span b {
    width: 15px;
    height: 15px;
    margin-left: 20%;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	z-index: 9;
	
} 
a.cuetip.top:hover span b {
	bottom: -9px;
	margin-top: 0;
	position: absolute;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	z-index: 9;
}

a.cuetip > span {
	color: #000000; 
	background: #FFF;
	border: 1px solid #dcdcdc;	     
}    
	  
a.cuetip span b {
	background: #FFFFFF;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	
}

/*   ClickTips    */
.clicktip {
    position: relative;
	overflow: visible;
}
.clicktip span {
    width: 200px;
	overflow: visible !important;
	display: none;
    margin-bottom:15px;
    margin-left: -120px;
 	color: #000;
    position: absolute;
	bottom: 10px;
	right: 0px;
    font-size: 11px;
	line-height: 12px;
	text-align: left;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #999999;
    -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*a.cuetip > span:hover,*/
.showSpan {
	z-index: 99999;
    text-decoration: none;
    display: block !important;
    overflow: visible;
    margin-top: 30px;
    display: inline;
    margin-left: -90px;
    background: #FFF;
	    padding: 12px 5px 12px;
}
.clicktip.top span {
	bottom: 25px;
}
.clicktip.bottom span {
	top: 15px;
	padding-bottom: 78px;	
}
.showSpan {
   bottom: 25px;	
}
.clicktip.moveLeft span.showSpan {
	left: -40px;
}
.clicktip.moveLeft span b {
	margin-left: 80%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
.clicktip.moveLeft span.showSpan {
	left: -70px !important;
}
.clicktip span {
    width: 250px !important;
}
}
@media all and (min-width: 1025px) {
.clicktip.moveLeft span.showSpan {
	left: -103px !important;
}
.clicktip span {
    width: 300px !important;
	
}
}
@media all and (max-width: 767px) {
.clicktip.bottom span {
	top: 15px;
	padding-bottom: 111px;	
}	
}
.clicktip span b {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
	bottom: -8px;
	right: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
	z-index: 9;
	
} 
.clicktip.top span b {
	bottom: -9px;
	margin-top: 0;
	position: absolute;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	z-index: 9;
}
.clicktip.bottom span b {
	top: -9px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

.clicktip > span {
	color: #000000; 
	background: #FFF;
	border: 1px solid #dcdcdc;	     
}    
	  
.clicktip span b {
	background: #FFFFFF;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
img.topRight { 
	position: relative;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	border: 1px #999 solid;
	padding: 3px;
	float: right;
	margin: -7px 0 15px 15px;
}
.clicktip a {
	text-decoration: underline;
}

	




