/**

 * Author: Marco Alionso Ramirez, marco@onemarco.com

 * URL: http://onemarco.com

 * This code is public domain

 */



html{

	font-family: Helvetica, Arial, sans-serif;

}

#leftPane{

	float:left;

	width: 60%;

	height: 600px;

	margin-top: 10px;

}



#rightPane{

	float:right;

	width: 40%;

	height: 600px;	

	margin-top: 10px;

}



#markerList{

	list-style-type: none;

	margin:0px;

	padding: 0px;

}

#markerList li{

	padding: 5px;

	cursor: pointer;

}

#markerList li:hover{

	background-color: #e0e0e0;

}



/*== m a p ==*/



.tooltip{

	background-color:#FFFFFF;

	border:2px solid #CCCCCC;

	padding:5px;

	white-space:nowrap;

}

.googleMarkerTab .address{

	margin-bottom: .6em;

}

.tooltip dl,

.tooltip dd,

.tooltip dt{

	margin: 0px;

	padding: 0px;

}

.tooltip dt{

	font-weight: bold;

}

.tooltip dd{

	margin-left: 1em;

}

.tooltip img{

	border: 1px solid #AAAAAA;

	display: block;

}

http://onemarco.com/examples/examples.css

body {

	font-size: 10px;

	margin: 20px;

}



h1{

	font-size: 1.6em;

	margin: 1em 0px;

}



h3{

	font-size: 1.4em;

	font-weight: bold;

	font-style: normal;

}







a.articleTitle{

	font-style: italic;

	text-decoration: none;

	color: #27d;

}


