﻿.ReferenceItem
{
    width:28%;
    border:dotted 1px #d8d8d8; 
    float:left;
    margin:2px;
    padding:0px 10px 0px 10px;
    height : 200px;
}
.ReferenceItem:hover
{
    border:solid 1px #d8d8d8;    
}
.ReferenceName
{
    color:#0e4366;
    font-size:13px;
    font-weight:bold;
    line-height:28px;
    border-bottom : solid 2px #d8d8d8;
    text-align:center;
    float:left;    
    width:100%;
}
.ReferenceImage
{
    float:left;  
    width:100%;
    line-height:130px;
    text-align:center;
}
.ReferenceURL
{
    float:left;
    width:100%;
    text-align:center;    
}
