﻿.InfoTable 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	margin:5px;
	text-align:center;
	
		
}
.InfoTableHeading td
{
	font-weight:normal;
	text-align:center;
	background-color:#711471;
	color:#ffffff;
	background-position:right;
	border-bottom:solid 4px #fdd30a;
	
	
}
.InfoTableBody td 
{
	background-color:#F2F3F3;
	color:#666666;
	border-bottom:solid 4px #ffffff;
	text-align:right;
}
.InfoTableBodyOver td 
{
	background-color:#fdd30a;
	color:Black;	
	border-bottom:solid 4px #ffffff;
	text-align:right;
}
td.InfoTableHeadingStart 
{
	background-color:transparent;
	background-image:url(../images/img_header_bkg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:solid 4px #fdd30a;
}
td.InfoTableHeadingEnd 
{
	
	background-image:url(../images/img_header_bkg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:transparent;
	border-bottom:solid 4px #fdd30a;
}
.ToolTip
{
    width:150px;
    text-align:center;
    position:relative;
    display:block;
}
.ToolTipPrice
{  
    border-bottom:dotted 1px black;
    cursor:pointer;
}
.ToolTipPopup
{
    
}
.ToolTipPopupActive
{
    background: url(images/img_tooltip_01.png) no-repeat;
    width: 180px;
    height: 55px;
    padding: 15px;
    display:none;
    position:absolute;
    z-index: 200;
    top:-130px;
    left:-10px;
}
