/* ----------------- */
/*  CSS Stylesheet   */
/*  ITC Websites     */
/*  Copyright 2009   */
/*  Maurice Aarts    */
/* ----------------- */
.fix_for_first_entry_bug {
	font-family: Verdana, Arial, Helvetica, Geneva, "Times New Roman", sans-serif, system;
	/* This fixes a bug in some css stylesheets that causes the first style to be ignored. */
	/* By creating an extra unnecessary style we eliminate that problem. */
}

body {
	color: #c1d72e;
	background-color: #0085b7;
	font-family: Arial, Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, system;
	font-size: 1em;
	text-align: left;
	border: none;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	/*padding-left: 20px;*/
	/*list-style-type: circle;*/
	list-style-type:none;
}

form {
	display: inline;
}

a, a:link, a:visited, a:hover, a:active {
	color: #c1d72e;
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, system;
	font-size: 1em;
	font-weight: normal;
	border-style: none;
}

a:hover {
	color: #97a824;
}

a.title, a:link.title, a:visited.title, a:hover.title, a:active.title {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, system;
	font-size: 1em;
	font-weight: bold;
	border-style: none;
}

a:hover.title {
	color: #333333;
}

a.menu, a:link.menu, a:visited.menu, a:hover.menu, a:active.menu {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, System;
	font-size: 0.8em;
}

a:hover.menu {
	color: #aaaaaa;
}

a.lang, a:link.lang, a:visited.lang, a:hover.lang, a:active.lang {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, System;
	font-size: 0.8em;
}

a:hover.lang {
	color: #333333;
}

a.adv, a:link.adv, a:visited.adv, a:hover.adv, a:active.adv {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, system;
	font-size: 1em;
}

a:hover.adv {
	border-bottom: solid 2px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, system;
	font-family: inherit;
	font-variant: normal;
	font-variant: inherit;
	display: inline;
}

h1 {
	font-size: 1.2em; /*was 1.4*/
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
}

h4 {
	font-size: 0.75em;
	font-weight: normal;
}

h5 {
	font-size: 0.6em;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bigtext {
	font-size: 2.1em; /*was 4.2*/
	font-weight: bold;
	height: auto;
	width: auto;
	overflow: hidden;
}
.lessbigtext {
	font-size: 1.95em; /*was 3.9*/
	font-weight: bold;
	height: auto;
	width: auto;
	overflow: hidden;
}

.error {
	color: #ff0000;
	background-color:#cccccc;
	font-size:smaller;
}

.floatleft {
	float: left;
	clear: none;
}

.floatright {
	float: right;
	clear: none;
}
.padded {
	margin: 10px;
	padding: 10px;
}

.nodisplay {
	display: none;
	visibility: hidden;
}

.color_ITC_green { color: #c1d72e; }
.color_ITC_blue { color: #0085b7; }
.color_INNO_red { color: #ee3224; }
.color_INNO_black { color: #000000; }
.color_TEAM_green { color: #62bb46; }
.color_TEAM_blue { color: #005bab; }

hr.orange_full, hr.green_full,
hr.orange, hr.green {
	border: none;
	height: 2px;
	clear:both;
}
hr.orange, hr.green {
	margin-left: 10%;
	margin-right: 10%;
}

hr.green,hr.green_full {
	color: #c1d72e;
	border-color: #c1d72e;
	background-color: #c1d72e;
}

hr.orange,hr.orange_full {
	color: #f60;
	border-color: #f60;
	background-color: #f60;
}

div {
	overflow: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
}

div#Header_Frame {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	color: #666666;
	/*border-bottom: solid 1px #666666;*/
}

div#Header_Left {
	width: 64%;
	height: 60px;
	padding: 15px 5px 5px 5px;
	margin: 0px -15px 0px 0px;
	float: left;
	/*background-color:#00FF00;*/
}

div#Header_Right {
	width: 34%;
	height: 70px;
	padding: 5px;
	margin: 0px;
	float: right;
	/*background-color:#0000FF;*/
	overflow:hidden;
}

div.Company_Logo {
	width: auto;
	min-width: 75px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	/*background-color:#ff0000;*/
	float: right;
	overflow:hidden;
}
img.Company_Logo {
	width: auto;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:right;
}

div#Center_Frame {
	width: 100%;
	height: auto;
	/*background-color:#FFFF00;*/
}

div#Image_Frame {
	width: 100%;
	height: 330px;
	color: #666666;
	background-color: #cccccc;
	background-position: top left;
	background-repeat: no-repeat;
	/*border-top: solid 1px #666666;*/
	/*border-bottom: solid 1px #666666;*/
}

div#Image_Header {
	width: 50%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: both;
	/*background-color:#0099FF;*/
}

div#Search_Bar {
	width: auto;
	height: 21px;
	padding: 2px;
	margin: 0px;
	float: right;
	/*background-color:#FF9900;*/
	visibility:hidden;
}

