@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-gradiant.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	background-color: #A21A6E;
	padding: 5px;
}
#share {
	display: inline;
	margin-bottom: 10px;
}
#share img {
	padding-bottom: 10px;
}
h2 {
	background-color: #000;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
h6 {
	color: #FFF;
	background-color: #CCC;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 {
	font-weight: bold;
	color: #A31A6C;
	font-size: 12px;
	margin-bottom: 10px;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatLeftTopPad {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatRightTopPad {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* corner radius setting */
#content, #recruitmentHeading, #featuresHeading, .newsOther, #newsFeatures, .newsHeadlines, #main #leftColumn, #main #rightColumn, #footer, #archiveTableDiv, #archiveContent, #stdContent, #eventCalendars, #quotes, #companyContactDetails, #mk {
	zoom: 1;
	/*behavior: url(https://semiconductor-today.com/Scripts/border-radius.htc); */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: none;
	border-width: 0px;
	border-color: #FFF;
}
#header, #main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	z-index: 20;
	position: relative;
}
#header {
	margin-top: 10px;
	background-color: #FFF;
}
#logo {
	float: left;
	margin-bottom: 10px;
}
#topBannerAdvert {
	float: right;
	width: 468px;
	text-align: right;
}
#searchBar {
	clear: both;
	background-image: url(../images/searchbarbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	margin-top: 5px;
	padding-left: 0px;
	font-size: 16px;
}
#searchBox {
	float: left;
	font-size: 10px;
	color: #FFF;
	margin-left: 10px;
	width: 354px;
}
#searchBox #sbi {
	width: 140px;
}
#searchButton {
	display: inline;
	position: relative;
	top: 7px;
	margin-left: 5px;
}
#searchBox2 {
	font-size: 10px;
	background-color: #243E9B;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
}
#searchButton2 {
	display: inline;
	position: relative;
	top: 7px;
	margin-left: 5px;
}
div.horizontal_scroller {
	position: relative;
	height: 24px;
	width: 375px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	float: left;
	margin-left: 15px;
	margin-right: 0px;
	padding-right: 0px;
}
#header #searchBar .horizontal_scroller .scrollingtext {
	position: absolute;
	white-space: nowrap;
	font-size: 18px;
	color: #FFF;
	height: 30px;
}
#freeRegistration {
	float: right;
	color: #FFF;
	padding-top: 10px;
	margin-right: 10px;
	width: 160px;
	text-align: right;
}
#freeRegistration a:link, #freeRegistration a:visited {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#freeRegistration a:hover {
	text-decoration: underline;
}
/* Main top navigation */
#header ul#topNav {
	background-image: url(../images/navBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	height: 25px;
	padding-bottom: 5px;
	clear: both;
	width: 940px;
}
#header #topNav li {
	display: inline;
	text-align: center;
}
#header #topNav li a:link, #header #topNav li a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#topNav li a:hover {
	color: #FFF;
	background-color: #A21A6E;
}
#header #topNav #btnHome a, #header #topNav #btnArchive a, #header #topNav #btnFeatures a, #header #topNav #btnDirectory a, #header #topNav #btnRecruitment a, #header #topNav #btnEvents a, #header #topNav #btnAbout a, #header #topNav #btnAdvertising a, #header #topNav #btnContribute a {
	font-size: 16px;
}
#header #topNav #btnContribute a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #topNav #btnAbout .noBorderLink {
	border: none;
}
/* End of main top nav */

/* Main navigation 2nd row */
#header ul#secondNav {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	height: 25px;
	padding-bottom: 5px;
	clear: both;
	width: 940px;
	font-size: 16px;
	background-image: url(../images/navBg.jpg);
	background-repeat: no-repeat;
}
#header #secondNav li {
	display: inline;
	text-align: center;
}
#header #secondNav li a:link, #header #secondNav li a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#header #secondNav li a:hover {
	color: #FFFFFF;
	background-color: #A01B6C;
}
#header #secondNav #btnProduct .lastLink {
	border:none;
}
	
/* End of navigation 2nd row css */


#main {
	clear: both;
	background-color: #DFE7F4;
	width: 940px;
	height: auto;
	/* to help rearrange running order on mobile devices */
	display: flex;
  flex-flow: row wrap;
}

