/* Temporary styles for recommendation box */

.rec-items, .rec-item {
list-style: none;
font-family: Verdana, sans-serif;
font-size: 11px;
}

#article ol.rec-items {
margin: 0;
padding: 0;
}

.rec-items {
padding: 0;
margin: 0;
overflow: auto;
}

#content .rec-item {
float: left;
clear: both;
padding: 0px;
margin: 8px 0;
text-align: center;
width: 100%;
}

.rec-cover {
border: none;
margin: 0 auto;
padding: 0;
display: block;
}

.rec-cover img {
border: none;
}

.rec-item-title {
font-weight: bold;
text-decoration: none;
}

.rec-detail {
line-height: 13.5px;
margin: 1px 0 2px;
}


