/* Updated from eyo.css - modernized 2026 */

/* === RESET === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* === CLEARFIX (modern) === */
.cf::before,
.cf::after {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

/* === BORDER RADIUS UTILITIES === */
/* Vendor prefixes (-moz-, -webkit-) removed; border-radius is universally supported */

.round-corner-all {
	border-radius: 5px;
	position: relative;
}

.round-corner-upper {
	border-radius: 5px 5px 0 0;
	position: relative;
}

.round-corner-lower {
	border-radius: 0 0 5px 5px;
	position: relative;
}

/* === BASE ELEMENTS === */

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

/* === LAYOUT === */

#wrapper {
	min-width: 960px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#top {
	position: absolute;
	width: 100%;
	top: 0;
}

#header {
	height: 80px;
	position: relative;
	z-index: 1;
}

@media screen {
	#middle {
		width: 100%;
		height: 1%;
		position: relative;
		border: 1px solid rgba(0, 0, 0, 0.29);
		background-color: white;
		box-shadow: rgba(0, 0, 0, 0.23) 0 20px 20px;
		border-radius: 10px;
		padding-top: 5px;
		top: 115px;
		margin-bottom: 150px;
	}

	#middle::after {
		content: '';
		clear: both;
		display: table;
	}
}

#container {
	width: 100%;
	float: left;
}

#content {
	padding: 0 245px 15px 178px;
}

#sideleft {
	float: left;
	width: 165px;
	margin-left: -100%;
	position: relative;
	padding-left: 5px;
}

#sideleft li {
	line-height: 1.3em;
}

#sideleft a {
	color: #000000;
	text-decoration: none;
	display: block;
}

#sideleft a:hover,
#sideleft li:hover {
	color: #0000ff;
	border-radius: 6px;
	background: #cef1d7;
}

#sideright {
	float: left;
	width: 230px;
	margin-left: -236px;
	position: relative;
	padding-right: 5px;
}

#footer {

    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #f0f0f0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;  /* Pushes date to the right */
    align-items: center;
    gap: 30px;  /* Space between items */

}


#footer div {
	display: inline-block;
	padding: 0 10px;
}

#footer a {
	text-decoration: none;
}

/* === BODY & TYPOGRAPHY === */

body {
	background-color: #f6f4f0;
}

body, ul, td, th {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10pt;
}

caption {
	font-size: 10pt;
	text-align: left;
	background-color: whitesmoke;
}

legend {
	color: #8b0000;
	font-weight: bold;
	background-color: white;
	margin-left: 10px;
}

h1 {
	font-weight: bold;
	font-size: 11pt;
	color: #00008b;
	margin: 8px 0;
}

select {
	font-size: 10pt;
}

fieldset {
	border-radius: 5px;
	position: relative;
	border: 1px solid;
}

/* === COMPONENTS === */

.logo {
	width: 150px;
	height: 84px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 2;
}

.nav-link {
	display: none;
}

