/* 
   Article list module
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.article_list {
    margin: 20px 30px 30px 30px;
}

.article_list ul {
    list-style-type: none;
}

.article_list_narrow {
    width: 538px;
    margin-right: 0;
}

.article_list li {
    padding-top: 1.25em;
    clear: left;
}

.article_list h2 {
   color: #7B0020;
   margin: 0.25em 0 1em 0;
   font-weight: normal;
   font-size: 18px;
}

.article_list p {
    margin-bottom: 1em;
}

.article_list h2 a {
    text-decoration: none;
    color: #7B0020;
    border-bottom: 1px solid #7b0020;
}

.article_list div.img {
    width: 146px;
    text-align: center;
    min-height: 114px;
    float: left;
    overflow: hidden;
    padding: 3px;
    background: #ebebeb;
    border: 1px solid #d8d8d8;
}

.article_list div.descr {
    margin-left: 164px;
    padding: 8px;
}

.article_list li.even div.descr {
    background: #ebebeb;
}

.article_list span.icon_sprite {
    position: absolute;
    right: 0px;
    top: 1px;
}

.article_list a.more {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.article_list a:hover.more span {
    background-position: -8px -40px;
}