Welcome to emarket!

BRANDINGS

My Cart -

$0.00
0
There are 0 item(s) in your cart
Subtotal: $0.00

Gaming PC FX-8320 4.0GHz 16GB RAM 240GB SSD 1TB HDD RX 580 8GB Win10 Computer

$522.50

SKU: BA901C80

Product Highlights

Buy Now
Choose your delivery location :

SKU BA901C80 Category
pnghq.com-credit-card-trust-badges-png-image-transparent

Description

Last Updated on

November 4th, 2023 06:31 am

body{
background-color: #eee;
}
.imgthumb li img { width:86px; height:auto; float:left;}
.infotabs li {float:left;}
/*======Updated Class========*/
body{ font-family:Arial, Helvetica, sans-serif;}
.productWrap h1{color:#444;}
.probox h2 { color:#444;}
.itemifocontainer .infotabs li a{ background:#a11f6a ; color:#000; font-size:15px; font-weight:700!important; text-transform:capitalize;}
.itemifocontainer .infotabs li a:hover{background:#000000; color:#000;}
.pricingbox .price1{ color:#3b3b3b;}
.pricingbox .price3{ color:#444;}
.pricingbox .price4{ color:#3b3b3b;}
/*=====New Class===========*/
.BannerBottomBox{ /*padding: 20px; padding-right:400px;*/ background: #fff; margin-top: 10px; font-family: ‘Roboto Condensed’, sans-serif; font-weight: normal; font-size:12px; color:#666; /*line-height:20px;*/ text-align:left; /*background-image:url(https://hosting.kyozou.com/ch/banner-bottom.jpg); background-position:right bottom; background-repeat:no-repeat; min-height:100px;*/ border-bottom:solid 3px #444; }
.BannerBottomBox h1{ font-family:’Roboto Condensed’; color:#444; font-size:24px; font-weight:800; letter-spacing:-0.03em; padding:0px; margin:0px; margin-bottom:20px; }
/*———————————-*/
.topmenu{width:100%; float:left;margin:0px 0;
padding:0px 0 0; position:relative;
}
.topmenu ul{width:100%; margin:0 auto; list-style:none;}
.topmenu ul li{width:auto; float:left;}
.topmenu ul li ul{display:none;}
.topmenu ul li{float:left; font-size:14px; position:relative; font-size:16px; }
.topmenu ul li a{color:/*#a11f6a*/#fff ; padding:14px 14px; float:left; border-right:solid 1px #fff;}
.topmenu ul li:first-child a{border-left:solid 1px #fff;}
.topmenu ul li:hover a{background : #a11f6a ; color:#000000;}
.topmenu ul li:hover ul{display:block; position:absolute; width:140px; background:#000; top:40px; left:30px; z-index:99999; opacity:0.8;}
.topmenu ul li li{width:100%; box-sizing:border-box;}
.topmenu ul li li a{width:100%; float:left; color:#FFFFFF; box-sizing: border-box;
padding: 8px 12px; background:none; font-size:12px;}
.topmenu ul li:hover li a{background:#000;}
.topmenu ul li li a:hover{color:#000; background:#ccc;}
.menus{background:#000000; width:100%; float:left; min-height:40px;}
.fullwid{width:100%;float:left; margin:10px 0 0; background:none;}
.listing{width:100%; float:left;}
.listing ul{width:99%; float:left; padding:0 0.5%; list-style:none;}
.listing ul li{width:33.33%; float:left;}
.listing ul li:last-child{margin:0;}
.listing ul li img{width:100%;}
.imagewraper .thumbwrp{width:58%;}
.imagewraper .imgthumb li{width:22%;}
.imgthumb li img{height:120px; width:120px;}
.footer .copyright{background:#4cc3e6; color:#fff;}
main {
min-width: 280px;
max-width: 100%;
padding: 0;
margin: 0 auto;
background: #fff;
}
section {
display: none;
padding: 20px;
border: 2px solid #000;
margin-top:-2px;
}
input {
display: none;
}
label {
display: inline-block;
background: #4cc3e6;
text-decoration: none;
color: #fff;
font-size: 13px;
font-weight: bold;
padding: 10px 10px;
margin-right: 5px;
border:none;
border-radius: 4px 4px 4px 4px;
}
label:hover {
color: #fff;
background:#CF0D0D;
cursor: pointer;
}
input:checked + label {
background: #CF0D0D;
text-decoration: none;
color: #fff;
font-size: 13px;
font-weight: bold;
padding: 10px 10px;
margin-right: 5px;
border:none;
border-radius: 0 0 0 0;
}
#tabss1:checked ~ #content1,
#tabss2:checked ~ #content2,
#tabss3:checked ~ #content3,
#tabss4:checked ~ #content4,
#tabss5:checked ~ #content5,
#tabss6:checked ~ #content6{
display: block;
}
.slider{
width: 640px; /*Same as width of the large image*/
position: relative;
/*Instead of height we will use padding*/
padding-top: 420px; /*That helps bring the labels down*/
margin: 0 auto;
/*Lets add a shadow*/
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}
/*Last thing remaining is to add transitions*/
.slider a img{
position: absolute;
left: 50%; top: 0;
transition: all 0.5s;
max-height:400px;
margin:auto;
transform: translateX(-50%) !important;
}
.slider input[name=’slide_switch’] {
display: none;
}
.slider label {
/*Lets add some spacing for the thumbnails*/
margin: 10px;
float: left;
cursor: pointer;
transition: all 0.5s;
/*Default style = low opacity*/
opacity: 0.6;
height:120px;
width:120px;
vertical-align:middle;
text-align:center;
}
.slider label img{
display: block;
}
/*Time to add the click effects*/
.slider input[name=’slide_switch’]:checked+label {
visibility:visible;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name=’slide_switch’] ~ a>img {
visibility:hidden;
top:0;
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name=’slide_switch’]:checked+label+a>img {
opacity: 1;
visibility:visible;
}
.slider label img{width:auto; height:auto; display:inline-block; vertical-align:middle; max-width:100%; max-height:100%;}
/*Clicking on any thumbnail now should activate the image related to it*/
/*We are done :)*/
nav ul li a:on-click{}
main label {
padding: 10px 10px;
border-radius: 4px 4px 0 0;
}
main input:checked + label{ padding: 10px 10px;
border-radius: 4px 4px 0 0;
}
@media screen and (max-width:960px){
.BannerBottomBox img{width:100%;}
}
@media screen and (max-width: 700px) {
label {
font-size: 13px;
}
label:before {
margin: 0;
font-size: 18px;
}
.slider{width:100%;}
.listing ul li{width:32%; float:left; margin-right:1%;}
}
@media screen and (max-width:600px){
main label{display:none;}
main section{display:block; border:solid 1px #ccc; margin-bottom:20px;}
}
@media screen and (max-width: 400px) {
.slider label {width:35%;}
.slider label img{width:100%;}
}
@media (max-width: 767px) {
.slider{padding-top:250px; width:100%; }
.slider a img{height:240px; width:auto;}
}
span.helper{height:100%; display:inline-block; vertical-align:middle;}

 
  •  

     

<!–

  •  

–>

 
 
 
Gaming PC FX-8320 4.0GHz 16GB RAM 240GB SSD 1TB HDD RX 580 8GB Win10 Computer

Description

Gaming PC FX-8320 4.0GHz 16GB RAM 240GB SSD 1TB HDD RX 580 8GB Win10 Computer
***Important Information: No I/O Shield*** ***Important Information: Scratches and scuffs on case*** Comes with USB WIFI Adapter
Windows 10 Home is installed and included in this sale. It is a freshly installed brand new copy of Windows. It was purchased from a Microsoft Authorized Seller.

•CPU: FX-8320 4.0 GHz (3.5 GHz Base Clock) FX Series
•CPU Cooler: Cooler Master 120mm Fan
•Motherboard: ASRock 970 Extreme 4(No I/O Shield)
•RAM: 16GB Kingston HyperX DDR3 1333MHz
•SSD: 240GB Kingston A-400 SSD
•HDD: 1TB
•Video Card: Radeon RX 580 8GB Red Dragon Dual Fan
•PSU: Seasonic S12III-550 (Wattage: 550W) 80+ Bronze
•Case: Thermaltake H200 TG (Skytech Edition) Black
•Operating System: Genuine Microsoft Windows 10 Home (MAR)
•Extra Case Fans: 3x RGB Skytech 120mm Fans

—Features—

•HDMI: Yes
•DVI: Yes
•WiFi: Yes – WiFi USB Adapter
•USB 2.0: Yes
•USB 3.0: Yes

Scratches and scuffs on case.

Freshly Built from New & Refurbished Parts by Certified Technicians. Fully Tested & Benchmarked.
Power Cable included.
See item images for more details.

1 Year Labor Warranty.
3 Months Parts & Labor Warranty.

Unit No.: CHQ 2793

 

 
Back to Top
 

Payment Shipping Return policy Feedback Pictures Contact Us

Payment

We accept Master Card, Visa, American Express, Discover & PayPal!

Paypal:

  • We can only Ship to the PayPal Verified Address ( No Exceptions )
  • We Do Not Accept PO Box & APO Addresses

Credit Card :

  • Credit Card Payment ( eBay Check Out or contact our Customer Service Line )
  • We can ONLY Ship to the Billing Address
  • We DO NOT Ship to PO Box Or APO Addresses

 

Shipping

Standard Shipping Time : 3-5 Business Days ( Depending on Location )
 

SHIPPING is FREE within the 48 STATES U.S!!

Hawaii, Alaska, Canada, & PR : Yes! Please Contact us for shipping rates.

Local Pick Up: Pick up is available!

Our warehouse is closed on weekends and holidays, please understand that those are not considered business days.

Return policy

 

  1. Items must be returned in their original packaging.

Feedback

We strive for 100% Customer Satisfaction and we love to hear from our buyers.

 

If you are unsatisfied with your order for any reason please Contact Us and allow us the opportunity to resolve your issue prior to posting a Negative / Neutral feedback or filing any disputes. We are sure the problem can be resolved!

 

Your positive feedbacks and DSRs are extremely important to us as better DSR scores affect our search visibility and fees on eBay. We try our best to earn good feedbacks and 5-star DSR ratings from you.

Please note that 4-star (or below) is considered a bad rating for sellers and can result in restrictions on our account. Please help us maintain our business. Support us by rating 5-Star DSR Ratings in all 4 categories. If we have not given you a reason enough for 5-star ratings on each DSR then please contact us to let us know how we can earn your 5-star rating before submitting your scores!

Pictures

 

  • We use either stock photos or the actual image and do our best to describe any cosmetic issues.
  • We understand that you may want to see pictures of the actual item, so if you are ready to buy but need to see the picture first we can arrange to have a technician pull the item and open the package for you to take pictures, and we can typically have this done within 2 business days. However, before asking for this please understand that we have over 2000 line items in stock in our warehouse so asking for pictures of 1 item to locate it, open the package, and then repack it is not as easy as you might think. So again, please only request this if you are 100% ready to purchase the item if the pictures match what you think you need.
  • Also, any buyers who make an offer and then do not pay until pictures are given may be turned away and have their purchase canceled. Picture requests need to be made ahead of sending an offer, not used as a “blackmail” tactic before paying.
  • Bottom line – look at our feedback and understand that we are shipping good products, so the picture you are thinking you might want may end up wasting your time too.

Contact Us

We Strive to answer all queries within 1 business day.

Please contact us anytime for any questions via eBay messages.

 
Back to Top
 
 
string(7) "default"

 



x