/* Component > Info
-----------------------------------------------------------------------------*/
#info.outter{
    float: left;
    width: 244px;
    height: 117px;
    padding: 12px 0 0 0;
}
#info .inner{
    float: left;
    width: 244px;
    height: 117px;
}
#info p{
    line-height: 14px;
    color: #FFFFFF;
}
#info a:link, #info a:visited{
    color: #FFFED5;
    font-weight: bold;
}
#info a:hover, #info a:active{
    color: #FFFFFF;
    text-decoration: underline;
}