#main #leftColumn, #main #rightColumn {
	float: left;
	width: 177px;
	background-color: #DFE7F4;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	clear: both;
	min-height: 1370px;
}
#main #rightColumn p, #main #leftColumn p {
	margin-bottom: 8px;
}
#main #content {
	float: left;
	background-color: #DFE7F4;
	width: 564px;
	padding-top: 8px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 14px;
}
#footer {
	background-color: #DFE7F4;
	clear: both;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-size: 11px;
	color: #069;
	line-height: 1.1em;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	z-index: 20;
	position: relative;
}
#footer .juno {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #FFF;
}
#footer p {
	margin-bottom: 6px;
	margin-top: 0px;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #069;
	text-decoration: none;
}
#recruitmentHeading img, #featuresHeading img {
	float: none;
	text-align: center;
}
.newsHeadlines, #newsFeatures, .newsOther, #quotes, #homeNewsLeft {
	float: left;
	width: 280px;
	margin-bottom: 5px;
	padding-bottom: 8px;
}
.newsHeadlines .archiveBtn, #newsFeatures .archiveBtn, .newsOther .archiveBtn {
	padding-top: 3px;
	float: left;
	padding-left: 82px;
}
#homeNewsLeft {
	margin-right: 4px;
}
.newsHeadlines {
	margin-right: 4px;
	background-color: #FFF;
}
#newsFeatures {
	background-color: #EFEFEF;
}
.newsOther {
	background-color: #FFF;
}
.sectionHeading img, .sectionHeadingWide img {
	margin-right: 5px;
}
.contentWidthAdvert {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.teaser {
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE7F4;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main #content #newsFeatures .teaser {
	border-style: none;
	padding-bottom: 0px;
}
#newsFeatures .teaser img {
	float: right;
	margin-left: 5px;
}
.teaser a:link, .teaser a:visited, .product a:link, .product a:visited {
	color: #9F196C;
	text-decoration: underline;
	font-weight: bold;
}
.teaser a:hover, .product a:hover {
	text-decoration: none;
	color: #223F9B;
}
#featuresTable, #recruitmentTable {
	margin-bottom: 10px;
}
#featuresTable td a, #recruitmentTable td a {
	color: #9F196C;
	text-decoration: underline;
	font-weight: bold;
}
#featuresTable td a:hover, #recruitmentTable td a:hover {
	text-decoration: none;
	color: #243E9B;
}
#featuresTable td, #recruitmentTable td {
	width: 250px;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE7F4;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.leftCell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C7E3F8;
}
#featuresHeading, #recruitmentHeading {
	clear: both;
	background-color: #FFF;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sectionHeading, .sectionHeadingWide, .financialHeading {
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	height: 22px;
	vertical-align: text-bottom;
	padding-top: 3px;
	line-height: 1.2em;
}
.sectionHeading {
	margin-top: 10px;
	background-image: url(../images/sectionHeading.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	padding-left: 15px;
}
.financialHeading {
	margin-top: 10px;
	background-image: url(../images/sectionHeading.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	text-align: center;
}
.sectionHeadingWide {
	background-image: url(../images/sectionHeadingWide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height: 1.2em;
}
div.centreBtn {
	width: 115px;
	margin-right: auto;
	margin-left: auto;
}
table#mediaKit {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
#mediaKit td {
	padding: 5px;
	border: 1px solid #223F9B;
}
#mediaKit p {
	line-height: .8em;
}
.mediaKitHdg {
	text-align: center;
	color: #FFF;
	background-color: #223F9B;
	font-weight: bold;
}
#mediaKit a:link, #mediaKit a:visited, #mk a:link, #mk a:visited {
	font-size: 12px;
	color: #9F196C;
	text-decoration: none;
}
#mediaKit a:hover, #mk a:hover {
	text-decoration: underline;
	color: #223F9B;
}
div.archiveButtons {
	width: 175px;
	margin-left: 15px;
}
#archiveContent {
	background-color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#archiveContent p, #jobsContent p {
	margin-bottom: 10px;
}
#archiveContent a:link, #archiveContent a:visited, #jobsContent a:link, #jobsContent a:visited {
	color: #9F196C;
	text-decoration: underline;
	font-weight: bold;
}
#archiveContent a:hover, #jobsContent a:hover {
	text-decoration: none;
	color: #223F9B;
}
#jobsContent {
	background-color: #FFF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#archiveTableDiv {
	background-color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table#archiveTable, #eventCal {
	width: 100%;
}
#archiveTable td, #eventCal td {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 25%;
}
#archiveTable a:link, #archiveTable a:visited, #eventCal a:link, #eventCal a:visited {
	text-decoration: none;
	color: #FF0;
	background-color: #223F9B;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#archiveTable a:active, #archiveTable a:hover, #eventCal a:active, #eventCal a:hover {
	color: #FF0;
	background-color: #9F196C;
}
#stdContent {
	background-color: #FFF;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 1.2em;
}
#stdContent p {
	font-size: 12px;
	margin-bottom: 10px;
}
#stdContent li {
	font-size: 12px;
}
#stdContent a:link {
	font-weight: bold;
	color: #9F196C;
	text-decoration: underline;
}
#stdContent a:hover, #stdContent a:active {
	text-decoration: none;
}
#stdContent a:visited {
	color: #C264A0;
	font-weight: bold;
	text-align: center;
}
#stdContent ul {
	margin-bottom: 10px;
}
#stdContent li {
	list-style-type: disc;
	margin-left: 40px;
}
#stdContent ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
.semic {
	font-style: italic;
	font-weight: bold;
}
.staffDetails {
	height: 165px;
	clear: both;
}
.staffDetails img {
	float: left;
	margin-right: 20px;
}
table.rates, table.genTable, #copyReq {
	width: 100%;
}
.rates td, .genTable td, #copyReq td {
	padding: 5px;
	width: 25%;
	border: 1px solid #DFE7F4;
}
.cellHeading {
	color: #FFF;
	background-color: #A21A6E;
	font-weight: bold;
}
.currency {
	background-color: #243E9B;
	font-weight: bold;
	color: #FFF;
}
.topBorder {
	background-color: #DFE7F4;
}
.featuresHeadline {
	font-weight: bold;
	color: #243E9B;
	font-size: 14px;
}
.newsRelated {
	font-weight: bold;
	color: #243E9B;
	font-size: 12px;
}
.storyHeadline {
	font-weight: bold;
	color: #A31A6C;
	font-size: 14px;
}
#disclaimer {
	font-size: 12px;
	text-align: left;
	color: #0066A5;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}