.bar {
	background-image: url('/img/site/bar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	clear: both;
}

.strikethrough {
	text-decoration: line-through;
}

/* === LISTBOX === */

.listbox-head {
	padding: 0;
	height: 20px;
	background-image: url('/img/site/listbackgd.gif');
	background-repeat: repeat-x;
	position: relative;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: silver;
	border-right-color: #a7a7a7;
	border-radius: 8px 8px 0 0;
}

.listbox-head-icon {
	position: absolute;
	right: 10px;
	top: 0;
}

.listbox-head-mid {
	color: #2e8b57;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
}

.listbox-head-mid a {
	color: #0099ff !important;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.listbox-head-mid a:visited {
	color: #0099ff !important;
}

/* === SHADOW BOX === */

div.shadow {
	margin: 0 0 10px;
	padding: 5px;
	border-width: 0 1px 1px 1px;
/*	box-shadow: #666 1px 1px 1px; */
	border-style: solid;
	border-color: #a7a7a7;
	border-left-color: silver;
	background-color: ivory;
	line-height: 0.4cm;
	border-radius: 0 0 8px 8px;
	position: relative;
}

img.thin-border {
	border: 1px solid #ccc;
	margin: 2px 0;
}

/* === LOGIN === */

div.loginbox {
	width: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
}

div.login {
	border-style: solid;
	border-width: 0 2px 0 1px;
	border-color: #ccc;
	background-color: ghostwhite;
	padding: 3px 8px;
	margin: 0;
	text-align: center;
	vertical-align: text-top;
}

.login > a {
	text-decoration: none;
}


/* === NEW PRODUCTS === */

.new-prod-title {
	margin-left: 1%;
	margin-top: 8px;
	margin-bottom: 8px;
	letter-spacing: 5px;
	font-weight: 700;
	font-variant: small-caps;
	font-size: larger;
	color: #3cb371;
}

/* === BREADCRUMB === */

.breadcrumb {
	display: inline;
	color: black;
}

.breadcrumb a {
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a:link,
.breadcrumb a:visited {
	color: #3cb371;
}

/* === SECTIONS === */

.new-and-hlt {
	width: 100%;
	clear: both;
}

/* === FORM INPUTS === */

.item-list div input[type=text] {
	padding: 1px;
	margin: 1px;
}

/* === PRODUCT CARDS === */


.product {
    position: relative;
    top: 0;
    left: 0;
    margin: 3px;
    padding: 0 1px 1px 2px;
    text-align: left;
    height: 220px;
    width: 262px;
}

.section {
    float: left;
    background: linear-gradient(#ffffff, #fffff0);
    border-radius: 5px;
    margin: 4px;
    position: relative;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #a7a7a7;
    border-left-color: silver;
    line-height: 0.4cm;
}

.prod-image {
	position: absolute;
	top: 5px;
}

.prod-brand {
	position: absolute;
	top: 20px;
	left: 130px;
}

.prod-desc {
	position: absolute;
	top: 105px;
}

.prod-desc a {
	text-decoration: none;
	color: #003300;
}

.prod-price {
	position: absolute;
	bottom: 2px;
	font-weight: bolder;
	font-size: larger;
	color: red;
}

.prod-buybutton {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/* === PRODUCT INFO TABLES === */

#product-information th,
#product-information td,
#product-stock th,
#product-stock td {
	text-align: left;
	padding: 3px 5px;
}

#product-features {
	z-index: 2;
	background-color: white;
	overflow: visible;
}

#features-left {
	float: left;
	min-width: 600px;
	max-width: 690px;
	padding-left: 3px;
	padding-right: 3px;
}

#features-left table,
#features-left tr,
#features-left td,
#features-left th {
	background-color: white;
	position: relative;
}

/* === MINI TROLLEY / CART === */

ul.mini-trolley {
	list-style-type: square;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 1em;
}

ul.mini-trolley li {
	color: #2e8b57;
	font-size: 9pt;
	margin: 3px 0;
}

ul.mini-trolley li a {
	text-decoration: none;
}

ol.spbst {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	font-size: 9pt;
	line-height: 0.4cm;
}

ol.spbst li {
	margin: 3px 0;
	color: #2e8b57;
}

.spbst a,
.mini-trolley a {
	color: black;
	text-decoration: none;
	display: block;
}

.spbst a:hover,
.spbst li:hover,
.mini-trolley a:hover,
.mini-trolley li:hover {
	color: #0000ff;
	border-radius: 6px;
	background: #cef1d7;
}

/* === TABLE STYLES === */

.tborder {
	background: silver;
	border: 1px solid #32cd32;
	border-radius: 6px;
	position: relative;
	border-spacing: 1px;
}

.tborder2 {
	background: white;
}

.tr-bg1 {
	background-color: #f1f1f1;
}

.tr-bg1 td {
	padding: 3px;
	background-color: #f1f1f1;
}

.tr-bg1 th {
	padding: 3px;
	background-color: #f2f9ff;
}

.tr-bg2 {
	background-color: #f7f7f7;
}

.tr-bg2 td {
	padding: 3px;
	background-color: #f7f7f7;
}

.tr-bg2 th {
	padding: 3px;
	background-color: #f2f9ff;
}

.td-bg1 {
	padding-left: 2px;
	padding-right: 2px;
}

/* === FORM CONTROLS === */

