@charset "UTF-8";
/* CSS Document */


/* FONTFACE */

@font-face {
    font-family: 'HumanistCondenced';
    src: url('fonts/humanist_condensed-webfont.eot');
    src: url('fonts/humanist_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/humanist_condensed-webfont.woff') format('woff'),
         url('fonts/humanist_condensed-webfont.ttf') format('truetype'),
         url('fonts/humanist_condensed-webfont.svg#HumanistCondenced') format('svg');
    font-weight: normal;
    font-style: normal;
	transform: translate3d(0, 0, 0);
}

@font-face {
    font-family: 'HumanistBoldCondenced';
    src: url('fonts/humanist_bold_condensed-webfont.eot');
    src: url('fonts/humanist_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/humanist_bold_condensed-webfont.woff') format('woff'),
         url('fonts/humanist_bold_condensed-webfont.ttf') format('truetype'),
         url('fonts/humanist_bold_condensed-webfont.svg#HumanistBoldCondenced') format('svg');
    font-weight: normal;
    font-style: normal;
	transform: translate3d(0, 0, 0);
}



/* ------------------------- */

* {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
*:before,
*:after {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

html { 
	overflow-y: scroll;
	height: 100%;
}
html { 
	overflow: -moz-scrollbars-vertical;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 140%;
	color: #221f1f;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#wrapper {
	width: 960px;
	margin: 0 auto ;
	min-height: 75%;
	height: auto !important;
}
.clear {
	clear: both;
}

a img {
	border: none;
}

.badge.badge-danger {
    padding: 2rem;
    color: #ffffff;
    background-color: #D31013;
}
.btn {
	white-space: unset !important;
}
/* HEADER */

#header {
	

}

#headerBox {
	position: absolute;
	margin-top: 25px;
	left: 0;
	background: #373a72;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	height: 162px;
	box-shadow: 0px 1px 13px 0px #404040;
	width: 100%;
}

#headerBeeld {
	width: 730px;
	overflow: hidden;
	padding-left: 230px;
	margin: 20px auto 0 auto;
}

#headerBeeld img {
	width: 100%;
	box-shadow: 0px 1px 13px 0px #404040;
}

#navBox {
	margin-top: -94px;
	height: 68px;
	width: 180px;
	/*
	background: url(../images/Maene-logo.png);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

#logoMaeneOud {
	width: 180px;
	height: 160px;
	margin-bottom: 20px;
	margin-top: 4px;
	text-align: center;
}

#logoMaeneOud a {
	display: block;
	width: 180px;
	height: 120px;
	text-decoration:none;
}

#navBox .topnav {
	display: none;
}

#navBox a {
	color: #7f83d5;
	text-decoration: none;
}

 #navBox a:hover {
	text-decoration: underline;
}

#navBox .talen {
	text-transform: uppercase;
	display: block;
	position: absolute;
	margin-left: 880px;
	text-align: center;
	font-size: 0.9em;
	background: #373a72;
	width: 50px;
	color: #ffffff;
	padding: 8px 14px 8px 14px;;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	box-shadow: 0px 1px 6px 0px #999999;
}


/* MENU */

#menuBox {
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 57px 0 35px 230px;
	height: 1px;
}

#menuBox>div {
	margin-right: 35px;
	float: left;
}

#menuBox>.nav a {
	color: #5a5a5a;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
  	-moz-transition: color 0.3s ease-in-out;
  	-o-transition: color 0.3s ease-in-out;
  	transition: color 0.3s ease-in-out;
}

#menuBox>.nav.active a {
	color: #df9a06;
}

#menuBox a:hover {
	color: #df9a06;
}

#menuBox .current {
	color: #df9a06;
}

.shadeProd, #leftspace {
	display: none;
}




/* PRODUCTENNAV */


.navProducts {
	width: 136px;
	color: #df9a06;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 0 45px 10px 0;
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: solid 1px #373a72;
}

.navProducts h1 {
	font-weight: normal;
}

.navProducts a {
	color: #df9a06;
}


#subnavBox {
	width: 180px;
	margin-right: 30px;
	padding: 10px;
	top: 0;
	margin-bottom: 20px;
	background: #ffffff;
	box-shadow: 0px 1px 13px 0px #999999;
	/*position: fixed;*/
	position: absolute;
	z-index: 10;
	/*height: 100%;*/
	height: auto;
	overflow: scroll hidden;
}


