/**===========================================================================================
# mod_otmaps            OT Maps Module For Joomla 1.7.0
#=============================================================================================
# author                OmegaTheme.com
# copyright             Copyright (C) 2011 OmegaTheme.com. All rights reserved.
# @license              http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website               http://omegatheme.com
# Technical support     Forum - http://omegatheme.com/forum/
#=============================================================================================*/


/**------------------------------------------------------------------------
* file:           mod_otmaps.css 1.7.0 00001, Mar 2011 12:00:00Z OmegaTheme:Linh $
* package:        OT Maps module
* description:    stylesheet file
*------------------------------------------------------------------------*/

.list_item_wrap_static {
    background: #eeeeee;
    margin: 1px 0;
    padding: 0;
    display: block;
}
.list_item_wrap_static span {
    padding: 1px 5px;
    display: block;
}
.list_item_wrap {
    background: #eeeeee;
    margin: 1px 0;
    padding: 0;
    display: block;
}
.list_item_wrap span {
    padding: 1px 5px;
    display: block;
}
.location_list_item {
    background: none;
    padding: 1px 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 1.5em;
}
.location_list_tip {
    font-size: 10px;
    display: block;
}
.loading {
    position: absolute;
    top: 0;
    left: 0;
}
.result_error {
    background: #eeeeee;
    display: block;
    margin: 1px 0;
    padding: 0 5px;
    color: #CC0000;
}
a.ot-maps {
    color: #999999 !important;
    float: right;
    font-size: 11px !important;
    outline: medium none;
    padding: 0 !important;
    text-decoration: none;
}
div.ot-maps a:hover, div.ot-maps a:active, div.ot-maps a:focus {
    background: none repeat scroll 0 0 transparent !important;
    text-decoration: underline;
}

