/*
Author: Hamid Zarrabi-Zadeh
Update: Feb 1, 2009
URI: http://eqibla.com/
*/


/* Map styles */

* {
	margin:0;
	padding:0;
}
body {
	background: transparent; 
	margin: 0;
	padding: 0;
	color: black;
	font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size: 12px;
	overflow: hidden; 
}
img {
	border:0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.t-box, .b-box {
	background-color: #EAEAEA; 
	line-height: 100%;
}
.t-box {
	padding: 6px 6px; 
	border-bottom: 1px solid #aaa;
}
.b-box {
	padding: 8px 45px 8px 5px;
	border-top: 1px solid #aaa;
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	color: #555; 
	overflow: hidden; 
}
#QAddress {
	line-height: 16px; 
	width: 60%;
	padding: 2px 1px;
}
#QMap {
	background-color: #eee;
	height: 1200px; 
	overflow: hidden;
}
#QMap h4 { /* infobox title */
	margin: 2px 0 8px;
	font-weight:bolder;
	font-family:Arial;
	font-size: 130%
}
.QValue {
	color: black; 
}
.QDirection {
	color: red; 
	font-weight: bold;
}
.powered {
	position: absolute;
	bottom: 1px;
	right: 6px;
}
