.icons {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}
.icon141 {background: url('../images/icons/med.png') 0px 0px no-repeat;}
.icon142 {background: url('../images/icons/book.png') 0px 0px no-repeat;}
.icon143 {background: url('../images/icons/rest.png') 0px 0px no-repeat;}
.icon144 {background: url('../images/icons/hotel.png') 0px 0px no-repeat;}
.icon145 {background: url('../images/icons/tour.png') 0px 0px no-repeat;}
.icon146 {background: url('../images/icons/laptop.png') 0px 0px no-repeat;}
.icon147 {background: url('../images/icons/furniture.png') 0px 0px no-repeat;}
.icon148 {background: url('../images/icons/work.png') 0px 0px no-repeat;}
.icon149 {background: url('../images/icons/taxi.png') 0px 0px no-repeat;}
.icon150 {background: url('../images/icons/wed.png') 0px 0px no-repeat;}
.icon151 {background: url('../images/icons/salon.png') 0px 0px no-repeat;}
.icon152 {background: url('../images/icons/print.png') 0px 0px no-repeat;}
.icon153 {background: url('../images/icons/trak.png') 0px 0px no-repeat;}
.icon154 {background: url('../images/icons/bank.png') 0px 0px no-repeat;}
.icon155 {background: url('../images/icons/shirt.png') 0px 0px no-repeat;}
.icon156 {background: url('../images/icons/jewelry.png') 0px 0px no-repeat;}
.icon157 {background: url('../images/icons/sport.png') 0px 0px no-repeat;}
.icon158 {background: url('../images/icons/kids.png') 0px 0px no-repeat;}




.right_menu_items {
    display: block;
    height: 34px;
    line-height: 34px;
    background: #ff6600;
   /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, #ff7e28 0%, #ff6600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e28), color-stop(100%,#ff6600));
    background: -webkit-linear-gradient(top, #ff7e28 0%,#ff6600 100%);
    background: -o-linear-gradient(top, #ff7e28 0%,#ff6600 100%);
    background: -ms-linear-gradient(top, #ff7e28 0%,#ff6600 100%);
    background: linear-gradient(to bottom, #ff7e28 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e28', endColorstr='#ff6600',GradientType=0 );
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0,0,0,.3);
    text-decoration: none;
    position: relative;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(172, 76, 0, 1);
}