/* Google Search */
/*
#search .search_box{
    width: 193px;
    height: 17px;
    border: 0px;
    float: left;
    padding: 5px;
    background: url(../images/search_bg.gif) -1px -1px;
}

#search .search_button{
    width: 37px;
    height: 27px;
    border: 0px;
    float: left;
    margin-left: 4px;
    background: url(../images/search_bg.gif) -208px -1px;
}
*/

input.gsc-search-button{
    width: 37px;
    height: 27px;
    border: none;
    cursor: pointer;
    margin-left: 14px;
    margin-right: 14px;
    background: url(/images/search_button_bg.JPG) -1px -1px;
    text-indent: -9999px;
}
input.gsc-input {
    height: 17px;
	width: 193px;
    border: 4px solid red; /* mert úgyis baszik rá */
    float: left;
    padding: 5px;
    background: url(/images/search_bg.gif) -1px -1px;
}


.gsc-branding, .gsc-results .gsc-cursor-box .gsc-trailing-more-results{
    display: none;
}
.gsc-results .gsc-cursor-box{
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #202020;
    text-decoration: none;
    background: #EEEEEE;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 3px;
    margin-top: 10px;
}
.gs-result .gs-title:hover, .gs-result .gs-title *:hover {
}
.gs-result .gs-snippet{
    color: #666666;
    font-family: monospace;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl{
    font-style: italic;
    text-decoration: none;
    color: #4c4c4c;
    cursor: pointer;
}
.gs-result a.gs-visibleUrl:hover, .gs-result .gs-visibleUrl:hover {
    font-style: italic;
    text-decoration: underline;
}
#searchresult {
    width: 100%;
    height: 475px;
    margin-top: 15px;
    overflow-y: auto;
}

/* GMAP */
      #map {
        border: 5px solid #FFF;
        outline: 1px solid #666;
        margin: 10px auto;
    }
    
    #map h1 {
        font-size: 1.1em !important;
        color: #666;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        
        margin: 0;
        padding: 0;
    }
    
    #map p {
        font-size: 0.9em !important;
        color: #333;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        
        margin: 5px 0px;
        padding: 0;
    }
    
    #side_bar {
        width: 700px;
        margin: 0;
        padding: 15px;
        font-size: 0.8em;
        /*list-style: none;*/
    }
    
    #side_bar li {
        
    }
    
