@charset "utf-8";
/* Time Zones : current time, time differences and webmaster tools items found on index */

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

/* Firefox settings (complient) */


/*################### SEARCH TIME ########################*/

#container > #searchTime {
	display:block;
	position:relative;
	top:130px;
	width:468px;
	height:320px;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/img/currentTime.jpg);
	background-repeat: no-repeat;
}


#container > #searchTime p{
	position:relative;
	top:50px;
	left:30px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
	text-decoration:none;
}

#container > #searchTime p a{
	cursor:pointer;
	color:#393B41;
	text-decoration:none;
}

#container > #searchTime p a:hover{
	cursor:pointer;
	color:#86D00F;
}

#container > #searchTime > div#searchInstruction{
	position:relative;
	top:40px;
	left:160px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#container > #searchTime > div#searchBox{
	position:relative;
/*	top:74px; */
	left:151px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#container > #searchTime > div#searchCountry{
	position:relative;
	top:84px;
	left:128px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#container > #searchTime > div#searchZone{
	position:relative;
	top:94px;
	left:111px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#container > div#searchButton {
	display:block;
	position:absolute;
	top:552px;
	left:392px;
	width:50px;
	height:30px;
	cursor:hand;
}

#container > div#searchButton a{
	cursor:pointer;
	display:none;
	position:absolute;
	top:552px;
	left:392px;
	width:50px;
	height:30px;
	cursor:hand;
}

#container > #searchTime > div#hideButton {
	display:none; }

/*################### TIME DIFFERENCE ########################*/

#container > div#timeDifference {
	display:block;
	position:relative;
	top: -1210px;
	width:468px;
	height:157px;
	text-decoration:none;
	cursor:hand;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/img/timeDifference.jpg);
	background-repeat: no-repeat;
}

#container > div#timeDifference p{
	position:relative;
	top:50px;
	left:30px;
	width:300px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#container > div#timeDifference p a{
	cursor:pointer;
	color:#393B41;
	text-decoration:none;
}

#container > div#timeDifference p a:hover{
	cursor:pointer;
	color:#86D00F;
	text-decoration:none;
}

#container > div#differenceButton {
	display:block;
	position:absolute;
	top:690px;
	left:33px;
	width:50px;
	height:30px;
	cursor:hand;
}

#container > div#differenceButton a{
	cursor:pointer;
	display:none;
	position:absolute;
	top:690px;
	left:33px;
	width:50px;
	height:30px;
	cursor:hand;
}

/*################### WEBSITE CLOCKS ########################*/

#container > div#websiteClocks {
	display:block;
	position:relative;
	top: -1236px;
	width:468px;
	height:165px;
	text-decoration:none;
	cursor:hand;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/img/websiteClocks.jpg);
	background-repeat: no-repeat;
}

#container > div#websiteClocks p{
	position:relative;
	top:55px;
	left:120px;
	width:290px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#container > div#websiteClocks p a{
	cursor:pointer;
	color:#393B41;
	text-decoration:none;
}

#container > div#websiteClocks p a:hover{
	cursor:pointer;
	color:#86D00F;
	text-decoration:none;
}

#container > div#clocksButton {
	display:block;
	position:absolute;
	top:860px;
	left:392px;
	width:50px;
	height:30px;
	cursor:hand;
}

#container > div#clocksButton a{
	cursor:pointer;
	display:none;
	position:absolute;
	top:860px;
	left:392px;
	width:50px;
	height:30px;
	cursor:hand;
}