input[type='text'],
input[type='search'],
input[type='password'],
textarea,
select {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bbbbbb;
	padding: 4px;
	margin: 3px;
	border-radius: 4px;
}

input[type='search'] {
	appearance: none;
}

.input-focus {
	border: 1px solid orange !important;
	background-color: #fffcea !important;
	outline: none;
}

/* === BUTTONS === */

.buttons {
	color: #000066;
	background-color: #dcdcdc;
	background-image: url('/img/site/button.gif');
	border-color: #32cd32;
	border-width: 1px;
	height: 28px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	padding: 2px 3px;
	margin: 3px;
	border-radius: 5px;
	box-shadow: #666 1px 1px 1px;
	position: relative;
}

.buttons2 {
	color: #000066;
	background-color: #dcdcdc;
	background-image: url('/img/site/button.gif');
	border-color: #32cd32;
	border-width: 1px;
	height: 28px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	padding: 2px 3px;
	margin: 0;
	border-radius: 5px;
	box-shadow: #666 1px 1px 1px;
}

.button-image {
	vertical-align: text-top;
}

/* === TABLE CATEGORY === */

.tcat {
	background: #caf2cc !important;
	color: black;
	font-weight: bold;
	font-variant: small-caps;
}

/* === BULLET LISTS === */

ul.mybullet {
	list-style-image: url('/img/site/bullet.gif');
	font-weight: bold;
	padding-left: 2em;
}

ul.mybullet a {
	text-decoration: none;
	color: black;
	display: block;
}

ul.mybullet a:hover,
ul.mybullet li:hover {
	background: #feffdb;
}

ul.mybullet2 {
	list-style-image: url('/img/site/bullet2.gif');
	padding-left: 2em;
	margin-left: 0;
}

ul.mybullet li {
	padding: 3px 5px 3px 5px;
	background-color: #d9f0ec;
	border-radius: 6px;
	margin: 4px 0;
}

/* === MISC CONTENT === */

.cat-description {
	color: #993300;
	margin: 5px 0 5px 3px;
}

.news-titles {
	font-size: 10pt;
	margin-left: 1%;
}

.news-titles a { color: #663300; text-decoration: none; }
.news-titles a:hover { color: #0000ff; text-decoration: underline; }

.news-header {
	color: red;
	font-weight: 700;
}

.news-bg-img-dot { background-image: url("../img/site/dots.gif"); }

.eyo-details { font-size: 8pt; vertical-align: bottom; }
.copyright { font-size: 8pt; width: 100%; }
.bpay { font-size: 8pt; text-align: left; }
.cc { font-size: 10pt; }
.eyo-bank-details tr { font-size: 9pt; }

.hl-label {
	color: #0099cc;
	font-weight: bold;
}

.pagenav {
	margin: 3px;
}

/* === UTILITY CLASSES === */

.gen-no-border {
	border-width: 0;
	padding: 0;
	margin: 0;
}

.gen-color-red    { color: red; }
.gen-color-blue   { color: blue; }
.gen-color-grey   { color: grey; }
.gen-color-orange { color: #eb5e00; }

.gen-no-text-dec a         { text-decoration: none; }
.gen-no-text-dec a:hover   { text-decoration: underline; }
.gen-no-text-dec a:link    { color: #3399ff; }
.gen-no-text-dec a:visited { color: #0066cc; }

/* Note: text-decoration:blink is obsolete and removed */
.gen-text-dec a         { text-decoration: underline; }
.gen-text-dec a:hover   { text-decoration: underline; }
.gen-text-dec a:link    { color: #3399ff; }
.gen-text-dec a:visited { color: #0066cc; }

.pagenav a    { text-decoration: none; }
.pagenav td   { padding: 2px 4px; }

/* === BREADCRUMB SMALL === */

.breadc-sm {
	font-size: 8pt;
	color: #bdbdbd;
}

.breadc-sm a         { text-decoration: none; }
.breadc-sm a:hover   { text-decoration: underline; }
.breadc-sm a:link    { color: #2eccfa; }
.breadc-sm a:visited { color: #0066cc; }

/* === TWITTER WIDGET (legacy) === */

.twitted {
	width: 215px;
	margin-bottom: 1.5em;
	border: 1px solid #888;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url('/img/site/loader.gif') 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	display: block;
}

.twitted ul#twitter_update_list li span a {
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	color: #666;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}

/* === SEARCH === */

.search-section {
	border-radius: 5px;
	padding: 13px 0 10px 15px;
	background-color: lightblue;
	box-shadow: #666 1px 1px 1px;
	height: 36px;
	width: 380px;
	position: absolute;
	bottom: 5px;
	left: 170px;
}

#search_term {
	padding-right: 5px;
}

.highlightbox {
	background-color: #ffebdb;
	border-radius: 8px;
	padding: 5px 10px;
	position: relative;
}

#search-form-container {
	position: relative;
	float: left;
}

#search-button-container {
	margin-left: 4px;
	border-radius: 0 5px 5px 0;
	float: left;
	background: #fff;
	width: 40px;
	height: 32px;
	position: relative;
	box-shadow: inset -1px -1px 10px 1px rgba(100, 105, 25, 0.5);
}

#searchbox_term {
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 6px 0 2px;
	color: #669999;
	border: 0;
	float: left;
	vertical-align: middle;
	height: 32px;
	margin: 0;
}

#searchbox-button {
	margin: 0;
	border: 0;
	padding: 7px 3px 6px 8px;
}

.adv-search {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#advance-search div {
	margin: 1px 3px 1px 2px;
}

#advance-search label {
	font-weight: bold;
	color: darksalmon;
	display: block;
}

#search-found-in-cat {
	margin: 0 0 10px;
}

#search-found-in-cat ul li {
	margin-left: 10px;
}

#byos {
	z-index: 2;
}

