<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sitewide stuff */
html, body {
	padding:0px; 
	margin:0px; 
	height:100%; 
	font-family: Arial, Helmet, Freesans, Kalimati, Mukti Narrow, Malayalam, Saab, sans-serif;
	word-spacing:0px;
	letter-spacing:0px;
	}
	
table {
	border-spacing: 0px;
	}
	
img {
	border: 0px;
	}
	
a { 
	text-decoration:none;
	color:#1A0DAB;
	}
	
a:visited {
	color:#1A0DAB;
	}
	
a img, a:visited {
	border-color:#dedede;
	}
	
a:hover {
	color:#d04e15;
	}

ul {list-style-type: disc; margin-top:0px; }

li { margin-bottom: var(--li_space); }
li:last-child { margin-bottom: 0; }

h1 {margin:0px;}
h2 {margin:0px;}
h3 {margin:0px;}

.clear_float {
	clear:both;
	}
	
.centered_container {
	width:100%;
	text-align:center;
	}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
  	  
.corner { /* Used on order status and feedback pages - replace when possible */ 
	position: absolute;
	left: -0.1em;
	top: -0.5em;
	height: 12px;
	width: 12px;
	border: 0px solid red;
	}

.collapse_empty {}

.collapse_empty:empty {display:none}

.show_on_print_block {
	display:none;
	}


@media print {
	.hide_on_print {
		display:none;}
	.show_on_print_block {
		display:block;}
	.show_on_print_inline {
		display:inline;}
	.sideright {
		display:none;}
	}



 /* Sitewide stuff */

/* Mobile Header */
.template_header_mobile {
	width:100%;
}

.template_header_links_mobile {
	width:100%;
	border-bottom:1px solid #ffffff;
	background-color:#d46332;
	height:5em;
	overflow:hidden;
}


.template_header_links_mobile a {
	color:#ffffff;
	font-size:calc(25px + 0.5vw);
	font-weight:800;
	}


.template_header_menu_mobile {
	margin-left:0.5em;
	font-size:1em;
	font-weight:800;
}

.template_header_search_box_mobile { /* Styles the search input box */
	margin-left:1em;
	width:200px;
	height:20px;
	border:2px solid #192B80;
	padding: 3px;
	}