/* CONTENT */


#contentBox {
	width: 960px;
}

#content .Box {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #373a72;
}
#BoxReferentie, #BoxCase {
	margin-bottom: 25px;
}

#contentBox #content {
	float: right;
	width: 730px;
	margin-top: 0px;
}

#nieuwscontent {
	margin-top: 220px;
	float: right;
	width: 730px;
}



.frame .title {
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
	margin-bottom: 9px;
	font-size: 1.7em;
	color: #df9a06;
}
.detailframe .title {
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	margin-bottom: 10px;
	color: #df9a06;
}
.subtitle {
	color: #df9a06;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.title span.subtitle02 {
	font-size: 0.75em;
	float: right;
}

.subtitle02 {
	color: #df9a06;
	font-size: 1.6em;
	display: block;
	margin-bottom: -9px;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
}
.subtitle03 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content .Box .frame .image {
	float: left;
	height: 130px;
	width: 134px;
	overflow: hidden;
	margin-right: 13px;
	box-shadow: 0px 1px 7px 0px #404040;
}

#content .Box .frame .nextToVideo,
#content .Box .frame .video {
	float: left;
	height: 140px;
	width: 210px;
	overflow: hidden;
	margin-right: 13px;
	
}
#content .Box .frame .nextToVideo { overflow:visible; }

.Box .frame .tekstBoxvideo {
	float: left;
	display: block;
	width: 270px;
}

#content .Box strong {
	color: #373a72;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

#BoxCase .imageBig {
	float: left;
/*	height: 230px;*/
	width: 210px;
	overflow: hidden;
	border: 1px solid #818A93;
	margin-bottom: 20px;
}
#BoxCase .imageSmall {
	float: left;
	height: 72px;
	width: 85px;
	overflow: hidden;
	border: 1px solid #818A93;
	margin-bottom: 5px;
}


.image03 {
	height: auto;
	width: 200px;
	margin-bottom: 13px;
	box-shadow: 0px 1px 7px 0px #404040;
	display: block;
}
#content .Box .frame .image02 {
	float: left;
	/*height: 74px;*/
	height: auto;
	width: 100px;
	overflow: hidden;
	margin-right: 13px;
	box-shadow: 0px 1px 7px 0px #404040;
}
#content .Box .detailframe .image {
	height: 147px;
	width: 244px;
	overflow: hidden;
	margin-right: 10px;
	box-shadow: 0px 1px 7px 0px #404040;
	float: left;
}
#content .Box .detailframe .plan {
	height: 147px;
	width: 244px;
	overflow: hidden;
	border: 1px solid #818A93;
	float: left;
}
.Box .frame .tekstBox {
	float: left;
	display: block;
	width: 580px;
}

	
.Box .frame .tekstBoxnewscont {
	float:left;
	display: block;
	width: 350px;
}
.Box .frame .item {
	margin-bottom:5px;
}
.Box .frame .tekstBoxnewstxt {
	display: block;
	
}
.Box .frame .tekstBox02 {
	float: left;
	display: block;
	width: 350px;
}

.Box .frame .tekstBox03 {
	float: left;
	display: block;
	width: 280px;
}


#content .Box .frame .date {
	float: left;
	width: 70px;
	text-align:right;
}

.tekstBox {
	float: left;
	display: block;
}
.Box .detailframe .tekstBox {
	display: block;
	width: 505px;
}
.nav .current {
	color: #5093d7;
}



/* FOOTER */
#footer h3 {
	color: #df9a06;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 7px;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
}


#footer {
	background: #373a72;
	color: #ffffff;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: 40px;
	z-index: 40;
	/*height: 200px;*/
	height: auto;
}

#footer #tabs ul {
	margin-left: 0;
	-webkit-padding-start: 0px;
	padding-left: 0;
}

/*
#footer #top {
	font-size: 0.95em;
	margin-bottom: 15px;
}
#footer #middle {
	color: #FFFFFF;
	font-weight: bold;
	font-weight: normal;
	font-size: 0.95em;
}
#footer #bottom, #end {
	display: none;
}*/

/* footer */
#footerContent {
	width: 940px;
	margin: 20px auto 5px auto;
	font-size: 0.85em;
}

