﻿
body{
	margin: 0px;
	padding:0px;
	background-color:#ffffff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.0625em;
}

/* Header Wrapper */
#header_wrapper {
	display:inline-block;
	margin:0px; 
	padding:0px; 
	background-color:#0c3d69; 
	position:fixed; /* no scrolling.  static header */
	top:0px; 
	width:100%;
	z-index:1; 
	box-shadow: 0px 0px 3px black;
}

/* Header Container */
#header {
	position: relative;
	padding:0px 13px;
	margin:0 auto;
	background-color:#0c3d69;
	max-width:1210px; 
	min-width:270px;
}

/* Master Container */
#main {
	margin-top:127px;
	padding:0 13px;
	min-width:270px;
	font-size:.8125em;
	position:relative;
}

/* Page Container */
.container {
	clear: both;
	width:100%;
	overflow:hidden;
	max-width:1210px;
	margin:0 auto;
	padding:20px 0;
}

/* Page Content */
#content {
	margin:0 auto;
	min-width:240px;
	min-height:700px;
	overflow:visible;
}

#pageContentCaption {
	text-align:left;
}

/* Footer */
#footer {
	padding:30px 0px;
	width:100%;
	font-size:.8125em;
	color:#ffffff;
	text-align:center;
	background-color:#000000;
}

#formframe{
	margin:0 20px 60px 0; 
	padding:0px; 	
	max-width:400px;	
}
	
a {
	color:#de191a; 
	text-decoration:none;
}
a:hover{
	color:#115694; 
	text-decoration:underline;
}


h1, h2, h3 {
	margin:0;
	font-weight:normal;
}
h1 {
	margin-bottom:1em;
	font-size:28px;
	line-height:28px;
}
h2 {
	margin-top:1em;
	font-size:22px;
	line-height:22px;
}
h3 {
	margin-top:1em;
	font-size:16px;
	line-height:16px;
}


/* Forms */
input, select, textarea {
	padding:10px;
	background:#f9f9f9;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	
	border:1px solid #b4b6b7;
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
	box-sizing:border-box; /* make inputs the same size */
}



/* Logo */
#logoimg {padding:13px 0 0 0;
             float:left;
}
#logoimg img{width:70px;
             height:70px;
}

.logo {
	float:left;
	padding:16px 0px 0px 13px;
}
.logo a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:52px;
	font-weight:bold;
	line-height:1em;
	color:#f3f3f3;
	text-decoration:none;
	letter-spacing:-3px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .4);
	background:none;
	margin:0;
	padding:0;
	text-transform:none;
}

.logo .description {
	font-size:12px;
	color:#b7c8d7;
	text-transform:uppercase;
	margin-top:-6px;
	margin-left:2px;
}

/* Upper right header information */
#headerinfo {
	float:right;
	padding:16px 10px 0px 10px;
	color:#fff;/* new */
}



/* Main Navigation */
/*** ESSENTIAL STYLES ***/

.navprimary {
	clear:both;
	display:flex; flex-wrap:wrap; align-content: center; justify-content: center;
	background:#125b9d;
}

.navprimary div {
	padding:10px 15px;
}

.navprimary a {
	text-decoration:none;
	color:#ffffff;
}

.navprimary a:hover{
	color:#ffffff;
	text-decoration:underline;
	text-decoration-thickness: 2px;
}


#sociallinks {padding-top:4px; vertical-align: middle; text-align:right;}

.visitorlink {text-align:right;}
.visitorlink a {font-size:12px; color:#fff;}

/* Sidebar */
#sidebar {
	float:left;
	width:200px;
	margin-right:30px;
	margin-bottom:30px;
}
#sidebar h3 {
	
	margin:0;
	padding:6px;
	
	/*
	border-bottom:1px solid #e4e4e4;
	font-weight:bold;
	*/
	
	background-color:#efefef; /* #de191a; */
	color: #666;
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
}

#sidebar ul, #sidebar li, #sidebar ol {
    background: transparent;
    font-size: 100%;
    margin: 0 0 0 4px;
	padding: 0;
    vertical-align: top; 
}

#sidebar li:first-child {
	border-top:none;
}
#sidebar li {
	list-style:none;
	border-top:1px solid #e4e4e4;
	padding:2px 0 2px 0;
}
#sidebar li a {
	display:block;
	color:#333; /* same color as site text */
	text-decoration:none;
	padding:6px 12px;
}
#sidebar li a:hover {
	color:#115694;
	text-decoration:underline;
}

#sidebar .widget{margin-bottom:20px;}

	
	
	
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 5px 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.wrapper {
	width:100%;
	overflow:hidden;
	}
