﻿.pw_top_logo {
    width: 240px;
    height: 100px;
}

.pw_top_logo2 {
    width: 300px;
    height: 110px;
}


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.quote-form td {
    padding: 5px;
}

.quote-item-header {
    background-color: #ffc753; 
    padding-left: 4px; 
    vertical-align: middle;
    color: #000;
    font-weight: bold;
}

.padding {
    padding: 14px 21px 0 17px;
}

.acsr-table {
    border-right: black thin solid; 
    table-layout: fixed; 
    border-top: black thin solid; 
    border-left: black thin solid; 
    border-bottom: black thin solid; 
    border-collapse: separate;
    width: 85%;
    margin-bottom: 4px;
}

.acsr-table td {
    padding: 3px;
    text-align: center;
}

.acsr-table tr:nth-child(even) {background-color: #f2f2f2; }
.acsr-table tr:hover { background-color: #ffc753; }


.result {
    margin-bottom: 20px;
}

.result-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -2px;
}

.result-url {
    font-size: 12px;
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #aaa; 
    color: white; 
    cursor: pointer;
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


.h1-header-tag {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 50px;
    margin-top: 0px;
}

.h1-header-tag2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 50px;
    margin-top: 0px;
}


.product-image1 {
    width: 100%;
    max-width: 300px;
}

.product-buttons1 {
    background-color: #ffb642;
    border-radius: 25px;
    color: #000;
    margin: 10px;
}

.float-button-div1 { float:right; margin-top: -70px; margin-right: 100px; }

