/* comments */
.quote{
    width:48%;
    float:left;
    margin:17px 0 0;
    /*border:1px solid #1c64d1;*/
}
.quote .cite{
    /*border:1px solid #1c64d1;   */
    float:left;
    width:260px;
    /*margin:0px 10px 10px 10px;*/
    text-align:justify;
    font-style:normal;
    /*background:url(../images/bg-cite.gif) repeat-y 0 0;*/
    line-height:15px;
    position:relative;
    overflow:hidden;
    padding-left: 5px;
    padding-right: 1px;
    padding-top: 1px;
}
.quote .headerImg{
    /*border:1px solid #ffffff;*/
    float:left;
    width:50px;
    height:50px;
    line-height:15px;
    position:relative;
    overflow:hidden;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:10px;
}
.quote .headerTxt{
    /*border:1px solid #ffffff;*/
    float:left;
    text-align:justify;
    font-style:normal;
    line-height:15px;
    position:relative;
    overflow:hidden;
    float:left;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    width:185px;
}
.quote .cite-top{
    /*border:1px solid #ffffff;    */
    float:left;
    width:17px;
    padding:15px 1px 1px 1px;
    background:url(../images/startQ.png) no-repeat 0 0;
    overflow:hidden;
}
.quote .cite-bottom{
    /*border:1px solid #ffffff;*/
    float:right;
    width:17px;
    padding:15px 1px 1px 1px;
    background:url(../images/endQ.png) no-repeat 0 0;
    overflow:hidden;
}