.extra-wrap { 
	overflow:hidden;
}

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:26px;
}

.one_half {
	float:left;
	width:50%;
}

.one_third {
	float:left;
	width:33%;
	}

.twothird {
	float:left;
	width:64%;
	}
.onethird {
	float:left;
	width:35%;
	}

.first_half{
	float:left;
	width:48%;
	min-width:240px;
	padding-right:2%;
}	
.second_half{
	float:left;
	width:50%;
	min-width:240px;
}	

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

.button {
	display:inline-block;
	text-decoration:none;
	padding:0 20px 0 20px;
	line-height:36px;
	background:#1269B4; /* 125b9d; */
	color:#fff;
	font-weight:bold;
	border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
    transition: all 200ms ease-in;		
        /* Firefox */
        -moz-transition: all 200ms ease-in;
        /* WebKit */
        -webkit-transition: all 200ms ease-in;
        /* Opera */
        -o-transition: all 200ms ease-in;
    margin:0 2px 2px 0;
}
.button:hover {
	background:#10528C; /*de191a;*/
	color:#fff;
	text-decoration:none;
}

.buttonGreen {
	display:inline-block;
	text-decoration:none;
	padding:0 20px 0 20px;
	line-height:36px;
	background:#5FB404;
	color:#fff;
	font-weight:bold;
	border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
    transition: all 200ms ease-in;		
        /* Firefox */
        -moz-transition: all 200ms ease-in;
        /* WebKit */
        -webkit-transition: all 200ms ease-in;
        /* Opera */
        -o-transition: all 200ms ease-in;
    margin:0 2px 2px 0;
}
.buttonGreen:hover {
	background:#518F0E;
	color:#fff;
	text-decoration:none;
}

.buttonOrange {
	display:inline-block;
	text-decoration:none;
	padding:0 20px 0 20px;
	line-height:36px;
	background:#F1950B;
	color:#fff;
	font-weight:bold;
	border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
    transition: all 200ms ease-in;		
        /* Firefox */
        -moz-transition: all 200ms ease-in;
        /* WebKit */
        -webkit-transition: all 200ms ease-in;
        /* Opera */
        -o-transition: all 200ms ease-in;
    margin:0 2px 2px 0;
}
.buttonOrange:hover {
	background:#E38C0B;
	color:#fff;
	text-decoration:none;
}

.buttonAmazon {
	display:inline-block;
	text-decoration:none;
	padding:0 20px 0 20px;
	line-height:36px;
	background:#FFA41C;
	color:#000000;
	border-radius:18px;
		-moz-border-radius:18px;
		-webkit-border-radius:18px;
    transition: all 200ms ease-in;		
        /* Firefox */
        -moz-transition: all 200ms ease-in;
        /* WebKit */
        -webkit-transition: all 200ms ease-in;
        /* Opera */
        -o-transition: all 200ms ease-in;
    margin:0 2px 2px 0;
}
.buttonAmazon:hover {
	background:#FF8400;
	color:#000000;
	text-decoration:none;
}


.linkButton { 
	border:none;
	padding:10px 20px 10px 20px;
	background:#1269B4;
	color:#fff;
	font-weight:bold;
	border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
    transition: all 200ms ease-in;		
        /* Firefox */
        -moz-transition: all 200ms ease-in;
        /* WebKit */
        -webkit-transition: all 200ms ease-in;
        /* Opera */
        -o-transition: all 200ms ease-in;
}
.linkButton:hover {
	background:#10528C;
}

.warningtext{
	color:#de191a;
}
	
.lh_sale_price{
	color:#333;
	padding:6px 0;
	text-align:center;
} /* overall price div */

.lh_reg_price{
	text-decoration:line-through;
    color:#a9a9a9;
	margin-right:6px;
} /* reg price when sale price supplied */

.lh_product_list{}

.lh_product_main{}

.lh_product_main a{
	position:relative;
	float:left;
	width:200px;
	margin:0 20px 20px 0;
}

.lh_product_info {
	height:35px;
	padding-top:10px;
	width:100%;
	text-align:center;
	font-size:1em;
}

.lh_product_image {
	position:relative;
	margin:0;
	height:200px;
	width:200px;
}

.lh_product_image img{
	max-height:192px;
	max-width:192px;
		
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	
	border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
}

#productImageContainer{
	float:left;
	max-width:500px;
	margin: 0 20px 20px 0;
}

#productSummary{
	min-width:240px;
	overflow:hidden;
}

#productSummary h3{
	font-weight:bold;
}

#productDetails {
	clear:left;
	float:left;
}

#productPaymentSection {
	padding:16px 0 16px 0;
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid; 
	overflow:hidden;
}

.product_gallery {
	text-align:center;
}