.search_textarea {
	height: 15px;
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #000000;
	font-size: 0.75em;
	display: block;
	float: left;
}

.search_submit {
	height: 19px;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #000000;
	font-size: 0.75em;
	display: block;
	float: left;
}

div#Image_Main {
	width: 50%;
	height: 280px;
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
	float: right;
	clear: both;
	/*background-color:#99FF99;*/
	overflow:auto;
}

div#Image_Footer {
	width: 50%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: both;
	/*background-color:#9999FF;*/
}

div#Center_Main {
	width: 100%;
	height: auto; /*150px*/
	/*border-top: solid 1px #666666;*/
	/*border-bottom: solid 1px #666666;*/
	color: #c1d72e;
	background-color: #0085b7;
}

div.Menu {
	width: auto;
	height: auto; /*300px;*/
	padding: 5px 15px 5px 10px;
	margin: 0px;
	float: left;
	clear: none;
	overflow: hidden;
}
.menu { 
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Helvetica, Geneva, "Times New Roman", sans-serif, System;
	font-weight: normal;
	font-size: 0.8em;
}

.tooltip {
	display:none;
}
div.ToolTips {
	display:none;
	visibility:hidden;
}

div#Menu_Region {
	/**/
}

.region{
	/**/
}
.region_flat {
	display:block;
	margin:0px 20px 5px 20px;
}
li.region_flat {
	float:left;
}

div#Menu_Company {
	/**/
}
.company{
	/**/
}
.company_flat {
	display:block;
	margin:0px 20px 5px 20px;
}
li.company_flat {
	float:left;
}

div#Menu_Product {
	/**/
}
.product{
	/**/
}
.product_flat {
	display:block;
	margin:0px 20px 5px 20px;
}
li.product_flat {
	float:left;
}

div#Menu_Main {
	/**/
}
.main{
	/**/
}
.main_flat {
	display:block;
	margin:0px 20px 5px 20px;
}
li.main_flat {
	float: left;
}

div#Menu_Other {
	/**/
}
.other{
	/**/
}
.other_flat {
	display:block;
	margin:0px 20px 5px 20px;
}
li.other_flat {
	float:left;
}

div#Center_Main_Body {
	width: 90%;
	height: auto;
	padding: 15px 5% 15px 5%;
	color: #c1d72e;
	background-color: #0085b7;
}

div.Color_Block_LightGreen, div.Color_Block_DarkGreen, div.Color_Block_Red,
div.Color_Block_Blue, div.Color_Block_LightBlue, div.Color_Block_Pink,
div.Color_Block_Purple, div.Color_Block_Orange, div.Color_Block_Gold,
div.Color_Block_Silver, div.Color_Block_Yellow, div.Color_Block_White {
	width: 22px;
	height: 19px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding:0px;
	padding-top:3px;
	margin:0px;
	margin-right: 10px;
	color: #ffffff;
	float:left;
}
div.Color_Block_LightGreen {
	background-color: #c1d72e;
}
div.Color_Block_DarkGreen {
	background-color: #31991f;
}
div.Color_Block_Red {
	background-color: #ee2b21;
}
div.Color_Block_Blue {
	background-color: #0000ff;
}
div.Color_Block_Orange {
	background-color:#fc802e;
}
div.Color_Block_Pink {
	background-color:#ee0bbb;
}
div.Color_Block_Purple {
	background-color:#8d00b7;
}
div.Color_Block_Gold {
	background-color:#b78d00;
}
div.Color_Block_Silver {
	background-color:#b0b0b0;
	color:#000000;
}
div.Color_Block_Yellow {
	background-color:#ffff00;
	color:#000000;
}
div.Color_Block_White {
	background-color:#ffffff;
	color:#000000;
}
div.Color_Block_LightBlue {
	background-color:#83ddff;
	color:#000000;
}

ul.Color_Block {
	list-style-type: none;
	display:block;
}
li.Color_Block, li.Color_List {
	float:left;
	width:47%;
	height:auto;
	display:block;
	margin:0px;
	padding:1.2%;
	overflow:hidden;
	/*border:1px solid #ff0;*/
}
li.Color_List {
	height:2em;
}

