/* Product tour styles below
====================================
*/
.hidden {
  display: none;
}

.tour-image {
  padding: 15px 0 15px 15px;
  background: #E3E9F2;
}

/*Tooltip styles below
================================
*/

.tooltips
{   
  position: absolute;
  top: 97px; left: 30px;
  margin: 0;
  padding: 0;
  display: block;
}

.tooltips ul {
	margin: 0;
	padding-left: 0;
	margin-left:0;	
}

.tooltips li {
	padding-left: 0;
	margin-left: 15px;	
}

.tooltips .buttonlink
{ 
  display: block;
  width: 25px; height: 23px;
  text-indent: -9999em;
  overflow: hidden;
}

.tooltips .tooltip
{ 
  position: relative;
  left: 27px; top: -29px;
  height: auto; width: auto;
  z-index: 1;
}

/* Specify a default width for the tooltip content body box.*/
/* Position the tooltip.*/
.tooltips .tooltip .content
{ 
  position: relative;
  display: block;
  top: -12px; left: -3px;
  width: auto; height: auto; 
}

/* Style the content box. */
.tooltips .tooltip .content .body 
{ 
  position: absolute;  
  background: #E5F0DA;
  border: 1px solid #000000;
  white-space: nowrap;
  padding: 10px; padding-bottom: 5px;
  margin: 0px; 
  line-height: 1.3em;
  font-weight: bold; 
  font-size: 10px;   
}

/* Make the tooltips hover over the page*/
.tooltips .tip-1 { position: absolute; }
.tooltips .tip-2 { position: absolute; }

/* Push the tooltip bubble to the right to allow for the larger tip-1 icon.*/
.tooltips .tip-1 .tooltip { left: 105px; }

/* Setup tooltip icons*/
.tooltips .tip-1 .buttonlink { background: url("/images/pt_icon.png") no-repeat; width: 106px; height: 26px; z-index: 0; }
.tooltips .tip-2 .buttonlink { background: url("/images/pt_iconsmall.png") no-repeat; width: 27px; height: 27px; z-index: 0; }

/* Style the extending arm of the tooltip bubble so it overlaps the tooltip content box RIGHT at the border.*/
.tooltips .tooltip .extender
{ 
  position: relative;
  left: 0px; top: 0px;
  background: url("/images/pt_tooltipextender.png") no-repeat;
  width: 70px; height: 27px; 
  z-index: 2;
}

.tooltips .tooltip .shadow
{
  position: relative;
  top: -23px; left: 72px;
  background: url("/images/pt_tooltipdropshadow.png") repeat;
  width: auto; height: auto;
}


/* Set tooltips to cover all other tooltip display buttons on pop-up*/
.tooltips .tip-1:hover { z-index: 1; }
.tooltips .tip-2:hover { z-index: 1; }

/* Set tooltips to display on hover.*/
.tooltips .tip-1:hover .tooltip { display: block; }
.tooltips .tip-2:hover .tooltip { display: block; }

#pt_main {
	border: 1px solid #666;
	clear: both;
	background: #D5DFED;
	padding-top: 2em;
	
	margin: 0 5px;
}

#pt_contents {
	padding: 0; /* was 1.5em */
	background: #FFFDF3;
	min-height: 300px;
}

#pt_menu_wrapper {
	position: relative;
	width: auto;
	height: 3em;
	/*width: 45em; a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
	margin: -1em 5px 0 5px;
	font-weight: bold;
}

#pt_menu_wrapper ul#pt_menu_top {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	/*width: 45em; a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#pt_menu_wrapper ul#pt_menu_top li  {
	display: inline;
	list-style: none;
}

#pt_menu_wrapper ul#pt_menu_top a,#pt_menu_wrapper ul#pt_menu_top span,#pt_menu_wrapper ul#pt_menu_top a.current {
	width: auto;
	display: block;
	float: left;
	padding: 4px 10px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#pt_menu_wrapper ul#pt_menu_top span,#pt_menu_wrapper ul#pt_menu_top a.current,#pt_menu_wrapper ul#pt_menu_top a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #D5DFED;
	padding-bottom: 6px;
	margin-top: 0;
}

#pt_menu_wrapper ul#pt_menu_top a {
	background: #E3E9F2;
	border: 1px solid #AAA;
	border-bottom: none;
}

#pt_menu_wrapper ul#pt_menu_top a:hover {
	margin-top: 0;
	border-color: #666;
	background: #D8D8D8;
	padding-bottom: 5px;
}

#pt_menu_wrapper ul#pt_menu_sub {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#pt_menu_wrapper ul#pt_menu_sub li a,#pt_menu_wrapper ul#pt_menu_sub li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#pt_menu_wrapper ul#pt_menu_sub li a {
	color: #06C;
	text-decoration: underline;
}

#pt_menu_wrapper ul#pt_menu_sub li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#pt_menu_wrapper ul#pt_menu_sub li a:active {
	color: #000;
	background: transparent;
}

#pt_menu_wrapper ul#pt_menu_sub li:last-child a { border: none; }
