
/**

dark     #6699cc		<-- use for all borders, dividing lines etc
light    #78bee6
v. light #b1def3
hover    #86b0da

link	 #003399

tab active  #ffc73c		<-- active tab *orange*
*/

div#tisn-debug-footer {
	margin-top: 10px;
}




/**
 * Specalized tags
 */

div#tisn-footer,
p.copyright {
	margin-top: 15px;
	text-align: center;
	color: #8d8c90;
	font-size: 0.85em;
}

div#tisn-footer a {
	color: #8d8c90;
}

div#tisn-footer {
	margin-right: 50px;
	margin-left: 50px;
}

p.indented-r {         /* right */
	margin-right: 30px;
}

p.indented-l {         /* left */
	margin-left: 30px;
}

p.indented-b {         /* both */
	margin-right: 30px;
	margin-left: 30px;
}

img.preload {
	display: none;
}


/**
 * Structural CSS
 */

div.frame-container {
	width: 800px;
}

div.frame-content {
	margin-top: 10px;
}

div.frame-footer-de,
div.frame-footer-en,
div.frame-footer-it,
div.frame-footer-fr,
div.frame-footer-zhcn,
div.frame-footer-zhtw {
	color: #FFFFFF;
	background-color: #6699cc;
	padding: 2px 0 2px 10px;
	text-align: center;
}

div.frame-footer-de,
div.frame-footer-en,
div.frame-footer-it,
div.frame-footer-fr {
	font-weight: bold;
	font-size: 0.85em;
}

div.frame-footer-zhcn,
div.frame-footer-zhtw {
	font-size: 0.95em;
}

div.frame-footer-de a,
div.frame-footer-en a,
div.frame-footer-it a,
div.frame-footer-fr a,
div.frame-footer-zhcn a,
div.frame-footer-zhtw a,

div.frame-footer-de a:link,
div.frame-footer-en a:link,
div.frame-footer-it a:link,
div.frame-footer-fr a:link,
div.frame-footer-zhcn a:link,
div.frame-footer-zhtw a:link,

div.frame-footer-de a:visited,
div.frame-footer-en a:visited,
div.frame-footer-it a:visited,
div.frame-footer-fr a:visited,
div.frame-footer-zhcn a:visited,
div.frame-footer-zhtw a:visited {
	padding: 3px 0 3px 0;
	text-decoration: none;
	color: #FFFFFF;
}

div.frame-footer-de a:hover,
div.frame-footer-en a:hover,
div.frame-footer-it a:hover,
div.frame-footer-fr a:hover,
div.frame-footer-zhcn a:hover,
div.frame-footer-zhtw a:hover {
	color: #EFEFEF;
}

div.frame-footer-de span.seperator,
div.frame-footer-en span.seperator,
div.frame-footer-it span.seperator,
div.frame-footer-fr span.seperator,
div.frame-footer-zhcn span.seperator,
div.frame-footer-zhtw span.seperator {
	padding: 0 5px 0 5px;
	color: #EFEFEF;
	font-weight: normal;
}


/**
 * Three Column Content page
 */

div.content-page {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.content-page div.text {
	margin-left: 165px;
	margin-right: 165px;
	padding-right: 0px;
	padding-left: 0px;
}

div.content-page div.text div.graphic {
	float: right;
	width: 202px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1px;
}

div.content-page div.text div.graphic div.image {
	border: 1px solid #6699CC;
}

div.content-page div.text div.graphic div.annotation {
	font-size: 10px;
	line-height: 12px;
	color: gray;
	padding: 2px 2px 0 2px;
}


/**
 * Right Hand Navigation
 */

div.content-page div.nav-a {
	position: absolute;
	width: 155px;
	margin-top: 50px;
	font-size: 0.95em;
}

div.content-page div.nav-a a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 1px 0px 1px 5px;
	border: 1px solid #FFFFFF;
}

div.content-page div.nav-a a:hover {
	border: 1px solid #78bee6;
	color: #003399;
}

div.content-page div.nav-a a.active {
	border: 1px solid #003399;
}

