<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/* FONTS AND COLORS */
body {
font-family: Arial,sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333;
background-color: white;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.navbar a, .navbar a:active, .navbar a:hover, .navbar a:visited {
color: #333;
}
.product-specs {
background-color: #f1f1f1;
padding: 1em;
}
.product-specs td {
font-size:12px;
}
.attr-left {
min-width:6em;
font-weight:bold;
vertical-align:top;
}
.attr-right {
vertical-align:top;
}
div.footer {
border-top: 1px solid #f1f1f1;
}
.title
{
color:red;
text-align:right;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
/* LAYOUT - CHANGING THESE WILL AFFECT THE SIZE AND LAYOUT OF YOUR AD TEMPLATE */
/* Responsive Columns */
.col-md-6{width:100%;}
.col-md-12{width:100%;}
.container{margin:auto;width:100%;}
@media (min-width:768px){
.container{width:750px;}
.col-md-12, .col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
@media (min-width:992px){
.container{width:970px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
@media (min-width:1200px){
.container{width:1170px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
.logo
{
padding: 5px 5px 5px 5px; border:1px solid #990000;
}
.img-responsive{display:block;height:auto;max-width:100%;}
/* Responsive Navigation Bar */
.nav{padding-left:0;margin-bottom:0;list-style:none;}
.nav:before, .nav:after{display:table;content:" ";}
.nav:after{clear:both;}
.nav:before, .nav:after{display:table;content:" ";}
.nav:after{clear:both;}
.nav > li{position:relative;display:block;}
.nav > li > a{position:relative;display:block;padding:10px 15px;}
.nav > li > a:hover, .nav > li > a:focus{text-decoration:none;background-color:#eeeeee;}
.nav > li > a > img{max-width:none;}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}
@media (min-width:768px){.navbar{border-radius:4px;}
}
.navbar-header:before, .navbar-header:after{display:table;content:" ";}
.navbar-header:after{clear:both;}
.navbar-header:before, .navbar-header:after{display:table;content:" ";}
.navbar-header:after{clear:both;}
@media (min-width:768px){.navbar-header{float:left;}
}
.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:" ";}
.navbar-collapse:after{clear:both;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:" ";}
.navbar-collapse:after{clear:both;}
.navbar-collapse.in{overflow-y:auto;}
@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}
.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}
.navbar-collapse.in{overflow-y:visible;}
}
@media (min-width:768px){.container > .navbar-header, container > .navbar-collapse{margin-right:0;margin-left:0;}
}
.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;}
.navbar-brand:hover, .navbar-brand:focus{text-decoration:none;}
@media (min-width:768px){.navbar > .container .navbar-brand{margin-left:-15px;}
}
.navbar-nav{margin:7.5px -15px;}
.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px;}
@media (min-width:768px){.navbar-nav{float:left;margin:0;}
.navbar-nav > li{float:left;}
.navbar-nav > li > a{padding-top:15px;padding-bottom:15px;}
.navbar-nav.navbar-right:last-child{margin-right:-15px;}
}
@media (min-width:768px){.navbar-left{float:left !important;}
.navbar-right{float:right !important;}
}
</style>
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- ADD YOUR SELLER NAME OR LOGO HERE -->
<a class="navbar-brand" href="#"><img class="logo" alt="OvernightComputers" src="https://www.impactcomputers.com/image/logo-1.png"></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<!-- ADD MENU LINKS HERE. THESE ARE NON-FUNCTIONAL EXAMPLES. -->
<li><a href="https://www.ebay.com/str/overnightcomputers">Visit Our eBay Store</a></li>
<!--li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Add to Favorite Sellers</a></li-->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="col-md-6">
<div class="main-image">
<img src="https://d6okerqgsqwys.cloudfront.net/cdn/gen/27477/1_AW1rKs_27477_800x800.jpg" class="img-responsive" alt="Responsive image">
</div>
</div>
<div class="col-md-6">
<h1>PA3290U-1ACA - AC Adapter with Power Cord</h1>
<table border="0">
<tbody><tr>
<td><h4 class="title">Brand:</h4></td>
<td><h4>Toshiba<!--4--></h4></td>
</tr>
</tbody></table>
</div><!-- /col-md-6 -->
</div>
<div class="container">
<div class="row">
<div class="col-md-6"><strong>Specifications: </strong><br><br><strong>Voltage:</strong><span style="padding-left:10px;">19V</span><br><strong>Amps:</strong><span style="padding-left:10px;">6.3A</span><br></div><div class="col-md-6"><strong>Condition: </strong><span style="color: red;">New</span><p>The part/ product may have been previously used, yet was inspected, tested and restored to working conditions. Might have cosmetic blemishes. Parts labeled -RB will excessive wear.</p><strong>Category: </strong><span>Power Supply</span><br><br><strong>Sub Category: </strong><span>AC Adapters</span><br><br></div>
</div>
</div>
<div class="container">
<div class="col-md-12 footer">
<h1>Disclaimers</h1>
</div>
<div class="col-md-12 footer">
<h3>Images</h3>
<p>Images are for illustration purposes only.</p>
</div>
<div class="col-md-12 footer">
<h3>Product Substitution</h3>
<p>Due to limitations in the marketplace, finding the exact part that you require is sometimes close to impossible. More often than not, we will send something that will have the same form, fit and function. The part might not have the same writing on the sticker, but should be completely compatible to your requirements. if you require the exact part number, we might be able to assist, although not guaranteed.</p>
</div>
<div class="col-md-12 footer">
<h3>Shipping</h3>
<p>All order's placed before cut-off time will be dispatched the same day, all orders past the time will go out the following business day. Our typical cutoff time is 12PM EST for USPS and 4:30PM EST For UPS and Fedex.</p>
<ul>
<li>All domestic orders will be shipped via USPS, UPS or FedEx at our discretion based on the destination and weight of the item. Shipping is FREE. (shipping charges are included on the final price)</li>
<li>International orders might be rejected based on the location and or item ordered. Taxes, duties and any other import fees are the responsibility of the buyer.</li>
<li>All items are on hand at the time of the posting; however, if the item cannot ship for any warehouse reason we will notify you within 24hrs and a 100% refund will be issued.</li>
</ul>
<p>In the event that you are unsatisfied with your purchase, please contact us prior to leaving a negative feedback.</p>
</div> <!-- /footer -->
<div class="col-md-12 footer">
<h3>Payments</h3>
<p>We accept PayPal, Amex, Visa, and MasterCard. For any other methods of payment contact us.</p>
<p>In the event that you are unsatisfied with your purchase, please contact us prior to leaving a negative feedback.</p>
</div> <!-- /footer -->
<div class="col-md-12 footer">
<h3>Return Policy</h3>
<p>We stand behind our quality products. We offer a 30 day hassle-free money back guarantee, return shipping is responsibility of the buyer unless the return is a result of our mistake (i.e., your receive the wrong or defective item).</p>
<ul>
<li>Hassle-Free returns</li>
<li>Fast turn around time</li>
</ul>
<p>In the event that you are unsatisfied with your purchase, please contact us prior to leaving a negative feedback.</p>
<br>
<h5 align="center">All images and content © 2003-2020 Impact Computers & Electronics, All rights reserved</h5>
</div> <!-- /footer -->
<div class="col-md-12 footer">
<p style="text-align:center; color: red;">MON - FRI 9 AM - 6 PM EST</p>
<p>We accept PayPal, Amex, Visa, and MasterCard. For any other methods of payment contact us.</p>
<p>In the event that you are unsatisfied with your purchase, please contact us prior to leaving a negative feedback.</p>
</div> <!-- /footer -->
</div> <!-- /container -->
<div style="clear:both">
<table></table>
</div>
<center><a href="https://pages.ebay.com/seller-center/listing/listing-advanced-sellers/third-party-listing-tools.html#third-party-listing-tools" target="_blank"><img border="0" width="88" height="33" src="https://secureimages.channeladvisor.com/images/channeladvisor/channeladvisor_poweredby-en.gif"></a></center></body></html>