/**
 * Answer Template Definitions
 **/

/**--------------- Best Answers ---------------**/
.qna-best-answer-template {
    position:relative;
    clear:both;
    overflow:hidden;
    font-size:90%;
    padding: 0px;
    width: 335px;
    height: 229px;
}
.qna-best-answer-link {
    font-weight: bold;
    color:#666666 !important;
}
.qna-best-answer-title {
    font-weight:bold;
    color:#404040;
}
.qna-best-answer-image-area {
    padding:0px 0px 0px 0px;
}
.qna-best-answer-text {
}
/**--------------- Act Now ---------------**/
.qna-act-now-template {
    position:relative;
    clear:both;
    overflow:auto;
    padding:3px 5px;
}
.qna-act-now-title {
    font-size:80%;
}
.qna-act-now-link {
    font-weight:bold;
    font-size:80%;
    color:#162372 !important;
}
/**--------------- Related Topics ---------------**/
.qna-related-topic-template {
    position:relative;
    width: 201px;
    height: 111px; 
    clear:both;
    overflow:hidden;    
}
.qna-related-topic-title {
    font-size:80%;
}
.qna-related-topic-link {
    display: block;
    font-size: 11px;
    color:#666666 !important;
}
/** Promotions **/
.qna-promotion-template {
    position:relative;
    clear:both;
    overflow:hidden;
    width: 201px;
    height: 111px;
}
.qna-promotion-title {
    font-size:80%;
}
.qna-promotion-link {
    display: block;
    font-size: 11px;
    color:#666666 !important;
}
.qna-promotion-image-area {
    float:left;
    padding:0px 5px 0px 0px;
}
.qna-promotion-image {
}
/**--------------- Conversational Responses ---------------**/
.qna-converse-template {
    padding:3px 5px;
}
.qna-converse-text {
}


