/* . class (+ elements),  # id (1 element) */
/*** Align Images Side by Side ***/
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/*** Align Images Side by Side END ***/

body {
  margin: 10px;
  font-family: Arial, Georgia, "Times New Roman", serif;
}

img {
    width: 100%;
    height: auto;
}

ul, ol {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}  

.thumbnail{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 100px;
    width:100px;
}

#delbtnBack {
    background-color: #2196F3;
}

#list { /* Product List */
    table-layout: fixed;
    width: 100%;
    min-width:600px;
}
#list td { 
    padding: 6px;
}
#list th { 
    padding: 6px;
    text-align: right;
    font-weight: normal;
}

#grid { /* Product Grid */
    table-layout: fixed;
    width: 100%;
    min-width:220px;
}
#grid td { 
    padding: 6px;
}
#grid th { 
    padding: 6px;
    text-align: right;
    font-weight: normal;
}

#detailPage {   /* Product Page */
/*    table-layout: auto;   */
/*    width: 100%;    */
    min-width: 220px;
}
#detailPage td { 
    padding: 6px;
}
#detailPage th { 
    padding: 6px;
    text-align: right;
    font-weight: normal;
}

#detailGrid {   /* Product Detail Grid */
    table-layout: fixed;
    width: 100%;
    min-width:220px;
}
.TopHeader{ /* Top.php */
    table-layout: fixed;
    width: 100%;  
    margin-top: 25px;
}
.PagesHeader {   /* About page */
    color:white;
    background-color:black;
	text-align: center;
	height: 50px;
	font-size: larger;
}

#leftnav {
	font-size: 85%;
    width: 150px;
    min-width: 100px;
/*	vertical-align: top; */
}

#leftnav a {
	padding: 3px; 
	display: block;
	border: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
}

#leftnav a:link, #leftnav a:visited {
	color: #666;
}

#leftnav a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #2196F3; /* #28a745; green  #6699CC; blue */
	border: 1px solid #000;
}

#leftnav ul {
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;  
	list-style-type: none;
}

#leftnav li {
	margin: 0px 0px 3px 0px;
}

#current a {    /*  used in the leftnav */
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;
	width: 150px;   
    min-width: 100px;   
}

/*  Shopping Cart   */
.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #DDDDDD;
	border-collapse: collapse;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	background-color: #6699CC;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}

/* Invoice Report, Cart & Checkout */
.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #DDDDDD;
	border-collapse: collapse;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
	background-color: #f8f8f8;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: rgb(245, 245, 245);
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: red;
	font-weight: bold;
	text-align: center;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
	
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

/* Used in ContactUS, Login & Checkout Forms */
.error {
	color: red;
}

.success {
	color: blueviolet;
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}

.Contact-Form {
    width: 600px;
	max-width: 100%;
/*	padding: 1.2rem;			*/
	margin-left:20px;
	padding-top: 22px;
	padding-bottom: 1px;
	text-align: left;
}

.Login-Form {
    width: 900px;
	max-width: 100%;
/*	padding: 1.2rem;			*/
    margin-left:20px;
	padding-top: 22px;
	padding-bottom: 1px;
	text-align: left;
}

.Login th {
    background-color: #F4F4F4;
}
/* Cart.php */
.text-right {
	text-align: right;
}

.container tr {
	border-bottom: 1px solid silver;
}    
.container td {
	text-align: left;
	padding: 8px;
}    
.quantity {
    width: 30%;
    font-size: 16px;
    text-align: center;
}
.qty-list {
    width: 50%;
    font-size: 16px;
    text-align: center;
}
.prdprice  {
    text-align: center;
    color: #0043a7;
    font-weight: bold;
    font-size: 16px;
}
.prdtitle a {
  color: black;
  text-align: center; 
  text-decoration: none;
  font-size: 20px;
}

.prdtitle a:hover {
  background-color: #ddd;
  color: black;
}

@media all and (max-width: 780px) {
	.container {
		width: auto;
	}
}
@media all and (max-width: 400px) {
	.container {
		padding: 0px 20px;
	}
	.container h1 {
		font-size: 1.2em;
	}
    .container textarea, .container select
		{
		width: 100%;
	}
	.form {
		border: none;
		padding: 0;
	}
}    

/* search product box 
* {
  box-sizing: border-box;
}

form.search input[type=search] {
  padding: 7px;
  font-size: 17px;
  border: 1px solid grey; 
  float: left;
  width: 80%;
  background: white;
}

form.search button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

form.search button:hover {
    background: #bbb;
}

form.search::after {
  content: "";
  clear: both;
  display: table;
}
*/
/* Footer */

.footer {
  overflow: hidden;
  background-color: #f8f8f8; /* #e9e9e9; */
}

.footer a {
  float: left;
  /* display: block; */
  color: black;
  /* text-align: center; */
  /* padding: 14px 16px; */
  text-decoration: none;
  font-size: 12px;
}

.footer a:hover {
  background-color: #ddd;
  color: black;
}

.footer active {
  background-color: #2196F3;
  color: white;
}

.footer td {
    font-size: 12px;
}