/*
/	iMapFlickr.com
/
/	Frame Digital (c)2009
/	http://www.framecreatesdigital.com
/
/	- Map specific styles (for formatting the info markers)
/
*/

.gmap
{
    width: 220px;
    font-size: 11px;
    line-height:14px;
}

.gmap a{
color:#6261D8;
text-decoration:underline;
}

.gmap a:hover{
color:#6261D8;
text-decoration:none;
}


.gmap .image{
	float:left;
	text-align:center;
	width:100px;
	margin:0 10px 0 0;
}

.gmap .text{
	float:right;
	width:110px;
}

.gmap .text img{
	vertical-align: middle;
}

.gmap .text a{
	font-size:10px;
}

.gmap .header
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}


.description_landscape a,
.description_portrait a{
	color:#6261D8;
	text-decoration:underline;
}

.description_landscape a:hover,
.description_portrait a:hover{
	color:#6261D8;
	text-decoration:none;
}

.clear{
	clear:both;
	height:1px;
	font-size: 1px;
	line-height:1px;
}