.product_gallery img {
	width:75px;
	margin:10px;
	border-width:0px;
}

table{
	padding:0px;
	margin:0px;
	font-size:13px;
}
th{padding: 0 20px 10px 0; text-align:left;}
td{padding: 0 20px 10px 0;}


@media only screen and (max-width: 700px) {
    .nomobile{display:none;}


	#pageContentCaption {
		text-align:center;
	}

	#sidebar{display:none;}

	#header_wrapper {position:relative; padding-top:60px;}
	#main{margin-top:0;}

    #logoimg {float:none; width:100%; text-align:center; padding:13px 0px 0px 0px;}


	.logo{clear:both; text-align:center; padding:10px 0 0 0; margin:0px; width:100%;}
	.logo a {
		color:#f3f3f3;
		text-decoration: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 1em;
		letter-spacing: 0px;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
		text-transform: none;
	}

	.logo .description {
		font-size: 11px;
		color: #b7c8d7;
		margin-top: -3px;
		margin-left: 2px;
	}

	#headerinfo {
		float:none;
		padding:20px 0px 20px 0px;
		width:100%;
		text-align:center;
	}

	#sociallinks {text-align:center;}
	.visitorlink {text-align:center;}

	#lh_product_list{display:flex; flex-wrap:wrap; align-content: center; justify-content: center; margin:0px; padding:0px;}

	.lh-product-hero { gap:16px; }
	.lh-product-hero-image { flex-basis:100%; }
	.lh-crosssell-grid { gap:10px; }
	.lh-trust-bar { gap:8px; }
}

/* =============================================
   Modern product page layout (default layout)
   ============================================= */

.lh-product-hero {
	display:flex;
	flex-wrap:wrap;
	gap:32px;
	margin-bottom:28px;
}

.lh-product-hero-image {
	flex:0 0 460px;
	max-width:100%;
}

.lh-product-hero-image img {
	width:100%;
	border-radius:8px;
}

.lh-product-hero-summary {
	flex:1 1 280px;
	min-width:280px;
}

.lh-product-hero-summary h1 {
	font-size:26px;
	line-height:1.2em;
	margin-bottom:10px;
}

.lh-product-subtitle {
	font-size:15px;
	color:#5c6b78;
	margin:0 0 10px;
	line-height:1.4em;
}

/* Trust pills row */
.lh-trust-pills {
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:14px 0;
}

.lh-trust-pill {
	background:#f0f5fa;
	border:1px solid #d0dce8;
	border-radius:999px;
	padding:5px 12px;
	font-size:12px;
	color:#1d2b38;
	white-space:nowrap;
}

/* Price + CTA area */
.lh-product-purchase {
	margin:10px 0 14px;
}

.lh-product-price {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:8px;
}

/* Item quick specs (ItemDetails) */
.lh-product-quick-specs {
	margin-top:14px;
	line-height:1.6em;
}

/* Long description body */
.lh-product-body {
	clear:both;
	margin-top:4px;
	line-height:1.6em;
}

/* Cross-sell strip */
.lh-crosssell {
	background:#f0f4f8;
	border:1px solid #d0dce8;
	border-radius:10px;
	margin:28px 0 16px;
	padding:20px 24px;
}

.lh-crosssell h2 {
	font-size:20px;
	margin-bottom:14px;
	color:#0c3d69;
}

.lh-crosssell-grid {
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}

.lh-crosssell-card {
	flex:1 1 200px;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:8px;
	border:1px solid #d9e4ef;
	border-radius:8px;
	padding:16px 14px;
	background:#fff;
	text-decoration:none;
	transition:box-shadow 160ms ease;
}

.lh-crosssell-card:hover {
	box-shadow:0 4px 14px rgba(12,61,105,.12);
	text-decoration:none;
}

.lh-crosssell-card img {
	height:100px;
	width:100px;
	object-fit:cover;
}

.lh-crosssell-card .lh-cs-info {
	flex:1;
}

.lh-crosssell-card .lh-cs-title {
	font-size:13px;
	font-weight:bold;
	color:#0c3d69;
	display:block;
	margin-bottom:3px;
	line-height:1.3em;
}

.lh-crosssell-card .lh-cs-price {
	font-size:13px;
	color:#333;
}

/* Trust footer bar */
.lh-trust-bar {
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	justify-content:center;
	background:#f5f8fb;
	border:1px solid #d9e4ef;
	border-radius:10px;
	padding:16px 20px;
	margin:24px 0 8px;
	font-size:13px;
	color:#1d2b38;
}

.lh-trust-bar-item {
	display:flex;
	align-items:center;
	gap:6px;
	padding:0 8px;
}