/* CSS BLOCK #6 */
.attesion {
border: 1px solid red;
padding:4px;
font-size:11px;
margin-top:27px;

}

/* CSS BLOCK #7 */
.menu_shop {
background: #f6f6f6;
margin-bottom:10px;   
}
.menu_shop a {
background: url('../image/arrow1.png') no-repeat 95% 50%;
font-size: 14px;
    color: #333!important;
    text-decoration: none;
    display: block;
    height: initial;
    line-height: 18px;
    padding: 12px 10px 12px 10px;
    z-index: 6;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 2px solid #FFBA75;
}

.menu_shop a:nth-child(1) {
 border-left: 2px solid #CC0000;
}
.menu_shop a:nth-child(n+6):nth-child(-n+9) {
 border-left: 2px solid #3399FF;
}
.menu_shop a:nth-child(10) {
 border-left: 2px solid #333300;
}

.menu_shop a:hover {
background: #f9f9f9;
 text-decoration: underline;
color:#dd4b39!important;
}