div.content-page div.nav-a ul {
	list-style: none;
	padding-left: 0px;
}

div.content-page div.nav-a ul li {
	padding: 0px 0 8px 0;
}


/**
 * Left Hand Navigation
 */

div.content-page div.nav-b {
	margin-top: 50px;
	padding-left: 10px;
	width: 140px;
	float: right;
	font-size: 0.95em;
	border-left: 1px solid #6699CC;
}

div.content-page div.nav-b div.section {
	padding-bottom: 13px;
}

div.content-page div.nav-b div.section h3 {
	padding: 0 0 1px 0;
	margin: 0;
	font-size: 1em;
}

div.content-page div.nav-b div.section p {
	margin: 0;
	padding: 0px 0 3px 10px;
	background-image: url(/images/nav-b_arrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}




/**
 * Top Banner Span - Logo and Languages
 */

div.top-banner img.logo {
	border-width: 0;
	padding: 10px 0 7px 6px;
}

div.top-banner div.languages {
	text-align: right;
	width: 400px;
	font-size: 0.85em;
	position: absolute;
	top: 5px;
	left: 393px;
}

div.top-banner div.languages a:hover {
	color: #003399; /* as graphic links have no hover color */
}

div.top-banner div.languages span.seperator {
	color: #252525;
}

div.top-banner div.languages span.active {
	font-weight: bold;
}

div.top-banner div.languages img {
	vertical-align: bottom;
	margin-bottom: 0.25em;
}


div.top-banner {
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(/images/fade.gif)
}


/**
 * Main Graphical Banner Span
 *
 * NOTE localized div names. Chinese language IDs are WITHOUT underscore.
 */

/* main banner span */

div.banner-de,
div.banner-en,
div.banner-fr,
div.banner-it,
div.banner-zhcn,
div.banner-zhtw {
	height: 220px;
	background-position: left;
	background-repeat: no-repeat;
	border-top: 1px solid #6699CC;
}

div.banner-de,
div.banner-en,
div.banner-fr,
div.banner-it {
	background-color: #ccd2ce;
	background-image: url(/images/welcome_western.jpg);
}

div.banner-zhcn,
div.banner-zhtw {
	background-color: #f8f6f7;
	background-image: url(/images/welcome_fareast.jpg);
}

/* overlay text */

div.banner-de div.overlay,
div.banner-en div.overlay,
div.banner-fr div.overlay,
div.banner-it div.overlay,
div.banner-zhcn div.overlay,
div.banner-zhtw div.overlay {
	width: 350px;
	padding-bottom: 0.2em;
	text-align: center;
}

div.banner-de div.overlay,
div.banner-en div.overlay,
div.banner-fr div.overlay,
div.banner-it div.overlay {
	font-size: 1.3em;
	margin-left: 390px;
	margin-top: 50px;
}

div.banner-zhcn div.overlay,
div.banner-zhtw div.overlay {
	font-size: 3em;
	margin-top: 30px;
	margin-left: 450px;
	padding-top: 0.5em;
}



/**
 * Brand Listing
 */

div.brand {
	border: none;
	margin-bottom: 10px;
}

div.brand img {
	border: 1px solid #6699CC;
}

div.brand div.desc {
	padding-left: 140px;
	position: absolute;
}

div.brand div.desc h3 {
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 3px;
}

div.brand div.desc p.tagline {
	padding-bottom: 0;
	font-style: italic;
	width: 325px;
}

div.brand div.desc p.details {
	padding-bottom: 0;
	font-size: 0.85em;
}


/**
 * Main Navigational Tags
 */

div.tabs {
	margin-top: -29px;
	height: 29px;        /* div.tabs div.tab height (PLUS top and bottom borders) PLUS padding*/
}

div.tabs div.tab a,
div.tabs div.tab a:link,
div.tabs div.tab a:visited {
	padding: 3px 0 3px 0;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}

div.tabs div.tab a:hover {
	background-color: #86b0da;
	color: #EFEFEF;
	margin-top: -5px;
	border-top: 5px solid #ffc73c;
}

div.tabs div.tab {
	width: 158px;					/* see tab.first and tab.last (below) */
	text-align: center;
	background-color: #6699cc;
	margin-top: 5px;
	margin-right: 2px;
	float: left;
}

div.tabs div.tab.first {			/* 1px thinner */
	width: 159px;
}

div.tabs div.tab.last {				/* 1px thinner */
	margin-right: 0px;
	width: 160px;
}

div.tabs div.tab.active {
	margin-top: 0px;
	border-top: 5px solid #ffc73c;
	background-color: #78bee6;
}

div.tabs div.tab.active a:hover {
	background-color: #78bee6;
	color: #FFFFFF;
}


/**
 * Contact Form (small tweak on basic form)
 */

form.basic fieldset {
	border: 1px solid #6699cc;
}

form.basic legend {
	font-weight: bold;
	font-size: 0.95em;
	color: #003399;
}

form.basic input,
form.basic textarea {
	width: 425px;
}

form.basic input.send-message {
	width: 150px;
	margin: 15px 0 15px 135px;
	padding: 0;
}

form.basic div.input {
	margin-left: 135px;
}

form.basic div.label {
	padding-left: 23px;
}
















/* Welcome Layout */

table.welcome {
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 0px;
	width: 100%;
}

table.welcome td {
	vertical-align: top;
	width: 25%;
	border: 0px solid red;
	padding: 0 5px 0 5px;
}

table.welcome td.middle {
	background-color:#f7f7f7;
}



/* Row: Product Photo */

table.welcome tr.photo td {
	padding-top: 15px;
}




/* Row: Title */

table.welcome tr.title {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

table.welcome tr.title a {
	text-decoration: none;
	color: #8d8c90;
}

table.welcome tr.title td {
	vertical-align: middle;
	padding-top: 12px;
}



/* Row: Description */

table.welcome tr.desc {
	text-align: center;
}

table.welcome tr.desc td {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* Row: Bullets */

table.welcome tr.text td {
	padding-top: 0px;
}

table.welcome tr.text td ul {
	list-style: none;
	padding-left: 5px;
}

table.welcome tr.text td li {
	background-image: url(/images/nav-b_arrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 1px;
}



/* Row: More Link */

table.welcome tr.more td {
	text-align: center;
}



/* Rollover Product Photos */

div.product-photo {
	width: 100px;
	height: 124px;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	border: 1px solid #6699CC;
	margin-left: 40px
}

div.product-photo a {
	display: block;
	width: 100px;
	height: 124px;
	text-decoration: none;
}

div.product-photo a:hover {
	background-repeat: no-repeat;
}

/* Image Processing Cameras */
div.product-photo-cameras {
	background-image: url(/images/home_cameras_bw.gif);
}

div.product-photo-cameras a:hover {
	background-image: url(/images/home_cameras.gif);         /* pre-loaded in footer.tpl */
}

/* Image Processing Software */
div.product-photo-software {
	background-image: url(/images/home_software_bw.gif);
}

div.product-photo-software a:hover {
	background-image: url(/images/home_software.gif);	     /* pre-loaded in footer.tpl */
}

/* TX Text Control */
div.product-photo-client {
	background-image: url(/images/home_client_bw.gif);
}

div.product-photo-client a:hover {
	background-image: url(/images/home_client.gif);          /* pre-loaded in footer.tpl */
}

/* !mbient Heat Electricity */
div.product-photo-ambientheatelectricity {
	background-image: url(/images/home_ambientheatelectricity_bw.gif);
}

div.product-photo-ambientheatelectricity a:hover {
	background-image: url(/images/home_ambientheatelectricity.gif);          /* pre-loaded in footer.tpl */
}



table.timeline {
	border-collapse: collapse;
	font-size: 1em;
	margin: 0px;
	width: 99%;
	margin-bottom: 0.8em;
	background-color: #FFFFFF;
}

table.timeline tr.even {
	background-color: #EFEFEF;
}

table.timeline td {
	border: 0px solid #6699CC;
	padding: 0.5em;
}

table.timeline td.year {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}
