@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

BODY, DIV, TD, TH, P, OL, UL, DL, DD, DT, H1, H2, H3, BLOCKQUOTE, H4, H5, H6, ADDRESS, SPAN
{ font-size: 10pt; font-family: 'Lato', sans-serif;}


.heading  { font-weight: bold; font-size: 12pt; font-family: 'Lato', sans-serif; }
.subhead {
    font-weight: bold;
    font-size: 10pt;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.body { font-size: 10pt; font-family: 'Lato', sans-serif; }
.bodybold { font-size: 10pt; font-weight: bold; font-family: 'Lato', sans-serif; }
.description { font-size: 10pt; font-family: 'Lato', sans-serif; text-align: center }
.smalltext { font-weight: bold; font-size: 9pt }
.price { font-size: 14pt; font-family: 'Lato', sans-serif;}
.breadcrumb { font-weight: bold; font-size: 8pt; font-family: 'Lato', sans-serif; text-transform: uppercase }
.breadcrumb a { font-weight: bold; font-size: 8pt; font-family: 'Lato', sans-serif; text-transform: uppercase; text-decoration: none }


.login { color: #454545 }
.reversed  { color: white; font-weight: bold; font-size: 10pt; font-family: 'Lato', sans-serif; background-color: #97d700 }
a:link { color: #454545; text-decoration: none }
a:link.breadcrumb { color: #454545; text-decoration: none }

a:visited { color: #454545; text-decoration: none }
a:vlink { color: #454545; text-decoration: none }
a:hover { color: #454545; text-decoration: underline }

#divLogoheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #97d700!important;
    color: #fff;
    margin-right: -10px;
    margin-left: -10px;
}
#divSizingChartheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #97d700!important;
    color: #fff;
    margin-right: -10px;
    margin-left: -10px;
}
/* ORIGINAL SPECIAL FORMAT | PER SAM - 2/11/11
.specialsidebarhead1   { color: #fff; font-weight: bold; background: url(sb1top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody1 { background: url(sb1body.gif); padding: 6pt }
.specialssidebarfoot1 { background: url(sb1foot.gif) }
.specialsidebarhead2   { color: #fff; font-weight: bold; background: url(sb2top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody2  { background: url(sb2.gif); padding: 6pt }
.specialssidebarfoot2 { background: url(sb2.gif) }
.specialsidebarhead3   { color: #fff; font-weight: bold; background: url(sb3top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody3 { background: url(sb3body.gif); padding: 6pt }
.specialssidebarfoot3 { background: url(sb3foot.gif) }
*/

/* SPECIALS THEME BASED ON AMERICAN CENTURY */
.specialsidebarhead1   { color: #fff; font-weight: bold; background: url(sb1top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody1 { background: url(sb1body.gif); padding: 6pt }
.specialssidebarfoot1 { background: url(sb1foot.gif) }
.specialsidebarhead2   { color: #fff; font-weight: bold; background: url(sb2top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody2  { background: url(sb2body.gif); padding: 6pt }
.specialssidebarfoot2 { background: url(sb2foot.gif) }
.specialsidebarhead3   { color: #fff; font-weight: bold; background: url(sb3top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody3 { background: url(sb3body.gif); padding: 6pt }
.specialssidebarfoot3 { background: url(sb3foot.gif) }


A.sidebar:link{color:White;text-decoration:none;}
A.sidebar:visited{color:White;text-decoration:none;}
A.sidebar:hover{color:White;text-decoration:none;}

.specialsidebarhead1   { color: #fff; font-weight: bold; background: url(sb1top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody1 { background: url(sb1body.gif); padding: 6pt }
.specialssidebarfoot1 { background: url(sb1foot.gif) }
.specialsidebarhead2   { color: #fff; font-weight: bold; background: url(sb2top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody2  { background: url(sb2body.gif); padding: 6pt }
.specialssidebarfoot2 { background: url(sb2foot.gif) }
.specialsidebarhead3   { color: #fff; font-weight: bold; background: url(sb3top.gif) left top; text-align: center; padding: 2pt }
.specialssidebarbody3 { background: url(sb3body.gif); padding: 6pt }
.specialssidebarfoot3 { background: url(sb3foot.gif) }

A.sidebar:link{color:White;text-decoration:none;}
A.sidebar:visited{color:White;text-decoration:none;}
A.sidebar:hover{color:White;text-decoration:none;}
.holiday {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.holiday a:link {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.holiday a:hover {
	font-family: 'Lato', sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}
.holiday a:visited {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.holiday a:active {
	font-family: 'Lato', sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}

.holidayprodtable {
	padding: 0px 22px;
	width: 300px;
}

.product_grid_header {
    padding-bottom: 25px;
}

.loginbg { 
	background: #fff url(login_bkgd.jpg);
	background-repeat: no-repeat;
	background-position-x: -190px!important;

}

.loginbg img {
	display: none!important;
}

.logintable {
    margin-top: 185px;
}