﻿@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

@-webkit-keyframes slide {
from { left: -50px; }
to   { left: 0; }
}

@-moz-keyframes slide {
from { left: -50px; }
to   { left: 0; }
}

@-webkit-keyframes slide2 {
from { -webkit-transform: rotate(-5deg); opacity: 0; right: -60px; top:-20px; }
to   { -webkit-transform: rotate(0deg); opacity: 1; right: 0; top:0;}
}

@-moz-keyframes slide2 {
from { -moz-transform: rotate(-5deg); opacity: 0; right: -60px; top:-20px; }
to   { -moz-transform: rotate(0deg); opacity: 1; right: 0; top:0; }
}

* {
font-family: 'Ubuntu', arial, serif;
font-size:15px;
margin:0px;
padding:0px;
}

#aside {
float:left;
padding:10px;
width:320px;
}

#container {
color:#666;
margin: 0 auto;
text-align:center;
width:1022px;
}

#footer {
font-weight:700;
}

#info {
float:right;
padding:10px;
width:530px;
}

#main {
-moz-animation: fadein 1s ease-in;
-webkit-animation: fadein 1s ease-in;
-khtml-border-radius: 10px;
-khtml-box-shadow:0 1px 10px -3px rgba(0, 0, 0, 0.4), 0 -2px rgba(99, 149, 185, 0.1) inset;
-moz-border-radius: 10px;
-moz-box-shadow:0 1px 10px -3px rgba(0, 0, 0, 0.4), 0 -2px rgba(99, 149, 185, 0.1) inset;
-ms-box-shadow:0 1px 10px -3px rgba(0, 0, 0, 0.4), 0 -2px rgba(99, 149, 185, 0.1) inset;
-o-border-radius: 10px;
-o-box-shadow:0 1px 10px -3px rgba(0, 0, 0, 0.4), 0 -2px rgba(99, 149, 185, 0.1) inset;
-webkit-border-radius: 10px;
-webkit-box-shadow:0 1px 10px -3px rgba(0, 0, 0, 0.4), 0 -2px rgba(99, 149, 185, 0.1) inset;
background:#fff;
border:1px solid #ccc;
border-radius: 10px;
box-shadow:0 1px 10px -3px rgba(0, 0, 0, 0.4), 0 -2px rgba(99, 149, 185, 0.1) inset;
margin:0 auto 20px;
padding:0 10px 10px;
width:1000px;
}

#nav {
-khtml-border-radius:6px;
-khtml-box-shadow:0 1px 3px #CFCFCF;
-moz-animation: fadein 2s ease-in;
-moz-border-radius:6px;
-moz-box-shadow:0 1px 3px #CFCFCF;
-ms-box-shadow:0 1px 3px #CFCFCF;
-o-border-radius:6px;
-o-box-shadow:0 1px 3px #CFCFCF;
-webkit-animation: fadein 2s ease-in;
-webkit-border-radius:6px;
-webkit-box-shadow:0 1px 3px #CFCFCF;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-radius:6px;
box-shadow:0 1px 3px #CFCFCF;
font-weight:700;
height:36px;
letter-spacing:-0.5px;
list-style:none;
margin:0 auto 20px;
position:relative;
text-align:center;
text-shadow: 0 1px 0 #fcfcfc;
width:1020px;
}

#nav li {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cfcfcf');
background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
border-color: #e0e0e0 #bfbfbf #e0e0e0 #fcfcfc;
border-style: solid;
border-width: 1px;
display:block;
float:left;
height:34px;
width:125.5px;
}

#nav li:hover {
border-color: #CFCFCF #C0C0C0 #E0E0E0;
-khtml-box-shadow: 0 1px 3px 2px #cfcfcf inset;
-moz-box-shadow: 0 1px 3px 2px #cfcfcf inset;
-ms-box-shadow: 0 1px 3px 2px #cfcfcf inset;
-o-box-shadow: 0 1px 3px 2px #cfcfcf inset;
-webkit-box-shadow: 0 1px 3px 2px #cfcfcf inset;
box-shadow: 0 1px 3px 2px #cfcfcf inset;
}

#nav li:active, #nav li:visited {
-khtml-box-shadow: inset 0 1px 2px 2px #afafaf;
-moz-box-shadow: 0 1px 5px 2px #999999 inset;
-moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.150, 0.860);  
-ms-box-shadow: 0 1px 5px 2px #999999 inset;
-ms-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.150, 0.860); 
-o-box-shadow: 0 1px 5px 2px #999999 inset;
-o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.150, 0.860);
-webkit-box-shadow: 0 1px 5px 2px #999999 inset;
-webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.150, 0.860);
border-color: #BFBFBF #B0B0B0 #E0E0E0;
box-shadow: 0 1px 5px 2px #999999 inset;
transition: all 0.2s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

