﻿.fns-rfq-buttons {
}
.fns-rfq-buttons button {
}
/* AJAX LOADING INDICATOR from NopCommerce Themas */
.fns-rfqform-ajax-loading-block {position:fixed;top:50%;left:50%;width:128px;height:128px;overflow:hidden;z-index:1104;}
.fns-rfqform-ajax-loading-block .loading-image{position:absolute;top:0;left:0;width:128px;height:128px;background-image:url('images/ajax_loader_large.gif');}
/* AJAX PopUpWindow*/

.fns-rfqform-popuppage {
   text-align: left;

}
.fns-rfqform-popuppage .product-item {
}
.fns-rfqform-popuppage .product-item .picture {
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 125px;
    overflow: hidden;
}
.fns-rfqform-popuppage .product-item .details {
    margin-bottom: 15px;
    margin-left:125px;
}
.fns-rfqform-popuppage .product-item .details .product-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.fns-rfqform-popuppage .product-item .details .product-title a{
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.fns-rfqform-popuppage .product-item .details .description {
    margin-bottom: 10px;
    padding-top: 0;
    width: 250px;
    text-align: left;
}
.fns-rfqform-popuppage .attributes{
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
    clear: both;
    padding: 8px 3px 0;
}
.fns-rfqform-popuppage .attributes dl{
    overflow: hidden;
}
.fns-rfqform-popuppage .attributes dl > * {
    list-style: none outside none;
    margin: 0 0 10px !important;
}

.fns-rfqform-popuppage .attributes dl dt{
    clear: left;
    float: left;
    width: 125px;
}
.fns-rfqform-popuppage .attributes dl dt label{
    display: block;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
.fns-rfqform-popuppage .attributes dd {
    float: left;
}
.fns-rfqform-popuppage .attributes dd select {
    margin: 0;
    max-width: 260px;
}
.fns-rfqform-popuppage .attributes .option-list li {
    overflow: hidden;
}
.fns-rfqform-popuppage .unregistered-version {
    clear: both;
    text-align: center;
}
.fns-rfqform-popuppage .customer-comment-block {
    clear: both;
    text-align: left;
    width: 100%;
}
.fns-rfqform-popuppage .customer-comment-block .customer-comment-title{
    font-weight: bold;
}
.fns-rfqform-popuppage .customer-comment-block .customer-comment{
    width: 100%;

}
.fns-rfqform-popuppage .fns-rfqform-customerdata .personalmessage {
    width:400px;
    height:100px;
}

.fns-rfqform-popuppage .message-error {
}
.fns-rfqform-popuppage .buttons {
    margin: 5px;
    text-align: center;
}
.fns-rfqform-popuppage .buttons .rfqform-send-button {
}
.fns-rfqform-popuppage .buttons .rfqform-continue-button {
}

