#article {
    float: left;
    width: 481px;
}

#article div.list {
    float: left;
    padding-top: 10px;   
}

#article p.description {
    padding-left: 10px;
    font-size: 12px !important;
}

#article span.date {
    float: right;   
    color: #c1c1c1;
    font-size: 0.7em;
    font-weight: bold; 
}

#article div.content {
    float:left;
    width: 485px;    
}

#article div.content p {
    text-align: justify;
    /*text-indent: 15px;*/   
}

#article div.item {
    float:left;
    position: relative;
    padding-bottom: 15px;
}

#article div.item a {
    color: #ee7f00;      
}

#article span.item-image {
    float:left;
    width: 137px;
    height: 60px;
    padding-left: 10px;    
    padding-right: 10px;    
}

#article span.item-name {
    float:left;
    width: 324px;
    /*height: 18px;*/ 
    line-height: 18px; 
    font-weight: bold;  
    font-size: 0.75em;
}

#article span.item-text {
    float: left;
    width: 324px;
    padding-top: 5px;
    font-size: 0.7em;  
}
#article span.arrow-grey {
    float: left;
    width: 295px;
    padding-left: 29px;
    background-position: left top;
    color: #ee7f00; 
    /*text-decoration: underline; */ 
}

div.arrow-grey {
    float: left;
    padding-left: 29px;
    background:transparent url(../images/layout/arrow-grey.png) no-repeat scroll right top;
    background-position: left top;
    font-size: 12px;
    /*height: 18px;*/
}

div.content a img {
  padding: 4px;
}

div.contentstat a img {
  padding: 2px;
}

div.contentstat {
    float:left;
    width: 485px;    
}

