.relateditems{
    padding: 0px;  
    list-style: square outside none;
}


.relateditems .mod_related_items_li {
   float: left; 
/*   height: 66px; */
/*   height: 140px; */
   font-size: 13px;
   line-height: 14px;
   display: block;
   margin-bottom: 8px;
   width: 100%; 
   list-style-type: none !important;
}

.relateditems .mod_related_items_li img{
   float: left; 
   margin-top: 0px;
   margin-right: 10px; 
   margin-bottom: 5px;
}

.mod_related_items_a{
/*    line-height: 14px;*/
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 14px;
    
}
.relateditems .perex{
/*    font-size: 12px;*/
	font-size: 14px;
    color: black;
    font-weight: normal;
	line-height: 20px;
}

.relateditems .clear{    
    clear: both;
}