.recentItem {
    position: relative;
    margin: 0 0;
}

.recentLeft{
	float:left;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	padding-top:10px;
	width:250px;
}

.recentRight{
	width:457px;
	float:right;
	position:relative;
	padding-top:10px;
	font-size: 12px;
	font-weight:bold;
}

.recentRight p{
	width:450px;
	font-size: 12px;
	color:#333333;
	font-weight:normal;
}

.recentItem a {
    /*padding: 3px 7em 3px 3px;*/
    font-size:1em;
	font-weight:bold;
}

#recently_added_items .recentItem p {
    padding: 0 0 0 1em;
    margin: 0px;
    font-size: 13px;
    color: #333333;
    margin-bottom:10px;
    margin-left:-13px;
}

.recentItem .authors {
    text-align: right;
    font-size: 12px;
    padding: 0px;
    font-weight:normal;
}

.recentItem .itemIssued {
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 12px;
    padding: 0 3px;
    color: #808080;
}

.recentItem .keywords {
    font-size: 11px;
    color: #666666;
    padding: 0px ;
    font-weight:normal;
}

a.discreet {
    font-weight: normal;	
}

a.discreetGray {
	color: #666666;
    font-weight: normal;    
}

a.discreetGray:hover {
    color: #993300;
    font-weight: normal;    
}
