﻿#map
{
    background: url('../img/map.gif') 0 0 no-repeat;
    border-width: 0;
    float: left;
    height: 1280px;
    margin-right: 30px;
    position: relative;
    width: 520px;
}
#item-new
{
    background-color: Red;
    width: 14px;
    height: 14px;
    position: relative;
    left: 0px;
    top: 0px;
    display: none;
}
.item
{
    background-color: #00b6eb;
    width: 14px;
    height: 14px;
    position: absolute;
    font-size: 11px;
    text-align: center;
}
.item a
{
    color: #FFFFFF;
    text-decoration: none;
}

.additem
{
    display: none;
}

.list-items
{
    float: left;
    text-align: left;
    color: #00b6eb;
    overflow: auto;
    height: 100%;
    width: 450px;
}
.list-items p
{
    margin: 10px;
    font-size: 13px;
}
.list-items a
{
    color: #000000;
    text-decoration: none;
}
.list-items a:hover
{
    text-decoration: underline;
}