#footer p {
	margin-bottom: 18px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a img {
	border: none;
}

#footerAdres, #footerProducten, #footerSocial {
	float: left;
}

#footerAdres {
	width: 178px;
	margin-right: 40px;
}

#footerProducten {
	width: 520px;
	margin-right: 40px;
}

#footerProducten ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#tabsCat {
	border-bottom: solid 1px #ffffff;
	text-transform: uppercase;
	font-size: 1.1em;
}

#tabsCat a {
	text-decoration: none;
}

.ui-state-active a {
	outline: none;
	color: #df9a06;
}

.ui-tabs-anchor {
	color: #df9a06;
}

#footerProducten li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 8px;
}

#footerSocial {
	width: 160px;
	/*line-height: 32px*/
}

#footerSocial img {
	margin-right: 4px;
	vertical-align: middle;
}

#footerSocial img {
	margin-right: 4px;
}


/* END FOOTER */


a {
	text-decoration: none;
	color: #3D5E8F;/*#8c949f;*/
}
a:hover {
	color: orange; /*#3D4E4F;*/
}

#middle a {
	color: #FFFFFF;
	text-decoration: none;
}
#middle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#docsBox {
	width: 236px;
	border: 1px solid #c9c9c9;
	float: left;
	padding: 4px;
	background-color: #FFFFFF;
}
.docOn {
	background-color: #D9D9D9;
	display: block;
	height: 19px;
}
.icon {
	height: 19px;
	width: 24px;
	float: left;
}
.docOff {
	background-color: #E9E9E9;
	display: block;
	height: 19px;
}
.down {
	height: 19px;
	float: right;
	width: 24px;
}
.docOff .document {
	background-color: #f7f7f7;
	height: 19px;
	float: left;
	line-height: 19px;
	padding-left: 5px;
	width: 179px;
}
.docOn .document {
	background-color: #E5E2E2;
	height: 19px;
	float: left;
	line-height: 19px;
	padding-left: 5px;
	width: 179px;
}
.document a {
	text-decoration: none;
	color: #666666;
}
.document a:active {
	text-decoration: none;
	color: #666666;
	}
.document a:link {
	text-decoration: none;
	color: #666666;
}
.document a:hover {
	text-decoration: underline;
	color: #0073be;
}
.detailframe ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.detailframe strong {
	font-size: 14px;
}
.frame .tabelL {
	display: block;
	width: 48%;
	float: left;
}
.frame .tabelR {
	display: block;
	width: 48%;
	float: right;
}
.on {
	background-color: #E5E2E2;
}
.off, .on {
	display: block;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#BoxReferentie .on, #BoxReferentie .off {
}
#BoxCase .imageSmallBox {
	float: left;
	width: 184px;
	padding-left: 0px;
}
#BoxCase .spacer {
	height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.Accordion02:focus { outline: none; }

.faq .faqNr {
	display: block;
	float: left;
	width: 50px;
}
.faq .vraag {
	float: left;
	width: 430px;
}
.faq .antwoord {
	float: left;
	width: 404px;
}

.Accordion02 .faqTitel {
	font-size: 1.2em;
}

.Accordion02>div:last-child {
	border: none;
}

.Accordion02 .AccordionPanelOpen .AccordionPanelTab {
	background: #b9bace;
}

.Accordion02 .AccordionPanel .AccordionPanelTab:hover {
	background: #b9bace;
}