#byos td {
	vertical-align: top;
}

.byos-select {
	width: 680px;
}

/* === DROPDOWN NAV === */

ul.drop a { display: block; color: #5e99bd; font-size: 14px; text-decoration: none; }
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; }
ul.drop { position: relative; z-index: 597; float: left; margin-left: 25px; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; padding: 2px; }
ul.drop li:hover { position: relative; z-index: 599; cursor: default; background-color: #f2fdf5; }

ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -9px;
	z-index: 598;
	width: 195px;
	background: #e5f6fe;
	border: 1px solid #add9ed;
	border-radius: 5px;
}

ul.drop ul li { float: left; padding: 5px 10px; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible; }

/* === TABS === */

.tabs {
	margin-left: 15px;
}

.tabs li {
	list-style: none;
	display: inline;
	margin: 0 4px;
}

.tabs-a {
	padding: 5px 10px;
	display: inline-block;
	background: #9b9b79 url(/img/site/gradient_tab.gif) repeat-x center;
	color: #fc0079;
	text-decoration: none;
	border: solid #9b9b79;
	border-width: 1px 2px 0 1px;
	position: relative;
	border-radius: 8px 8px 0 0;
}

.tabs-a.active {
	background: ivory;
	color: #000;
	border-width: 1px 1px 0 1px;
}

/* === TOOLTIP === */

.tooltip {
	display: none;
	position: absolute;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	background-color: #e5f6fe;
	border: 1px solid #f7f7f7;
	font: 16px Tahoma, Geneva, sans-serif;
	padding: 10px;
	z-index: 10000;
}

/* === SHIPPING === */

#select-shipping li {
	line-height: 1.5em;
}

#select-shipping input[type=radio] {
	margin: 0 5px;
}

/* === PRINT === */

@media print {
	#content {
		padding: 0;
	}

	.noprint {
		display: none;
	}

	body, ul, td, th {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 8pt;
	}

	h1 {
		font-weight: bold;
		font-size: 9pt;
		margin: 0;
	}

	.eyo-details {
		font-size: 7pt;
		vertical-align: bottom;
	}

	.td-bg1 {
		background-color: white;
		padding: 0 2px;
		font-size: 8pt;
	}

	#middle {
		width: 100%;
		height: 1%;
		position: relative;
		border: 0;
	}

	.tr-bg1 td,
	.tr-bg1 th,
	.tr-bg2 td,
	.tr-bg2 th {
		padding: 0 3px;
	}

	.sidebar {
		visibility: hidden;
	}

	#top {
		visibility: hidden;
	}

	.logo {
		position: relative;
	}
}
