﻿.tooltipBox h3 {
	display:block;
	width:301px;
	height:15px;
	margin-left:7px;
}

/*.tooltipBox ul 
{
    width:300px;
	padding:0;
	margin:0;
	padding:4px;
}
.tooltipBox ul li
{
    padding-left: 8px;
    padding-bottom: 4px;
    background: url(../../images/arrow_green.gif) 0 5px no-repeat;
    list-style-type: none;
}*/

.tooltipBox ul 
{
    width:300px;
    font:10px Arial, sans-serif;
	list-style:none;
	padding: 2px 4px 10px 4px;
}
.tooltipBox ul li {
	background:url(../../imagesn/sidenavli.gif) no-repeat left top;
	border-bottom: 1px dotted #919191;
	padding:5px 0 5px 10px;
}
.tooltipBox ul li a.tooltipLink {
	display:block;
	text-decoration:none;
	font:bold 10px Verdana;
	color:#686868;
}
.tooltipBox ul li a.tooltipLink:hover {
	text-decoration:underline;
}

.tooltipBox .close
{
    position:absolute;
    left:300px;
    top:0px;
    background:#ffffff;
    color:#333333;
    width:12px;
    height:16px;
    cursor:pointer;
    font-weight:bold;
}