.faqTitel {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 140%;
	color: #373a72;
	padding-left: 8px;
	font-size: 1.6em;
	margin-bottom: 7px;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.FaqMore {
	background-image: url(../images/bckgrndFaqMore.jpg);
	height: 22px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.top {
	width: 30px;
	float: left;
	display: table-cell;
	margin-top: 4px;
	text-align: right;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
.nostyle {
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {
	/*height: 20px;*/
}
input, textarea {
}
.redborder  {
	margin-top: 10px;
	border: 1px solid #FF6600;
	line-height: 20px;
	font-style: italic;
	color: #893700;
	background-color: #FFEDD0;
}  
.red {
	
	color: #FF6600;
}
select {
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	color: #666666;
}
.button {
	background-image: url(../images/bckgrndButton.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	line-height: 21px;
}

.button a {
	color: #FFFFFF;
	text-decoration: none;	
}
.button a:hover {
	color: #4293c8;
	text-decoration: none;	
}
.grey {
	color: #333333;
}
.dealer {
	color: #5B6065;
}

#leftspace {
	width: 41px;
	float: left;
}
.spacer2 {
	float: left;
	width: 5px;
}
.tekst {
	font-weight: normal;
	color: #3c444f;
}
.noStyle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Toegevoegd bij scripting */
.broodKruimel {
	width: 730px;
	padding-left: 230px;
	margin: 220px auto 30px auto;
}


/* FORM */

.btnForm {
	background: #df9a06;
	text-align: center;
	border: none;
	font-size: 0.9em;
	border-radius: 3px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; 
	font-weight:600; 
	font-stretch:condensed;
	padding: 4px 10px 5px 14px;
}

.btnForm:hover {
	color: #5a5a5a;
}

label {
	text-transform: uppercase;
	color: #373a72;
}
label.custom-control-label {
	text-transform: unset;
}
input.custom-control-input {
    height: auto;
}

label[for="info_by_email"], label[for="vraag"] {
	text-transform: none;
}

input[type="text"], textarea {
	border-radius: 3px;
	border: solid 1px #373a72;
	margin-top: 5px;
	padding: 2px 5px;
}

#company, #phone, #email, textarea, select {
	width: 394px;
}

#firstname {
	width: 140px;
}

#lastname {
	width: 218px;
}

#zip, #werf_zip {
	width: 90px;
}

#city, #werf_city {
	width: 268px;
}

textarea {
	padding: 5px;
}


.verplicht {  }
/*
{
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/
.foutmelding, .waarschuwing	{ color:red; }

.imageSmall img	{ cursor: pointer }

#myNewslettersubscribeForm {
	width: 180px;
}

#newslettersubscribe_email {
	width: 122px;
	height: 26px;
	border: solid 1px #373a72;
	padding: 0 6px;
	margin-top: -10px;
}

#myNewslettersubscribeForm .submitBtn {
	margin-top: 8px;
	background: #df9a06;
	text-align: center;
	border: none;
	font-size: 0.9em;
	border-radius: 3px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;
	height: 30px;
	padding: 6px 10px 10px 10px; 
}


.mailing{
	
	margin-top: 20px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
.mailing h1, .videoEyecatcher h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #df9a06;
	font-weight: normal;
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
	text-align: left;
}
.mailing p {
	text-align: left;
	/*margin-bottom: -20px;*/
}

.mailinginputfield p{
	background: url(../images/mailingfield.jpg) no-repeat;
	width: 209px;
	height: 27px;
	margin-top: 20px;
	}
.mailinginputfield p input{
	width: 128px;
	height: 21px;
	margin: 3px;
	border: none;
	background: none;
	float: left;
	padding: 3px;
	}
.mailinginputfield p input.submitBtn {
	padding:0px;
	margin:0px;
	background: url(../images/mailingbutton.jpg) no-repeat right top;
	border:none;
	width:68px;
	height: 27px;
	font: 11px "Century Gothic", Arial, Tahoma;
	line-height: 11px;
	color: #fff;
	float: left;
}


.referentieEyecatcher{
	
	margin-top: 20px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
.referentieEyecatcher h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #df9a06;
	font-weight: normal;
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
	text-align: left;
}
.referentieEyecatcher p {
	text-align: left;
}

.btnVid, .btnRef, .nieuwsbriefSubscribe input[type="submit"], .btnProd, #inlineForm input[type="submit"],
.btnVid, .btnRef, .nieuwsbriefSubscribe button[type="submit"], .btnProd, #inlineForm button[type="submit"], .buttonCO a {
	margin-top: 8px;
	background: #df9a06;
	text-align: center;
	border: none;
	font-size: 0.85em;
	border-radius: 3px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	cursor: pointer;
}

.btnVid, .btnRef {
	display: inline-block;
    height: auto;
    min-width: 160px;
    padding: 4px 10px 5px 10px;
    width: auto;
}

.buttonCO {
	display: none;
	margin-bottom: 20px;
}
.buttonCO a {
	display: block;
	width: 170px;
	padding: 5px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}
.buttonCO a img {
	float: left;
	margin-right: 10px;
}


