@CHARSET "ISO-8859-1";

/* ========================================================================== */
	/*                   Logorajd Livery styles - keep this clean                 */
	/* ========================================================================== */
	/* -------------------------------------------------------------------------- */
	/*     Standard HTML element styles for the site. These can be overridden     */
	/*     Note: font-size is not always automatically inherited by elements      */
	/*           such as table and form                                           */
	/* -------------------------------------------------------------------------- */
body {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;
}

h1 {
	margin: 0;
	padding: 3px;
}

h2 {
	font-size: 24px;
	margin: 0;
	padding: 3px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	margin: 0;
	padding: 3px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	margin: 0;
	padding: 3px;
	font-weight: bold;
}

hr {
	color: red;
	background-color: red;
	height: 1px;
	margin: 0;
	font-weight: normal;
}

body a {
	text-decoration: none;
	font-weight: bolder;
	/* color: #000; */
}

body a:link {
	color: #383838;
}

body a:visited {
	color: DarkBlue;
	font-weight: bold;
}

body a:hover,a:active {
	color: #FF0000;
	background-color: #CCCCCC;
}

table {
	font-size: 13px;
	background-color: #FFFFFF;
	border-top: 1px silver #FF0000;
	border-left: 1px silver #FF0000;
	border-right: 1px silver #FF0000;
	border-bottom: 1px silver #FF0000;
	padding: 0px;
}

/* -------------------------------------------------------------------------- */
	/*     HTML table element customisations for the site:                        */
	/*     note... font size not always inherited down the tree ..                */
	/* -------------------------------------------------------------------------- */
	/*  Standard Logorajd Content Table style for the site:   */
table.tblcontent {
	padding: 10px;
	width: 640px;
}
/* wider than std */
table.tblcontent_stores {
	padding: 10px;
	width: 825px;
}

/*  Standard Logorajd Content Table style for the site:   */
table.tblhead {
	width: 640px;
}

/*  Standard Logorajd Table panel style for the site.  #FFFAFA  */
table.tblpanel_std {
	background-color: #F0F0F0;
	border: 1px solid #FF0000;
	width: 100%;
}
/* grey border*/
table.tblpanel_std2 {
	border: 1px solid #A8A8A8;
	background-color: #F0F0F0;
	/* border-collapse:collapse;
	border-spacing: 20px; */
}
table.tblpanel_std3 {
	background-color: #F0F0F0;
}

table.tblpanel_std2 td {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	/* font-size: 14px;*/
}

table.tblpanel_std2 th {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}

/* Nested standard panels ... eliminate borders
table.tblpanel_std table {
	background-color: #F0F0F0;
	border: 0px silver #FFFFFF;
} */
table.tblpanel_info { /* background-color: LightBlue; */
	background-color: #383838;
	/* color: black */
	font-size: 10px;
	border: 1px solid black;
	color: white;
}

/* -------------------------------------------------------------------------- */
	/*            The navigation bar buttons in the heading on all pages          */
	/* -------------------------------------------------------------------------- */
table.tblnavbar { /* background-color: #F0F0F0; */
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

table.tblnavbar td {
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	width: 20%;
}

table.tblnavbar a:link {
	color: #383838;
	font-weight: bold;
	font-size: 16px;
}

table.tblnavbar a:visited {
	color: #383838;
	font-weight: bold;
	font-size: 16px;
	/* background-color: #FFFFFF;*/
}

table.tblnavbar a:hover,a:active {
	color: #FF0000;
	font-weight: bolder;
	font-size: 16px;
}

/* Navigation button selected */
.navselected {
	font-size: 20px;
	font-weight: bolder;
	color: DarkBlue;
	background-color: #F0F0F0;
	/*border: 1px solid #FF0000;
	text-decoration: underline overlie;
	 padding-left: 0px;
	border-top: 1px solid #FF0000;*/
}

/* Sub product Product Navigation button selected */
.navprodselected {
	background-color: #F0F0F0;
}

/* -------------------------------------------------------------------------- */
	/*              The Company products menu on many product pages       #FFFAFA     */
	/* -------------------------------------------------------------------------- */
table.tblcompanymenu { /* 	background-color: #F0F0F0; 
	border-left: 3px solid #CCCCCCC; */
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif, Helvetica;
}

table.tblcompanymenu td {
	background-color: #F0F0F0;
	padding-left: 3px;
	padding-right: 0px;
	border-left: 3px solid #CCCCCC;
	white-space: nowrap;
}

/* Company menu cells selected */
#mnucompany {
	background-color: #CCCCCC;
	/*border: 1px solid #FF0000;
	text-decoration: underline overlie;
	 padding-left: 0px;*/
	border-left: 3px solid #FF0000;
}
/* Store table cells  */
#telcell {
 	width: 114px;
 	margin-right: 5px;
 	font-weight: bold;
 	/* color: DarkBlue; */
 }
