.yandex-map
{
    height:         460px;
}

.map-article {
    border-bottom: 1px dashed #e3e3e3;
    padding: 20px 0 15px 0;
    float: left;
}

.map-article h3{
    margin-bottom: 10px;
    float: none;
}

.map-article div{
    width: 100%;
    float: left;
}

.map-article p{
    margin-bottom: 10px;
}
.map-article div p{
    width: 93%;
    float: right;
}
.map-article .arrow {
    background:           	url('/images/traffic-jam-arrows.gif') no-repeat 0 0;
    width: 23px;
    height: 18px;
    display: block;
    float: left;
}
.map-article .red {
    background-position: 0 0;
}

.map-article .yellow {
    background-position: 0 -18px;
}
.map-article .green {
    background-position: 0 -36px;
}

.map-article .brown {
    background-position: 0 -54px;
}

.map-article ul {
    margin: 25px 0 15px 0;
}

.map-article li {
    margin-bottom: 10px;
}

.map-article .traffic-light p {
    width: 82%;
}

.map-article .traffic-light-icon {
    background:           	url('/images/traffic-light.gif') no-repeat 0 0;
    width: 73px;
    height: 70px;
    display: block;
    float: left;
}

.map-article.last {
    border-bottom: none;
}