﻿#right_content .loansBox 
{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 5px #D9ECB0;
    background-image: none;
    background-color: #D9ECB0;
	margin-top: 30px;
	padding: 10px;
}
#right_content .loansBox h2 
{
    background: url(../../pics/Kiva-Logo.png) no-repeat left top;
    color: #258215;
    padding:0;
    height: 30px;
    width: 128px;
    overflow: hidden;
}

#right_content .loansBox h2 span { visibility: hidden; }
#right_content .loansBox a { color: #0000cc; }
#right_content .loansBox p { margin: 0; }
#right_content ul.loans
{
    width: 100%;
    margin-bottom:5px;
    list-style-type: none;
	position: relative;
	height: 80px;
}
#right_content .loan  
{
    float: left; 
    margin-right: 10px; 
    border: solid 1px #000; 
    background-color: #fff; 
    background-repeat: no-repeat;
    background-position: center center;
}
#right_content .loan p { margin: 0 0 5px 0; padding: 0; }
#right_content .information
{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 5px #5A9A5B;
    background-color: #fff;
    position: absolute;
    display: none;
    top: -180px;
    left: -45px;
    padding: 5px;
    width: 284px;
    height: 210px;
}
#right_content .information .content { height: 195px; overflow: hidden; }
#right_content .information .header { min-height: 80px; }
#right_content .information img { float: left; margin-right: 10px; }
#right_content .information .close-button { float: right; }
#right_content .information p { color: #258215; line-height: 1em; }
#right_content .information .header p { margin-left: 90px; }
#right_content .information .header p.raised { color: #cc0000; }
#right_content .information p.border  
{
    border-top: solid 5px #5A9A5B;
    margin-bottom: 5px;
    padding-top: 5px;
    clear: left;
}
#right_content .loan:hover .hoverdisplay { display: block; }