table#suppliersIndex {
	margin-bottom: 10px;
}
#suppliersIndex td {
	padding: 2px;
}
.explanationPara {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.2em;
}
.pageHeading {
	text-align: left;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	color: #FF0;
	font-weight: bold;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 5px;
}
.archiveHeading {
	text-align: left;
	background-image: url(../images/archive-bar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	color: #FF0;
	font-weight: bold;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 5px;
}
#archiveContent h2 {
	background-color: #FFF;
	background-image: url(../images/headerSmallBg.jpg);
	text-align: center;
	background-repeat: no-repeat;
	width: 135px;
	padding-right: 0px;
	padding-left: 0px;
}
.itemArchive {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE7F4;
	padding-bottom: 13px;
	padding-top: 2px;
	line-height: 1.2em;
}
.itemFeatures {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE7F4;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.itemFeatures p {
	font-weight: normal;
}
.explanationPara a:link, .explanationPara a:visited {
	color: #9F196C;
	font-weight: bold;
}
.explanationPara a:hover {
	text-decoration: none;
}
div#quotes {
	background-color: #FFF;
	margin-right: 4px;
}
#quotes span {
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#eventCalendars {
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.bottomMargin {
	margin-bottom: 15px;
}
#rss a:link, #rss a:visited {
	text-decoration: none;
}
#rss a:hover {
	color: #243E9B;
}
#rss a img {
	margin-left: 80px;
}
#subscribeLinks li a:link, #subscribeLinks li a:visited {
	text-decoration: none;
	background-color: #223F9B;
	display: block;
	font-weight: bold;
	color: #FF0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 2px;
}
#subscribeLinks li a:hover {
	background-color: #A21A6E;
}
.pdfCovers {
	float: left;
	width: 165px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: center;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	zoom: 1;
	/*behavior: url(https://semiconductor-today.com/Scripts/border-radius.htc); */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: none;
	border-width: 0px;
	border-color: #FFF;
}
.pdfCovers a img {
	margin-bottom: 2px;
}
#main #content #stdContent .pdfCovers a:link {
	text-decoration: none;
}
#main #content #stdContent .pdfCovers a:visited {
	color: #C0659E;
}
#main #content #stdContent .pdfCovers a:hover {
	color: #223F9B;
}
.superscript, .subscript {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 9px;
	margin-right: 1px;
	margin-left: 1px;
}
.subscript {
	top: 0.4em;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 
.newsItemTable td {
	padding: 4px;
	text-align: center;
	border: 1px solid #000;
}
#doMore {
	background-color: #DFE7F4;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#doMore img {
	margin-right: 5px;
	margin-left: 5px;
}
.attribution {
	display: none;
	height: 0px;
}
#searchBox2 form {
	display: inline;
}
div.blackButton {
	background-image: url(../images/headerMedBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 25px;
	width: 150px;
	display: inline;
}
.blackButton a:link, .blackButton a:visited {
	padding: 5px;
}
.jobsDate {
	font-size: 14px;
	font-weight: bold;
}
#quotes p span a:link, #quotes p span a:visited, #quotes p span a:hover {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
#google_translate_element {
	margin-bottom: 10px;
}
div#storyHorAdd {
	text-align: center;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Magazine cover rotator */