.template_header_search_button_mobile { /* Styles the submit button */
	background-image:  url("/images/layout/magnifying_glass.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border: 0px solid transparent;
	padding: 0px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	margin-left:-35px;
	margin-top:2px;
	vertical-align: middle;
	}

.template_cart_mobile {
	height:40px;
	margin: 5px 10px 0px 0px;
	background-color:none;
	overflow:visible;
}

.template_cart_text_mobile a:visited {
	color:#192B80;
}

.template_cart_image_mobile {
	display:inline-block;
	height:20px;
	width:25px;
	background:url('/layout/cart.png');
	}

.template_cart_badge_mobile {
	float:right;
	font-size:.7em;
	background:red;
	color:white;
	width:auto;
	height:18px;
	text-align:center;
	line-height:18px;
	border-radius:25% 25% 25% 25%;
	box-shadow:0 0 1px #333;
	padding:0px 3px 0px 3px;
	display:inline-block;
	margin-left:5px;
}

.template_cart_badge_mobile:empty {
	display:none;
	}

/* End Mobile Header */

/* Header menu/cart */

.template_logo {
	float: left;
	}
	

.template_header {
	width: 100%;
	min-width:925px;
	height: 80px;
	position: relative;
	}


.template_header_menu {
	background: #192B80;
	float:right;
	border-top:2px solid #192B80;
	border-bottom:2px solid #192B80;
	}


.template_header_menu a {
	color:#ffffff;
	}


.template_header_menu a:hover {
	color:#e0e0e0;
	}


.template_slice_1 {
	display:inline-block;
	float:right;
	background: #8b94c0;
	border-bottom: 2px solid #8b94c0;
	border-top: 2px solid #8b94c0;
	text-shadow: 0px 0px 1px #182b80;
	}

.template_slice_1 a {
	color:#ffffff;
}


.template_slice_1 a:hover { 
	text-shadow: 0px 0px 0px #000000;
	color:#e0e0e0 !important; 
	}


.template_triangle_1 {
	z-index: 1;
	margin-bottom: -8px;
	margin-right: -7px;
	border-style: solid;
	border-width: 12px 0px 0px 12px;
	border-color: transparent transparent transparent #ffffff;
	}


.template_triangle_2 {
	z-index: 1;
	margin-bottom: -7px;
	margin-right: 0px;
	border-style: solid;
	border-width: 5px 0px 0px 5px;
	border-color: transparent transparent transparent #ffffff;
	}


.template_triangle_3 {
	z-index: 1;
	margin-bottom: -7px;
	margin-right: -5px;
	border-style: solid;
	border-width: 5px 5px 0px 0px;
	border-color: transparent #ffffff transparent transparent;
	}


.template_contact_bubble {
	float:right;
	margin:-50px 1em 0px 0px;
}


.template_cart {
	height:40px;
	margin: 5px 10px 0px 0px;
	float:right;
	background-color:none;
	overflow:visible;
	}


.template_cart:hover .template_cart_image {
	background:url('layout/cart_grn.png');
	}


.template_cart_text a:visited {
	color:#192B80;
	}


.template_cart_text a:hover {
	color:#1b8d3a;
	}


.template_cart_image {
	display:inline-block;
	height:20px;
	width:25px;
	background:url('/layout/cart.png');
	}


.template_cart_badge {
	float:right;
	font-size:.7em;
	background:red;
	color:white;
	width:autopx;
	height:18px;
	text-align:center;
	line-height:18px;
	border-radius:25% 25% 25% 25%;
	box-shadow:0 0 1px #333;
	padding:0px 3px 0px 3px;
	display:inline-block;
	margin-left:5px;
	}


.template_cart_badge:empty {
	display:none;
	}
	
/* Header menu/cart */


/* Page Footer */
.template_footer_menu_icon { 
	height:24px;
	margin:8px; 
	}
	
.footer_menu_container {
	color:#808080;
	font-size:0.90em;
	-webkit-text-size-adjust: 100%
	}

.footer_menu_container a {
	color:#808080;
	}

.footer_menu_container a:hover {
	color:#192b80;
	}	

.footer_menu_container p {
	font-size:0.80em;
    margin-top: 1px;
	}

.footer_menu {
	list-style:none;
    padding: 0;
    margin-bottom: 0;
	}

.footer_menu li {
	display:inline-block;
	padding: 0px;
	}
	
.footer_menu li:after {
	content: " |";
	padding: 0px;
	}
	
.footer_menu li:last-child:after {
	content:"";
	}
/* Page Footer */


/* Lefthand catalog menu */
.catalog_td { /* Creates the catalog box and aligns everything to the top */
	vertical-align:top;
	height:100%;
	width:200px;
	overflow:hidden;
	}


.catalog_header { /* Creates the chamfer and adds padding at top of catalog */
	background-image: url("/images/layout/catalog_chamfer_15px.gif");
	background-position: right top;
	background-repeat: no-repeat;
	background-color:#D0D0D0;
	width:205px;
	height:15px;
	}	

.catalog_contents { /* Contains the catalog itself */
	width:200px;
	border-right:5px solid #cccccc;
	background-color:#E0E0E0;
	height:100%;
	}

.catalog_contents a {
	text-decoration:none;
	color:#192B80;
	}

		
.catalog_contents a:hover {
	color:#d04e15;
	}

.catalog_search { /* Div containing the search input box */
	background-color: transparent;
	height:30px;
	width:200px;
	}

.catalog_search_position { /* Positions the search box */
	position:relative;
	top:-12px;
	left:15px;
	width:250px;
	height:25px;
	background-color:transparent;
	border:0px;
	}

.catalog_search_box { /* Styles the search input box */
	width:175px;
	height:20px;
	border:2px solid #192B80;
	padding: 3px;
	margin: 0px;
/*	background-image: url("/images/layout/magnifying_glass.gif");
	background-position: right;
	background-repeat: no-repeat; */
	vertical-align: middle;
	}
	
.catalog_search_button { /* Styles the submit button */
	background-image:  url("/images/layout/magnifying_glass.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border: 0px solid transparent;
	padding: 0px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	margin-left:-35px;
	vertical-align: middle;
	}

.catalog_list_attributes { /* Styles the lists used in the catalog */
	margin-left:-1em;
	padding-left:0em;
	list-style-position: outside;
	}
	
.categories1 { /* Plateholder for styling UL */
	}

.categories2 { /* Placeholder for styling UL children */ 
	margin-top:5px;
	margin-bottom:5px;
	}

.catalog_option_home { /* Normal catalog option */
	list-style-image: url('/images/layout/catalog_arrow_home.gif');
	font-size: 0.95em;
	margin-bottom:3px;
	}

.catalog_option_static { /* Static catalog options like Custom Plates */
	list-style-image: url('/images/layout/catalog_dot.png');
	font-size: 0.95em;
	margin-bottom:3px;
	}

.catalog_option_normal { /* Normal catalog option */
	list-style-image: url('/images/layout/catalog_arrow_right.gif');
	font-size: 0.95em;
	margin-bottom:3px;
	}
	
.catalog_option_normal_nosub { /* Normal catalog option with no subcategories */
	list-style-image: url('/images/layout/catalog_arrow_right.gif');
	font-size: 0.95em;
	margin-bottom:3px;
	}
	
.catalog_option_current { /* Currently selected catalog option */
	list-style-image: url('/images/layout/catalog_arrow_down.gif');
	font-size: 0.95em;
	font-weight:bold;
	}
	
.catalog_option_current a {
	color:#d04e15;
	}

.catalog_option_current_nosub { /* Currently selected catalog option with no subcategories */
	list-style-image: url('/images/layout/catalog_dot.png');
	font-size: 0.95em;
	font-weight:bold;
	}
	
.catalog_option_current_nosub a {
	color:#d04e15;
	}

.catalog_option_child_current { /* Currently selected child catalog option */
	list-style-image: url('/images/layout/catalog_arrow_tree_selected.gif');
	font-size: 0.85em;
	text-decoration:;
	font-weight:bold;
	margin-left:-2em;
	}

.catalog_option_child_current a {
	color:#d04e15;
	}

.catalog_option_child_normal { /* Normal child catalog option */
	list-style-image: url('/images/layout/catalog_arrow_tree.gif');
	font-size: 0.85em;
	font-weight:normal;
	text-decoration:;
	margin-left:-2em;
	}
	
.catalog_option_child_normal a {
	color:#192B80;
	}
	
.catalog_option_child_normal a:hover {
	color:#d04e15;
	}

.catalog_group {
	display:inline-block;
	width:100%;
	background-color:#cccccc;
	color:#192b80;
	padding:0.125em 0em 0.125em 2em;
	margin-bottom:0.125em;
	font-size:0.80em;
	font-weight:bold;
	}
/* 
.catalog_group {
	margin-left: 3em;
	color: #D04E15;
	font-weight: bold;
	font-size: 0.8em;
	border-bottom:0px dotted #192b80;
	}
 */
/* Lefthand catalog menu */


/* Accounts */
.account_button
{
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 0px #000000;
	color: #ffffff;
	cursor: pointer;
	padding: 4px 10px;
	font-size: 12px;
	margin-top:0.75em;
}


.color_blu { background-color: #013f92; }
.color_blu:hover, .color_blu:focus { background-color: #4660a7; }

.color_grn { background-color: #197e35; }
.color_grn:hover, .color_grn:focus { background-color: #1b8d3a; }

.color_org { background-color: #d04c17; }
.color_org:hover, .color_org:focus { background-color: #e05526; }

.color_red { background-color: #990000; }
.color_red:hover, .color_red:focus { background-color: #c00000; }

.color_gry { background-color: #909090; }
.color_gry:hover, .color_gry:focus { background-color: #a0a0a0; }

.account_table {
	border:1px solid #192B80; 
	width:100%;
	height:100%;
	font-size:0.9em;
	background-color:#F8F8F8;
	-moz-border-radius:5px;
	-webkit-appearance: none;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
.account_table th {background-color: #013f92; color:#ffffff; text-align:left; padding-left:4px;}
.account_table td {padding:2px;}

.account_table_gray {
	border:1px solid #cccccc; 
	width:100%;
	height:100%;
	font-size:0.9em;
	background-color:#F8F8F8;
	-moz-border-radius:5px;
	-webkit-appearance: none;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
.account_table_gray th {background-color: #D0D0D0; color:#000000; text-align:left; padding-left:4px;}
.account_table_gray td {padding:2px;}

.account_popup {
	display:inline-block;
	width: auto;
	padding: 10px;
	background-color:#ffffff; 
	border: 2px solid #197e35;
	-moz-border-radius:5px;
	-webkit-appearance: none;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

.account_button_text {
	background:none;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
	font-style:italic;
	font-size:0.75em;
	color:#013f92;
	text-decoration:underline;
	}
	
.account_recent_side_container {
	width:120px;
	border-radius:5px;
	border:1px solid #D0D0D0;
	overflow:hidden;
	background-color:#ffffff;
	margin-top:145px;
	font-size:0.75em;
	}

.account_recent_side_header {
	box-sizing:border-box;
	width:100%;
	background-color:#D0D0D0;
	color:#000000;
	padding:5px;
	font-weight:bold;
	}
/* End Account */


/* General Layout */

/* Generic styled buttons */
.button {
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	display:inline-block;
	text-align:center;
	padding:0.25em 1em;
	}

.button_paypal {
	border: solid 2px #E1E1E1;
	vertical-align:bottom;
	margin-right:1em;
	width:150px;
	height:48px;
	padding:0 !important;
	}

.button_paypal:hover, .paypal_button:focus {
	border: solid 2px #ffab2e;
	}

.button_grn {
	color:#ffffff;
	background-color: #1b8d3a;
	border: solid 2px transparent;
	}	

.button_grn:hover, .button_grn:focus {
	color:#ffffff;
	border: solid 2px #146029;
	}

.button_org {
	color:#ffffff;
	background-color: #ff6c2c;
	border: solid 2px transparent;
	}	

.button_org:hover, .button_org:focus {
	color:#ffffff;
	border: solid 2px #d04c17;
	}
	
.button_red {
	color:#ffffff;
	background-color: #ff0000;
	border: solid 2px transparent;
	}	

.button_red:hover, .button_red:focus {
	color:#ffffff;
	border: solid 2px #cc0000;
	}
	
.button_blu {
	color:#ffffff;
	background-color: #192b80;
	border: solid 2px transparent;
	}	

.button_blu:hover, .button_blu:focus {
	color:#ffffff;
	background-color: #4660a7;
	}

.button_gry {
	color:#ffffff;
	background-color: #909090;
	border: solid 2px transparent;
	}	

.button_gry:hover, .button_gry:focus {
	color:#ffffff;
	background-color: #808080;
	border: solid 2px #707070;
	}


/* Cart */
.cart_table {background-color:#F8F8F8; border: 1px solid #192b80; border-radius: 5px; width: 100%;}
.cart_table th {background-color: #013f92; color:#ffffff; text-align:left; padding-left:4px;}
.cart_table td {padding:0em 0.15em;}
.cart_table td:nth-child(7) {font-size:0.9em;padding-right:0.25em;}
.cart_table td hr {color:#081160;}

/* This is used in payment.html */
.paypal_button {
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	display:inline-block;
	text-align:center;
	padding:0.25em 1em;
	}

.paypal_button:hover, .paypal_button:focus {
	border: solid 2px #ffab2e;
	}

.cart_button {
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	display:inline-block;
	text-align:center;
	padding:0.25em 1em;
	}

.cart_button_paypal {
	border: solid 2px #E1E1E1;
	vertical-align:bottom;
	margin-right:1em;
	width:150px;
	height:48px;
	padding:0 !important;
	}

.cart_button_paypal:hover, .paypal_button:focus {
	border: solid 2px #ffab2e;
	}

.cart_button_grn {
	color:#ffffff;
	background-color: #1b8d3a;
	border: solid 2px transparent;
	}	

.cart_button_grn:hover, .cart_button_grn:focus {
	color:#ffffff;
	border: solid 2px #146029;
	}

.cart_button_org {
	color:#ffffff;
	background-color: #ff6c2c;
	border: solid 2px transparent;
	}	

.cart_button_org:hover, .cart_button_org:focus {
	color:#ffffff;
	border: solid 2px #d04c17;
	}
	
.cart_button_red {
	color:#ffffff;
	background-color: #ff0000;
	border: solid 2px transparent;
	}	

.cart_button_red:hover, .cart_button_red:focus {
	color:#ffffff;
	border: solid 2px #cc0000;
	}
	
.cart_button_blu {
	color:#ffffff;
	background-color: #192b80;
	border: solid 2px transparent;
	}	

.cart_button_blu:hover, .cart_button_blu:focus {
	color:#ffffff;
	background-color: #4660a7;
	}

.cart_button_gry {
	color:#ffffff;
	background-color: #909090;
	border: solid 2px transparent;
	}	

.cart_button_gry:hover, .cart_button_gry:focus {
	color:#ffffff;
	background-color: #808080;
	border: solid 2px #707070;
	}

/* 
.cart_button_small {
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor: pointer;
	}
	
.cart_button_small:hover, .cart_button:focus {
	border: solid 3px transparent;
	}
 */
	

/* 
.cart_button_org {
	background-color: #ff6c2c;
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: solid 3px transparent;
	color:#ffffff;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	}
	
.cart_button_org:hover, .cart_button_org:focus {
	border: solid 3px #d04c17;
	background-color: #ff6c2c;
	}
 */
	
/* 
.cart_button_grn {
	background-color: #1b8d3a;
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: solid 0px #000000;
	color:#ffffff;
	cursor: pointer;
	}
	
.cart_button_grn:hover, .cart_button_grn:focus {
	border: solid 3px #146029;
	}
 */
	
.cart_link_button {
	color:#1A0DAB; 
	background-color:#ffffff;
	border:0px;
	padding:0px;
	outline:none;
	cursor:pointer;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
    display:inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

.cart_link_button:hover {
	color:#d04e15;
}

.cart_link_button_icon {
	border: 0px;
	cursor: pointer;
	height:1em;
	width:1em;
	background-image: url(/images/layout/cart_icon_link.png);
	background-repeat: no-repeat;
	background-position: left;
}

.cart_return_to_shopping {
	color:#1A0DAB;
	font-weight:bold;
	}	

	
.cart_message {
	background-color: #70cf64;
	padding:5px;
	width:auto;
	height:auto;
	font-size:0.75em;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
}	

.cart_error {
	border:1px solid #FF0000;
	background-color: #F0F0F0;
	padding:5px;
	width:auto;
	height:auto;
	font-size:0.75em;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius:10px;
}
/* End Cart */



/* Checkout stuff*/
.orderform_table {
	border:1px solid #192B80; 
	background-color:#F8F8F8;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-appearance: none;
	-webkit-border-radius:5px;
	}

.orderform_table th {background-color: #013f92; color:#ffffff; text-align:left; padding-left:4px;}

.orderbox {width:50%;display:inline-block;text-align:left;}
.orderaddress {font-size:0.7em;margin-left:10px;margin-right:10px;}
.orderaddress th {border-bottom:1px solid #999;}

#paymentinput {display:inline-block;vertical-align:top;}
#paymenttotals {border-left:dashed 1px #999;display:inline-block;margin-left:10px;padding-left:4px;text-align:right;font-size:small;color:#555;}
#paymenttotals th {font-style:italic;padding-right:4px;font-weight:normal;}

.review_edit { 
	float: right; 
	color: #E0E0E0;
	font-size: 0.65em;
	font-weight:normal;
	text-decoration:underline;
	margin-right:0.5em;
	}

.review_edit:visited {color: #E0E0E0;}
	
.review_edit:hover {color: #ffffff;}

/* Add stuff from cart_head at some point */

/* Checkout stuff*/



/* Product page and category stuff */
#image {
}

.subcategories {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	padding:20px 50px 20px 50px;
	width:100%;
	border-radius: 5px;
	}

.subcategories th {
	height:2em;
	vertical-align:bottom;
}

.subcategories th a {
	font-weight:bold;
	}

.subcategories td {
	font-size:12px;
	font-style:italic;
	}

.product_matrix td {
	padding:2px 4px 2px 4px;
	font-style:normal;
	}

.product_docs {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	border-radius: 5px;
	text-align: center;
	font-size: 0.8em;
}

.story { 
	position:relative; 
	background-color:#f0f0f0; 
	border-radius:5px; 
	display:block; 
	border:solid 1px #d0d0d0; 
	font-family: arial;
	padding:10px; }

.product_info_table {width:100%;font-size:0.75em;border:none;}
.product_info_table img {height:1em;}
.product_info_table th {background-color:#485CA9;color:white;text-align:left;}
.product_info_table td {padding:4px 5px 4px 5px;border-bottom:1px solid #CAD5E5;}
.product_info_table tr:nth-child(odd) {background-color:#E9ECF2;}


.related_products_carousel_container {
	width:95vw;
	overflow:hidden;
	height:auto;
}

.related_products_carousel_items {
	display:flex;
	align-items:baseline;
	overflow-x:scroll;
	overflow-y:hidden;
	text-align:center;
}

.related_products_carousel_items &gt; div {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	width: 150px;
	height: auto;
	margin:0.25em;
	font-size:1em;
	position:relative;
	}
/* Product page stuff */



/* Sideright table formatting */
.side_right_header {
	display: inline-block;
	width: 100%;
	background-color: #cccccc;
	color: #192b80;
	padding:0.25em;
	font-size: 0.75em;
	font-weight: bold;
	box-sizing:border-box;
}

table.sideright {
	width:110px; 
	border: solid 1px #C0C0C0; 
	margin:0px 10px 0px 5px;
	}
	
td.sideright {
	vertical-align:top;
	text-align: left; 
	width:110px;
	}

table.sideright td {
	padding:5px;
}
	
table.sideright th {
	background-color:#D0D0D0; 
	font-size:12px; 
	font-style:italic;  
	color:#192B80;
	text-align:left; 
	padding:2px; 
	}
/* Sideright table formatting */

/* Info Pages */
.lang_menu_container {
	float:right;
	margin:0em 0em 0.5em 0.5em;
	}

.lang_menu_container img {
	height:1em;
	border:1px solid #000000;
	}

.lang_menu_container a {
	margin-right:0.25em;
	}

.lang_menu_container a:last-child {
	margin-right:0em;
	}
	
.feedback_box {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #192B80;
	background-color:#f3f5ff;
	}
	
.feedback_box_text_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #B0B0B0;
	background-color:;
	}

.right_arrow {
	width:0;
	height:0;
	border-left:10px solid #ff6c2c;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	}

.info_related_products_box {
	margin:1em 0em 0em 1em;
}
	
.info_related_products_box h3 {
	margin-left:1em;
	font-size:1.15em;
	color:#000;
}

.info_related_products_box ul {
	margin-bottom:0px;
	list-style-type:disc;
}

.info_related_products_box hr {
	display:inline-block;
	width:25em;
	margin:0.25em 0em 0.25em 0em;
	height:2px;
	background-color:#ff6c2c;
	border:0px;
}	
	
.info_divider {
	border:none;
	background-color:#D0D0D0;
	height:3px;
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
}

.info_hr {
	border:none;
	background-color:#D0D0D0;
	height:3px;
	width:90%;
	margin-top:0px;
	margin-bottom:0px;
}

.info_option_photo {
	width:150px;
	border:1px solid #000000;
	margin-right:10px;
}

.info_option_box_1 {
	width:100%;
	margin-bottom:1.5em;
	margin-left:2em;
}

.info_option_box_2 {
	display:inline-block;
	width:70%;
	vertical-align:top;
}

.info_page_menu_arrow {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:5px;
	margin-right:-5px;
}

.info_table {
	border-collapse:collapse;
	border-bottom:2px solid #485CA9;
	font-size:0.80em;
	}
	
.info_table th {
	padding:0.5em;
	background-color:#485CA9;
	color:white;
	text-align:right;
	}
	
.info_table th:nth-child(1) {
	text-align:left;
	}
	
.info_table td:nth-child(1) {
	text-align:left;
	}
	
.info_table td {
	padding:0.5em;
	border-bottom:1px solid #CAD5E5;
	text-align:right;
	}

.info_table tr:nth-child(odd) {
	background-color:#E9ECF2;
	}


/* Help section */
.help_header {
	color:#192b80;
	font-size: 1.4em;
	font-weight: 800;
	}

.help_subheader {
	color:#192B80;
	font-size: 1.25em;
	font-weight: 800;
}
	
.help_header_xl {
	color:#192B80;
	font-size:1.75em;
	font-weight:800;
}

.help_header_xs {
	color:#192B80;
	font-size:1em;
	font-weight:800;
}

.help_box {
	margin-bottom:2em;
}

.helptable {
	background-color:#FFFFFF;
	border:1px solid black;
	border-collapse:collapse;
}

.helptable td, .helptable th {
	border:1px solid black;
	padding:5px;
}

.helptable th {
	background-color:#485CA9;
	color:#FFFFFF;
}

.help_contact_box {
	width:310px;
	border-top:2px solid #ff6c2c;
	border-bottom:3px solid #ff6c2c;
	padding:5px;
}

.material_table {width:100%;font-size:1em;border:none;}
.material_table img {height:1em;}
.material_table th {background-color:#485CA9;color:white;text-align:left;}
.material_table td {padding:4px 5px 4px 5px;border-bottom:1px solid #CAD5E5;}
.material_table tr:nth-child(odd) {background-color:#E9ECF2;}
.material_table td:nth-child(n+2) {font-size:2em;}

/* Depreciate this when possible */
.hrstyle {
    border: 0;
    height: 1px;
    margin-top:-3px;
    margin-bottom:-10px;
    background-image: -webkit-linear-gradient(left, black, white); 
    background-image:    -moz-linear-gradient(left, black, white); 
    background-image:     -ms-linear-gradient(left, black, white); 
    background-image:      -o-linear-gradient(left, black, white);  
}

.help_highlight_box {
	border-top:2px solid #192B80;
	border-bottom:2px solid #192B80;
	color:#192B80;
	width:80%;
	padding:15px;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	}

.help_highlight_pointer {
	height:1.5em;
	margin-right:10px;
	margin-left:20px;
	vertical-align:middle;
	float:left;
	}
	
	
/* Help section */


/* Techinfo stuff */
.techinfo_header {
	color:#192b80;
	font-size: 1.4em;
	font-weight: 800;
	}

.techinfo_subheader {
	color:#192B80;
	font-size: 1.25em;
	font-weight: 800;
	}

.techinfo_header_xl {
	color:#192B80;
	font-size:1.75em;
	font-weight:800;
}

.techinfo_header_xs {
	color:#192B80;
	font-size:1em;
	font-weight:800;
}

.techinfo_box {
	margin-bottom:2em;
}

.techinfo_table {
	background-color:#FFFFFF;
	border:1px solid black;
	border-collapse:collapse;
}

.tachinfo_table td, .helptable th {
	border:1px solid black;
	padding:5px;
}

.techinfo_table th {
	background-color:#3D4987;
	color:#FFFFFF;
}



	/* Older stuff */
a.dvi_button {
	display:block;
	border:solid 1px #086690;
	background-color:#6289d8;
	color:#fff;
	padding:4px;
	text-align:center;
	}
	
a.dvi_button:hover {
	text-decoration:underline;
	background-color:#3b5fa8;
	}
	
.techinfo {
	max-width: 682px; 
	padding:10px;
	}

.hlight  {
	background: #eeeeee;
	}
	
.llight  {
	background: #dddddd;
	}
/* Techinfo stuff */

/* Rugged Case Panels */
.rugged_case_panels_menu_image {
	width:125px;
	margin-right:10px;
}

.rugged_case_panel_menu li {
    float: left;
    margin: 5px;
}

.rugged_case_panel_menu li a img {
    top: -10px;
    position: relative;
}

.rugged_case_panel_menu li a:hover img {
    transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    top: 0px;
}

.rugged_case_panel_menu li a:not(hover) img {
    transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    top: -10px;
}


/* End Rugged Case Panels */

/* Custom Panel Page */
.header_text {
	color:#485CA9; 
	font-size:22pt;
}

.subheader_text {
	color:#485CA9; 
	font-size:1.25em;
}

	
.frontpanelline { 
	opacity:.5; 
	border:none; 
	background-color:#485CA9; 
	height:4px; 
	margin-top:20px; 
	margin-bottom:20px;
}

.contact_box {
	padding:10px; 
	background-color: #DFE5EF; 
	border:3px solid #778FC5;  
	width:290px; 
	height:100px;
	text-align:center;
}


/* To be deprecated when possible */
/* 
.material_chart {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #C0C0C0;
	}
	

.material_chart td {
	padding:0;
	border-bottom:1px solid #C0C0C0;
	text-align:center;
	}

.material_chart th {
	text-align:right;
	padding:0px 5px 0px 5px;
	border-bottom:1px solid #C0C0C0;
	}	

.material_chart_yes {
	font-size:2em;
}

.material_chart_row_0 {
	background-color:#E9ECF2;
}

.materialchart {
	border-collapse:collapse; 
	}

.materialchart th {
	background-color:#485CA9;
	color:white;
	padding:5px;
	}

.materialchart td {
	padding:5px;
	}

.materialchart_yes {
	background-color:#5db706;
	}
	
.materialchart_no {
	background-color:#dcdcdc;
	}
	
.materialchart_col1 {
	font-weight:bold;
	font-size:1.1em;
	background-color:#CAD5E5;
	}
 */

.frontpanelcharts {
	border:none; 
	margin-left:25px;
	border-collapse:collapse; 
	font-size:0.75em;
}

.compatibleChart { border:none; border-width:0px; border-collapse:collapse; }

.row1 {background-color:#CAD5E5; }

.row2 {background-color:#E9ECF2; }

/* Custom Panel Page */



/* CUSTOM_P Style */
.custom_p_badges {
	margin: 30px 0 60px 0;
	text-align: center; 
	width: 100%;
	font-style: italic;
	color: #292929;
}

.custom_p_badges img {
	width: 85px;
}

.custom_p_badges td {
	width:10px;
	padding:0px 10px 0px 10px;
	}

.custom_p_body {
	margin-bottom: 50px;
}

.custom_p_body img {
	float: right;
	margin-bottom: 20px;
}

.custom_p_body p {
	line-height: 1.4em;
	margin: 0 50px 0 0;	
}

.custom_p_triangle {
	margin-left: 80px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ff6c2c;
}

.custom_p_divider {
	width: 700px;
	margin-left: 40px;
	height: 4px;
	background-color: #ff6c2c;
}

.custom_p_featuring td img {
	width: 140px;
	margin: 15px 0 15px 30px;
}

.custom_p_featuring {
	padding: 0 40px;
}

.custom_p_CTA {
	padding: 60px 50px;
	text-align: center;
}

.custom_p_CTA p {
	margin-bottom: 50px;
}
/* End CUSTOM_P Style */



/* Contact Page */
.contact_banner {
	text-align:center; 
	background-color:#192B80; 
	color:#fff; 
	width: 100%;}
	
.contact_banner p {
	margin:0; 
	padding:12px;}

.contact_banner a {
	text-decoration:underline; 
	color:#fff;}
	
#gmap_canvas:after /* this is the triangle */ {
	content:'';
	position:absolute;
	bottom:-2px;
    left:50%;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 20px solid #192B80;
	margin-top: 210px;
}

.contact_block {
	background-color: #F0F0F0;
	padding: 15px;
}

.contact_social {
	display: inline-block;
	float: right;
	margin: 3px 0;
}

.contact_info h2 {
	margin: 0 0  10px 20px;
	display: inline-block;
}

.contact_info hr {
	margin: 0 0 20px 20px;
	border: 1px solid #192B80;
}

.contact_info p {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 15px 0;
	width: 210px;
}

.contact_info img {
	display: inline-block; 
	vertical-align: top;
}

.contact_store {
	vertical-align: top;
	display: inline-block;
}

.contact_info {
	display: inline-block;
}

.contact_info ul {
	margin: 0 0 0 20px;
	padding: 0;
	vertical-align: top;
	display: inline-block;
	width: 227px;
}

.contact_info li {
	width: 250px; 
	display: inline-block;
}

.contact_block_needle {
	position: relative;
    float: right;
    bottom: 103px;
}
/* End Contact Page */



/* Galleries */
.gallery-section img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: auto;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
}

.gallery-section div {
    float: left;
    width: 220px;
    margin: 0 30px 30px 0;
    outline: solid 1px #cccccc;
    overflow: hidden;
}

.gallery-section div:hover {
    outline: solid 3px #cccccc;
}

.gallery-section div p {
    margin: 0;
    padding: 10px 10px 2px 10px;
    height: 36px;
    background-color: #e7e7e8;
    overflow: hidden;
}

/*Use: class="gallery-cover" on the enclosing div if you want an image to be cropped instead of scale to fit. Good for images that aren't on a white background*/
.gallery-cover a img {
    width: 220px;
    height: 170px;
    padding: 0;
    object-fit: cover;
    object-position: bottom right;
    background-color: #fff;
}

/*for ie 10/11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gallery-section img {
        width: auto;
    }
}
/* Galleries */



/* Frontpage revisions Jan 2016 */

 /* Frontpage header text/banner */
.frontpage_head {
	font-size:1.5em;
	margin: 0;
	width: 747px;
	padding: 10px 0 10px 35px;
	background-color: #192B80;
	color: #ffffff;
}

 /* The "fold" on headers */
.header_triangle {
    position: absolute;
    z-index: -1;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #11173b transparent transparent;
}

/* Text Boxes */
.frontpage_textbox {
	width: 762px;
	margin:10px 10px 10px 20px;
	}


/* Frontpage Panel-Mount Cables */

.frontpage_cable_lineup li {
    float: left;
    margin: 0 7px;
    overflow: hidden;
}


.frontpage_cable_lineup li a img {
    top: -5px;
    position: relative;
}

.frontpage_cable_lineup li a:hover img {
    top: 0px;
    transition: top 0.2s ease;
     -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
}


/* Frontpage plate header */

.frontpage_plates_header {
    margin-left:20px; 
    height:300px; 
    background-image: url(/images/layout/frontpage_pelican_header.jpg); 
    background-repeat: no-repeat;
    background-position: bottom;
}

.frontpage_plates_header ul {
	font-size: 0.9em;
	padding: 25px 0 0 20px;
}

.frontpage_plates_header ul li {
	vertical-align: top;
	margin-right: 30px;
	display: inline-block;
	text-align: center;
}

.frontpage_plates_header ul li img {
    width: 50px;
    height: auto;
}


/* Frontpage Plate creator */

.frontpage_graphic {
   margin: 0px 0px 15px 20px;
    height: 201px;
    width: 762px;
    background-repeat: no-repeat;
    background-size: 762px 205px;
    float: left;
}

.frontpage_panels img {
    height: 201px;
    margin: 26px 0 0 20px;
}

.frontpage_panels div {
    width: 100%;
    margin: 10px 15px;
}

.frontpage_panels div a {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.frontpage_panels p {
    float: left;
    width: 550px;
    margin: 15px 15px 20px 15px;
}

.frontpage_panels {
    margin: 15px;
    float: left;
}

/* Frontpage Custom Cables */

.frontpage_custom_cables {
    height: 300px;
    width:762px;
    margin-left:20px;
    background-image: url(/images/frontpage_custom_cable.png);
    background-repeat: no-repeat;
    background-position: top left;
    float:left;
}


.frontpage_custom_cables a {
	margin: 70px 0 0 10px;
	float: left;
	position: absolute;
}


/*  News and Announcements */

.frontpage_news_image {
	background-color: #fff;
	height: 130px;
	background-position: left;
	background-repeat: no-repeat;
}

.frontpage_news_block {
	background-color: #f0f0f0;
	padding: 5px 5px 0 5px; 
	margin: 0 10px 15px 0; 
	width: 350px;
}

.frontpage_news_block h4,
.frontpage_news_block p{
    margin: 10px 0;
}

.frontpage_news_block li {
	padding: 0 5px; 
}
.frontpage_news_block .bottom_divider {
	margin-top: 10px;
	padding: 0;
	height: 6px;
	width: 100%;
	background-color: #8B94C0;
}

/* news tag */
.frontpage_news_tag h5 {
	margin: 85px 0 0 -15px;
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
	color: #fff;
	background-color: #192B80;
}
 
 /* Products services tag */
.frontpage_product_tag h5 {
	margin: 85px 0 0 -10px;
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
	color: #fff;
	background-color: #d04c17;
}

/* frontpage bottom of the page */
.frontpage_certs a img {
	margin: 0 10px;
}

/* End frontpage revisions Jan 2016 */



/* Front Page Revision 2013 */

.frontpage_rotating_info {
	background-color:#f0f0f0; 
	padding:10px 10px 10px 10px; 
	margin:5px 0px 0px 0px; 
	border-top: solid 10px #e0e0e0;
	height:150px;
	width:340px;}


 table.newsarticle {
 	width:360px;
 	height: 100px;
 	margin: 5px 0px 10px 0px;
 	background-color: #ffffff;
 	position: relative;
 	border: 0px;}
 	
 table.newsarticle th {
 	background-color: #e0e0e0;
 	 height:20px;
 	 text-align:left;
 	 padding:0px 0px 0px 5px;
 	 font-weight: normal;
 	 border-top: 3px solid #808080;}
 	 
table.newsarticle td {
	vertical-align:top; 
	font-size: 14px;
	padding:4px;
	background-color:#F0F0F0;
	text-align:left;}
 	 
 .newsimage {
 	float:left;
 	border: 1px solid #000000;
 	margin: 0px 0px 0px -1px;}
 	  
 	  
.clip_box_news_header {
	height: 15px;
	width: 15px;
	background: #ffffff;
	transform:skew(-45deg,0deg);
	position: absolute;
	-webkit-transform:skew(-45deg,0deg);
	-moz-transform:skew(-45deg,0deg);
	left: -12px;
	top: 0px;}

.clip_box_news_sub_header {
	height: 10px;
	width: 10px;
	background: #ffffff;
	position: absolute;
	transform:skew(-45deg,0deg);
	-moz-transform:skew(-45deg,0deg);
	-webkit-transform:skew(-45deg,0deg);
	left: -8px;
	top: 0px;} 

.clip_box_plate_descriptions {
	height: 20px;
	width: 20px;
	background: #ffffff;
	position: absolute;
	transform:skew(-45deg,0deg);
	-moz-transform:skew(-45deg,0deg);
	-webkit-transform:skew(-45deg,0deg);
	left: -10px;
	top: 0px;}

.clip_box_plate_descriptions_container {
	height: 30px;
	width: 30px;
	border: 0px solid red;
	overflow: hidden;
	position:absolute;
	left: -1px;
	top: 10px;}
	
.clip_box_prod_and_service {
	height: 20px;
	width: 20px;
	background: #ffffff;
	transform:skew(-45deg,0deg);
	position: absolute;
	-moz-transform:skew(-45deg,0deg);
	-webkit-transform:skew(-45deg,0deg);
	left: -10px;
	top: 0px;}

.clip_box_prod_and_service_container {
	height: 30px;
	width: 30px;
	border: 0px solid red;
	overflow: hidden;
	position:absolute;
	left: -1px;
	top: 5px;}

/* End Front Page Revision 2013 */



/* Orphans */
.bb  {background:  #ddddff url(/images/layout/bar.gif);}
.normal td {font-size:14px; font-style:normal;}
.ordersection {background-color:#e6ecff; border: 1px solid #3d4987; padding:1em 3em 0em 3em;border-radius: 5px;padding-bottom:0.4em;}
.ordertitle {background-color: #6d79a7; color:#ffffff;            text-align:left;display:inline-block;width:100%;border-radius:5px;cursor:pointer;margin-top:2em;margin-bottom:0;}
.ordertitle:hover {background-color:#3d4987 !important;}
.orderp {font-weight:bold;padding:1px 10px;margin:0;}
.ordersave {display:block;border:solid 1px #00008b;width:8em;color:#00008b;font-size:large;font-weight:bold;cursor:pointer;background-color:#f0f8ff;margin-top:1em;padding:0.4em;border-radius:9px;}
.ordersave:hover {border-color:#eee;color:#eee;background-color:#22316c;}
.main {width: 90%;min-width: 500px;height: 400px;position: relative;}
.part {text-align: left;}
.blurb {width: 80%;	font-style:italic;text-align:left;vertical-align:top;}
a.picture {position: relative;z-index: 0;text-align: right;}
a.picture:hover {z-index: 0;}
a.picture span{display: none;}
a.picture:hover span{display: block;position: absolute;color: #ffffff;top: 200px;right: 380px;text-align: center;z-index: 0;}
.compatibleDiv {padding:10px;}
.image_bar { padding-bottom:0px; font-size:22px; }
/* Orphans */



/* Internal */
span.footer { 
	position:absolute; 
	right:0px; 
	bottom:0px; 
	border-top: solid 5px #a7b1d7;
	border-bottom:0px; 
	padding: 0px; 
	font: 14px Lucidia, Arial;
	color: #ffffff; 
	white-space:nowrap; 
	text-align:right;
	background-color:#3d4987;}
span.footer a, span.footer a:visited {color:#a7b1d7; padding-left: 10px; }
span.footer a:hover {color:#dd725b;}

.quote
{
	font-family: Monaco, Courier, monospace;
	font-size: 0.8em;
	margin-left: 30px;
	margin-right: 30px;
}
/* Internal */



/* Case Size Chart styling */
.case_size_chart_hr {
	border:0;
	background:#none;
	margin:1px;
	width:55px;
	border-bottom:1px dotted #455392;
	margin-left:auto;
	margin-right:auto;
	}

/* Upper header style */
.case_size_chart_header {
	background-color:#192b80;
	font-size:1.25em;
	color:#fff;
	padding:0.5em;
	border-right:1px solid #fff;
	}

/* Lower header style */
.case_size_chart_header_2 {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:center;
	font-weight:100;
	background-color:#485CA9;
	color:white;
	padding:0.5em;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	}


.case_size_chart_table {
	width:100%;
	font-size:0.70em;
	}

/* Padding/nowrap/borders for all TDs */
.case_size_chart_table td {
	white-space: nowrap;
	padding:0.25em;
	border-right:1px solid #CAD5E5;
	border-bottom:1px solid #CAD5E5;
	}

/* First column style */
.case_size_chart_table tr td:first-child{
	color:#fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-weight:300;
	text-align:center;
	padding-right:0.5em;
	background:#5a6cb1;
	font-size:1em
	}

.case_size_chart_table td:first-child a{
	color:#fff;
	text-decoration:underline;
	}
	
/* Center text in options cells */
.case_size_chart_table td:nth-child(n+12) {
    text-align:center;
}


/* Alternating color rows */
.case_size_chart_table tr:nth-child(odd) {
	background-color:#E9ECF2;
	}


/* Grouping by interior/exterior */
.case_size_chart_table td:nth-child(4){border-right:2px solid #A0A0A0;}
.case_size_chart_table td:nth-child(7),.case_size_chart_table th:nth-child(7){border-right:2px solid #A0A0A0;}
.case_size_chart_table td:nth-child(9),.case_size_chart_table th:nth-child(9){border-right:2px solid #A0A0A0;}
.case_size_chart_table td:nth-child(11),.case_size_chart_table th:nth-child(11) {border-right:2px solid #A0A0A0;}

.case_size_chart_table th:nth-child(4){border-right:1px solid #fff;}
.case_size_chart_table th:nth-child(7){border-right:1px solid #fff;}
.case_size_chart_table th:nth-child(9){border-right:1px solid #fff;}
.case_size_chart_table th:nth-child(11){border-right:1px solid #fff;}

/* Add imperial units */
.case_size_chart_table_imperial td:nth-child(2):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(3):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(4):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(5):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(6):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(7):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(8):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(9):after {content: "\000022";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(10):after {content: "\000020in\0000B3";margin-right: 6px;}
.case_size_chart_table_imperial td:nth-child(11):after {content: "\000020lbs.";margin-right: 6px;}

/* Add metric units */
.case_size_chart_table_metric td:nth-child(2):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(3):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(4):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(5):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(6):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(7):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(8):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(9):after {content: "cm";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(10):after {content: "cm\0000B3";margin-right: 6px;font-size:0.8em;}
.case_size_chart_table_metric td:nth-child(11):after {content: "kg";margin-right: 6px;font-size:0.8em;}

.case_size_chart_table_toggle_button {
	background-color:#192b80;
	text-align:center;
	color:white;

	font-size:1em;
	padding:0.25em 0.25em 0.2em 0.25em;
	float:right;
	width:150px;
	cursor:pointer;

}

.case_size_chart_table_imperial_button {
	display:none;
	background-color:#485CA9;
	}

.case_size_chart_table_metric_button {
	background-color:#192b80;
	}

/* End Case Size Chart styling */</pre></body></html>