﻿body {
}

.tipDiv {
    position:relative;
	margin: 2px 0 0 2px;
	padding: 0;
	list-style: none;
	text-align:left;
	font-weight:normal;
	z-index:10;
}

.tipDiv_r {
    position:relative;
	margin: 2px 0 0 2px;
	padding: 0;
	list-style: none;
	text-align:right;
	font-weight:normal;
}
.tipImage{
    width:13px;
    height:13px;
    z-index:0;
    cursor:pointer;
}

.tipFrame {
	background:  url(../imagesgog/img-calloutbg-m.png) no-repeat;
	width: 300px;
	height: 260px;
	position:absolute;
	top: 350px;
	left: 260px; 
	text-align: left;
	padding: 5px 5px 2px 25px;
	font-style: normal;
	font-weight:normal;
	z-index: 2000;
	display: none;
}

.tipContent {
    margin-top:0px;
    width:270px;
    height:auto;
    color:#000000;
    font-weight:normal;
    z-index:2000;
}
ul {
    margin-top:0px;
    margin-left:-25px;
    width:250px;
}