.LeftColumn, .RightColumn {
	display:block;
	float:left;
	width:49.5%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	/*border:solid 1px #f00;*/
}
.RightColumn {
	float:right;
}

li.Subselect_Option {
	padding-left:8px;
	margin-bottom:8px;
}

div#Brand_Bar {
	width: 100%;
	height: 85px;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align: center;
	
	/* Tape Style */
	/*color: #0085b7; */ 
	/*background-color: #c1d72e;*/
	/*border-top: solid 1px #666666;*/
	/*border-bottom: solid 1px #666666;*/
	
	/*White Style*/
	color: #0085b7;	/* White style */
	background-color: #ffffff;
	border-top: solid 4px #bbbbbb;
}

div#Brand_Bar_Left, div#Brand_Bar_Right, div.Snippet_Edge_Left, div.Snippet_Edge_Right {
	width: 15px;
	height: 45px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	color: #c1d72e;
	background-color: #0085b7;
	/*background-color: #ff0000;*/
	background-repeat: repeat-y;
}

div#Brand_Bar_Left, div#Brand_Bar_Right {
	position: absolute;
	margin-top: 1px;
	z-index: 200;
	height: 55px;
	background-color: #c1d72e;
}

div#Brand_Bar_Left, div.Snippet_Edge_Left {
	text-align: left;
	left: 0px;
	background-image: url("../images/trileft.php?1328577349");
	background-position:left;
	float:left;
	/*White Style*/
	visibility:hidden;
}

div#Brand_Bar_Right, div.Snippet_Edge_Right {
	text-align: right;
	right: 0px;
	background-image: url("../images/triright.php?1328577349");
	background-position:right;
	float:right;
	/*White Style*/
	visibility:hidden;
}
div.Snippet_Edge_Right {
	background-image: url("../images/trileft.php?1328577349");
}

div.Snippet_Edge_Left {
	background-image: url("../images/triright.php?1328577349");
}

div.Brand_Tape_Snippet {
	width: 330px;
	height: 75px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: left;
	background-repeat: repeat-y;
	/*Tape Style*/
	/*background-color: #0085b7;*/
	/*White Style*/
	background-color: #ffffff;	
}

div.Brand_Snippet_Tray { /*holds 2 Tape_Snippet */
	/*width: 100%;*/
	width: 750px;
	height: 85px;
	margin: auto;
	padding: 0px;
}

.Brand_Logo {
	width: 100px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	/*background-color: #ffa500;*/
	float: left;
	border: 0px none;
	overflow: hidden;
	text-align:center;
	vertical-align:middle;
}

.Brand_Logo_Image {
	margin: auto;
	padding: 0px;
	border: 0px none;
	overflow: hidden;
	background-color: #ffffff;
}

div.Brand_Text {
	width: 195px;
	height: 70px;
	margin: 0px;
	padding: 3px 2px 2px 3px;	
	font-size: 0.95em;
	float: left;
	vertical-align:middle;
			
	/*Tape Style*/
	/*color: #c1d72e;*/
	/*White Style*/
	color: #666666;
}

div#Footer_Frame {
	width: 100%;
	min-height: 30px;
	max-height: 200px;
	color: #c1d72e;
	background-color: #0085b7;
	font-size: 0.8em;
	/*border-top: solid 1px #666666;*/
}

div#Footer_Left {
	width: 64%;
	height: auto;
	float: left;
	/*background-color:#FF0000;*/
}

div#Footer_Right {
	width: 34%;
	height: auto;
	float: right;
	text-align: right;
	/*background-color:#00FF00;*/
}

.footer, .footerr {
	width: auto;
	height: auto;
	margin: 0px 10px 0px 10px;
	padding: 5px;
	float: left;
	overflow: hidden;
}
.footerr {
	float: right;
}

/* Cartoseal Pricelist */
th	{
	font-weight:normal;
	}
	
#noprint {
	display:auto;
	visibility:auto;
	height:auto;
	width:auto;
}
	
span.Price {
	font-weight:normal;
	color:#000;
	}
	
span.PriceEuro {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	}

span.PriceCent {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	}

#pricelist_title {
	font-size:1.4em;
	font-weight:bold;
	color:#000;
	text-align:center;
	width:100%;
	}
#pricelistbody {
	font-size:0.65em;
	}

@media print {
/*
.pricelistbody {
	font-size:0.65em;
	}
*/
#noprint {
	display:none;
	visibility:hidden;
	height:0px;
	width:0px;
	}
.pagediv {
	page-break-before:always;
	}
}

