/* CSS Document */
#lastminutes
{
	width: 798px;
}

#page_title
{
	float: right;
	font-size: 28px;
	font-weight: bold;
	color: #c63829;
}

#country_links
{
	width: 798px;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	color: #08b6de;
	text-decoration: none;
	position: relative;
	top: 40px;
}

#country_links a
{
	text-decoration: underline;
}

#overview
{
	width: 798px;
	position: relative;
	top: 60px;
}

table
{
	width: 100%;
	padding:	0px;
	margin:	0px;
	margin-left:	auto;
	margin-right:	auto;
}

td
{
	padding: 0px;
	margin: 0px;
	height: 23px;
}

th
{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #c63829;
	background-color: #FFE708;
	font-size: 14px;
	text-decoration: underline;
	height: 23px;
}

tr
{
	cursor: pointer;
}

tr.even 
{
	background-color: #FFF79C;
}

tr.even a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

tr.odd a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

tr:hover a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

img
{
	border: 0px;
}

tr:hover
{
	background-color: #0099FF;
}

tr.even td.price a
{
	color: #F00;
	font-weight: bold;
}

tr.odd td.price a
{
	color: #F00;
	font-weight: bold;
}

tr:hover td.price a
{
	color: #f00;
	font-weight: bold;
}

tr:hover div.hidden
{
	border: 1px solid #a5a6a5;
	background-color: #FFFFFF;
	display: block;
	margin: -200px;
	margin-top: -80px;
	width: 200px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}

tr:hover div.hidden a
{
	color: #000000;
}

div.hidden
{
	display: none;
}

tr:hover .hidden_text a
{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

tr:hover div.hidden h3 a
{
	font-size: 18px;
	font-weight: bold;
	color: #c63829;
}

.hidden_prices
{
	font-family: Arial;
	font-size: 12px;
	background-color: #FF0;
}

.hidden_price_old
{
	text-decoration: line-through;
}

.hidden_price_new
{
	font-size: 18px;
	font-weight: bold;
	color: #c63829;
}

.info_text
{
	margin-top: 20px;
	padding: 5px;
}