#nav li a {
color:#666666 !important;
display:block;
line-height:36px;
outline:none;
}

#nav .first {
-khtml-border-radius:6px 0 0 6px;
-moz-border-radius:6px 0 0 6px;
-o-border-radius:6px 0 0 6px;
-webkit-border-radius:6px 0 0 6px;
border-radius:6px 0 0 6px;
border-left:1px solid #fafafa;
}

#nav li.first:hover {
border-left:1px solid #e0e0e0;
}

#nav li.first:active {
border-left:1px solid #cfcfcf;
}

#nav .last {
-khtml-border-radius:0 6px 6px 0;
-moz-border-radius:0 6px 6px 0;
-o-border-radius:0 6px 6px 0;
-webkit-border-radius:0 6px 6px 0;
border-radius:0 6px 6px 0;
border-right:1px solid #fafafa;
}

#nav li.last:hover {
border-right:1px solid #e0e0e0;
}

#nav li.last:active {
border-right:1px solid #cfcfcf;
}

#section {
float:right;
padding:10px;
width:640px;
}

.about, .addlphotos, .asset, .contact, .livechat, .payment, .policy, .shipping {
-khtml-border-radius: 0 0 6px 6px;
-khtml-box-shadow:0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(99, 149, 185, 0.1) inset, 1px 0 0 #fff inset, -1px 0 0 #fff inset;
-moz-background-clip: padding;
-moz-border-radius: 0 0 6px 6px;
-moz-box-shadow:0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(99, 149, 185, 0.1) inset, 1px 0 0 #fff inset, -1px 0 0 #fff inset;
-ms-box-shadow:0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(99, 149, 185, 0.1) inset, 1px 0 0 #fff inset, -1px 0 0 #fff inset;
-o-border-radius: 0 0 6px 6px;
-o-box-shadow:0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(99, 149, 185, 0.1) inset, 1px 0 0 #fff inset, -1px 0 0 #fff inset;
-webkit-background-clip: padding-box;
-webkit-border-radius: 0 0 6px 6px;
-webkit-box-shadow:0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(99, 149, 185, 0.1) inset, 1px 0 0 #fff inset, -1px 0 0 #fff inset;
background-clip: padding-box; 
background-repeat: no-repeat;
border:1px solid #ccc;
border-top:none;
border-radius:  0 0 6px 6px;
box-shadow:0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(99, 149, 185, 0.1) inset, 1px 0 0 #fff inset, -1px 0 0 #fff inset;
margin-bottom: 20px;
padding:15px 60px;
position:relative;
text-align: left;
text-shadow:0 1px 0 #fff;
}

div#about:hover, div#asset:hover, div#contact:hover, div#payment:hover, div#policy:hover, div#shipping:hover {
}

#about:target, #contact:target, #payment:target, #policy:target, #shipping:target {
-moz-transform:scale(1.03);
-moz-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) .2s;  
-ms-transform:scale(1.03);
-ms-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) .2s;
-o-transform:scale(1.03);
-o-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) .2s;
-webkit-transform:scale(1.03);
-webkit-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) .2s;
transform:scale(1.03);
transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) .2s;
position:relative;
z-index:1;

-khtml-box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.4);
-ms-box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.4);
-o-box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.4);
-webkit-box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.4);
box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.4);

-khtml-border-radius: 6px;
-moz-background-clip: padding;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-webkit-background-clip: padding-box;
-webkit-border-radius: 6pxx;
background-clip: padding-box; 
border-radius: 6px;
}

.addlphotos, .contact {
border-top:1px solid #f0f0f0;
padding: 15px;
}

#about:target .about, #contact:target .contact, #payment:target .payment, #policy:target .policy, #shipping:target .shipping {
border:5px solid #258cdc;
margin-bottom:12px;
-khtml-box-shadow:0 0 3px 1px rgba(0,0,0,0.8) inset;
-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.8) inset;
-ms-box-shadow:0 0 3px 1px rgba(0,0,0,0.8) inset;
-o-box-shadow:0 0 3px 1px rgba(0,0,0,0.8) inset;
-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.8) inset;
box-shadow:0 0 3px 1px rgba(0,0,0,0.8) inset;
text-shadow:0 1px 0 #F2F9FF;
}

#about:target .about {
background: #e9f3fb;
background: -moz-linear-gradient(top, #e9f3fb 0%, #c6dbec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3fb), color-stop(100%,#c6dbec));
background: -webkit-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: -o-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: -ms-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
}

.about, .asset {
padding:15px;
}

