@charset "utf-8";

/* Time Zones utilities */

/*#####################################################################*/

/* Common to all browsers */

#zoneLinks {
	position:absolute;
	display: block;
	top:656px;
	left:0px;
	width:468px;
	height:107px;
	z-index:0;
	background-image: url(/img/linksIn.jpg);
	background-repeat: no-repeat; }

#zoneLinks p{
	position:absolute;
	display:block;
	top: 15px;
	left: 150px;
	width:180px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:#393B41; }

#zoneLinks p a{
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#393B41; }

#zoneLinks p a:hover{
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#86D00F; }

#zonesGo {
	cursor:pointer;
	cursor:hand;
	display:block;
	position:absolute;
	top:716px;
	left:332px;
	width:50px;
	height:30px;
	cursor:hand; }

