body {
    font-family: Arial, Helvetica, sans-serif;
/*    margin: 0px;*/
}
a {
    color: #c4e75b;
}
a: visited {
    color: #c4e75b;
}

hr {
    border: none;
    color: white;
    background-color: white;
    height: 1px;
}

#map a {
    color: #333;
}

#top_bar {
    vertical-align: bottom;
    background-color: #a7c834;
    height: 35px;
    font-size: 8pt;
    width: 100%;
    padding: 4px;
    color: white;
}
#top_bar a:link {
    color: white;
}
#top_bar a:visited {
    color: white;
}
#right_bar {
    float: right;
    width: 200px;
    height: 99%;
    background-color: #ccc;
    border-bottom: 3px solid #ccc;
    border-top: 3px solid white;
}

#map { 
    overflow: hidden;
    height: 90%;
    background-color: #fff;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
}

#logo {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 3px solid white;
    margin: 0px;
}

#shocartlogo {
    border-top: none;
    border-bottom: 3px solid white;
    border-right: none;
    border-right: 3px solid white;
}

#copyright {
    padding: 3px;
    font-size: 8pt;
    text-align: left;
    color: #666;
}

#loader {
    width: 90px;
    font-size: 10pt;
    background-color: #a7c834; 
    color: white;
    padding: 5px;
}

#bottom_bar {
    background-color: #ccc;
    height: 60px;
    color: #666;
    font-size: 8pt;
}

#toggleRightBar {
    border-bottom: 1px solid white;
    font-size: 8pt;
    padding: 2px 4px 2px 2px;
    text-align: right
}

#toggleRightBar a {
    color: #bb3c27;
    text-decoration: none;
}
#reklama_square {
    border-bottom: 3px solid white;
}

#top_logo {
    position: absolute;
    top: 30px;
    left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#top_logo img {
    border: 1px solid white;
}

#top_menu {
    position: absolute;
    top: 30px;
    right: 230px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding-left: 289px; 
}

#top_menu a.menu_item {
    color: white;
    text-decoration: none;
}

#top_menu a:hover.menu_item {
    color: #c4e75b;
}


#top_menu ul {
    margin:  0px;
    padding: 0px;
    height: 39px;
}

#top_menu li {
    text-align: center;
    background: #a7c834; 
}

#top_menu .top_menu_level_1 li {
    width: 70px;
    height: 12px;
    display: block;
    float: left;
    border: 1px solid white;
    padding: 2px;
    margin-right: 0px;
    margin-left: 2px;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    vertical-align: bottom;
} 
#top_menu .top_menu_level_2 {
    top: 19px;
    _top: 21px;
    left: -1px;
    position: absolute;
    background: #7E9920;
    padding: 5px;
    border: 1px solid white;
    display: none;
    text-align: left;
    cursor: default;
}
#top_menu .tm_input_divs {
    margin-left: 25px;
    margin-bottom: 0.8em;
}

#top_menu img.menu_icon {
    vertical-align: text-bottom; 
    border: none;
}

#top_menu .new {
    text-transform: uppercase;
    font-size: 0.5em;
    color: red;
    position: relative;
    bottom: 0.9em;
}

.ui_message_box {
    background-color:white; 
    filter: alpha(opacity=90); 
    -khtml-opacity: 0.9;
    opacity: .9;
    margin-left: 70px; 
    margin-top: 20px;
    padding: 5px; 
    display: none;
    font-size: 10pt;
    border: 2px solid #a7c834;
}

.big_box {
    height: 380px;
    width: 500px;
    
}

.ui_dialog_close {
    cursor: pointer;
    color: #cc0000;
    margin-top: 5px;
    text-align: right;
}

.ui_dialog_close img {
    vertical-align: middle; 
    border: none;
}