/* 
#storecell {
 	font-weight: bold;
 	color: DarkBlue;
 } */

table.tblcompanymenu a:link {
	color: #383838;
	/*  color: #0075EA;
	font-weight: bold;
	font-size: 10px; */
}

table.tblcompanymenu a:visited {
	color: #383838;
	/*font-weight: bold;
	font-size: 18px; 
	background-color: #FFFFFF;*/
}

table.tblcompanymenu a:hover {
	color: #FF0000;
	font-weight: bolder;
	font-size: 10px;
}

/* -------------------------------------------------------------------------- */
	/*                The menu on the Thinkfun products home  page                */
	/* -------------------------------------------------------------------------- */
table.tbltfmenu {
	color: #0075EA;
	padding-left: 10px;
	padding-right: 0px;
}

table.tbltfmenu td { /* text-align: center;*/
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.tbltfmenu a:link {
	color: #0075EA;
	font-weight: bold;
	font-size: 18px;
}

table.tbltfmenu a:visited {
	color: #0075EA;
	font-weight: bold;
	font-size: 18px;
	/* background-color: #FFFFFF;*/
}

table.tbltfmenu a:hover {
	color: #0075EA;
	font-weight: bolder;
	font-size: 18px;
}

.txttf {
	color: #0075EA;
}

#txttf {
	color: #0075EA;
}

.txtmt {
	color: #006070;
}

.txtim {
	color: #0033CC;
}

/* TF menu cells selected */
#mnutf {
	background-color: #CCCCCC;
	/*border: 1px solid #FF0000;
	text-decoration: underline overlie;
	 padding-left: 0px;*/
	padding-right: 2px;
	padding-left: 7px;
	border-left: 3px solid #FF0000;
}

#txtrc {
	color: #01267E;
}

#txtim {
	color: #0033CC;
}

/* all-round padding of 10 px for any element === remove this and use class */
#pad10 {
	padding: 10px;
}

/* all-round padding of 10 px for any element */
.pad10 {
	padding: 10px;
}

/* all-round padding of 5 px for any element */
#pad5 {
	padding: 5px;
}

/* all-round padding of 5 px for any element */
.pad5 {
	padding: 5px;
}

/* all-round padding of 3 px for any element */
.pad3 {
	padding: 3px;
}

/* top-bottom padding of 10 px for any element */
.pad10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* top-bottom padding of 5 px for any element */
.pad5tb {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

/* top-bottom padding of 0 px for any element */
.pad0tb {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Mint cream background   background-color: #F5FFFA; */
	/* -------------------------------------------------------------------------- */
	/*     Custom Miscellaneous styles for the site                               */
	/* -------------------------------------------------------------------------- */
	/* standard background text style. */
.txtbackground {
	font-size: 10px;
	font-weight: lighter;
	color: #989898;
}

.txtalert {
	font-weight: bolder;
	color: red;
}

/* contact label style */
.txt_cotlbl {
	font-weight: bold;
	font-size: 10px;
	color: DarkBlue;
}

/* -------------------------------------------------------------------------- */
	/*     Standard Logorajd Fonts for the site: a limited subset for livery      */
	/* -------------------------------------------------------------------------- */
	/* Head text for email etc. verdana leads  */
.fontverdana {
	font-family: Verdana, Arial, sans-serif, Helvetica;
}

.fontx {
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

/* -------------------------------------------------------------------------- */
	/*  Standard Logorajd Font weights for the site: a limited subset for livery  */
	/* -------------------------------------------------------------------------- */
.txtbolder {
	font-weight: bolder;
}

.txtbold {
	font-weight: bold;
}

#txtbold {
	font-weight: bold;
}

#txtnorm {
	font-weight: normal;
}

.txtnorm {
	font-weight: normal;
}

.txtlighter {
	font-weight: lighter;
}

/* -------------------------------------------------------------------------- */
	/*   Standard Logorajd Text sizes for the site: a limited subset for livery   */
	/* -------------------------------------------------------------------------- */
.txt20 {
	font-size: 20px;
}

.txt18 {
	font-size: 18px;
}

/* equivalent to HTML font size 3 */
.txt16 {
	font-size: 16px;
}

#txt16 {
	font-size: 16px;
}

/*  */
.txt14 {
	font-size: 14px;
}

/* equivalent to HTML font size 2 */
.txt13 {
	font-size: 13px;
}

/*  */
.txt12 {
	font-size: 12px;
}

/* equivalent to HTML font size 1 */
.txt10 {
	font-size: 10px;
}

/*  */
.txt8 {
	font-size: 8px;
}

/* -------------------------------------------------------------------------- */
	/*     Standard Logorajd Colors for the site: a limited subset for livery     */
	/* -------------------------------------------------------------------------- */
.colorstdtxt {
	color: #383838;
}

.colorinfoblue {
	color: DarkBlue;
}

.colorlightgrey {
	color: LightGrey;
}

.coloralert {
	color: red;
}