﻿
.fq_whiteBlock {
    border-left-width: 2px;
    border-left-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    /*background-color:white; */
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: transparent;
}


#RightFaq a {
    color: white;
}

    #RightFaq a:hover {
        text-decoration: underline;
    }

.fq_TextBox {
    border: 1px solid #fff;
    background-color: #e60028;
    color: white;
}

#fqSearchBlock input[type=submit][class=s6-button] {
    cursor: pointer;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'hsd sans';
    line-height: 38px;
    /*background-image:url('/_layouts/15/FHD.Internet/images/faq_left_white.png');
      background-repeat: no-repeat;
      background-position-x:10px;
      background-position-y:3px;
      background-size:20px;*/
}

#fqSearchBlock input[type="text"] {
    font-size: 22px;
}

#fqSearchBlock input[type=submit][class=s6-button], #fqSearchBlock input[type="text"] {
    border: 2px solid #fff;
    background-color: #e60028;
    color: white;
    width: 200px;
    padding: 5px;
}

    #fqSearchBlock input[type=submit][class=s6-button]:hover {
        /*background-image:url('/_layouts/15/FHD.Internet/images/faq_left_red.png');*/
        background-color: white;
        color: #e60028;
    }

.s6-button-search {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'hsd sans';
    text-decoration: none;
    line-height: 35px;
}

li .link {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'hsd sans';
    text-decoration: underline;
    line-height: 35px;
}

.link {
    font-size: 13px;
    font-family: arial,sans-serif;
    line-height: 18px;
    text-transform: none;
    text-decoration: underline !important;
}
#fqChatWidget .s6-button-search {
    cursor:pointer;
}
#fqChatWidget .s6-button-search:hover {
   text-decoration:underline;
} 