.about, .livechat {
background-color:#ffffff;
background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0); 
background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0); 
background-image: -o-linear-gradient(top, #ffffff, #f0f0f0); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); 
background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0); 
background-image: linear-gradient(top, #ffffff, #f0f0f0);
background-position:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f0f0f0');
}

.about p, .asset p {
margin-bottom:8px;
}

.addlphotos {
margin:0 auto 20px;
text-align:center;
}

.asset {
background: url("https://expresscomputersystems.net/ebay/images/drive.png") right bottom no-repeat, -moz-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/drive.png") right bottom no-repeat, -ms-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/drive.png") right bottom no-repeat, -o-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/drive.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); 
background: url("https://expresscomputersystems.net/ebay/images/drive.png") right bottom no-repeat, -webkit-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/drive.png") right bottom no-repeat, linear-gradient(top, #ffffff, #f0f0f0);
}

.asset li:nth-of-type(2) {
margin-right: 15px;
}

.asset li:nth-of-type(4) {
margin-right: 60px;
}

.call {
color:#258CDC;
display:block;
font-size:35px;
font-weight:700;
}

.clear {
clear: both;
display: block;
height: 0pt;
overflow: hidden;
visibility: hidden;
width: 0pt;
}

.contact {
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -moz-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -ms-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -o-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); 
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -webkit-linear-gradient(top, #ffffff, #f0f0f0); 
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, linear-gradient(top, #ffffff, #f0f0f0);
}

#contact:target .contact {
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, #e9f3fb;
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -moz-linear-gradient(top, #e9f3fb 0%, #c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3fb), color-stop(100%,#c6dbec));
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -webkit-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -o-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, -ms-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/contact.png") right bottom no-repeat, linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
}

.check {
list-style-image:url("https://expresscomputersystems.net/ebay/images/checkmark.png");
margin-left:26px;
}

.info {
float: right;
padding: 15px 0;
width: 478px;
}

.livechat {
padding:15px 0;
text-align:center;
}

.logo {
-moz-animation: fadein 2s ease-in;
-webkit-animation: fadein 2s ease-in;
float:left;
text-align:left;
width:500px;
}

.logo img {
border:none;
}

.message {
color:#ff0000;
display:none;
text-align:center;
}

.payment {
background: #DFF2BF;
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, #ffffff;
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E6FAC5), to(#f0f0f0));
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -webkit-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -moz-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -ms-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -o-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, linear-gradient(top, #ffffff, #f0f0f0);
padding:15px;
}

#payment:target .payment {
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, #e9f3fb;
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -moz-linear-gradient(top, #e9f3fb 0%, #c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3fb), color-stop(100%,#c6dbec));
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -webkit-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -o-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, -ms-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/wallet.png") right bottom no-repeat, linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
}

.payment p {
margin-right: 80px;
}

.phone  {
-moz-animation: fadein 2s ease-in;
-webkit-animation: fadein 2s ease-in;
float:right;
margin-top:30px;
text-align:right;
width:500px;
}

.policy {
background: #FFBABA;
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, #ffffff;
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFBABA), to(#f0f0f0));
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -webkit-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -moz-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -ms-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -o-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, linear-gradient(top, #ffffff, #f0f0f0);
padding:15px;
}

#policy:target .policy {
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, #e9f3fb;
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -moz-linear-gradient(top, #e9f3fb 0%, #c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3fb), color-stop(100%,#c6dbec));
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -webkit-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -o-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, -ms-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/document.png") right bottom no-repeat, linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
}

.policy p:nth-of-type(3) {
margin-right: 60px;
}

.policy p:nth-of-type(4) {
margin-right: 130px;
}

.prod-info {
float:left;
margin-right:-20px;
padding-left:20px;
text-align:left;
}

.prod-info li {
position:relative;
}

.prod-info li:nth-of-type(1) {
-moz-animation: slide2 1s ease-in;
-webkit-animation: slide2 1s ease-in;
}

.prod-info li:nth-of-type(2) {
-moz-animation: slide2 1.25s ease-in;
-webkit-animation: slide2 1.25s ease-in;
}

.prod-info li:nth-of-type(3) {
-moz-animation: slide2 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
-webkit-animation: slide2 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.prod-info li:nth-of-type(4) {
-moz-animation: slide2 1.75s cubic-bezier(0.550, 0.085, 0.680, 0.530);
-webkit-animation: slide2 1.75s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.prod-info li:nth-of-type(5) {
-moz-animation: slide2 2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
-webkit-animation: slide2 2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.prod-info li:nth-of-type(6) {
-moz-animation: slide2 2.25s cubic-bezier(0.550, 0.085, 0.680, 0.530);
-webkit-animation: slide2 2.25s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.prod-info li:nth-of-type(7) {
-moz-animation: slide2 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
-webkit-animation: slide2 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.prod-info li:nth-of-type(8) {
-moz-animation: slide2 2.75s cubic-bezier(0.550, 0.085, 0.680, 0.530);
-webkit-animation: slide2 2.75s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.prod-specs {
float:left;
margin-left:15px;
width:126px;
text-align:left;
}

.productphoto, .productphoto-nowarranty {
float:left;
overflow:hidden;
position:relative;
text-align:center;
width:450px;
}

.productphoto:after {
background: url("https://expresscomputersystems.net/ebay/images/warranty.png");
background-repeat:no-repeat;
bottom:10px;
content: ' '; 
height:153px;
left:10px;
opacity:.9;
position:absolute;
width:200px;
z-index:5;
}

.questions {
display:block;
font-size:14px;
text-transform:uppercase;
}

.shipping {
background: #FFE6BA;
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, #ffffff;
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFE6BA), to(#f0f0f0));
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -webkit-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -moz-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -ms-linear-gradient(top, #Fffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -o-linear-gradient(top, #ffffff, #f0f0f0);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, linear-gradient(top, #ffffff, #f0f0f0);
padding:15px;
}

#shipping:target .shipping {
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, #e9f3fb;
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -moz-linear-gradient(top, #e9f3fb 0%, #c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3fb), color-stop(100%,#c6dbec));
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -webkit-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -o-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, -ms-linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
background: url("https://expresscomputersystems.net/ebay/images/box.png") right bottom no-repeat, linear-gradient(top, #e9f3fb 0%,#c6dbec 100%);
}

.shipping p {
margin-right: 100px;
}

.experience, .solution, .testing {
-moz-animation: slide 1.8s 1 ease-out;
-webkit-animation: slide 1.8s 1 ease-out;
display:block;
float:left;
height:24px;
margin:5px 8px 0 8px;
width:24px;
position:relative;
}

.experience {
background:url("https://expresscomputersystems.net/ebay/images/experience.png");
}

#about:target .experience {
background:url("https://expresscomputersystems.net/ebay/images/experiencehover.png");
}

.solution {
background:url("https://expresscomputersystems.net/ebay/images/solution.png");
}

#about:target .solution {
background:url("https://expresscomputersystems.net/ebay/images/solutionhover.png");
}

.testing {
background:url("https://expresscomputersystems.net/ebay/images/testing.png");
}

#about:target .testing {
background:url("https://expresscomputersystems.net/ebay/images/testinghover.png");
}

a {
-moz-transition: color 0.3s ease-out;  
-o-transition: color 0.3s ease-out;  
-webkit-transition: color 0.3s ease-out;  
-ms-transition: color 0.3s ease-out;
color:#258CDC !important;
outline:none;
text-decoration:none !important;  
transition: color 0.3s ease-out; 
}

a:hover {
color:#55AFF8 !important;
}

h1, h2, h3, h4 {
font-weight:700;
}

h1 {
font-size:29px;
padding: 10px 0;
}

h2 {
color:#258CDC;
font-size: 21px;
margin: 8px 0pt;
padding-left: 15px;
text-align:left;
}

h3 {
border:1px solid #cccccc;
background:url("https://expresscomputersystems.net/ebay/images/barbg.png") repeat-x;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
background-image: -ms-linear-gradient(top, #ffffff, #e0e0e0);
background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
background-image: linear-gradient(top, #ffffff, #e0e0e0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0e0e0');
font-size:19px;
margin: 0;
padding: 2px 0;
text-shadow:0 1px 0 #f5f5f5;
-khtml-border-radius:6px 6px 0 0;
-o-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0;
-webkit-border-radius:6px 6px 0 0;
border-radius:6px 6px 0 0;
-khtml-box-shadow:1px 0 0 #fbfbfb inset, -1px 0 0 #fbfbfb inset, 0 -1px 0 #f0f0f0 inset;
-moz-box-shadow:1px 0 0 #fbfbfb inset, -1px 0 0 #fbfbfb inset, 0 -1px 0 #f0f0f0 inset;
-ms-box-shadow:1px 0 0 #fbfbfb inset, -1px 0 0 #fbfbfb inset, 0 -1px 0 #f0f0f0 inset;
-o-box-shadow:1px 0 0 #fbfbfb inset, -1px 0 0 #fbfbfb inset, 0 -1px 0 #f0f0f0 inset;
-webkit-box-shadow:1px 0 0 #fbfbfb inset, -1px 0 0 #fbfbfb inset, 0 -1px 0 #f0f0f0 inset;
box-shadow:1px 0 0 #fbfbfb inset, -1px 0 0 #fbfbfb inset, 0 -1px 0 #f0f0f0 inset;
}

h4 {
font-size:16px;
}

p {
margin-bottom:4px;
}

ul {
list-style: none;
}