/* Logo and search field*/
div#searchBar {
	margin-top: 2.5em;
}

div#TFLogo {
	width: 35%;
	float: left;
	text-align: left;
}

div#TFLogo a,img {
	border: none;
}

div#search {
	width: 310px;
	float: right;
	margin-top: 1em;
	text-align: center;
}

div#search #field {
	margin: 0 auto;
	text-align: left;
}

div#search #field h3 {
	font-size: 1.1em;
	font-family: arial, sans serif;
	letter-spacing: 0.05em;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: left;
}

div#search #field #searchBtn {
	margin-left: 5px;
	background-color: #a2bd32;
	color: #FFF;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 0.03cm;
	width: 100px;
}

div#search #field #searchBtn:hover {
	background-color: #708700;
	color: #FFF;
}

div#search #field input {
	border: 1px solid #888;
	background-color: #F8F8F8;
	margin: 0px;
	width: 200px;
}

div#search #field input:focus {
	outline: none;
}

/* Content wrapper*/
div#content {
	margin-top: 2em;
}

div#content h2 {
	text-align: left;
	margin-top: 5px;
}

/* The trace information area */
div#traceArea {
	float: right;
	width: 70%;
}

div#traceArea div#traceContent {
	margin-top: 3em;
}

/* Menu area */
div#menu {
	float: left;
	width: 25%;
	border-top: 1px solid #c8c8c8;
}

div#menu div#revNav {
	margin-top: 1.0em;
}

div#itemTraceContent {
	text-align: left;
}

div#itemHeadline { 
	/*display: block;*/
	margin: 0;
}

div#itemTraceContent h3 {
	margin: 0px;
	margin-top: 0.5em;
	font-size: 2em;
	font-weight: bold;
}

div#itemTraceContent p#itemShortDescriptionP {
	font-size: 1.1em;
	margin-top: 10px;
}

div#itemTraceContent p#itemProductionDateP {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#itemTraceContent b {
	font-size: 1.1em;
	font-weight: bold;
}

div#itemTraceContent iframe#iframeItemPresentation {
	border: none;
}

div#companyTraceContent {
	text-align: left;
}

div#companyTraceContent h3 {
	margin: 0px;
	margin-top: 0.5em;
	font-size: 2em;
	font-weight: bold;
}

div#companyTraceContent p#companyShortDescriptionP {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#companyTraceContent iframe#iframeCompanyPresentation {
	border: none;
}

div#infoBox {
	height: auto !important;
	width: 600px;
	border: 1px;
	border-color: #c8c8c8;
	border-style: dashed;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: both;
	text-align: left;
}

div#infoBoxContent {
	display: block;
	height: auto;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

#infoBoxContentLink {
	text-decoration: none;	
}

.left-element {
	float: left;
	text-align: left;
	width: 48%;
}

.right-element {
	float: right;
	text-align: right;
	width: 48%;
}

table.infotable {
	text-align: left;
	width: 95%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background: whitesmoke;
	border-collapse: collapse;
	font-size:1.1em;
}

table.infotable th,table.infotable td {
	border: 1px silver solid;
	padding: 0.2em;
}

table.infotable th {
	background: gainsboro;
	text-align: left;
}

table.infotable caption {
	margin-left: inherit;
	margin-right: inherit;
}

/* Style to handle display of missingInfoBox */
.missingInfoBox {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 350px;
	height: auto;
	border: 2px;
	border-color: #708700;
	border-style: solid;
}

.missingInfoBox p {
	font-size: 1.1em;
	color: #000 !important;
	font-weight: bold;
	margin: 2px !important;
	text-align: center;
}

/* Style to handle display of recalledItemBox */
.recalledItemBox {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 370px;
	height: auto;
	border: 2px;
	border-color: #708700;
	border-style: solid;
}

.recalledItemBox p {
	font-size: 1.1em;
	color: #BC1414 !important;
	font-weight: bold;
	margin: 2px !important;
	text-align: center;
}

.conRecalledItemBox {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 370px;
	height: auto;
	border: 2px;
	border-width: 2px;
	border-color: #708700;
	border-style: solid;
}

.conRecalledItemBox p {
	font-size: 1.1em;
	color: #BC1414 !important;
	font-weight: bold;
	margin: 2px !important;
	text-align: center;
}

div#errorMessage {
	margin: 2px;
	border-top: 1px solid #C8C8C8;
	padding-top: 3em;
	font-size: 1.3em;
	color: red;
	font-weight: bold;
	text-align: center;
}



div.presentation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 15px;
	text-align: start;
	vertical-align: baseline;
}

div#serialSearch {
	width: 210px;
	float: right;
	margin-top: 1em;
	text-align: left;
}

div#serialSearch form {
	text-align: right;
}

div#serialSearch h3 {
	font-size: 1.1em;
	font-family: arial, sans serif;
	letter-spacing: 0.05em;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: left;
}

div#serialSearch #searchBtn2 {
	margin-left: 5px;
	background-color: #a2bd32;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.03cm;
	width: 100px;
}

div#serialSearch #searchBtn2:hover {
	background-color: #708700;
	color: #FFF;
}

div#serialSearch input {
	border: 1px solid #888;
	background-color: #F8F8F8;
	margin: 0px;
	width: 100px;
}

div#serialSearch input:focus {
	outline: none;
}

div#suggestions {
	width: 390px;
	float: right;
	margin-top: 1em;
	text-align: left;
}

div#suggestions form {
	text-align: right;
}

div#suggestions h3 {
	font-size: 1.1em;
	font-family: arial, sans serif;
	letter-spacing: 0.05em;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: left;
}

div#suggestions #searchBtn3 {
	margin-left: 5px;
	background-color: #a2bd32;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.03cm;
	width: 100px;
}

div#suggestions #searchBtn3:hover {
	background-color: #708700;
	color: #FFF;
}

div#suggestions select {
	border: 1px solid #888;
	background-color: #F8F8F8;
	margin: 0px;
	width: 280px;
}

div#suggestions input {
	border: 1px solid #888;
	background-color: #F8F8F8;
	margin: 0px;
	width: 100px;
}

div#suggestions input:focus {
	outline: none;
}

