﻿/* ***********************************************************
This CSS file contains the styling for the categories.php and 404.php pages. 
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">
<link rel="stylesheet" href="/2017/css/categories-404.css" media="screen">
*********************************************************** */

div.categorymessage,div.navdesc{display:none;}
div.category {background:#fff;border:1px solid #1a7cb7;padding-bottom:10px;border-radius:6px;-webkit-box-shadow:0 4px 6px #999;-moz-box-shadow:0 4px 6px #999;box-shadow:0 4px 6px #999;}
div.catimage{margin:2px auto;padding:0;float:left;text-align:center;width:100%;}
div.catimage img {padding:5px;max-width:100px;height:auto;border:none;}
div.catdesc{float:left;font-size:0.9em;line-height:1.5em;margin:0;padding:2px 5px;width:98%;float:left;text-align:justify;}
div.catname{font-size:1.1em;margin:0;padding:5px 2px 0 2px;width:98%;float:left;text-align:center;font-weight:bold;}
