@charset "UTF-8";/* CSS Document *//* trigger button */#energybus {	background:url(../images/train_bus.png) no-repeat;	display:block;	width:130px;	height:173px;	margin-bottom:30px;	overflow:hidden;	text-indent:-999em;	cursor:pointer;	float: right;}/* mouseover state */#energybus:hover {	background-position:0 0 ;		}/* clicked state */#energybus:focus {	background-position:0 0;}#spoons {	background:url(../images/train_spoons.png) no-repeat;	display:block;	width:130px;	height:173px;	margin-bottom:30px;	overflow:hidden;	cursor:pointer;	float: right;}/* mouseover state */#spoons:hover {	background-position:0 0 ;		}/* clicked state */#spoons:focus {	background-position:0 0;}#whistle {	background:url(../images/train_whistle.png) no-repeat;	display:block;	width:130px;	height:173px;	margin-bottom:30px;	overflow:hidden;	cursor:pointer;}/* mouseover state */#whistle:hover {	background-position: 0 0 ;		}/* clicked state */#whistle:focus {	background-position: 0 0;}#seed {	background:url(../images/train_seed.png) no-repeat;	display:block;	width:130px;	height:173px;	margin-bottom:30px;	overflow:hidden;	cursor:pointer;}/* mouseover state */#seed:hover {	background-position:0 0 ;		}/* clicked state */#seed:focus {	background-position:0 0;}/* tooltip styling */.tooltip {	display:none;	margin-top: 150px;	background:url(../images/tooltip.png) no-repeat;	height:102px;	padding:20px 10px 10px 10px;	width:213px;	font-size:12px;	font-family: Arial, Helvetica, sans-serif;	text-align:left;	color:black;}.tooltip ul li {	line-height:18px;	margin-left: -10px;}/* a .label element inside tooltip */.tooltip .label {	color:black;	width:35px;	text-align:left;}.tooltip a {	color:#c00;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:bold;}.tip_red {	font-family: Arial, Helvetica, sans-serif;	font-weight:bold;	font-size:14px;	color: #C00;}.tip_blue {	font-family: Arial, Helvetica, sans-serif;	font-weight:bold;	font-size:14px;	color: #00C;}.tip_black {	font-family: Arial, Helvetica, sans-serif;	font-weight:bold;	font-size:14px;	color: #000;}.tip_green {	font-family: Arial, Helvetica, sans-serif;	font-weight:bold;	font-size:14px;	color: #060;}.train_left {	float:left;	width: 49%;	margin-top: 70px;}.train_right {	float:right;	width: 49%;	margin-top: 70px;}.train_section_left {	float:left;	width: 170px;}.train_section_right {	float:right;	width: 140px;}.train_section_left2 {	float:left;	width: 130px;}.train_section_right2 {	float:right;	width: 190px;	margin-right: 20px;}