/* 
    Document   : about_awards
    Created on : Jun 14, 2013, 5:08:38 PM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.sidemenu {background: url(../img/sidemenu/news.png) no-repeat;}

span {
    display: block;
    color: #28af36;
    font-weight: bold;
    margin-bottom: 3px;
}

p b {color: #231f20 !important;}

p.divider {border-bottom: 1px #e5e5e5 solid;}

.album {
    margin-top: 40px;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

.album li {float:left;}
.album li a {display: block; width:160px;height:107px;position:relative;overflow:hidden;margin:1px;}
.album li a img {
    padding-right: 0;
}

.album li a img.rowfirst {padding-left: 0;}

.backbtn a {
    color: #ffffff;
    float: right;
    background: #5ec526;
    padding: 6px 20px;
}