#main #leftColumn .pics {
	height: 200px;
	width: 151px;
	padding: 0;
	text-align: center;
	margin-left: 13px;
	margin-bottom: 15px;
}
#main #leftColumn .pics img {
	height: 200px;
	width: 151px;
}
table.comProFile {
	width: 100%;
}
.comProFile td {
	background-color: #DFE7F4;
	padding: 5px;
	border: 1px solid #333;
	border-collapse: collapse;
	text-align: center;
	width: 50%;
}
.prevBut {
	margin-bottom: 15px;
}
.tableBgBlueRow td, .tableBgBlue {
	color: #FFFF00;
	background-color: #223F9B;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 2px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
.tableBgPurple {
	color: #FFFFFF;
	background-color: #A01B6C;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 2px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
.tableBgLtBlueRow td, .tableBgLtBlue {
	color: #000000;
	background-color: #DFE7F4;
	text-align: center;
	padding: 2px;
	border: 2px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
#main #leftColumn #mk {
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-color: #FFF;
	text-align: left;
	padding: 8px 8px 2px;
	line-height: 1.2em;
}
#mk h6 {
	background-color: #223F9B;
	color: #FFF;
	margin: 0px 0px 8px;
	text-align: center;
}
#stdContent, #archiveContent, div.teaser, .leftCell p, .rightCell p {
	line-height: 1.2em;
}
/* cookie notification styles */

#easyNotification {
	padding: 8px 12px;
	color: #FFF;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background-image: url(../images/cookie-policy-bg.png);
	background-repeat: repeat;
}
#easyNotification span {
	float: right;
	cursor: pointer;
	background-image: url(../images/close-button.png);
	width: 60px;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
	font-style: italic;
}
#easyNotification a:link, #easyNotification a:visited, #easyNotification a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#easyNotification a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* original cookie warning code */
#privacy {
	position: fixed;
	height: 20px;
	bottom: 0px;
	background-image: url(../images/cookie-policy-bg.png);
	background-repeat: repeat;
	text-align: center;
	font-size: 12px;
	padding: 8px 4px 4px;
	color: #FFF;
	width: 100%;
}
#privacy a:link, #privacy a:visited, #privacy a:active, #privacy a:hover {
	color: #FFF;
	font-weight: bold;
}
/* End of cookie warning code */.clearFix {
	line-height: 0px;
	clear: both;
}
#newProducts {
	background-color: #FFF;
}
div.product {
	clear: both;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE7F4;
	padding: 10px;
}

#pageHeading {
	text-align: left;
	background-image: url(../images/archive-bar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	color: #FF0;
	font-weight: bold;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 5px;
}
.underlineText {
	text-decoration: underline;
}
#companyContactDetails {
	background-color: #FFF;
	font-size: 12px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	line-height: 1.3em;
}
#companyContactDetails a:link {
	color: #9F196C;
}
#companyContactDetails a:visited {
	color: #C264A0;
}
#companyContactDetails a:hover, #companyContactDetails a:active {
	text-decoration: none;
}
.emphasiseText {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C00;
}
.textFrame {
	border: 2px solid #000;
	padding: 5px;
	color: #C00;
}
.whitebg {
	background-color: #FFF;
}
.slicknav_menu {
	display:none;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	width: auto; /* For IE8 */
}
.liststory li {
	margin-bottom: 15px;
}
.pdfpagelinks {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #666666;
	padding-top: 10px;
}
.pdfpagelinks p {
	font-size: 15px !important;
}
.pdfpagelinks a:link {
	padding: 0px 10px;
}
.copyrightwarning {
	display: none;
}

/* Google search */
.gsc-search-button, .gsc-search-button-v2, .cse input.gsc-search-button:focus, input.gsc-search-button:focus, .cse input.gsc-search-button:hover,
input.gsc-search-button:hover, .cse input.gsc-search-button, input.gsc-search-button {
	background-color: transparent !important;
	background: transparent !important;
	border: none !important;
	background-image: none;
}
table.gsc-search-box {
	margin-top: 5px;
}
#stdContent ol.listabc li {
	list-style-type: upper-alpha;
}

.headline, #main #content #stdContent h1.headline {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #A31A6C;
	font-size: 12px;
	background-color: #fff !important;
	text-align: left;
	padding: 0px;
}
	