div .other_services {
    width: 250px;
}
.other_links .title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

.expand_title_1 { /*Dich vu thiet ke web*/   
    background-image: url(../images/icon_small_web.png);
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 50px;
    padding-top: 5px;
}
.expand_title_2 { /*Dich vu thiet ke hosting*/   
    background-image: url(../images/icon_small_hosting.png);
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 50px;
    padding-top: 5px;
}
.expand_title_3 { /*Dich vu thiet ke quang cao*/   
    background-image: url(../images/icon_small_ads.png);
    background-repeat: no-repeat;
    height: 27px;
    padding-left: 50px;
    padding-top: 5px;
}
.expand_title_4 { /*Dich vu thiet ke thuong hieu*/   
    background-image: url(../images/icon_small_brand.png);
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 50px;
    padding-top: 5px;
}

.other_links ul {
    list-style: circle;
    margin-left: 30px;
}
.other_links li {
    line-height:20px;
    font-size: 13px;
}
.other_links a:link {
    text-decoration: none;
    color: #5d5d5d;
    padding: 4px;
}
.other_links a:visited {
    text-decoration: none;
    color: #5d5d5d;
    padding: 4px;
}
.other_links a:hover {
    text-decoration: none;
    background-color: #007ab2;
    padding: 4px;
    color: #FFF;
}

.other_services .title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #5d5d5d;
    margin: 10px 0 10px 0;    
}

.other_services a:link {
    text-decoration: none;
    color: #5d5d5d;        
}
.other_services a:visited {
    text-decoration: none;
    color: #5d5d5d;    
}
.other_services a:hover {
    text-decoration: none;
    background-color: #007ab2;    
    color: #FFF;
}
.articles p {
    margin-bottom: 10px;
}

.articles td {
    padding-bottom: 5px;
}
