#ghotiPageMenu ul {
	margin: 0px;
	padding: 0px;
	//list-style: none;
}
#ghotiPageMenu li {
	display: inline;
}
#managePageForm{
	border-top-color: #000000; 
	border-top: thin;
}
#popup-bg{
	background: url(../../gfx/transparent-gray.png);
	display: none;
	float: none;
	height: 100%;
	left:0px;
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 1;
}
#popup{
	background: #ADADAD;
	border: solid;
	border-width: 2px;
	border-color: #474a52;
	display: block;
	float: none;
	left:0;
	margin-left: 33%;
	margin-right: 33%;
	margin-top: 7%;
	min-height: 15ex;
	min-width: 33%;
	position: absolute;
	text-align: center;
	top:0;
	vertical-align: middle;
	z-index: 1;
}
#popup-content{
	display:block;
    text-align: center;
    vertical-align: middle;
	max-height:50ex;
	min-height:10ex;
	min-width: 33%;
    overflow: auto;
    padding: 0.5em 0.5em 0.5em 0.5em;
    position: relative;
    float: none;
    z-index: 1;
}

#popup-title{
	    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: url(../../gfx/transparent-blue.png);
}
#popup-title h2{
	color: #ADADAD;
	font-family: verdana;
	font-size: 1.2em;	
	
}

#popupTitle{
    margin: 0;
    padding: 0;
    color: #ADADAD;
     background: url(../../gfx/transparent-blue.png);
}

.popup-close{
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
}
.popup-close img{
    width: 20px;
    height: 20px;
    border: 0px;
}
.popup-close img:hover{
    width: 24px;
    height: 24px;
    border: 0px;
}

.linkIcon{
    cursor:pointer;
}
.boldText{
 font-weight: bold;	
}
.alignRight{
	text-align: right;
}
.alignCentre{
	text-align: center;
}
.ghotiBanner{
	border:0px;
}
#managePageForm{
	position:relative;
	visibility: hidden;
}
#managePagePanel{
 position: relative;
}

/* Product Grid */
.products {
  padding: 2rem;
  text-align: center;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.product-card {	
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #bbb;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.product-card img {
  width: 100%;
  height: auto; 
  border-radius: 5px;
  display: block;
}

.product-card h3 {
  margin: 0.5rem 0;
}

/*  Horizontal scrolling container   */
.scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  gap: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.scroll-card{
  min-width: 200px;
  height: 300px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;

}
.scroll-card img {
  height: 9em;
  border-radius: 5px;
  display: block;
}


#ghotiPrivateMenuTitle{ visibility:hidden; }
#ghotiAdminMenuTitle{ visibility:hidden; }
#ghotiPrivateMenu{ visibility:hidden; }
#ghotiAdminMenu{ visibility:hidden; }