.btnVid a, .btnRef a, .nieuwsbriefSubscribe input[type="submit"], .btnProd a, #inlineForm input[type="submit"],
.btnVid a, .btnRef a, .nieuwsbriefSubscribe button[type="submit"], .btnProd a, #inlineForm button[type="submit"] {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;
	cursor: pointer;
}

.nieuwsbriefSubscribe input[type="submit"],
.nieuwsbriefSubscribe button[type="submit"] {
	height: 30px;
	padding: 6px 10px 10px 10px;  
	cursor: pointer;
}

.btnProd {
	width: 121px;
	height: auto;
	padding: 4px 10px 5px 14px;
}
.archivetable tr td{
	font: normal 12px "Century Gothic", Arial, Tahoma;
	}
.archivetable tr td a{
	font: bold 12px "Century Gothic", Arial, Tahoma;
	color: #3d5e8f;
	}
.archivetable tr td a:hover{
	font: bold 12px "Century Gothic", Arial, Tahoma;
	color: #3C444F;
	}
.newstopicline{
	border-top: 1px solid #ced0d3;
	}
.newstopicpic img{
	border: 1px solid #89929a;
	}
.newstopicpic{
	padding-right: 20px;
	text-align: center;
}

.archivetable>tbody>tr {
	padding: 0 0 10px 0;
	height: 20px;
}

.archivetable h1{font: normal 16px "Century Gothic", Arial, Tahoma; padding-bottom: 14px;}
.archivetable h2{font: bold 12px "Century Gothic", Arial, Tahoma; padding: 0px; margin:0; margin-bottom: 6px;}
.archivetable p{margin-bottom: 6px; font: normal 10px "Century Gothic", Arial, Tahoma;}



/* ******************* NEWSBOX ********************* */

.newsbox{
	height:250px;
	width:250px;
	overflow:hidden;
	margin-left:250px;
	padding-top:10px;
	
	}


.newsbox .item, .newsbox2 .item{
	border-bottom:1px dotted #000;
	margin-bottom:5px;
	height:40px;
	padding-bottom:4px;
	display:block;
	}


.newsbox .itemhover, .newsbox2 .itemhover{
	background:#000;
	cursor:pointer;
	color:#f3ec19;
	}

.newsbox .date, .newsbox2 .date{
	background-color:#000;
	color:#f3ec19;
	width:30px;
	float:left;
	margin-right:10px;
	}

.newsbox .date .month, .newsbox2 .date .month{
     width:100%;
     text-align:center;
	 line-height:1.3em;
	 position:relative;
	 top:2px;
	 font-size:0.9em;
	 
}

.newsbox .date .day, .newsbox2 .date .day{
     width:100%;
     text-align:center;
	  line-height:1.3em;
	  font-size:1.3em;
}

.newsbox .title,.newsbox2 .title{
	float:left;
	margin-right:5px;
	width:195px;
	font-size:0.9em;
	height:35px;
	overflow:hidden;
	line-height:1.4em;
	}

.newsbox .link, .newsbox2 .link{
	width:10px;	
	float:left;
	text-align:right;
}

.downloadButtons li {
	list-style: none;
	width: 340px;
	height: auto;
	background: #cccccc;
	/* Safari 4-5, Chrome 1-9 */
	background: url(../static/images/productDownloadArrow.png) no-repeat center right, -webkit-gradient(linear,left top, right top, from(#a7a7a7), to(#cccccc));
	/* Safari 5.1, Chrome 10+ */
	background: url(../static/images/productDownloadArrow.png) no-repeat center right, -webkit-linear-gradient(left, #a7a7a7, #cccccc);
	/* Firefox 3.6+ */
	background: url(../static/images/productDownloadArrow.png) no-repeat center right, -moz-linear-gradient(left, #a7a7a7, #cccccc);
	/* IE 10 */
	background: url(../static/images/productDownloadArrow.png) no-repeat center right, -ms-linear-gradient(left, #a7a7a7, #cccccc);
	/* Opera 11.10+ */
	background: url(../static/images/productDownloadArrow.png) no-repeat center right, -o-linear-gradient(left, #a7a7a7, #cccccc);
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-left: 0px;
	margin-bottom: 8px;
}

.downloadButtons li a {
	width: 290px;
	display: block;
	padding: 8px 36px 8px 14px;
	color: #373a72;
	text-decoration: none;
}

.downloadButtons li a:hover {
	color: #ffffff;
}

