@charset "utf-8";
/* CSS Document */

td img {display: block;}body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/BGTILE.gif);
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
.form_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	position: relative;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.product_name {
	font-size: medium;
	font-weight: bold;
}

.product_price {
	color: #FF0000;
	font-weight: bold;
}

.voucher_price {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}


a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #ffff99; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	/* end formatting */

}


.timetable_tab {
position:absolute; top: 100; left: 50;
z-index:1;
}

.hiddenTab {
position:absolute; top: 100; left: 50;
z-index:-1;
visibility:hidden;
}

.visibleTab{
position:absolute; top: 100; left: 50;
z-index:1;
}






