﻿/* ***********************************************************
This CSS file contains the styling for printing. 
If you do not want something to print, add class="noprint"
If you want something to print but not be visible live, add class="noscreen"
For modifications to the default CSS for ECT, or for ECT related styling that affects every page, see ectcartmods.css. 
DO NOT MODIFY the ectcart.css file as it is subject to change by ECT with the updater.
DO NOT MODIFY THE bootstrap.min.css file under any circumstances. Any modification to bootstrap elements are in the main.css file.
Page specifc CSS can be found in the <head> of the respective page, e.g. categories.asp/php, products.asp/php, and proddetail.asp/php.
CSS link rel="stylesheet" href=" FILES SHOULD BE PLACED IN THE <head> IN THE FOLLOWING ORDER
<link rel="stylesheet" href="/2017/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="/2017/css/main.css" media="screen">
<link rel="stylesheet" href="/2017/css/ectcart.css" media="screen">
<link rel="stylesheet" href="/2017/css/ectcartmods.css" media="screen">
<link rel="stylesheet" href="/2017/css/print.css" media="print">
*********************************************************** */

html {border:none;color:#000 !important;background-color:#fff;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
body {width:600px;color:#000;background-color:#fff;background-image:none;font-family:'Times New Roman',Times,serif;font-size:12pt;}
.noprint,.prodnavigation,.prodfilter,.pagenums {display:none;}
.prntfrndly {width:100% !important;margin-left:0;margin-right:0;}
a,a:visited,a:hover,a:active,a.bookmark,a:hover.bookmark,a:visited.bookmark {color:#000;text-decoration:none;}
div.categories,div.products{width:90%;}
div.category,div.product{float:left;clear:left !important;text-align:center;width:32% !important;margin:0 .1% !important;margin-bottom:15px !important;padding:5px;background:#fff;border-bottom:1px solid #999;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
input.buybutton, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage,input.trackinggo, input.login, input.newaffiliate, input.affiliatelogin, input.search, input.logintoaccount,input.createaccount,input.inpagesearch,input.continueshopping,input.printversion,input.butn,input.cartaccountlogin,input.newaccount,input.forgotpassword,input.buybutton,input[type=image],.quantitydiv input[type=text]{display:none;}
.text-center {text-align:center;}
.noscreen {display:block;}
/*body a:link:after, body a:visited:after {content:" (" attr(href) ") ";font-size:90%;text-decoration:none;color:#333;}
body a[href^="/"]:after {content:" (https://www.austinflightcheck.com" attr(href) ") ";text-decoration:none;color:#333;}*/
