﻿.hotspot {
}
#tt {
    position:absolute; 
    display:block; 
    background:url(images/tt_left_grn.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#tt strong {
	font-weight: bold;
	color: #FFFFFF;
}
#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(images/tt_top_grn.gif) top right no-repeat;
    overflow: hidden;
    color: #FF0000;
}
#ttcont {
    display:block; 
    padding:2px 12px 3px 7px; 
    margin-left:5px; 
    /*background:#666; default gray */
    background: #53B055;/* Yotify green */
    /*background: #066CAA; Yotify blue */
    color:#FFF;
}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom_grn.gif) top right no-repeat; overflow:hidden}