/*!
 * MapIt (jQuery powered google map) Plugin
 * version: 0.0.1 (05-11-2011)
 * @requires jQuery v1.5.2 or later
 * @requires jQuery v1.8.12 or later
 * 
 * Documentation:
 * 		http://www.lifeinthegrid.com/mapit
 *
 * Copyright 2011 Cory Lamle, Ryan Heideman <cory@lifeinthegrid.com, ryan@lifeinthegrid.com>
 * 
 * Dual licensed under the MIT licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html 
 */
 
.mapit
{
    height: 100%;
}

.mapit-title
{
    width: 100%; color:#999; font-size:14px; font-family:Verdana, Geneva, sans-serif; 
}
 
.mapit-content
{
    height: 500px;
}


.mapit-navigation 
{
	width:20% !important;
	float:left;
	height: 100%;
}

div.mapit-search-content 
{
	background-color:#fff;
	padding:0px 0px 0px 3px;
}


div.mapit-search-content input 
{
	border-radius: 4px;
	background-image:url('images/search.png');
	background-repeat:no-repeat;
	background-position:3px;
	padding-left:25px;
	color:silver;
}

.mapit-search-text-active
{
	color:black !important;
}

.mapit-accordion 
{

}

.mapit-accordion-link
{
	display: block;
	padding:3px;
}

.mapit-accordion .ui-accordion-content
{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.ui-accordion .ui-accordion-content-active

{

display: block; min-height:35px;

}
.mapit-map-content
{
	width: 80%;
	float:left;
	height: 100%;
	margin-left:10px;
}

.mapit-3column .mapit-map-content
{
	width: 60%;
}

.mapit-embed
{

	visibility: hidden;
}

.mapit-bubble-title
{
	font-weight: bold;
}

.mapit-bubble-address
{
	font-size: 0.9em;
}
.mapit-bubble-directions
{
	font-size: 0.7em;
}

/* PRO */

.mapit-infobar
{
  	width:20% !important;
  	*margin-right: -1px; /* IE7 Hack */
  	height: 100%;
	float:left;
	border-style: none !important;
}

.mapit-infobar-title span
{
    text-align: center;
    display: block;
    padding: .5em 0em .5em .2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mapit-infobar-content
{
    padding: 8px;
	white-space:normal;
	overflow:none;
}
.mapit-infobar-content hr
{
    color: #FFF;
}


.mapit-list
{
    margin-left: 20%;
    width: 80%;
}

.mapit-list-item
{
    padding: 8px;
    margin-bottom: 4px;
}

.mapit-list-item table
{
    width: 100%;
}

.mapit-list-item tr
{
    vertical-align: top;
}

.mapit-list-item-col1
{
    padding-right: 4px;
}

.mapit-list-item-col3
{
    text-align: right;
    font-size: 0.9em;
    padding: 0px 40px 0px 0px;
}

.mapit-list-item-icon
{
    width: 42px;
    text-align: center;
}

.mapit-list-item-address
{
	font-size: 0.9em;
}
.mapit-list-item-directions
{
	font-size: 0.8em; margin-top:30px; width:210px;
}
.mapit-3column .mapit-list
{
    margin-left: 20%;
    width: 530px;
}
.mapit-list-item-telefon
{
	float:left; width:120px; font-weight:bold; padding-bottom:3px; 
}
.mapit-list-item-fax{
	 width:120px;
}
.mapit-list-item-email{
	 width:220px; font-style:italic; padding-top:3px;
}
/* PRO SEARCH */

.mapit-search-results
{
    height: 100%;
    margin-top: 1px;
}

.mapit-search-results-content
{
    border-top: 0px;
    overflow: auto;
}

.mapit-search-results-content-items
{
    padding: 1em 10px 1em 10px;
}

.mapit-search-results-content a
{
    font-size: 1.1em;
}

.mapit-search-results-title span
{
    text-align: center;
    display: block;
    padding: .5em 0em .5em .2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mapit-search-results-none
{
    text-align: center;
}