/*body {background:url('../images/background.jpg') #fff repeat-x; margin:0; padding:0; border:0; font-size:76%; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}*/
body {margin: 0;padding: 0;border: 0;}

/* Ensure form elements stay inline with labels */
/* Ensure form elements stay inline with labels */
/* Ensure form elements stay inline with labels */

#cartBanner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

#bannerText {
    font-weight: bold;
    margin: 0;
}

/* General styles */
.custom-width {
    max-width: 200px; /* Adjust the value as needed */
}

.heading-color {
    color: #222 !important; 
}

.custom-widthAirflow {
    max-width: 50px; /* Adjust the value as needed */
}

.SelectRows {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .SelectRows label {
        margin-right: 0.5rem;
        flex-shrink: 0;
    }

    .SelectRows .form-control,
    .SelectRows .form-select {
        
        flex-grow: 0;
    }

/* Adjust input sizes */
.form-control-sm {
    height: 30px; /* Adjust the height to match the desired input size */
    font-size: 0.875rem; /* Small font size */
}

/* Remove unnecessary margin from dropdowns and inputs */
.form-select,
.form-control {
    margin-bottom: 0;
}

/* Adjust button styles */
.form-btn-select {
    background-color: #15396f;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

    .form-btn-select:hover {
        background-color: #004494;
        opacity: 0.9;
    }

.cancel-btn-select {
    background-color: #6c757d;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

    .cancel-btn-select:hover {
        background-color: #5a6268;
        opacity: 0.9;
    }

/* Specific styles for the selection steps */
.sel-nav-dl {
    padding: 0;
    margin: 1rem 0;
}

    .sel-nav-dl dt {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        background: #fff;
    }
/*
.selectStep {
    font-size: 2rem;
    color: #007bff;
    margin-right: 1rem;
    pointer-events: none;
}*/

.selectImg {
    vertical-align: middle;
}

/* Additional styles for smaller text */
.Searchtext,
.select_txt,
.selecttext {
    font-size: 0.9rem !important; /* Small font size */
}

/* Dynamic width adjustment */
.auto-width {
    width: auto; /* Allow element to resize based on its content */
    flex-grow: 1;
    padding-right: 1.5rem;
    max-width: 100%; /* Prevent it from growing too large */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M6 9L2 3h8z" fill="currentColor"/></svg>') no-repeat right 0.75rem center/12px 12px;
    vertical-align: middle; /* Align with labels */
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*.fixed-width {
    width: 70px !important;
}*/

.fixed-container {
    width: 1200px; /* Adjust this width as needed */
    margin: 0 auto;
}

.fixed-width {
    width: 70px; /* Adjust this width as needed */
    
}

.fixed-side {
    width: 200px; /* Adjust this width as needed */
    position: relative;
}

.fixed-middle {
    width: 800px; /* Adjust this width as needed */
    margin-left: 210px; /* Adjust this margin as needed */
    position: relative;
}

.position-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}
.cart {
    position: relative;
    font-size: 1em;
    vertical-align: middle;
    margin-left: 20px;
}

    .cart a {
        background-color: #15396f;
        color: #FFFFFF;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        padding: 8px 6px;
        border-radius: 15px !important;
        transition: background-color 0.3s ease;
    }

    .cart svg {
        width: 20px;
        height: 20px;
        fill: #FFFFFF;
        margin-right: 5px;
    }

.cart-label {
    font-weight: bold;
}

.cart:hover a {
    background-color: #004494;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cart {
        font-size: 0.9em;
    }

        .cart svg {
            width: 16px;
            height: 16px;
        }
}

.cart-counter {
    position: absolute;
    top: -8px; /* Adjusts the position based on the height of .cart */
    right: -8px; /* Aligns the counter to the right of the .cart container */
    background-color: #007bff;
    color: #ffffff;
    border-radius: 50% !important; /* Makes it circular */
    padding: 0.25em; /* Uniform padding for all sides */
    font-size: 0.9em; /* Font size for the counter */
    min-width: 1.5em; /* Minimum width to maintain circle shape for single digit */
    min-height: 1.5em; /* Minimum height to match width and create a circle */
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); /* Adds a subtle shadow for depth */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* New styles for login-logout and welcome-message */
#top-links {
    display: flex;
    align-items: initial;
    justify-content: center;
    gap: 0px;
}

.login-logoutbtn {
    font-size: 1em;
}

.login-logout {
    /* Adjust as needed for spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.welcome-message {
    font-size: 0.9em; /* Adjust as needed for font size */
    margin-top: 6px;
}

@media (max-width: 768px) {
    .login-logout {
        margin-right: 10px; /* Adjust as needed for mobile */
    }

    .welcome-message {
        font-size: 0.9em;
    }
}

/* Custom button styles */
.login-logout a {
    background-color: #15396f;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 15px !important;
    transition: background-color 0.3s ease;
}

    .login-logout a:hover {
        background-color: #004494;
        opacity: 0.9;
    }

h1 {font-family:Gothic, Trebuchet MS, Tahoma, Arial; padding:0; margin:5px 0 10px 0; font-size:26px; font-weight:normal;  text-decoration:none ;}
h2 {padding:0; margin:5px 0 10px 0; font-size:18px; font-weight:normal;}
/* h3 changed font size incread bol:nomal*/
h3 a { font-family: Arial, Helvetica, sans-serif; font-size: 11.5pt; font-weight: bold; color: #1e6583; text-decoration:none;}
h3 a:hover{  color: #1e6583; text-decoration:underline; }
h4 a { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight:bold; color: #1e6583; text-decoration:none;}
h4 a:hover{  color: #1e6583; text-decoration:underline; }
h7 {font-family: Arial, Tahoma,  Gothic, Trebuchet MS; font-size:10px; color:White; font-weight:normal; color:Gray}
/*p {font-family: Helvetica, Arial, Verdana, sans-serif;}*/
a:link {  font-family:  Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { text-decoration:underline;}
.crumbs {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; font-style: normal; font-weight: normal; color: #000000; padding-top: 5px}

/*Elta footer*/
/*#footerDown {background:#003a70 ; text-align:left; margin-bottom:10px; font-size:11px;}
Elta */
.EltaImage{text-align:right; max-height:60px}
#footerElta{background:#003a70 ; text-align:left; margin-top:1px; padding:7px 0px 5px 0px; font-size:11px;}
.hiddenTxt { color:#13254c;}
#content {clear:both; width:1000px; font-family:arial, sans-serif; font-size:12px; height:250px}
#content h1 {font-family:Gothic, Trebuchet MS, Tahoma, Arial; font-size:26px;}
#content h1 a{text-decoration:none; color:#13254c}a:hover{color:#64c4ec}

.float_right {float:right}
.float_left {float:left}

.selection_left {width:485px; float:left;  padding-bottom:3px; padding-top:3px; background-color:White;  border:1px solid #ccc;}
.selection_right {width:485px; float:right;  padding-bottom:3px; padding-top:3px; background-color:White;  border:1px solid #ccc;}


#content h2 {font-family: Tahoma, Arial, Gothic, Trebuchet MS;  color:#13254c; font-size:18px; line-height:20px !important}
.leftCol_main {width:494px; float:left;  padding-bottom:3px; padding-top:3px; background-color:White;  border:1px solid #ccc;}
.rightCol_main {width:494px; float:right;  padding-bottom:3px; padding-top:3px; background-color:White;  border:1px solid #ccc;}

.leftCol_sec {width:400px; float:left;  padding-bottom:3px; background-color:White; padding:10px}
.rightCol_sec {width:400px; float:none;  padding-bottom:3px; background-color:White}

.leftCol {width:600px; float:left; padding-bottom:30px}
.rightCol {width:400px; float:right; border-top:0px solid #000; font-family:arial, sans-serif; font-size:11px;}
.middle_main {width:1000px; float:none; padding-bottom:15px; }
.inner { padding-bottom:10px; padding-left:2px; padding-right:10px; }

.rightCol ul {padding:0; margin:0; list-style:none;}
.rightCol ul li {width:270px; padding: 0 0 0 30px;  margin-bottom:5px;}
.rightCol ul li a {color:#00d; font-size:12px;}

#footer_text { font-size:0.735em; color:#FFFFFF; font-weight:lighter}
/*#footerTop {background:#ebebec url(../images/footline_pencil.gif) repeat-x left top; text-align:left;}
Backgound color change
*/
#footerBottom {background:#EEE ; text-align:left; padding-top:20px; font-size:11px; }
#footerBottom a, #footerBottom a:visited {color:#444;}
#footerT {clear:both; width:1000px; margin:0 auto; color:#000; }
#footerB {width:1000px; margin:0 auto; color:#444; }
/* added css instead of id*/
.footerBottom {background:#EEE ; text-align:left; padding-top:20px; font-size:11px; }
.footerBottom a, #footerBottom a:visited {color:#444;}
.footerT {clear:both; width:1000px; margin:0 auto; color:#000; }
.footerB {width:1000px; margin:0 auto; color:#444; }
.innerT {padding:15px; padding-left:5px; text-align:center; min-height:65px}
.innerTL {padding:15px; padding-left:10px;  width:200px; float:left; }
.innerTM {padding:15px; padding-left:10px;  width:200px; float:inherit; }
.innerTR {padding:15px; padding-left:10px;  width:200px; float:right; }

/*Home Page */
 .text_sm_home { font-family: Tahoma, Arial, Century Gothic, Trebuchet MS, ; font-weight: normal; font-size:12px; }
.text_sm_gray { font-family: Tahoma, Arial, Century Gothic, Trebuchet MS, ; font-weight: normal; font-size:12px; color:Gray}
/*.button { font-family: Arial; font-size: 11px; border: #64c4ec; border-style: double; border-top-width: medium; border-right-width: medium; border-bottom-width: medium; border-left-width: medium; background-color: #13254c;}
/* Standard- for brochure page and others*/
.button {position:relative;right:0px;bottom:0px;background-color:#fff;z-index:0;background-color:#5da0bd;background-image:linear-gradient(top, #68B2D1 0%, #5898B2 100%);background-image:-o-linear-gradient(top, #68B2D1 0%, #5898B2 100%);background-image:-moz-linear-gradient(top, #68B2D1 0%, #5898B2 100%);background-image:-webkit-linear-gradient(top, #68B2D1 0%, #5898B2 100%);background-image:-ms-linear-gradient(top, #68B2D1 0%, #5898B2 100%);color:#fff !important;padding:3px 8px;font-size:11px;border-radius:3px 3px 0 0;box-shadow:0 -1px 1px #d4d4d4;border:1px solid #5da1bd;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}
a.button:hover{ background-color:#1e6583; text-decoration:none}

/* Secondary pages*/
.text { font-family: Tahoma, Arial ; font-weight: normal; font-size:12px; }
.text_large { font-family: Tahoma, Arial ; font-weight: normal; font-size:14px;}
.text_large_bold { font-family: Tahoma, Arial ; font-weight: Bold; font-size:16px;}
 text_large_bold a { font-family: Tahoma, Arial ; font-weight: Bold; font-size:26px;}

.text_small { font-family: Tahoma, Arial ; font-weight: normal; font-size:11px; }
.text_small_gray { font-family: Tahoma, Arial ; font-weight: normal; font-size:11px; color:Gray }
.text_small_white { font-family: Tahoma, Arial ; font-weight: normal; font-size:11px; color:White }
 .text_mini { font-family: Tahoma, Arial ; font-weight: normal; font-size:9px; color:Gray }
 .text_smaller { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight:normal; color:#59595b;   }  

.medium {font-size:12px;}
.small {font-family: Arial, Tahoma;}
ol li {line-height:2em; font-size:14px;}
.clear {clear:both; height:0; overflow:hidden;}

#shadowMiddle {background:#FFFFFF; text-align:left;}
#ShadowM {clear:both; width:1000px; margin:0 auto; color:#000; }
.ShadowM {padding:10px; text-align: center; height:5px}

#footerMiddle {background:#FFFFFF;  text-align:left;}
#footerM {clear:both; width:1000px; margin:0 auto; color:#000; }
.innerM {padding:10px; text-align: center; height:30px}

#footerDown {background:#003a70 ; text-align:left; margin-bottom:10px; font-size:11px;}
#footerD {clear:both; width:1000px; margin:0 auto; }
.innerD {padding:10px;}

#latestNews {padding:0; list-style:none; width:480px; height: 103px;
    font-family: Gothic, Trebuchet MS, Tahoma, Arial;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#latestNews li.left {font-family: Gothic, Trebuchet MS, Tahoma, Arial; float:left; margin-right:0px; padding:1px; margin-bottom:10px; width:265px;}
#latestNews li.right {font-family: Gothic, Trebuchet MS, Tahoma, Arial; float:right; padding:3px; border:1px solid #ccc; margin-bottom:10px; width:180px; height:180px;}

#latestNews li a { text-decoration:none; color:#13254c;}
#latestNews li a:hover {text-decoration:underline;}
.latestNews_img_box {display:block; width:180px; height:180px; float:none; display:inline; border:0; }

.download {list-style-image: url(../images/li.gif);}
.download li a {color:#bbb; text-decoration:none; line-height:18px;}
.download li a:hover {color:#fff;}

.downloads {width:140px; float:left; margin-right:5px; display:inline;}
.black {color:#EEE; border-bottom:1px solid #777;}
.blank_text{ color:#e5e7ea;}

img.feed {display:block; padding-right:20px; float:left;}
a.rss {font-size:14px; color:#c40;}
a.rss:hover {text-decoration:none;}

img.preload {position:absolute; left:-9999px; top:0;}
                                                              
#semiFixed {width:300px;}
#boxHead {height:27px; background:url(../images/top.gif); margin:0; padding:0 0 0 10px; color:#fff; font-size:12px; line-height:25px; font-family:arial, sans-serif;}
#containerBody {background:url(../images/bottom.gif) left bottom; padding:10px 40px; color:#666; font-family:arial, sans-serif;}
#containerBody img {display:block; border:0;}

#exchange {width:282px; padding:0 1px 5px 17px; background:#77777f;}
#exchange a {border:0; text-decoration:none;}
#exchange img {display:block; width:125px; height:125px; float:left; margin:5px 16px 0 0; display:inline; border:0;}

#smallBanner {width:836px; height:100px; background:#FFF; padding: 10px 56px;}

/*Mobile Version*/
.mainTable_m { width: 500px; background: #FFFFFF; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid;}
.td_navigation_m { width: 200px; background: #d9e9f5; border-right: #CCCCCC 1px solid;  }

.contactUsMain { width: 1000px;  height:auto; background: #f9f9f9; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid;}
.mainTable { width: 1000px; min-height:500px; background: #FFFFFF; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid;}

.td_navigation { width: 200px; background: #d9e9f5; border-right: #CCCCCC 1px solid;  }

.td_main { width:760px; background:#FFFFFF; vertical-align:text-top;}
.td_main_sub { width:760px; background:#FFFFFF; vertical-align:text-top; padding:5px; margin-left:15px}
.td_main_sub_left{ width:250px; background:#FFFFFF; vertical-align:text-top; float: left}
.td_main_sub_right{ width:500px; background:#FFFFFF; vertical-align:text-top; float: right; padding-right:10px}
.td_main_sub_tab{ width:550px; background:#FFFFFF; vertical-align:text-top; float: right}
.td_main_Emptyspace { height:300px}
.td_main_Emptywhitespace { background:#FFFFFF; height:200px}
.td_main_Emptywhitespace_sm { background:#FFFFFF; height:128px}
.printHide { display: inline}

@media print {
  /* change elements for print compatibility */
  td.navigation { width: 10px; display: none} 
  .printHide { display: none}
}

/* ------------------
 styling Left Navigation 
   ------------------
*/
.navmain, .navcell {  font-family: verdana,helvetica,arial,sans-seri; font-size: 100%; font-style: normal; font-weight:normal; text-decoration: none; border-width: 0pt; border-color: #CCCCCC; border-style: solid}
.navmain { padding: 4px; margin: 8px}
.navcell { padding: 2px; margin: 8px} 

a.navitem_lv1 {  font-family: verdana,helvetica,arial,sans-seri; font-size: 0.9em; font-style: normal; color:#16A7D5; font-weight:normal; text-decoration: none}
a.navitem_lv1:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; font-style: normal; text-decoration: none}

a.navitem_lv2 {  font-family: verdana,helvetica,arial,sans-seri; font-size: 0.9em; font-style: normal; color:#000; font-weight:normal; text-decoration: none}
a.navitem_lv2:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; font-style: normal;  text-decoration: none}

 /*
Secondary Page CSS
*/   
.sec-page {width:1000px; text-align:left; position:relative; overflow:hidden; background-color:white; height:auto }
#sec-page h1{ font-style:normal; font-size:larger; color:#666;}
#sec-page_left{ width:125px; text-align:left; float:left; border-right-color:Black; border-left-color:#ccc; border-top-color:#ccc; border-bottom-color:#ccc; border-bottom-style:solid; border-bottom-width:1px}
#sec-page_main{width:870px; text-align:left;background-color:#FFFFFF}
#sec-page ul li {float:left; margin-right:0px; padding:5px; margin-bottom:5px; background-color:Black}
#anchor-text {padding:10px; margin:5px 0 10px 0; font-size:12px; font-weight:normal; color:#64c4ec;}
.sec-page_text { text-align:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:Gray; font-weight:bold}
.sec-page_text a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:Black}
.sec-page_text ul{list-style-image:url(../images/Icon/Arrow_Left.png); padding:3px 0 3px 20px; height:20px; border-bottom: #CCCCCC 1px solid;}

.page_text {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight:400; color: #000}
.page_text a{ color:#222; text-decoration:none}
.page_text a:hover{ color:#64c4ec; text-decoration:underline}

.sec_Product_bottom {border-bottom: #E8E8E8 1.5px solid}
.sec_Product_bottom_two {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; border-bottom: #E8E8E8 1.5px solid;  }
.sec_Product_bottom_three {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; border-bottom: #E8E8E8 1.5px solid;  }

.sec_head {  font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight:400; color: #222; border-bottom: #EEEEEE 1px solid; margin-top: 10px; margin-bottom: 0px; overflow: hidden; }
+ .sec_head1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21pt;
    font-weight: bold;
    color: #222;
    border-bottom: #EEEEEE 1px solid;
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
}
.sec_head_noline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
}

.sec_head_noline_th {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight:400; color: #222; }
.sec_head_noline_th a { color:#222; text-decoration:none}
.sec_head_noline_th a:hover{color:#64c4ec; text-decoration:underline}

.sec_head_small {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight:bold; color: #222; border-bottom: #EEEEEE 2px solid;}
.sec_Product_hd {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight:bold; color: #000; text-decoration:underline}
.sec_Product_hd_noline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-bottom: 6px;
}
.sec_Product_hd a {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight:bold; color: #000; text-decoration:underline}
.sec_Title {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; color: #222; }
.sec_Title1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: normal;
    color: #222;
}
.sec_Title a{ color: #222; text-decoration:none }  
.content {	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; margin-left:0px; margin-right:10px; margin-top:0px}
.links {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #000000; }

.text_sm {  font-family: Century Gothic, Trebuchet MS, Tahoma, Arial; font-size: 8pt; color: #000000}
.text_table_content {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
.text_sm_bold {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: bold}
a.text_sm {  font-size: 8pt; color: #000000}
a:active.text_sm {  font-size: 8pt; font-style: normal; color: #6699CC}
a:hover.text_sm {  font-size: 8pt; font-style: normal; color: #6699CC; text-decoration: none}

.largeCaps { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; text-transform: uppercase; color: #000000 }
.bigger {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; font-weight: bold}
.a:active.bigger {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #1B4D8E}
.a:hover.bigger {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #1B4D8E; text-decoration: none}

.td {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #000000}
.td.required {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #990000}

.table.product { }
.td.header {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: bold; color: #000000; background: #E8E8E8; padding-left: 10px; vertical-align: bottom;}
.td.data {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #000000; padding-left: 10px; border-bottom: #E8E8E8 1px solid;}

/* Footer */
.td.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: bold; color: #FFFFFF; line-height: normal}
.footer {font-family:  Arial, Tahoma, Gothic, Trebuchet MS; font-size: 8pt; color:#8891a6; font-weight:normal} 
.footer a { text-decoration:none; color:#8891a6;}
.footer a:hover { text-decoration:underline; color:#FFF;}

.td_navCategory { border-bottom: #7A7A7A /*E8E8E8*/ 1px dotted; color: #6A6A6A; font-size: 9pt; font-weight: bold; padding-top: 2px; padding-bottom: 2px}
.td_navActiveCategory { border-bottom: #7A7A7A 1px dotted; background: #000000; color: #FFFFFF; font-size: 9pt; font-weight: bold; padding-top: 2px; padding-bottom: 2px}

.a.navCategory {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #6A6A6A;  text-decoration: none}
.a:active.navCategory {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #1B4D8E}
.a:hover.navCategory {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000}

.td.navSubCategory { border-bottom: #7A7A7A 1px dotted; color: #333333; font-size: 9pt; padding-top: 1px; padding-bottom: 1px}
.td.navActiveSubCategory { border-bottom: #7A7A7A 1px dotted; background: #EE0000; color: #FFFFFF; font-size: 9pt; font-weight: bold; padding-top: 1px; padding-bottom: 1px}

.a.navSubCategory {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #333333;  text-decoration: none}
.a:active.navSubCategory {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #EE0000}
.a:hover.navSubCategory {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #1B4D8E}

.anchor_head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #59595b;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    padding: 6px
}
.VerticalSpace { width: 22px; height: 22px; display: block; background: url(../images/Vertical_space.png) no-repeat 0 0;  }
.anchor_head_noline {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight:normal; color:#59595b;}

/* ------------------
 styling for the tables 
   ------------------   */
#background-image-Table
{   width:100%;
    font-size: 12px;
	/*margin: 15px;
	margin-left:35px; */
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	line-height:1.0;
}
#background-image-Table th
{
	font-size: 13px;
	padding: 10px;
	font-weight: normal;
	color: #13254c;
	background:#d9e9f5;
   	line-height:1.0;	
}
#background-image-Table td
{
	padding: 6px 10px;
	font-weight:500;
	color: #13254c;
	border-top: 1px solid #EEE;
	line-height:1.0;
}

#background-image-Table tbody td
{
	/*background: url('../images/Others/back.png');*/
}

#background-image-Table tbody tr:hover td
{
	color:Black;
	background: #d9e9f5;
}

#Table_Diffuser
{
	font-size: 12px;
	margin: 10px;
	margin-left:35px;
	width: 350px;
	text-align: left;
	border-collapse: collapse;	
}
#Table_Diffuser th
{
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
	color: #FFF;
	background:#13254c;
}
#Table_Diffuser td
{
	padding: 6px 5px;
	font-weight:500;
	color: #669;
	border-top: 1px solid #fff;
}
#Table_Diffuser tbody td
{
	/*background: url('../images/Others/back.png');*/
}
#Table_Diffuser tbody tr:hover td
{
	color:White;
	background: #13254c;
}
#Table_Diffuser_main
{
	font-size: 11px;
	margin: 10px;
	margin-left:35px;
	width: 750px;
	text-align: left;
	border-collapse: collapse;	
}
#Table_Diffuser_main th
{
	font-size: 11px;
	padding: 5px;
	font-weight: normal;
	color: #FFF;
	background:#13254c;
}
#Table_Diffuser_main td
{
	padding: 6px 5px;
	font-weight:500;
	color: #669;
	border-top: 1px solid #fff;
	line-height:0.8;
}
#Table_Diffuser_main tbody td
{
	/*background: url('../images/Others/back.png');*/
}
.Project_table
{ 
    width:370px; 
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.project_img_box
{ 
    color: #000;
    background-color:#FFF;
    width:320px;
    padding-right:25px;
    padding-left:25px;
    padding-bottom:10px;    
}
.project_header
{ 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 14pt; 
    font-weight:400; 
    color: #000;
    background-color:#FFF;
    width:320px;
    padding-right:25px;
    padding-left:25px;
    padding-bottom:10px;    
    padding-top:10px;
}
  .project_text
  { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight:400; 
    color: #000;
    background-color:#EEE;
    width:320px;
    padding-right:25px;
    padding-left:25px;   
}
.Content_right { width:760px; background:#FFFFFF; vertical-align:text-top; padding:5px; padding-left:25px}
.Techtalk_table_left {width:400px; float:left;  padding-bottom:3px; padding-top:5px; background-color:White; }
.Techtalk_table_left ul{padding-left:15px}
.Techtalk_table_right {width:400px; float:none;  padding-bottom:3px; background-color:White}
.techtalk_text {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000; margin-top: 3px; margin-bottom: 3px; }
.techtalk_text_top { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000; }

 div.techtalk_text_top {padding-bottom: 18px; padding-top: 3px;}
.techtalk_header { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #13254c;}
.techtalk_Message { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; margin-top: 2px; margin-bottom: 2px; color: #13254c; font-weight:500}
div.techtalk_header {margin-bottom: 3px; }
.techtalk_header a { color:#4272db;}
.techtalk_header a:hover { text-decoration:underline;}
.Brochure_table {margin-top: 10px; margin-bottom: 30px; }
.Brochure_left {width:260px; float:left;  background-color:White; padding-bottom:40px}
.Brochure_middle {width:260px; float:none;  padding-bottom:3px; background-color:White;  }
.Brochure_right {width:260px; float:right;  padding-bottom:3px; background-color:White}
.brochureText {  font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color: #13254c; text-align:center }
div.InnerBrochure{ padding:5px;  }

ul.Ftech
{
list-style-type:none; 
padding: 0px;
margin: 0px;
padding-left: 20px;
}
ul.Ftech li
{
/*background-image: url(../images/Icon/breadcrumb.png);
background-repeat: no-repeat;
background-position: 8px 5px; 
padding-left: 3px;*/
margin-top: 10px;
margin-bottom: 10px;
}

ol.Ftech_0
{
color:black;
list-style-type:decimal;
font-family:Arial;
padding-left:20px;
}
ol.Ftech_0 li
{
padding-left: 15px;
margin-top: 10px;
font-size:small;
margin-bottom: 10px;  
}

#SelectContent {
    width: 100%;
    background-color: #EEE;
    /*border-left: #CCCCCC 1px solid;*/
/*    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;*/
    box-shadow: 0px 2px 5px #888888;
}

#SelectorInner {
    width: 85%;
    background-color: transparent;
    margin: 0 auto;
}

#SelectLeft {
    float: left;
    background-color: white; /*border-bottom: #CCCCCC 1px solid; border-left: #CCCCCC 1px solid;border-top: #CCCCCC 1px solid;*/
}

#SelectRight {
    float: right;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    padding-right: 20px; /*border-bottom: #CCCCCC 1px solid;*/
    border-left: #e3e3e3 1px solid; /*border-top: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid;*/
}

#SelectMiddle {
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    /*border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;*/
}

.SelectSearch {
    width: 450;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 245px;
}

/*a.btn {
    display: block;
    width: 170px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    color: #555555;
    text-decoration: none;
}

    a.btn:hover {
        background-color: #555555;
        color: #ffffff;
        border: 1px solid #555555;
    }*/

.select_head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 400;
    color: #222;
    border-bottom: #EEEEEE 1px solid;
    padding-top: 10px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 15px
}

.selectStep {
    position: absolute;
    top: -20px; /* Adjust this value as needed */
    left: 600px; /* Adjust this value to align 10px before the #SelectMiddle div */
    font-size: 6.5rem;
    color: #d7effe;
    font-weight: 600;
    pointer-events: none;
}

.selecttext {
    font-size: 12px;
    color: Black;
}

.selecttextHead {
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 20px;
    color: #13254c
}

.ddlApplication {
    font-size: 13px;
    color: #13254c;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.SelectRows {
    padding-bottom: 45px;
    border-bottom: #e8e7e7 1px solid;
    padding-top: 54px;
    max-width: 100%;
    overflow: hidden;
}

.selecttextHeadRight {
    font-size: 19px;
    color: Black;
    padding-left: 0px;
    float: inherit
}

.divider {
    padding: 100px;
    background-color: Black
}

.dividerSelect {
    padding: 15px;
}

.searchResult {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 95%;
    padding-bottom: 20px;
}

.selectStep5 {
    position: absolute;
    top: -10px;
    right: -50px;
    color: #d7effe;
    font-size: 6.5rem;
    font-weight: 600;
}

.selecttextright {
    font-size: 11px;
    color: Black;
}

    .selecttextright a {
        font-size: 11px;
        color: Black;
    }

.selecttextHead5 {
    font-size: 12px;
    font-weight: bold;
    color: Black;
    padding-left: 30px
}

#SelectMounting {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.SelectTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #13254c;
    padding-top: 7px;
    padding-bottom: 7px;
}

#SearchproductCode {
    width: 100%;
    background-color: #f8f9fa;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.Searchtext {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px
}
/* header sprite*/
.sel-nav-dl dt {
    background-image: url(../images/SelectFan/SelectionProgram.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    width: 150px;
    height: 123px;
}

.sel-nav-dl-step1 dt {
    background-position: 5px 10;
}

.sel-nav-dl-step2 dt {
    background-position: 5px -125px;
}

.sel-nav-dl-step4 dt {
    background-position: 5px -260px;
}

.sel-nav-dl-step3 dt {
    background-position: 5px -395px
}

.sel-nav1-dl dt {
    background-image: url(../images/SelectFan/SelectionProgram.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 5px;
    width: 130px;
    height: 75px;
}

.sel-nav1-dl-step5 dt {
    background-position: 5px -545px;
    width: 140px;
    padding-left: 40px;
}

.selectImg {
    color: #9e7f04;
}

.SectionHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 400;
    color: #222;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.search_head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    font-weight: 200;
    color: #222;
    padding-top: 20px;
    padding-bottom: 8px;
}

/*.dropdown {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #FFF no-repeat 98% 53%;
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12);
    border: 1px solid #CCC !important;
    height: 23px;
    width: auto;
    font-size: 14px;
}*/

.select_txt, .select_txt_sm {
    width: auto;
    height: 21px;
    border: 1px solid #CCC !important;
    text-align: Left;
    text-indent: 5px;
    font-size: 14px;
    background: #FFF no-repeat 98% 53%;
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12);
    border: 1px solid #CCC !important;
}

input[type="text"]:disabled {
    background: #dddddd;
}

.select_txt_sm {
    width: 50px;
    height: 21px;
}

.performance_selected {
    float: right;
    padding: 10px 30px 5px 10px;
}

.performance_txt {
    font-size: 12px;
    font-style: italic;
}

.ddlApplicationError {
    color:red;
    font-size:13px;
    margin-left:15px;
    display:block;
    padding:20px 0px 0px 0px;
}
.ddlApplicationError span {
    font-style:italic;
    font-weight:600;
}

/*Application and Mounting type additional div for carpark*/
.column_two{ width:20%; float:left;  margin:20px 15px 15px 18px;  text-align:center; background-color:white; padding-bottom:20px; clear:right }
.column_two_span{ font-size:18px; color: #13254c;} 

/*Content Page*/
.companyFooter { padding-left:0px; padding-bottom:10px; font-style:italic; padding-top:10px; }
.companyFooter strong { font-weight:700; font-style:italic}
.container_main { padding: 20px; }
.container_main_nospace {}
.container_main_left{ float:left; width:75%;}
.container_main_right{float:right;  width:25%; }
.container_main_left_blue{ float:left; width:42%;  }
.container_main_right_blue{float:right; width:55%; background-color:White; padding:0px 0px 0px 5px; vertical-align:text-bottom }
.img_center{ background-color:#FEFEFE; padding:0px 10px 0px 50px}
.container_left_50{float:left; width:48%; }
.container_right_50{float:right; width:48%;}
.iframe_carpark {width:560px ;height:315px}
.main_text_park{ padding:0px 10px 10px 0px; line-height:20px}
.img_footer_car{font-size:11px; color:#666; float:right;  padding:5px 10px 15px 0px ; }
.img_footer_left{font-size:11px; color:#666; float:left;  padding:5px 10px 15px 0px ; }
.main_park{ width:100%; }
.img_carpark_full{}
.sub_park{ width:25%; float:left;}
.container_carpark{ width:100%; clear:both; padding:5px 0px 5px 0px}
.container_carpark ul{ padding:0px 0px 0px 20px}
.container_carpark li{ padding:2px 0px 2px 0px}
.TableHead_carpark{ background-color:Gray; padding:10px 10px 10px 160px; font-size:17px; color:White; font-weight:800 }
.SectionTitle_carpark {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight:400; color: #222; border-bottom: #EEEEEE 1px solid; margin-top: 5px; margin-bottom: 10px; overflow: hidden; }
.SectionSubTitle_carpark {font-size:0.48cm; color: #222; margin-top: 7px; margin-bottom: 7px; overflow: hidden;}
.numbers{ background-image:url(../images/projects/numbers.jpg);  padding:0px 6px 10px 6px; margin:10px 0px 10px 0px; color:#EEEEEE; font-size:13px;vertical-align:top; background-repeat: no-repeat; }
.container_img_25{ width:185px; background-color:#FEFEFE; float:left; margin:0px 1px 5px 1px ; color:#666666 }

.section {
	clear:left;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	width:32%;
}
.col_4 {
	display: block;
	float:left;
	margin: 1% 0 1% 0.82%;
	width:24%;	
}
.col_4 a{ background-color:White;}
.col_4 a:hover{ background-color:Gray;}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {	content:"";	display:table;}
.group:after {clear:both;}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%; }
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {width: 100%; }
	.span_2_of_3 {width: 100%; }
	.span_1_of_3 {width: 100%;	}
}


/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
div, dl, dt, dd, ul, ol, li, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border-style: none;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit
}

del, ins {
    text-decoration: none
}
/*li{list-style:none}*/

caption, th {
    text-align: left
}

h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

legend {
    color: #000
}

select, input, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 100%;
    line-height: 100%
}
/*float clearing class*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    zoom: 1;
}


/* Idea for P from bootstrap - update /delete it when used bootstrap*/

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: bold !important;
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

a.muted:hover, a.muted:focus {
    color: #808080
}

.text-warning {
    color: #c09853
}

a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:hover, a.text-error:focus {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:hover, a.text-info:focus {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:hover, a.text-success:focus {
    color: #356635
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

thead th {
    background-color: #D9E9F5 !important;
    color: #000 !important;
}
/***********************************/
/*img.click-zoom {
	transition: transform 0.5s ease;
	cursor: pointer;*/
/* Indicates the image can be interacted with */
/*}

.magnify {
	position: relative;
	cursor: none;
}

.magnifier {
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.6);
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	pointer-events: none;
	background-size: 200%;
	display: none;*/ /* Hidden by default */
/*z-index: 100;*/ /* High z-index to ensure it's on top */
/*}*/
/* Style the modal (background) */
/* Style the modal (background) */
/* Style the modal (background) */
/* Custom styles for pagination */
.fixed-top {
    position: fixed;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
}

/* Style the modal content (image) */
.modal-content {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

.close {
    z-index: 1010;
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Optional: Responsive handling for very small devices */
@media (max-width: 600px) {
    .modal-content {
        max-width: 90%;
        max-height: 90%;
    }
}

.image-container:hover .hover-overlay {
    opacity: 1; /* Make the overlay visible when the container is hovered */
}

.custom-checkbox {
    border: none !important;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header .modal-title {
        color: #333;
        font-weight: bold;
        font-size: medium;
    }

.modal-body {
    padding: 1rem 2rem;
    text-align: center;
}

.modal-footer {
    border-top: none;
    justify-content: center;
    padding-bottom: 1.5rem;
}

    .modal-footer .btn {
        margin: 0 0.5rem;
    }


/*img.hover-zoom:hover {
		transform: scale(1.5);*/ /* Scale image to 150% when hovered */
/*}*/


li.top-level {
    list-style: none outside
}

li.clearfix {
    list-style: none outside
}

/*Mounting Search Refine*/
.PageTitle_left {
    word-wrap: break-word;
    overflow-wrap: break-word;
    float: left;
    width: 44%;
    font: Arial, Helvetica, sans-serif;
    font-size: 19pt;
    font-weight: normal;
    color: #222;
    padding-top: 17px;
    padding-left: 5px
}

/*@media (max-width: 767.98px) {
	.PageTitle_left {
		font-size: 14pt;*/ /* slightly smaller title on small screens */
/*}
}*/

.searchRefine {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #F9F9F9;
    border-bottom: #EEE 1px solid;
    border-top: #EEE 1px solid;
    border-left: #EEE 1px solid;
    border-right: #EEE 1px solid;
    padding: 15px
}

.AdvanceSearch {
    float: right;
    margin-top: -75px;
    padding-right: 25px;
}

.txtFanSelector {
    font-family: Tahoma, Arial, Century Gothic, Trebuchet MS,;
    font-weight: normal;
    font-size: 12px;
    color: #13254c
}

    .txtFanSelector a:link {
        text-decoration: none;
    }

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: Gray
}

a:active {
    text-decoration: underline;
}
/*Application Refine*/
.AdvancedSearchM {
    float: right;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    background-color: #F9F9F9;
    margin-top: -68px;
    border-bottom: #EEE 1px solid;
    border-top: #EEE 1px solid;
    border-left: #EEE 1px solid;
    border-right: #EEE 1px solid;
}

#fantech .fantech {
    text-align: left;
    width: 1000px;
    margin: 0px auto;
}

.RangeRow {
    padding-bottom: 15px;
    padding-top: 0px;
    color: #444444;
}

    .RangeRow ul {
        padding-left: 15px;
    }
/* site head*/
#fantech .fantech-hd {
}

#fantech .vca-layout-sngl {
    width: 1000px;
    float: none;
}

#fantech .fantech-layout-sngl {
    height: 450px
}

#fantech .fantech-hd .fantech-hd-util {
    height: 7px
}

#fantech .fantech-hd .fantech-hd-topnav {
}

    #fantech .fantech-hd .fantech-hd-topnav #top-links {
        width: auto;
        float: right;
        padding-top: 20px;
    }

    #fantech .fantech-hd .fantech-hd-topnav #top-nav {
        width: 1000px;
    }

#top-logo {
    width: auto;
    float: left;
    padding-top: 6px;
}

#fantech .fantech-hd .fantech-hd-topnav #top-nav li a {
    padding: 0px 16px;
}

/* Pages Search */
.tblrow_return {
    height: 400px;
}

.searchContent {
    font-family: inherit !important;
    font-size: 13px;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.SearchPage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #21355f;
    overflow: hidden;
}
/* The Menu Item*/
#orientation {
    left: -1000px;
    position: absolute;
    top: -1000px;
}

#page-cont {
    width: 10000px;
    margin: 0px auto;
}

#vha-header {
    margin: 0 3px 0px 3px;
    z-index: 1000;
    position: relative;
}
/*#top-nav{background:#64c4ec;width:auto !important;}*/
/*#top-nav{background:#13254c;width:auto !important;} ash's selected blue similar to the cd and catalogue*/
#top-nav {
    background: #19254d;
    width: auto !important;
}

ul#menu li.top-level {
    position: static;
    z-index: 1010;
}

ul#menu li .nav-item-dd {
    left: 0;
}

ul#menu li .nav-item-dd {
    z-index: 1020;
    position: relative
}

.grid {
    display: block;
    margin-left: 0;
    margin-top: 0;
    width: 1000px !important;
}
/* global nav */
#global-nav-wrap {
    padding-bottom: 16px;
}

#top-globalnav {
    float: left;
    height: 40px;
    position: relative;
    padding-left: 80px;
}

    #top-globalnav li {
        float: left;
        margin-top: 1px;
    }

        #top-globalnav li a {
            display: block;
            font-size: 1.2em;
            font-weight: bold;
            background-color: #13254c;
            border-left: 0px;
            display: block;
            text-decoration: none;
            padding: 0px;
            margin: 0px;
            border: solid 1px #d3d3d3;
            border-left: 0px;
            border-right: 0px;
            background-image: url(../images/logo/vha_mm_pipe.gif);
            background-position: 0px 0px;
            background-repeat: repeat-y;
        }

/* Main Menu */
/* by D I
#top-nav{width:950px;background:#f80000 url(../img/menu_bg.gif);}
Replacement rule on top of page */
.productSearch {
    color: Gray
}

#top-nav div#menu {
    padding: 1px 0px 0px 0px;
    display: block;
    width: auto;
    list-style-type: none;
    background-image: url(../images/logo/logo.png);
    background-repeat: no-repeat;
    background-position: 26px 50%;
    position: relative;
}

#top-nav ul#menu {
    padding: 1px 0px 0px 0px;
    display: block;
    width: auto;
    list-style-type: none;
    background-image: url(../images/logo/logo.png);
    background-repeat: no-repeat;
    background-position: 26px 50%;
    position: relative;
}

ul#menu li.top-level {
    float: left;
    text-align: center;
    border-right: 1px solid #223253;
    margin: -1px;
    width: auto;
    padding: 1px;
    font-size: 1.23em;
}

ul#menu li.nav-item-first {
    border-left: 1px solid #223253;
    height: 35px;
}

ul#menu li.nav-item-home {
    width: 79px;
    border-right: 1px solid #223253;
    padding: 0px;
    height: 35px;
}

    ul#menu li.nav-item-home a {
        background: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
/*----[Top level menu hover]----*/
ul#menu li.top-level a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 38px;
    padding: 0px 17px;
    margin: 0px; /* corner tips */
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

ul#menu li.nav-item-on a.top-level-item {
    color: #000;
    background-color: #fff;
}

ul#menu li.nav-item-active {
    background-color: #BD0000;
}

/*----[Search in menu bar]----*/
ul#menu li.search {
    padding: 0px 0px;
    font-size: inherit;
    float: right;
}

    ul#menu li.search,
    ul#menu li.search:hover {
        border-right: none;
    }

#menu li.search fieldset {
    width: 175px;
    margin-top: 3px;
    display: block;
    float: none;
}

    #menu li.search fieldset ul li {
        float: left;
        clear: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px #00F;
    }

        #menu li.search fieldset ul li button {
            background-image: url(../images/logo/Search.gif);
            background-repeat: no-repeat;
            background-position: 0px -70px;
            height: 30px;
            width: 31px;
            clear: none;
            border: solid 0px #000;
            margin: 0px;
            padding: 0px;
        }

            #menu li.search fieldset ul li button span {
                display: block;
                text-indent: -9999px;
            }

        #menu li.search fieldset ul li .input-cont {
            padding: 0px;
            font-weight: lighter;
            font-size: small;
            background-image: url(../images/logo/Search.gif);
            background-repeat: no-repeat;
            background-position: 0px -40px;
            height: 30px;
            float: left;
            padding-left: 5px;
        }

        #menu li.search fieldset ul li input#top-search-field {
            padding: 0px;
            width: 130px;
            margin: 5px 0px 0px 0px;
            background: none;
            background-color: #f4f4f4;
            position: static;
            height: 20px;
            display: block;
            clear: none;
            border: solid 0px #cc0000;
            float: left;
        }

/*----[Mega Menus]----*/
ul#menu li.nav-item-on .nav-item-dd {
    display: block;
}

ul#menu li .nav-item-dd {
    display: none;
    position: absolute;
    left: 77px;
    top: 39px;
    width: auto;
}

    ul#menu li .nav-item-dd ul {
        float: left;
        margin: 0px;
        width: auto;
        padding: 0px 0px 0px 0px;
        /*ie font size fix*/
        *padding: 0px 0px 0px 0px;
        _padding: 0px 0px 0px 0px;
        zoom: 1;
    }

        ul#menu li .nav-item-dd ul .nav-item-dd-inner {
            box-shadow: 3px 3px 3px #ccc;
        }
        /*webkit font size fix*/

        ul#menu li .nav-item-dd ul li dl {
            float: left;
            width: 150px;
            text-align: left;
            background: #fff;
            padding: 0px;
            margin: 0px 10px 0px 0px;
        }

        ul#menu li .nav-item-dd ul li {
            padding: 0px 4px 4px 0px;
            font-size: 0.735em;
            font-weight: normal;
            background-color: transparent; /* background-image:url(../img/vha_mm_drop_shadow.gif);*/
            background-repeat: no-repeat;
            background-position: 0px 0px;
        }

            ul#menu li .nav-item-dd ul li .nav-item-dd-inner {
                background-color: #FFF;
                border-left: 1px solid #dbdbdb;
                border-right: 1px solid #dbdbdb;
                border-bottom: 1px solid #dbdbdb;
                padding: 10px 0px 10px 10px;
                float: left;
            }
            /*th middle menue*/
            ul#menu li .nav-item-dd ul li dl {
                float: inherit;
                width: 141px;
                text-align: center;
                background: #FFF;
                padding: 0px;
                margin: 0px 10px 0px 0px;
            }
                /*not important*/
                ul#menu li .nav-item-dd ul li dl.sub-nav-support {
                    background: #ebeaea;
                    padding: 7px 0px 7px 0px;
                    width: 160px;
                }

                    ul#menu li .nav-item-dd ul li d0sub-nav-support dt, ul#menu li .nav-item-dd ul li dl.sub-nav-support dd {
                        padding: 0px 8px;
                    }
                    /**/
                    ul#menu li .nav-item-dd ul li dl.sub-nav-support dt {
                        border: 0px;
                        background-image: url(../images/logo/Search.gif);
                        background-repeat: no-repeat;
                        background-position: -233px -83px;
                        padding-left: 26px;
                        margin-bottom: 5px;
                    }

#fantech .fantech-hd .fantech-hd-topnav #top-nav ul#menu li .nav-item-dd ul li dl a {
    margin: 0px;
    padding: 0px;
    float: none;
    font-size: 11.0333px;
    line-height: 18px;
    color: #525252;
    font-weight: normal
}

ul#menu li .nav-item-dd ul li dl dt {
    font-size: 1.182em;
    font-weight: bold;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 3px;
}

ul#menu li .nav-item-dd ul li dl dd a.subnav {
    display: block;
    font-weight: normal;
    border-bottom: 1px dotted #e5e5e5;
}

    /**/
    ul#menu li .nav-item-dd ul li dl dd a.subnav:hover,
    ul#menu li .nav-item-dd ul li dl dd a.subnav:active {
        color: #bd0000;
        background-color: #d9e9f5;
    }

ul#menu li .nav-item-dd ul li dl.sub-nav-support a.subnav {
    background-color: #ebeaea;
}

ul#menu li .nav-item-dd ul li dl.sub-nav-support a:hover {
    background-color: #ebeaea;
}
/*----[Alignment]----*/

/* header sprite*/
.sub-nav-dl dt {
    background-image: url(../images/logo/Topnavigation.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-top: 95px;
}

.sub-nav-dl-fan dt {
    background-position: 0 4px;
    width: 140px;
}

.sub-nav-dl-attenuator dt {
    background-position: 0 -126px;
    width: 140px;
}

.sub-nav-dl-diffusion dt {
    background-position: 0 -264px;
    width: 140px;
}

.sub-nav-dl-fancontroller dt {
    background-position: 0 -398px;
    width: 140px;
}

.sub-nav-dl-ducting dt {
    background-position: 0 -534px;
    width: 140px;
}

.sub-nav-dl-ancillaries dt {
    background-position: 0 -666px;
    width: 140px;
}

.sub-nav-dl-adj_pitch dt {
    background-position: 0 -792px;
    width: 140px;
}

.sub-nav-dl-motor dt {
    background-position: 0 -920px;
    width: 140px;
}

.sub-nav-dl-dBA dt {
    background-position: 0 -1062px;
    width: 140px;
}

.sub-nav-dl-installation dt {
    background-position: 0 -1194px;
    width: 140px;
}

.sub-nav-dl-dos dt {
    background-position: 0 -1330px;
    width: 140px;
}

.sub-nav-dl-tools dt {
    background-position: 0 -1477px;
    width: 140px;
}

.sub-nav-dl-techtalk dt {
    background-position: 0 -1602px;
    width: 140px;
}

.sub-nav-dl-brochure dt {
    background-position: 0 -1738px;
    width: 140px;
}

.sub-nav-dl-catalogue dt {
    background-position: 0 -1875px;
    width: 140px;
}

.sub-nav-dl-cd_program dt {
    background-position: 0 -3230px;
    width: 140px;
}

.sub-nav-dl-Revit dt {
    background-position: 0px -3370px;
    width: 140px;
}

.sub-nav-dl-fantech dt {
    background-position: 0 -2006px;
    width: 140px;
}

.sub-nav-dl-timeLine dt {
    background-position: 0 -2140px;
    width: 140px;
}

.sub-nav-dl-privacy dt {
    background-position: 0 -2274px;
    width: 140px;
}

.sub-nav-dl-termsofUse dt {
    background-position: 0 -3093px;
    width: 140px;
}

.sub-nav-dl-termsofTrade dt {
    background-position: 0 -2414px;
    width: 140px;
}

.sub-nav-dl-address dt {
    background-position: 0 -2540px;
    width: 140px;
}

.sub-nav-dl-enquiry dt {
    background-position: 0 -2809px;
    width: 140px;
}

.sub-nav-dl-project dt {
    background-position: 0 -2943px;
    width: 140px;
}

/*Form css only for Selector The rest are in tech_contactus*/
.form-btn-select, .cancel-btn-select {
    clear: both;
    border: 2px solid #13254c;
    height: 35px;
    width: 100px;
    color: White;
    font: Normal 16px Helvetica, Arial, sans-serif;
    border: 1px solid #EEE;
    cursor: pointer;
    background-color: #1d83e2;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
}

    .form-btn-select:hover, .cancel-btn-select:hover, .form-btn:hover, .cancel-btn:hover {
        clear: both;
        border: 1px solid #EEEEEE;
        background-color: #f1f1f1;
        margin-bottom: 10px;
        border: 1px solid #e3e3e3;
        padding: 8px;
        border-radius: 4px;
        font-size: 16px;
        color: #555555;
        text-decoration: none;
    }
/*Eco Tech Section
		
.ecoImage
{
    padding:0px 0px 0px 25px;
    max-width:70%;
}
.bgGrey
{
    background-color:#CCCCCC;
}
*/
/*Eco Tech Section*/

.ecoImage {
    padding: 0px 0px 0px 30px;
    max-width: 70%;
}

.bgGrey {
    background-color: #CCCCCC;
}

.EcoRangeMini {
    max-width: 35%;
    margin: 0px 0px 0px 0px;
}

.tumbnailImage {
    position: relative;
}

.Ancilaries {
    padding-left: 15px
}

.newProduct {
    background-color: #ffeeba
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 1rem;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}