<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Aerial.net :: 85~265V AC to 5V 3.5W DC Isolated Power Supply Module</title>
<meta name="description" content="E-shop for outdoor wireless LAN, antennas, access points, miniPCI, pigtails, PoE, SBC. Distributors of Ubiquiti, Mikrotik, E-ZY Net.">
<base href="https://www.aerial.net/shop/">
<link rel="stylesheet" type="text/css" href="stylesheet.css">

<!-- start get_javascript(applicationtop2header) //-->
<script language="javascript" type="text/javascript" src="/resources/javascript/jQuery/jquery-1.3.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="/resources/javascript/colorbox/colorbox.css" media="screen">
<script src="/resources/javascript/colorbox/jquery.colorbox-min.js" type="text/javascript"></script>
<style type="text/css">
.stock-info-tip { position: relative; display: inline-block; }
.stock-info-tip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    right: 0;
    background: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: pre-line;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    width: max-content;
    text-align: left;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.12s ease;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.stock-info-tip:hover::after { opacity: 1; }

/* ── card shape: both table families ── */
.productInfoT1,
.prod-desc-wrap table:has(th) {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #dde3ed !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    font-size: 12px;
}
/* productInfoT1 header rows (actual th elements, centred) */
.productInfoT1 th {
    background: #efefef !important;
    color: #0066cc !important;
    font-weight: 600;
    padding: 5px 12px !important;
    border-top: none !important; border-left: none !important;
    border-right: none !important; border-bottom: 1px solid #dde3ed !important;
    text-align: center;
    font-size: 11px;
}
/* description table header rows — covers both th and first-row td (builder uses td) */
.prod-desc-wrap table:has(th) th,
.prod-desc-wrap table:not(:has(thead)):has(th) tr:first-child td {
    background: #efefef !important;
    color: #0066cc !important;
    font-weight: 600;
    padding: 3px 10px;
    border-top: none !important; border-left: none !important;
    border-right: none !important; border-bottom: 1px solid #dde3ed !important;
    text-align: left;
    font-size: 11px;
}
/* data cells */
.productInfoT1 td {
    padding: 5px 12px;
    color: #334155 !important;
    background: #ffffff !important;
    border: none !important;
    vertical-align: middle;
}
.prod-details-card td { padding-left: 10px !important; padding-right: 10px !important; }
/* ── Shipping estimate button ── */
#ship-est-cell { padding-top: 15px; }
#ship-est-cell a {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 11px; background: #efefef;
    border: 1px solid #dde3ed; border-radius: 4px;
    color: #0066cc; font-size: 11px; font-weight: 600;
    font-family: Arial, sans-serif; text-decoration: none;
}
#ship-est-cell a:hover { background: #e2e8f0; border-color: #0066cc; }
#ship-est-cell a::before {
    content: '';
    display: inline-block; width: 18px; height: 16px; flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.prod-desc-wrap table:has(th) td {
    padding: 3px 10px;
    color: #334155 !important;
    background: #ffffff !important;
    border: none !important;
    vertical-align: middle;
}
.prod-desc-wrap table:has(th) { margin-bottom: 10px; }
/* alternating row tint */
.productInfoT1 tr:nth-child(odd) td,
.prod-desc-wrap table:has(th) tr:nth-child(odd) td {
    background: #fafbff !important;
}
/* spacer rows contain a pixel_trans.gif — the product row after them must stay white */
.productInfoT1 tr:has(img[src*="pixel_trans"]) + tr td {
    background: #fff !important;
}
/* clip cell backgrounds to rounded corners */
.productInfoT1 tr:first-child th:first-child,
.prod-desc-wrap table:has(th) tr:first-child th:first-child,
.prod-desc-wrap table:has(th) tr:first-child td:first-child { border-top-left-radius: 4px; }
.productInfoT1 tr:first-child th:last-child,
.prod-desc-wrap table:has(th) tr:first-child th:last-child,
.prod-desc-wrap table:has(th) tr:first-child td:last-child  { border-top-right-radius: 4px; }
.productInfoT1 tr:first-child th[colspan],
.prod-desc-wrap table:has(th) tr:first-child th[colspan],
.prod-desc-wrap table:has(th) tr:first-child td[colspan]    { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.productInfoT1 tr:last-child td:first-child,
.prod-desc-wrap table:has(th) tr:last-child td:first-child  { border-bottom-left-radius: 4px; }
.productInfoT1 tr:last-child td:last-child,
.prod-desc-wrap table:has(th) tr:last-child td:last-child   { border-bottom-right-radius: 4px; }

/* ── Product image carousel ── */
.prd-carousel { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; width: 250px; margin: 0 0 8px 8px; }
.prd-thumbs-wrap { display: flex; flex-direction: row; align-items: center; gap: 4px; flex-shrink: 0; }
.prd-tnav { width: 16px; height: 64px; background: none; border: none; cursor: pointer; font-size: 11px; color: #94a3b8; padding: 0; line-height: 1; font-family: Arial, sans-serif; }
.prd-tnav:hover:not([disabled]) { color: #0066cc; }
.prd-tnav[disabled] { opacity: 0.25; cursor: default; }
.prd-carousel-thumbs { display: flex; flex-direction: row; gap: 4px; flex-shrink: 0; overflow: hidden; }
.prd-thumb { width: 64px; height: 64px; object-fit: contain; cursor: pointer; border: 2px solid transparent; border-radius: 3px; opacity: 0.6; background: #fff; box-sizing: border-box; }
.prd-thumb:hover { opacity: 1; }
.prd-thumb.active { opacity: 1; }
.prd-carousel-main { order: -1; width: 250px; height: 250px; display: flex; align-items: center; justify-content: center; cursor: zoom-in; background: #fff; border-radius: 5px; overflow: hidden; }
.prd-carousel-main img { max-width: 100%; max-height: 250px; object-fit: contain; display: block; }
/* Lightbox */
.prd-lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.88); z-index: 99999; align-items: center; justify-content: center; }
.prd-lightbox.open { display: flex; }
.prd-lightbox > img { width: 800px; height: 800px; max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,.5); }
.prd-lb-close { position: absolute; top: 14px; right: 22px; color: #fff; font-size: 38px; cursor: pointer; line-height: 1; font-weight: 300; opacity: .8; }
.prd-lb-close:hover { opacity: 1; }
.prd-lb-nav { position: absolute; top: 50%; color: #fff; font-size: 52px; font-weight: 300; cursor: pointer; padding: 12px; opacity: .7; user-select: none; margin-top: -38px; line-height: 1; }
.prd-lb-nav:hover { opacity: 1; }
.prd-lb-prev { left: 12px; }
.prd-lb-next { right: 12px; }
@media (max-width: 768px) {
    #header  { min-width: 0 !important; }
    #colmask { min-width: 0 !important; overflow: visible !important; }
    #colmid    { width: 100% !important; left: 0 !important; float: none !important; position: static !important; }
    #colright  { width: 100% !important; left: 0 !important; margin-left: 0 !important; float: none !important; position: static !important; }
    #col1wrap  { width: 100% !important; float: none !important; position: static !important; right: auto !important; }
    #col1pad   { margin: 0 !important; }
    #col1      { width: 100% !important; overflow: visible !important; }
    #col2      { width: 100% !important; float: none !important; position: static !important; margin-left: 0 !important; left: 0 !important; }
    #col3      { width: 100% !important; float: none !important; position: static !important; left: 0 !important; }
    #prd-inner-right { float: none !important; width: 100% !important; display: block !important; }
}
@media (max-width: 520px) {
    .prd-carousel { flex-direction: column; width: 100%; margin: 0 0 10px; }
    .prd-carousel-thumbs { flex-direction: row; flex-wrap: wrap; }
    .prd-carousel-main { width: 100%; height: 220px; }
}

/* ── Share buttons ── */
.prd-share { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; padding: 4px 0; }
.prd-share-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 6px; border: 1px solid transparent; cursor: pointer; text-decoration: none; flex-shrink: 0; }
.prd-share-btn:hover { opacity: 0.80; text-decoration: none; }
.prd-share-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    right: 0;
    background: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 11px;
    font-weight: normal;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.12s ease;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.prd-share-btn:hover::after { opacity: 1; }
.prd-share-fb   { background: #1877f2; color: #fff !important; border-color: #1877f2; }
.prd-share-wa   { background: #25d366; color: #fff !important; border-color: #25d366; }
.prd-share-vb   { background: #7360f2; color: #fff !important; border-color: #7360f2; }
.prd-share-copy { background: #f1f5f9; color: #64748b !important; border-color: #e2e8f0; }
.prd-share-copy.prd-copied { background: #dcfce7; color: #16a34a !important; border-color: #16a34a; }

</style>
<meta property="og:image" content="https://www.aerial.net/shop/imageslarge/WX-DC12003_main.jpg" />


<script type="text/javascript">
$(document).ready(function(){
    $("a[rel='mainImage']").colorbox();
    // external stylesheet wins the color cascade — force it inline
    $('.productInfoT1 th, .prod-desc-wrap table th').each(function() {
        this.style.setProperty('color', '#0066cc', 'important');
    });
    $('.prod-desc-wrap table:not(:has(thead)) tr:first-child td').each(function() {
        this.style.setProperty('color', '#0066cc', 'important');
    });
    // "0 x Item" in package contents = not included — hide the zero, flag the item
    $('.prod-desc-wrap td, .prod-desc-wrap li').each(function() {
        var $el = $(this);
        var text = $el.text().trim();
        if (/^0\s*[xX]\s/.test(text)) {
            var name = $('<span>').text(text.replace(/^0\s*[xX]\s+/, '')).html();
            $el.html('<span style="color:#dc2626;font-weight:700;margin-right:4px;">&#x2715;</span><em style="color:#94a3b8;">' + name + '</em>');
        }
    });
    // SVG icon injection for section headers (fixed + dynamic)
    var _svg = {
        list:    '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><line x1=\'8\' y1=\'6\' x2=\'21\' y2=\'6\'/><line x1=\'8\' y1=\'12\' x2=\'21\' y2=\'12\'/><line x1=\'8\' y1=\'18\' x2=\'21\' y2=\'18\'/><line x1=\'3\' y1=\'6\' x2=\'3.01\' y2=\'6\'/><line x1=\'3\' y1=\'12\' x2=\'3.01\' y2=\'12\'/><line x1=\'3\' y1=\'18\' x2=\'3.01\' y2=\'18\'/></svg>',
        shield:  '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><path d=\'M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\'/></svg>',
        warn:    '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><path d=\'M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\'/><line x1=\'12\' y1=\'9\' x2=\'12\' y2=\'13\'/><line x1=\'12\' y1=\'17\' x2=\'12.01\' y2=\'17\'/></svg>',
        box:     '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><polyline points=\'21 8 21 21 3 21 3 8\'/><rect x=\'1\' y=\'3\' width=\'22\' height=\'5\'/><line x1=\'10\' y1=\'12\' x2=\'14\' y2=\'12\'/></svg>',
        clip:    '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><path d=\'M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\'/><rect x=\'8\' y=\'2\' width=\'8\' height=\'4\' rx=\'1\' ry=\'1\'/></svg>',
        coax:    '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><circle cx=\'12\' cy=\'12\' r=\'9\'/><circle cx=\'12\' cy=\'12\' r=\'4\'/><circle cx=\'12\' cy=\'12\' r=\'1.5\' stroke=\'none\' fill=\'#0066cc\'/></svg>',
        indent:  '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'none\' style=\'vertical-align:-2px;margin-right:5px\'><circle cx=\'12\' cy=\'5\' r=\'2\' fill=\'#0066cc\'/><circle cx=\'12\' cy=\'12\' r=\'2\' fill=\'#0066cc\'/><circle cx=\'12\' cy=\'19\' r=\'2\' fill=\'#0066cc\'/></svg>',
        link:    '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><path d=\'M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\'/><polyline points=\'15 3 21 3 21 9\'/><line x1=\'10\' y1=\'14\' x2=\'21\' y2=\'3\'/></svg>',
        star:    '<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\' height=\'14\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'#0066cc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' style=\'vertical-align:-2px;margin-right:5px\'><polygon points=\'12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\'/></svg>'
    };
    var _hi = {
        'product details': _svg.list,   'στοιχεία προϊόντος': _svg.list,
        'return policy':   _svg.shield, 'επιστροφές':         _svg.shield,
        'επισήμανση':      _svg.warn,   'warning':            _svg.warn,
        'package contents':_svg.box,    'περιεχόμενα συσκευασίας': _svg.box,
        'περιεχόμενα':     _svg.box,    'in the box':         _svg.box,
        'specifications':  _svg.clip,   'specification':      _svg.clip,
        'technical specifications': _svg.clip, 'technical specification': _svg.clip,
        'τεχνικά χαρακτηριστικά': _svg.clip, 'χαρακτηριστικά': _svg.clip,
        'προδιαγραφές':    _svg.clip,
        'connectors':      _svg.coax,   'connector':          _svg.coax,
        'συνδέσεις':       _svg.coax,   'σύνδεση':            _svg.coax,
        'βύσμα':           _svg.coax,
        'product links':   _svg.link,   'σύνδεσμοι':          _svg.link,
        'σύνδεσμοι προϊόντος': _svg.link,
        'features':        _svg.star,   'χαρακτηριστικά προϊόντος': _svg.star,
        'related products': _svg.link,  'σχετικά προϊόντα':         _svg.link
    };
    $('.productInfoT1 th, .prod-desc-wrap table th').each(function() {
        var $el = $(this);
        if ($el.find('svg').length) return;
        var key = $el.text().trim().toLowerCase().replace(/:$/, '').trim();
        if (_hi[key]) $el.prepend(_hi[key]);
        else if ($el.closest('.prod-desc-wrap').length && $el.siblings('th,td').length === 0) $el.prepend(_svg.indent);
    });
});
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=640,height=480,screenX=150,screenY=150,top=150,left=150');
}
function popupShippingInfoWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=640,height=500,screenX=100,screenY=100,top=100,left=100');
}
</script>
<!-- end get_javascript(applicationtop2header) //-->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W3ZQ4JP');</script>
<!-- End Google Tag Manager -->
<link rel="canonical" href="https://www.aerial.net/shop/stylesheet.css" />
<style>
.btn-site-submit { display: inline-block; width: auto; background: #29acd5; color: #fff; border: none; border-radius: 4px; padding: 8px 22px; font-size: 13px; font-weight: 700; font-family: Arial, sans-serif; cursor: pointer; letter-spacing: 0.2px; }
.btn-site-submit:hover { background: #1d8bab; }
.btn-site-link { display: inline-block; background: #29acd5; color: #fff; border-radius: 4px; padding: 7px 18px; font-size: 12px; font-weight: 700; font-family: Arial, sans-serif; letter-spacing: 0.2px; text-decoration: none; }
a:hover .btn-site-link { background: #1d8bab; }
.btn-icon-submit { padding: 5px 7px; line-height: 0; vertical-align: middle; }
</style>
</head>

<body>

<div id="header">
  <div class="floatLeft"  style="padding: 14px 0; width: 240px;"><a href="https://www.aerial.net/shop/index.php"><img src="images/aerialnetlogo.gif" border="0" alt="AerialNet Home" title=" AerialNet Home " width="280" height="60"></a></div>
  <div class="floatRight" style="padding: 16px 0 0 0; width: 300px;">
<!-- start loginbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center">
            <form name="login" method="post" action="https://www.aerial.net/shop/login.php?action=process">
            <table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                <td align=right class="main" valign="top">
                  e-mail:
                      <input type="text" name="email_address" tabindex="1" maxlength="96" size="12" value=""></td>

                <td class="main" align="left">&nbsp; <button type="submit" class="btn-site-submit" tabindex="3">Login</button>
                </td>

              </tr>

              <tr>
                <td align=right class="main" valign="top">
                  Password:
                  <input type="password" name="password" autocomplete="off" tabindex="2" maxlength="40" size="12" value=""></td>
                <td><font face="Tahoma" size="1">&nbsp; <a href="password_forgotten.php"> Forgot Password?</a></font></td>
              </tr>

            </table>
            </form>
              </td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end loginbox //-->
</div>
  <div class="floatRight" style="padding: 11px 40px 0 0; width: 74px;">
    <a href="/shop/PDF/aerial_net_en_cert.pdf" target="_blank"><img
      border="0" src="/shop/images/ISO_logo.jpg" width="71" height="68" alt="iso"></a>
  </div>
  <div style="text-align:center; margin:auto; width: 240px; overflow: auto;">
<!-- start announcebox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center"><img src="/shop/images/other/taxFree1.png" width="72" height="68" alt="Duty Tax Free">&nbsp;<a href="/shop/contact_us.php"><img src="/shop/images/other/wifi4eu.png" width="69" height="68" alt="WiFi for EU"></a></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end announcebox //-->
</div>
  
  <table width="100%" cellpadding="0" cellspacing="0" border="0" class="mainTable">
    <tr>
      <td class="headerSelections" align="left">&nbsp;Search: <form name="search" action="https://www.aerial.net/shop/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="background-color: #ffffff;" /><input type="hidden" name="search_in_description" value="1" />&nbsp;</form> &nbsp;&nbsp;Shop by Brand: <form name="top_manufacturers" action="https://www.aerial.net/shop/index.php" method="get"><select name="manufacturers_id" onChange="this.form.submit();" size="1" style="background-color: #ffffff; border: 1px solid #999999"><option value="" selected="selected">Please Select...</option><option value="87">Alta Labs</option><option value="69">AMPCON</option><option value="82">Aubess</option><option value="43">AV Tech</option><option value="76">Cambium Network..</option><option value="88">Conexpro</option><option value="86">Cudy</option><option value="90">Dataway</option><option value="91">DEYE</option><option value="10">e-zy.net</option><option value="94">EARU</option><option value="97">Eastron</option><option value="89">Haswill Electro..</option><option value="72">MasterLan</option><option value="48">MaxLink</option><option value="56">MeanWell</option><option value="77">Mercusys</option><option value="18">MikroTik</option><option value="79">Mimosa</option><option value="93">MOES</option><option value="80">NOYAFA</option><option value="44">OpenVox</option><option value="42">RF Elements</option><option value="74">Teltonika</option><option value="60">TinyControl</option><option value="40">TP-Link</option><option value="17">Ubiquiti Networ..</option><option value="96">Vami-Tek</option><option value="67">Waver</option><option value="83">Wemos - LoLin</option></select></form> &nbsp;&nbsp;Currency: <form name="currencies" action="https://www.aerial.net/shop/product_info.php" method="get"><select name="currency" onChange="this.form.submit();" style="background-color: #ffffff; border: 1px solid #999999"><option value="USD">US Dollar</option><option value="EUR" selected="selected">Euro</option></select><input type="hidden" name="cPath" value="54_250" /><input type="hidden" name="products_id" value="2321" /></form></td>
      <td align="right"><table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="headerNavigation"><a href="https://www.aerial.net/shop/account.php" class="headerNavigation">My Account</a></td>
          <td class="headerNavigation"><a href="https://www.aerial.net/shop/shopping_cart.php" class="headerNavigation">Cart Contents</a></td>
          <td class="headerNavigation"><a href="https://www.aerial.net/shop/checkout_shipping.php" class="headerNavigation">Checkout</a></td>
          <td class="headerNavigation" style="padding-right: 0;"> <a href="https://www.aerial.net/shop/product_info.php?cPath=54_250&products_id=2321&language=el"><img src="includes/languages/greek/images/icon.gif" border="0" alt="Greek" title=" Greek " width="30" height="18" style="vertical-align: middle"></a> &nbsp;</td>
        </tr>
      </table></td>
    </tr>
  </table>  
</div>
<div id="colmask">
    <div id="colmid">
        <div id="colright">
            <div id="col1wrap">
                <div id="col1pad">
                    <div id="col1">
<!-- start content //-->
<form name="cart_quantity" action="https://www.aerial.net/shop/product_info.php?cPath=54_250&products_id=2321&action=add_product" method="post"><table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr><td class="main" valign="top"><b><a href="https://www.aerial.net/shop/index.php?cPath=54" class="headerNavigation">Power Supply</a> &raquo; <a href="https://www.aerial.net/shop/index.php?cPath=54_250" class="headerNavigation">PCB Power Supply</a> &raquo; <a href="https://www.aerial.net/shop/product_info.php?cPath=54_250&products_id=2321" class="headerNavigation">WX-DC12003</a></b></td></tr>
          <tr><td class="headerNavigation2"><font face="Arial" size="2" color="#0066CC"><b>85~265V AC to 5V 3.5W DC Isolated Power Supply Module</b></font></td></tr>
        </table></td>
      </tr>
      <tr>
        <td class="productInfo">
          <table id="prd-inner-right" border="0" cellspacing="0" cellpadding="2" align="right">
            <tr>
              <td class="pageHeading" align="right" valign="top">Price: 1,74&#8364;</td>
            </tr>
            <tr>
              <td>
            <table border="0" cellspacing="0" cellpadding="2" align="right" class="productInfoT1">
              <tr>
                <th valign="top" colspan="2" style="text-align:center">Order or Qty</th>
                <th valign="top" style="text-align:center">Price</th>
              </tr>
<tr>
<td valign="top" align="right">&nbsp;&gt;&nbsp;500&euro;&nbsp;</td><td valign="top" align="right">&nbsp;5+&nbsp;</td><td align="right" valign="top">&nbsp;&nbsp;<b>1,71&#8364;</b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;&gt;&nbsp;1000&euro;&nbsp;</td><td valign="top" align="right">&nbsp;10+&nbsp;</td><td align="right" valign="top">&nbsp;&nbsp;<b>1,67&#8364;</b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;&gt;&nbsp;2000&euro;&nbsp;</td><td valign="top" align="right">&nbsp;20+&nbsp;</td><td align="right" valign="top">&nbsp;&nbsp;<b>1,64&#8364;</b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;&gt;&nbsp;5000&euro;&nbsp;</td><td valign="top" align="right">&nbsp;40+&nbsp;</td><td align="right" valign="top">&nbsp;&nbsp;<b>1,60&#8364;</b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;&gt;&nbsp;10000&euro;&nbsp;</td><td valign="top" align="right">&nbsp;100+&nbsp;</td><td align="right" valign="top">&nbsp;&nbsp;<b>1,57&#8364;</b></td>
</tr>
            </table>
            </td>
          </tr>
          <tr><td align="right">Prices exclude VAT</td></tr>
          <tr>
            <td align="right">
              <div class="prd-carousel">
<div class="prd-thumbs-wrap"><button type="button" class="prd-tnav" id="prd-tb-up" disabled>&#9664;</button>                <div class="prd-carousel-thumbs" id="prd-thumbs-inner">
                  <img src="images/WX-DC12003_main.jpg" class="prd-thumb active" alt="" />
                  <img src="images/WX-DC12003_rear.jpg" class="prd-thumb" alt="" />
                  <img src="images/WX-DC12003_dims.jpg" class="prd-thumb" alt="" />
                  <img src="images/WX-DC12003_dimentionss.jpg" class="prd-thumb" alt="" />
                  <img src="images/WX-DC12003_pinout.jpg" class="prd-thumb" alt="" />
                </div>
<button type="button" class="prd-tnav" id="prd-tb-dn">&#9654;</button></div>                <div class="prd-carousel-main" id="prd-main-wrap">
                  <img id="prd-main-img" src="https://www.aerial.net/shop/imageslarge/WX-DC12003_main.jpg" alt="85~265V AC to 5V 3.5W DC Isolated Power Supply Module" />
                </div>
              </div>
<script type="text/javascript">
(function() {
    var imgs = [{"sm":"images\/WX-DC12003_main.jpg","lg":"https:\/\/www.aerial.net\/shop\/imageslarge\/WX-DC12003_main.jpg"},{"sm":"images\/WX-DC12003_rear.jpg","lg":"https:\/\/www.aerial.net\/shop\/imageslarge\/WX-DC12003_rear.jpg"},{"sm":"images\/WX-DC12003_dims.jpg","lg":"https:\/\/www.aerial.net\/shop\/imageslarge\/WX-DC12003_dims.jpg"},{"sm":"images\/WX-DC12003_dimentionss.jpg","lg":"https:\/\/www.aerial.net\/shop\/imageslarge\/WX-DC12003_dimentionss.jpg"},{"sm":"images\/WX-DC12003_pinout.jpg","lg":"https:\/\/www.aerial.net\/shop\/imageslarge\/WX-DC12003_pinout.jpg"}];
    var cur = 0;
    var mainImg = document.getElementById('prd-main-img');
    var wrap = document.getElementById('prd-main-wrap');
    var thumbs = wrap.parentNode.getElementsByClassName('prd-thumb');

    var lb = document.createElement('div');
    lb.className = 'prd-lightbox';
    lb.innerHTML = '<span class="prd-lb-close">&times;<\/span><span class="prd-lb-nav prd-lb-prev">&#8249;<\/span><img src="" alt="" \/><span class="prd-lb-nav prd-lb-next">&#8250;<\/span>';
    document.body.appendChild(lb);
    var lbImg   = lb.getElementsByTagName('img')[0];
    var lbClose = lb.getElementsByClassName('prd-lb-close')[0];
    var lbPrevB = lb.getElementsByClassName('prd-lb-prev')[0];
    var lbNextB = lb.getElementsByClassName('prd-lb-next')[0];
    if (imgs.length <= 1) { lbPrevB.style.display = 'none'; lbNextB.style.display = 'none'; }

    var VTHUMB = 3, tOff = 0;
    var upBtn = document.getElementById('prd-tb-up');
    var dnBtn = document.getElementById('prd-tb-dn');

    function updateThumbWin() {
        for (var i = 0; i < thumbs.length; i++) {
            thumbs[i].style.display = (i >= tOff && i < tOff + VTHUMB) ? '' : 'none';
        }
        if (upBtn) upBtn.disabled = (tOff === 0);
        if (dnBtn) dnBtn.disabled = (tOff >= thumbs.length - VTHUMB);
    }
    if (upBtn) {
        upBtn.addEventListener('click', function() { if (tOff > 0) { tOff--; updateThumbWin(); } });
        dnBtn.addEventListener('click', function() { if (tOff < thumbs.length - VTHUMB) { tOff++; updateThumbWin(); } });
        updateThumbWin();
    }

    function setActive(idx) {
        cur = (idx + imgs.length) % imgs.length;
        mainImg.src = imgs[cur].lg;
        for (var i = 0; i < thumbs.length; i++) {
            thumbs[i].className = 'prd-thumb' + (i === cur ? ' active' : '');
        }
        if (upBtn) {
            if (cur < tOff) { tOff = cur; updateThumbWin(); }
            else if (cur >= tOff + VTHUMB) { tOff = cur - VTHUMB + 1; updateThumbWin(); }
        }
    }
    for (var i = 0; i < thumbs.length; i++) {
        (function(i) { thumbs[i].addEventListener('click', function() { setActive(i); }); })(i);
    }

    function openLb() { lbImg.src = imgs[cur].lg; lb.className = 'prd-lightbox open'; }
    function closeLb() { lb.className = 'prd-lightbox'; }
    function lbPrev() { setActive(cur - 1); lbImg.src = imgs[cur].lg; }
    function lbNext() { setActive(cur + 1); lbImg.src = imgs[cur].lg; }

    wrap.addEventListener('click', openLb);
    lbClose.addEventListener('click', closeLb);
    lbPrevB.addEventListener('click', lbPrev);
    lbNextB.addEventListener('click', lbNext);
    lb.addEventListener('click', function(e) { if (e.target === lb) closeLb(); });
    document.addEventListener('keydown', function(e) {
        if (lb.className.indexOf('open') === -1) return;
        if (e.keyCode === 27) closeLb();
        if (e.keyCode === 37) lbPrev();
        if (e.keyCode === 39) lbNext();
    });

    var txStart = 0;
    function onTs(e) { txStart = e.changedTouches[0].clientX; }
    lb.addEventListener('touchstart', onTs);
    lb.addEventListener('touchend', function(e) {
        var dx = e.changedTouches[0].clientX - txStart;
        if (Math.abs(dx) > 40) { if (dx < 0) lbNext(); else lbPrev(); }
    });
    wrap.addEventListener('touchstart', onTs);
    wrap.addEventListener('touchend', function(e) {
        var dx = e.changedTouches[0].clientX - txStart;
        if (Math.abs(dx) > 40) setActive(dx < 0 ? cur + 1 : cur - 1);
    });
})();
</script>
            </td>
          </tr>
            <tr>
              <td align="right" class="largeText">
<img src="images/stock_on.gif" border="0" alt="" width="15" height="15" class="stockAvailBulletImg">In Stock: <b>43</b> pcs<span class="stock-info-tip" data-tooltip="This quantity is in our&#10;physical warehouse and&#10;ready to ship immediately." style="cursor: help; margin-left: 5px;"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#0066cc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align: -2px;"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></span>
<!-- MODERN VENDOR WIDGET CONTAINER -->
<div id="modern-stock-widget" 
     data-sku="WX-DC12003" 
     data-hide-firm="false" 
     data-native-stock="43" 
     style="text-align: right; margin-top: 10px; font-family: Arial, sans-serif;">
     <span id="checking-stock-text" style="color:#94a3b8; font-size:11px; font-style:italic;">Checking vendor inventory...</span>
</div>

<!-- THE INLINE NATIVE JAVASCRIPT ENGINE -->
<script type="text/javascript">
(function() {
    var widget = document.getElementById('modern-stock-widget');
    if (!widget) return;

    var sku = widget.getAttribute('data-sku');
    var hideFirm = widget.getAttribute('data-hide-firm') === 'true'; 
    var nativeStock = parseInt(widget.getAttribute('data-native-stock'), 10);
    if (isNaN(nativeStock)) nativeStock = 0;
    
    var globalDeficit = nativeStock < 0 ? Math.abs(nativeStock) : 0;

    if (!sku) { widget.innerHTML = ''; return; }

    var lang = {
        title: 'Next Availabilities:',
        firm: 'In Transit:',
        total: 'Supplier:',
        incoming: 'Incoming:',
        pcs: 'pcs',
        arriving: 'Arrival:',
        eta: 'ETA:'
    };

    var tipFirm     = 'Ordered from manufacturer / supplier,&#10;in transit to our warehouse.';
    var tipSupplier = 'Physical stock at manufacturer / supplier.&#10;Available to order for delivery&#10;by the indicated date.';
    var tipIncoming = 'Expected at manufacturer / supplier by this date.&#10;Can be pre-ordered for delivery&#10;around that date.';
    function infoMark(tip) {
        return '<span class="stock-info-tip" data-tooltip="' + tip + '" style="cursor:help;margin-left:3px;">'
             + '<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="#0066cc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align:-2px"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg>'
             + '</span>';
    }

    function formatNativeDate(dateStr) {
        if (!dateStr) return '';
        var parts = dateStr.split('-');
        if (parts.length !== 3) return dateStr;
        var dateObj = new Date(parts[0], parts[1] - 1, parts[2]);
        var locale = 'en-GB';
        return new Intl.DateTimeFormat(locale, { day: 'numeric', month: 'long', year: 'numeric' }).format(dateObj);
    }

    function isPastDate(dateStr) {
        if (!dateStr) return false;
        var parts = dateStr.split('-');
        if (parts.length !== 3) return false;
        var etaDate = new Date(parts[0], parts[1] - 1, parts[2]);
        var today = new Date();
        today.setHours(0, 0, 0, 0); 
        return etaDate < today;
    }

    function isTooFarFuture(dateStr) {
        if (!dateStr) return false;
        var parts = dateStr.split('-');
        if (parts.length !== 3) return false;
        var targetDate = new Date(parts[0], parts[1] - 1, parts[2]);
        var limitDate = new Date();
        limitDate.setMonth(limitDate.getMonth() + 6);
        return targetDate > limitDate;
    }

    var bridgeUrl = 'api_live_stock.php?sku=' + encodeURIComponent(sku) + '&req=ajax&t=' + new Date().getTime();
    var xhr = new XMLHttpRequest();
    xhr.open('GET', bridgeUrl, true);
    
    xhr.onreadystatechange = function() {
        if (xhr.readyState === 4) {
            if (xhr.status === 200) {
                var data = null;
                try { data = window.JSON.parse(xhr.responseText); } catch(e) {}

                if (data && typeof data === 'object' && data.length > 0 && !data.error) {
                    var rowsHtml = '';
                    var validDates = []; // Track all dates for legacy sync
                    var finalFirmQty = 0; // Track in-transit items to inject into legacy
                    
                    for (var i = 0; i < data.length; i++) {
                        var v = data[i];
                        
                        var firmQty = parseFloat(v.firm_incoming); if (isNaN(firmQty)) firmQty = 0;
                        var qty = parseFloat(v.total_physical); if (isNaN(qty)) qty = 0;
                        var inQty = parseFloat(v.total_incoming); if (isNaN(inQty)) inQty = 0;
                        
                        if (v.firm_eta && (isPastDate(v.firm_eta) || isTooFarFuture(v.firm_eta))) {
                            firmQty = 0;
                        }

                        // THE FIX: If the vendor's date is in the past, it's a ghost promise. Destroy the quantity!
                        if (v.physical_eta && (isPastDate(v.physical_eta) || isTooFarFuture(v.physical_eta))) {
                            qty = 0;
                        }
                        if (v.next_arrival && (isPastDate(v.next_arrival) || isTooFarFuture(v.next_arrival))) {
                            inQty = 0;
                        }

                        // THE WATERFALL DEDUCTION
                        if (globalDeficit > 0 && firmQty > 0) {
                            var deduct = Math.min(globalDeficit, firmQty);
                            firmQty -= deduct;
                            globalDeficit -= deduct;
                        }
                        if (globalDeficit > 0 && qty > 0) {
                            var deduct = Math.min(globalDeficit, qty);
                            qty -= deduct;
                            globalDeficit -= deduct;
                        }
                        if (globalDeficit > 0 && inQty > 0) {
                            var deduct = Math.min(globalDeficit, inQty);
                            inQty -= deduct;
                            globalDeficit -= deduct;
                        }
                        
                        finalFirmQty += firmQty; // Safely capture the surviving in-transit items!
                        
                        // ONLY collect dates if the quantity survived the waterfall AND the date is not in the past
                        if (firmQty > 0 && v.firm_eta && !isPastDate(v.firm_eta) && !isTooFarFuture(v.firm_eta)) validDates.push(v.firm_eta);
                        if (qty > 0 && v.physical_eta && !isPastDate(v.physical_eta) && !isTooFarFuture(v.physical_eta)) validDates.push(v.physical_eta);
                        if (inQty > 0 && v.next_arrival && !isPastDate(v.next_arrival) && !isTooFarFuture(v.next_arrival)) validDates.push(v.next_arrival);
                        
                        var firmEta = formatNativeDate(v.firm_eta);
                        var physicalEta = formatNativeDate(v.physical_eta);
                        var incomingEta = formatNativeDate(v.next_arrival);
                        
                        var rowContent = '';
                        
                        if (firmQty > 0 && !hideFirm) {
                            rowContent += '<div style="margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px dotted #cccccc;">';
                            rowContent += '<span style="color: #0066cc;">' + lang.firm + '</span> <b>' + firmQty + '</b> ' + lang.pcs + infoMark(tipFirm) + '<br>';
                            if (firmEta) {
                                rowContent += lang.eta + ' <b>' + firmEta + '</b>';
                            }
                            rowContent += '</div>';
                        }
                        
                        if (qty > 0) {
                            rowContent += '<div>';
                            rowContent += '<span style="color: #0066cc;">' + lang.total + '</span> <b>' + qty + '</b> ' + lang.pcs + infoMark(tipSupplier) + '<br>';
                            if (physicalEta) {
                                rowContent += lang.eta + ' <b>' + physicalEta + '</b>';
                            }
                            rowContent += '</div>';
                        } else if (inQty > 0) {
                            rowContent += '<div>';
                            rowContent += '<span style="color: #0066cc;">' + lang.incoming + '</span> <b>' + inQty + '</b> ' + lang.pcs + infoMark(tipIncoming) + '<br>';
                            if (incomingEta) {
                                rowContent += lang.arriving + ' <b>' + incomingEta + '</b>';
                            }
                            rowContent += '</div>';
                        }
                        
                        if (rowContent !== '') {
                            rowsHtml += '<div style="margin-top: 6px;">' + rowContent + '</div>';
                        }
                    }

                    // --- LEGACY OVERRIDE: Update old dates & intelligently display quantity ---
                    if (validDates.length > 0) {
                        validDates.sort(function(a, b) { return new Date(a) - new Date(b); });
                        var earliestFormatted = formatNativeDate(validDates[0]);
                        var leg1 = document.getElementById('legacy-sync-date-1');
                        // We intentionally DO NOT target legacy-sync-date-2. If it exists, local qty is > 0 and must not be overwritten.
                        var legFallback = document.getElementById('legacy-sync-fallback'); // Grab the 3-5 days text
                        
                        if (leg1) leg1.innerHTML = earliestFormatted;
                        
                        // Overwrite the false "3-5 days" with the TRUE live date!
                        if (legFallback) {
                            var availText = 'Available from:';
                            legFallback.innerHTML = availText + '<br><b>' + earliestFormatted + '</b>';
                        }
                    }
                    
                    var legQty = document.getElementById('legacy-sync-qty');
                    if (legQty) {
                        if (nativeStock <= 0) {
                            // If legacy printed '0', dynamically inject our real in-transit qty!
                            if (finalFirmQty > 0) {
                                legQty.innerHTML = lang.incoming + ' <b>' + finalFirmQty + '</b> ' + lang.pcs;
                                legQty.style.display = 'inline';
                            } else {
                                legQty.style.display = 'none'; // Truly zero, hide it cleanly.
                            }
                        }
                    }
                    // ----------------------------------------------------------------

                    if (rowsHtml !== '') {
                        var finalHtml = '<div style="margin-top: 8px; font-size: 12px; color: #333333;">';
                        finalHtml += '<b style="color: #000000;">' + lang.title + '</b><br>';
                        finalHtml += rowsHtml;
                        finalHtml += '</div>';
                        widget.innerHTML = finalHtml;
                    } else {
                        // All vendor quantities zero after waterfall. Check if this is a
                        // discontinued product: SKU is in xml_sync but the 30-min sync has
                        // stopped touching it (updated_at stale >2h = dropped from feeds).
                        var showLast = false;
                        if (nativeStock > 0) {
                            var twoHoursAgo = new Date(Date.now() - 2 * 60 * 60 * 1000);
                            var hasDateInfo = false, allStale = true;
                            for (var j = 0; j < data.length; j++) {
                                if (data[j].last_sync) {
                                    hasDateInfo = true;
                                    if (new Date(data[j].last_sync) >= twoHoursAgo) { allStale = false; break; }
                                }
                            }
                            showLast = hasDateInfo && allStale;
                        }
                        if (showLast) {
                            var lastLbl = 'Last available stock';
                            widget.innerHTML = '<div style="margin-top: 8px; font-size: 12px; color: #b45309;"><b>' + lastLbl + '</b></div>';
                        } else {
                            widget.innerHTML = ''; widget.style.display = 'none';
                        }
                    }
                } else { widget.innerHTML = ''; widget.style.display = 'none'; }
            } else { widget.innerHTML = ''; widget.style.display = 'none'; }
        }
    };
    xhr.send();
})();
</script>

              </td>
            </tr>
            <tr>
              <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
            </tr>
          <tr>
            <td align="right">

            </td>
          </tr>
          <tr><td class="main" align="right"><b>Order Qty:</b>&nbsp;&nbsp;<input type="text" name="quantity" value="1" maxlength="5" size="3"/></td></tr>
          <tr><td class="main" align="right"><input type="hidden" name="products_id" value="2321" /><button type="submit" class="btn-site-submit">Add to Cart</button></td></tr>
          <tr>
            <td id="ship-est-cell" align="right">
<script type="text/javascript">
document.write('<a href="javascript:popupShippingInfoWindow(\'https://www.aerial.net/shop/product_shipping_info_popup.php?products_id=2321\')">Shipping estimate<\/a>');
</script>
<noscript>
<a href="https://www.aerial.net/shop/product_shipping_info_popup.php?products_id=2321" target="_blank">Shipping estimate</a></noscript>
            </td>
          </tr>
         <tr>
           <td class="main infoWarning" align="right">
             <table border="0" cellspacing="0" cellpadding="2" align="right" class="productInfoT1 prod-details-card" style="margin-top: 15px">
               <tr><th colspan="2">Product Details</th></tr>
               <tr><td>PID:</td><td>2321</td></tr>
                              <tr><td>SKU:</td><td>WX-DC12003</td></tr>
                                             <tr><td>UPC:</td><td>728615668780</td></tr>
                                                            <tr><td>Weight:</td><td>11 g</td></tr>
                                             <tr><th colspan="2" style="padding-top:6px">Return Policy</th></tr>
                              <tr><td>Refund:</td><td>20 days</td></tr>
                                             <tr><td>Store Credit:</td><td>40 days</td></tr>
                                             <tr><td>Repair / Warranty:</td><td>12 months</td></tr>
                                           </table>
           </td>
         </tr>
          </table>
<div class="prod-desc-wrap"><p>
	<strong>WX-DC12003</strong> - Versatile switching power supply open type with the output voltage of 5 V and a current of 0.7A.</p>
<p>
	The WX-DC12003 has a wide input voltage range from 50 to 277 V , which allows it to be used both for solving domestic problems and for industrial applications.</p>
<p>
	<strong>Product features:</strong></p>
<ul>
	<li>
		Ultra-thin, ultra-small</li>
	<li>
		Isolated Switching Power Supply</li>
	<li>
		All voltage input (AC: 85 ~ 265V)</li>
	<li>
		DC voltage output 5v, 3.5W Output</li>
	<li>
		Low ripple and low noise</li>
	<li>
		High efficiency, high power density</li>
	<li>
		Low power consumption, environmental protection, no-load loss &lt;0.1W</li>
</ul>
<table class="productInfoT1 mt5">
	<tbody>
		<tr>
			<th colspan="2">
				Specifications:</th>
		</tr>
		<tr>
			<td>
				Product Code</td>
			<td>
				WX-DC12003</td>
		</tr>
		<tr>
			<td>
				AC Input Voltage Range</td>
			<td>
				AC 50V-277V</td>
		</tr>
		<tr>
			<td>
				DC Input Voltage Range<span style="white-space:pre"> </span></td>
			<td>
				DC 70V-390V</td>
		</tr>
		<tr>
			<td>
				Output voltage</td>
			<td>
				5 V&nbsp;<span style="color: rgb(77, 81, 86); font-family: arial, sans-serif; font-size: 14px;">&plusmn;</span>0.15 V&nbsp;</td>
		</tr>
		<tr>
			<td>
				Output current</td>
			<td>
				up to 700mA</td>
		</tr>
		<tr>
			<td>
				No-load power</td>
			<td>
				&lt;0.05W</td>
		</tr>
		<tr>
			<td>
				<div>
					Power at full load</div>
			</td>
			<td>
				&lt;4 W</td>
		</tr>
		<tr>
			<td>
				Operation indicator</td>
			<td>
				LED</td>
		</tr>
		<tr>
			<td>
				Efficiency</td>
			<td>
				~80%</td>
		</tr>
		<tr>
			<td>
				<div>
					Protection</div>
			</td>
			<td>
				<div>
					overvoltage</div>
				<div>
					overcurrent</div>
				<div>
					overheating</div>
				<div>
					overload</div>
				<div>
					short circuit</div>
			</td>
		</tr>
		<tr>
			<td>
				Weight</td>
			<td>
				6g</td>
		</tr>
		<tr>
			<td>
				Dimentions (X:Y:Z)</td>
			<td>
				18.1x23.5x12.4mm</td>
		</tr>
	</tbody>
</table>
<p>
	<table cellspacing="0" cellpadding="3" border="0" class="linksList">
 <tr><th>Package Contents:</th></tr>
  <tr>
    <td valign="middle" class="linksList">1 x WX-DC12003 pcb</td>
  </tr>
</table><br />
	</p></div><!-- start bundle At the beginning of Bundle Mod Addition 21.01.2005-->
<!-- end bundle End of  Bundle Mod Addition 21.01.2005-->

<!-- start component At the beginning of Bundle Mod Addition 21.01.2005-->
<!-- end component End of  Bundle Mod Addition 21.01.2005-->

        </td>
      </tr>



      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
<!--
      <tr>
        <td class="productInfo"><b>Product shipping weight: 0.0110  Kgs</b><td>
      </tr>
 -->

<script type="text/javascript">
function prdCopyLink() {
    var url = 'https://www.aerial.net/shop/product_info.php?products_id=2321';
    var btn = document.getElementById('prd-copy-btn');
    function markCopied() {
        btn.className += ' prd-copied';
        btn.setAttribute('data-tooltip', '✓ Copied');
        setTimeout(function() {
            btn.className = btn.className.replace(' prd-copied', '');
            btn.setAttribute('data-tooltip', 'Copy link');
        }, 2000);
    }
    if (navigator.clipboard && navigator.clipboard.writeText) {
        navigator.clipboard.writeText(url).then(markCopied);
    } else {
        var ta = document.createElement('textarea');
        ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0';
        document.body.appendChild(ta); ta.focus(); ta.select();
        try { document.execCommand('copy'); markCopied(); } catch(e) {}
        document.body.removeChild(ta);
    }
}
</script>
      <tr>
        <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
          <tr class="infoBoxContents">
            <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr>
                <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                <td class="main" width="100%"><a href="https://www.aerial.net/shop/product_reviews.php?cPath=54_250&products_id=2321"><span class="btn-site-link">Reviews</span></a></td>
                <td align="right" style="padding: 3px 4px 3px 0; white-space: nowrap;">
                  <div class="prd-share">
                    <a class="prd-share-btn prd-share-fb" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.aerial.net%2Fshop%2Fproduct_info.php%3Fproducts_id%3D2321" target="_blank" rel="noopener" data-tooltip="Facebook"><svg width="17" height="17" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg></a>
                    <a class="prd-share-btn prd-share-wa" href="https://wa.me/?text=85%7E265V+AC+to+5V+3.5W+DC+Isolated+Power+Supply+Module+%E2%80%94+AerialNet%3A+https%3A%2F%2Fwww.aerial.net%2Fshop%2Fproduct_info.php%3Fproducts_id%3D2321" target="_blank" rel="noopener" data-tooltip="WhatsApp"><svg width="17" height="17" viewBox="0 0 24 24" fill="currentColor"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg></a>
                    <a class="prd-share-btn prd-share-vb" href="viber://forward?text=85%7E265V+AC+to+5V+3.5W+DC+Isolated+Power+Supply+Module+%E2%80%94+AerialNet%3A+https%3A%2F%2Fwww.aerial.net%2Fshop%2Fproduct_info.php%3Fproducts_id%3D2321" data-tooltip="Viber"><svg width="17" height="17" viewBox="0 0 24 24" fill="currentColor"><path d="M11.398.002C9.473.028 5.331.344 3.014 2.467 1.294 4.177.693 6.698.623 9.82c-.07 3.12-.154 8.97 5.498 10.564h.005l-.005 2.417s-.038.999.622 1.201c.795.246 1.263-.51 2.023-1.329.418-.451.995-1.114 1.429-1.614 3.935.331 6.963-.426 7.308-.537.795-.257 5.291-.834 6.022-6.8.754-6.15-.366-10.034-2.969-11.787l-.001-.002c-.768-.528-3.862-1.955-8.157-1.931zM11.46 2.17c3.756-.023 6.42 1.218 7.065 1.659l.003.001c2.114 1.42 3.015 4.808 2.338 10.009-.616 5.036-4.241 5.39-4.912 5.603-.295.097-3.055.784-6.463.567 0 0-2.566 3.087-3.366 3.889-.125.126-.271.176-.369.152-.138-.036-.175-.2-.173-.443l.021-3.779c-4.757-1.323-4.69-6.294-4.632-8.976.062-2.683.557-4.774 1.999-6.19C4.485 2.536 7.71 2.192 11.46 2.17z"/></svg></a>
                    <button type="button" class="prd-share-btn prd-share-copy" id="prd-copy-btn" onclick="prdCopyLink()" data-tooltip="Copy link"><svg id="prd-copy-ico" width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg></button>
                  </div>
                </td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
      
      <tr>
        <td>
<!-- also_purchased_products //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="6" height="14"></td>
    <td height="14" class="infoBoxHeading" width="100%">Customers who bought this product also purchased</td>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=2215"><img src="images/IOT-CH340G_main.jpg" border="0" alt="CH340G USB to TTL Serial Port Module" title=" CH340G USB to TTL Serial Port Module " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=2215">CH340G USB to TTL Serial Port Module</a></td>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=1586"><img src="images/IOT-SL510_main.jpg" border="0" alt="SL510, 5v 10A Songle Relay" title=" SL510, 5v 10A Songle Relay " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=1586">SL510, 5v 10A Songle Relay</a></td>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=3098"><img src="images/PL23031BK_main.jpg" border="0" alt="PL2303 USB to TTL adapter with 1 meter cable - Black" title=" PL2303 USB to TTL adapter with 1 meter cable - Black " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=3098">PL2303 USB to TTL adapter with 1 meter cable - Black</a></td>
  </tr>
  <tr>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=1874"><img src="images/EZ-P-01_main.jpg" border="0" alt="115*40*90mm DIN Rail case black - Top and bottom openings" title=" 115*40*90mm DIN Rail case black - Top and bottom openings " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=1874">115*40*90mm DIN Rail case black - Top and bottom openings</a></td>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=1576"><img src="images/EZ-RJ45CPL_main.jpg" border="0" alt="EZ-RJ45CPL, RJ45 Ethernet Coupler System, Cat6 - Black" title=" EZ-RJ45CPL, RJ45 Ethernet Coupler System, Cat6 - Black " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=1576">EZ-RJ45CPL, RJ45 Ethernet Coupler System, Cat6 - Black</a></td>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=1875"><img src="images/EZ-P-03B_main.jpg" border="0" alt="115*40*90mm DIN Rail case black - Bottom opening only" title=" 115*40*90mm DIN Rail case black - Bottom opening only " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=1875">115*40*90mm DIN Rail case black - Bottom opening only</a></td>
  </tr>
  <tr>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=1957"><img src="images/UBNT-UAP-AC-M_main.jpg" border="0" alt="Ubiquiti UAP-AC-M, UniFi AP-AC MESH" title=" Ubiquiti UAP-AC-M, UniFi AP-AC MESH " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=1957">Ubiquiti UAP-AC-M, UniFi AP-AC MESH</a></td>
    <td align="center" class="smallText" width="33%" valign="top"><a href="https://www.aerial.net/shop/product_info.php?products_id=2173"><img src="images/IOT-TPS54332_main.jpg" border="0" alt="TPS54332- DC-DC 3.5v-24V To 1.8V-2.5V-3.3V-5V-9V-12V" title=" TPS54332- DC-DC 3.5v-24V To 1.8V-2.5V-3.3V-5V-9V-12V " width="100" height="100"></a><br><a href="https://www.aerial.net/shop/product_info.php?products_id=2173">TPS54332- DC-DC 3.5v-24V To 1.8V-2.5V-3.3V-5V-9V-12V</a></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- also_purchased_products_eof //-->
        </td>
      </tr>
    </table></form>
<!-- end content //-->
</div>
                </div>
            </div>
            <div id="col2">
<!-- start categorybox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">CATEGORIES</td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="left"><ul id="mainCat">
<li class="firstCat"><a href="https://www.aerial.net/shop/index.php?cPath=259">Alta Labs</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=163">Ubiquiti</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=176">MikroTik</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=274">Cudy</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=282">Mercusys</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=239">RF Elements</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=231">Mimosa</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=230">Cambium Networks</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=232">Teltonika</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=76">Outdoor 2.4GHz</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=162">Outdoor 5.xGHz</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=214">Outdoor 60GHz</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=21">Indoor AP/Router/Switch</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=129">LTE 4G/5G Router</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=156">Fiber Optic</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=45">PCI / PCI-e</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=103">PowerLine</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=62">USB</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=39">Cases / Racks</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=22">PoE</a></li>
<li class="currCat"><a href="https://www.aerial.net/shop/index.php?cPath=54"><b>Power Supply</b></a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_152">WallPlug</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_186">Desktop</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_222">Outdoor</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_153">Industrial</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_250"><b>PCB Power Supply</b></a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_241">AC Cables</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_223">DC Adapter</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_224">DC Cables</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_225">USB to DC</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_154">DC Accessories</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_264">DC-DC Step-Down</a></li>
<li class="subCat"><a href="https://www.aerial.net/shop/index.php?cPath=54_291">DC-DC Step-Up</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=104">Solar Energy</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=242">Smart Home</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=161">Electronics</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=52">RJ45 / Ethernet</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=59">Tools</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=74">Coaxial Cable</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=47">Connector / Adapter</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=23">Pigtail</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=266">Antenna</a></li>
<li><a href="https://www.aerial.net/shop/index.php?cPath=137">Sale / Open Box</a></li>
</ul></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end categorybox //-->

<!-- start whatsnewbox //-->

<!-- end whatsnewbox //-->

<!-- start informationbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">INFORMATION</td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td><a href="https://www.aerial.net/shop/shipping.php">Shipping &amp; Returns</a><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><a href="https://www.aerial.net/shop/privacy.php">Privacy Notice</a><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><a href="https://www.aerial.net/shop/conditions.php">Conditions of Use</a><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><a href="https://www.aerial.net/shop/returns_track.php">Track a Return</a><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><a href="https://www.aerial.net/shop/contact_us.php">Contact Us</a><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="4"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end informationbox //-->
</div>
            <div id="col3">
<!-- start cartbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading"><a href="https://www.aerial.net/shop/shopping_cart.php">SHOPPING CART</a></td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td>0 items</td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end cartbox //-->

<!-- start maninfobox //-->

<!-- end maninfobox //-->

<!-- start orderhistorybox //-->

<!-- end orderhistorybox //-->

<!-- start bestsellersbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">Notifications</td>
    <td class="infoBoxHeading" nowrap><a href="https://www.aerial.net/shop/account_notifications.php"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td><table border="0" cellspacing="0" cellpadding="2"><tr><td class="infoBoxContents"><!--<a href="https://www.aerial.net/shop/product_info.php?cPath=54_250&products_id=2321&action=notify"><img src="images/box_products_notifications.gif" border="0" alt="Notifications" title=" Notifications " width="50" height="50"></a>--></td><td class="infoBoxContents"><a href="https://www.aerial.net/shop/product_info.php?cPath=54_250&products_id=2321&action=notify">Notify me of updates to <b>85~265V AC to 5V 3.5W DC Isolated Power Supply Module</b></a></td></tr></table></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end bestsellersbox //-->

<!-- start specialfriendbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">TELL A FRIEND</td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center"><form name="tell_a_friend" action="https://www.aerial.net/shop/tell_a_friend.php" method="get"><input type="text" name="to_email_address" size="10" />&nbsp;<button type="submit" class="btn-site-submit btn-icon-submit" title="TELL A FRIEND"><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'\/><polyline points='2,4 12,13 22,4'\/><\/svg></button><input type="hidden" name="products_id" value="2321" /><br>Tell someone about this product.</form></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end specialfriendbox //-->

<!-- start reviewsbox //-->

<!-- end reviewsbox //-->

<!-- start weacceptbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">WE ACCEPT</td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center"><img src="images/other/cards5.png" border="0" alt="" width="140" height="122"></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end weacceptbox //-->

<!-- start distributorsofbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">DISTRIBUTORS OF</td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center"><img src="images/uadlogo.png" border="0" alt="" width="140" height="55"></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end distributorsofbox //-->

<!-- start awardsbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="6" height="14"></td>
    <td width="100%" class="infoBoxHeading">AWARDS</td>
    <td class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="6" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center"><img src="images/awards-e-vol-stamp24.png" border="0" alt="aerial.net e-volution awards" title=" aerial.net e-volution awards " width="140" height="74"><br/><br/><a href="https://www.aerial.net/shop/PDF/ICAP_Strongest_Company_2010.pdf" target="_window"><img src="images/awards-icapimage.png" border="0" alt="aerial.net ICAP strongest greek company 2010 award" title=" aerial.net ICAP strongest greek company 2010 award " width="120" height="116"></a></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
<!-- end awardsbox //-->
</div>
        </div>
    </div>
</div>
<div id="footer">
  <div align="center"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr class="footer">
    <td class="footer" align="center"><STRONG>All prices exclude VAT</STRONG></td>
  </tr>
</table>
</div>
</div>
<div id="cookieConsent">This website uses cookies to improve your experience and to properly provide our services. <a href="#" onclick="document.cookie = 'cookieConsent=true;Expires=' + (new Date(Date.now() + 365 * 86400 * 1000)).toUTCString(); document.getElementById('cookieConsent').remove(); return false;">Accept</a></div>

</body>
</html>
