html {overflow-y: scroll; }

body {
		background-repeat: repeat-x; 
		background-color: #FFFFFF; 
		margin-top: 0; 
		margin-bottom: 0; 
		font-family: Verdana, Arial, helvetica, sans-serif;
		font-size: 1.125rem;
}
 
a:not(.btn):not(.nav-link) {text-decoration:none; }
a:not(.btn):not(.nav-link):hover {text-decoration:underline; }

img:not(.img-fluid) {border: 0; }

.h1 { font-weight: bold; color: #F59D2A; }


.font-default-white{
	color: white;
}

.font-default , 
.font-default-white, 
.font-default-14,
.font-default-16{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bold{
	font-weight: bold;
}

#head {border: 1px solid gray; padding: 6px; }


#features ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

#features li
{
	background-image: url(../images/features.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
}

#related ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

#related li
{
	padding-left: 0em;
}

#thicktabs{
	margin: 0;
	padding: 0;
	font: bold 1.125rem Verdana, Arial, sans-serif;
}

#thicktabs li {
	display: block;
}

#thicktabs li a.nav-link {
	white-space: nowrap;
	color: #232323;
	padding: 6px 10px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #B7B7B7;
}

#thicktabs li a.nav-link#rightmostitem {
	border-right: 1px solid #B7B7B7;
}

#thicktabs li a.nav-link:visited {
	color: #232323;
}

#thicktabs li a.nav-link:hover {
	color: #065CAC;
	text-decoration: underline;
	background-image: url(../images/back2.gif);
}

#topnav-bar {
	background: #c9c9c9;
background: linear-gradient(180deg,rgba(201, 201, 201, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(201, 201, 201, 1) 100%);
}

@media (min-width: 768px) {
	#topnav-bar #thicktabs li {
		display: inline;
	}
	#topnav-bar #thicktabs li a.nav-link {
		float: left;
	}
}


.top-url{
	display: block;
	height: 72px;
	line-height: 60px;
	
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	float: left;
	padding-left: 10px;
}

.link-menu-right{
	padding: 8px;
}

.link-menu-right dt{
	font-weight:bold;
	margin:0;
}

.link-menu-right dd{
	margin:0;
	margin-top: 2px;
	margin-left: 15px;
}

.link-menu-right dd a:hover{
	color:#eb7c1e;
	font-weight:bold;
}

h2.product{
	font-weight: bold;
}

.form-check-input
{
	border: 2px solid #6e6e6e !important;
}

.product-main-img {
	display: block;
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 0 25px 0 0 !important;
}

/* Section dividers inside product description */

hr.section-divider-top {
	clear: both;
	display: none;
}
hr.section-divider-top,
hr.section-divider-bottom,
hr.section-divider {
    border: none;
    border-top: 2px solid #055198;
    opacity: 1;
    margin: 0.5rem 0;
	clear: both;
}

hr.section-divider-bottom {
	border-top: 4px solid #055198 !important;
}

p.section-label {
    font-weight: 700;
    color: #055198;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.25rem 0;
    padding: 0;
	clear: both;
}

/* Responsive header: logo + badge images */
.logo-link {
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.logo-link img {
    max-width: 100%;
    height: auto;
}
.badge-imgs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.badge-imgs img {
    max-height: 60px;
    width: auto;
    flex-shrink: 0;
}
@media (min-width: 576px) {
    .logo-link {
        flex-shrink: 0;
        max-width: none;
    }
    .badge-imgs {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
    }
    .badge-imgs img {
        max-height: 105px;
    }
}

.foot{
	display:block;
	padding: 5px;
}

/* FOOTER RSS */
.footer-rss {
	text-align: left;
	margin-top: 2px;
	margin-left: 10px;
}

