body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.clearBoth {
    clear: both;
}

/*ads*/
#rightAdsBoxGM {
    display: none;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 9990;
    width: 90px;
    background-color: transparent;
    border: 1px solid transparent;
}

    #rightAdsBoxGM .title {
        height: 20px;
    }

    #rightAdsBoxGM #adsBoxClose {
        float: right;
        margin: 2px;
        cursor: pointer;
        display: none;
    }

/**********************************
***********INFO POPUP**************
***********************************/


.infoPopup {
    /*min-height: 125px;*/
    width: 300px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #4E4E4E;
}

    .infoPopup .bottom {
        /*position:absolute; 	bottom:0; 	left:0;*/
        margin-left: 5px;
    }

    .infoPopup .more {
        /*position:absolute; 	bottom:20px; 	right:0; 	margin: 5px;*/
        text-align: right;
    }

    .infoPopup .info {
        margin: 0 0 10px 5px;
    }

    .infoPopup h3 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 7px;
    }

    .infoPopup h4 {
        font-size: 12px;
        margin: 2px 0;
        font-weight: normal;
        float: left;
        width: 200px;
    }

    .infoPopup .youtube_icon {
        position: absolute;
        top: 3px;
        right: 10px;
    }

    .infoPopup .wikipedia_icon {
        position: absolute;
        top: 3px;
        right: 35px;
    }

    .infoPopup img {
        float: left;
        margin-right: 5px;
        cursor: pointer;
    }
.infoPopup .star {
      position: absolute;
      cursor: pointer;
}


    .infoPopup a, .infoPopup a:visited {
        color: #3366BB;
        text-decoration: none;
        cursor: pointer;
    }

        .infoPopup a:hover, .infoPopup a:active {
            color: #3366BB;
            text-decoration: underline;
        }

    .infoPopup .textInput {
        border: 1px solid #CCCCCC;
        width: 300px;
    }


    .infoPopup #mmPointNameEdit, .infoPopup #mmPointName {
        border: 1px solid #CCCCCC;
        width: 250px;
        float: left;
    }

    /*.infoPopup #mmCurrentIconHolder {
     border: 1px solid #666666;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    padding: 5px;
    }*/

    .infoPopup #mmCurrentIcon {
    /*margin-right: 0;*/
    cursor: pointer;
	float: right;
	margin-top: 10px;
    }

/*#mmPOIPopup #mmCurrentIconHolder {
    border: 1px solid #666666;
    border-radius: 4px;
    bottom: 15px;
    cursor: pointer;
    float: right;
    left: 10px;
    padding: 5px;
    position: relative;
}*/
#mmPOIPopup #mmCurrentIcon { 
    position:relative;
    bottom:15px;
    left:10px;
    
}

.infoPopup #mmPointDescriptionEdit, .infoPopup #mmPointDescription {
    clear: both;
}

#mmIconsList img {
    float: left;
    cursor: pointer;
    margin: 5px 5px 0;
}

.infoPopup textarea {
    border: 1px solid #CCCCCC;
    width: 300px;
    height: 100px;
}

.infoPopup .btnsInput {
    padding: 2px 10px;
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}

.infoPopup .btnsInputRight {
    padding: 2px 10px;
    margin-top: 10px;
    float: right;
}

.olPopupCloseBox {
    background-image: url("../img/openlayers/close.jpg") !important;
}

/**********************************
***************MAP*****************
***********************************/
.olControlOverviewMapElement {
    padding: 1px !important;
    background-color: #282C69 !important;
    -moz-border-radius: 0 !important;
}

.olControlOverviewMapMinimizeButton {
    position: absolute !important;
    bottom: 1 !important;
    right: 1 !important;
}

.olControlOverviewMapMaximizeButton {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
}

.olControlOverviewMapExtentRectangle {
    border: 2px solid #3fb0c0 !important;
}

.olHandlerBoxZoomBox {
    border: solid 1px #666666 !important;
}

.olDrawBox {
    cursor: url(../img/map_base/cursor.png), crosshair !important;
}

.olLayerGoogleCopyright, .olLayerGoogleV3, .olLayerGooglePoweredBy {
    display: none !important;
}
