@import url("tvh-site-webapp-common.css");

/* -----------------------------
		Website Dyn app
   ---------------------------*/
body{
	 background-color:#fff !important;
}
#sliding-popup{
	display:none !important;}

body,input, select{
	font-family: 'DINWeb', sans-serif;
	color:#646466;
}
.clear{clear:both;}

h1{
	border-bottom: 2px solid #e4002b;
}

a, input {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	-webkit-transition:background-position 0s linear;
	-moz-transition:background-position 0s linear;
   	-o-transition:background-position 0s linear;
   	transition:background-position 0s linear;

   	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
   	-o-transition:background-color 0.2s ease-in-out;
   	transition:background-color 0.2s ease-in-out;
}
aside, span, p  {
   	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
li {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/* -----------------------------
		Contact form
   ---------------------------*/

.required, span.required {
	color:#e4002b;
	text-transform:uppercase;
}
.item{
	margin: 0 0 10px 0;
}
.item label{
	font-weight:normal;
	display:inline-block;
	line-height:30px;
	margin-right:5px;
	width:140px;
	text-transform:uppercase;
}
.item input[type="text"]{
	background-color: #e0e0e0;
	display:inline-block;
	height: 34px;
	width: 280px;
	border: 1px solid #e0e0e0;
	color: #646466;
	font-weight: 400;
	font-size: 14px;
	font-family: 'DINWeb', sans-serif;
	padding: 0 10px;
}
textarea{
	background-color: #e0e0e0;
	border: none;
	display: block;
	color: #646466;
	font-weight: 400;
	font-size: 14px;
	font-family: 'DINWeb', sans-serif;
	padding: 10px;
	overflow:auto;
}

.button{
	font-size: 13px;
	font-weight: 600 !important;
	background: #646466;
	color: #fff !important;
	cursor: pointer;
	border: none;
	border-radius: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 13px 40px;
	margin: 0;
	text-decoration:none !important;
}
.button:hover{
	color:#fff;
	background-color:#e4002b;}

.contact-button{
	float:right;
}
.small-btn {
	padding:5px 28px;
}

.errorMsgBox{
	padding:15px !important;
	background-color:#e0e0e0 !important;
	border-bottom:none !important;
	color:#646466 !important;
	font-weight:600;
	text-transform:uppercase;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
  background-color: #bfbfbf !important;

}
.btn.btn-primary {
  background-color: #e0e0e0;
	color:#646466;
}
.select .btn .caret {
	background: url('../images/tvh-site/btn-select-gray.png') !important;
}
/*
.radio{ border:none;cursor:pointer; margin-right:5px;}
.checkbox{cursor:pointer;margin-right:5px;}
.item p{margin-bottom:0;}
.item textarea{float: left;margin-bottom: 10px;}
.item .sub-item span{float:left;margin-right:5px;line-height:30px;}
.item span.required{float:none;margin-left:5px;}
*/
/* Default select */
.select-wrapper {
	display: inline-block;
}
/* Training app select */
.dyn_training .select-wrapper {
	position: relative;
}
.dyn_training .select-wrapper:after {
	content: '';
  display: block;
  background: url('../images/tvh-site/btn-select-gray.png');
  background-size: 100% 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.dyn_training .select-wrapper select.form-select {
  display: inline-block !important;
  vertical-align: middle;
  white-space: nowrap;
  height: 40px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
  color: #646466;
  font-size: 13px;
  font-family: Myriad Pro, 'myriad-pro', sans-serif;
  font-weight: 700;
  padding: 3px 50px 0 15px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
}
.dyn_training .select-wrapper select.form-select::-ms-expand {
  display: none;
}
.dyn_training .select-wrapper .btn-group.select.form-select {
  display: none !important;
}
/* -----------------------------
		Product tree
   ---------------------------*/

.product-item{
	margin-bottom: 21px;
	overflow: auto;
}
.product-item h2 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.product-item .group-right{
	border-bottom: 2px solid #e4e4e5;
	position: relative;
	padding-bottom: 8px;
	width: 460px;
	min-height: 100px;
	float: left;
}
.product-item .group-left{
	width:220px;
	margin-top:6px;
	margin-right:20px;
	float: left;
}
.product-item .field-name-title h2{
	margin-bottom: 0;
}
.product-item .field-name-title a{
	font-size: 18px;
	font-weight: 400;

	font-family: 'DINWeb', sans-serif;
	color: #e4002b;
	text-decoration: none;
	width: 415px;
	line-height: 24px;
}
.product-item .field-name-body{
	padding-right:40px;
}
.product-item .field-name-body a{
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #646466;
	line-height: 18px;
}
.product-item .field-name-body p{
	font-size: 14px;
	color: #646466;
	line-height: 18px;
	text-align: justify;

}
.product-item .views-field-body p:last-child{
	margin-bottom: 0px;
}
.product-item .field-name-node-link{
	position: absolute;
	bottom: 10px;
	right: 0px;
}
.product-item .field-name-node-link a{
	width: 27px;
	height: 27px;
	background-image: url('../images/tvh-site/bg-read-more.png');
	background-repeat: no-repeat;
	display: block;
	text-indent: -999999px;
	background-position: 0px -34px;
}
.product-item .field-name-node-link a:hover{
	background-position: 0px 0px;
}
.product-item .field-name-field-news-date{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 76px;
	height: 26px;
	background-color: #e4e4e5;
}
.product-item .field-name-field-news-date .date-display-single {
	color: #9f9fa0;
	font-size: 12px;
	font-family: 'DINWeb', sans-serif;
	font-weight: 500;
	text-align: center;
	padding-left: 6px;
	position: relative;
	top: 3px;
}
/* Product overview hover */

.product-item .group-right .field-name-body p{
   	opacity: 0.8;
}

.product-item:hover .group-right{
   	border-color:  #e4002b;
}

.product-item:hover .group-right .field-name-body p{
   	opacity: 1;
}

.product-item:hover .group-right .field-name-node-link a{
   	background-position: 0 0;
}

.product-item .group-left .field-content {
	overflow: hidden;
	height: 80px;
	width: 220px;
}
.product-item:hover .group-left img {

}

/* Product overview detail page */
.button-group{
	overflow:auto;
	margin:20px 0;
}

.button-group > div{
	overflow:auto;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

.button-group > div a.button{
	float:left;
	}

.dyn-app-item-list ul{
	padding:0;
}

.dyn-app-item-list ul li{
	background-color:#efefef;
	margin:5px;
	padding:5px;
	float:left;
	width:155px;
	list-style-type:none;
}
.dyn-app-item-list ul li:hover{
	background-color: #e0e0e0;
}
.dyn-app-item-list ul li a{
	color:#646466 !important;
	text-decoration:none;
}

.dyn-app-item-list ul li .views-field-field-image img{
	width:155px !important;
	height:auto !important;
}

 /*
#productsearch .tree_image_item { border: 1px solid #C0C0C0; border-radius: 8px; width: 210px; height: 100px; }
#productsearch .tree_image_item img { display: block; margin: 0 auto; height: 100px; }
#productsearch .product_image_item { border: 1px solid #C0C0C0; border-radius: 3px; width: 98px; height: 75px; overflow:hidden;}
#productsearch .product_image_item img { display: block; margin: 0 auto; height: 75px; }
*/


/* Overig */

.separator{width:100%; margin:30px 0;  border: 0; height: 1px;  background: #CCC; background: -webkit-gradient(linear, 0 0, 100% 0, from(#EEE), to(#EEE), color-stop(50%, #CCC)); }
.asside-btn{margin:0; line-height:30px; text-transform:uppercase;}

div.last{margin-bottom:28px !important;}

.right{float:right;}
.left{float:left;}
.small{font-size:10px !important;}

/* -----------------------------
    Website Job Applications
   ---------------------------*/

 /*general*/
.dyn_application #div1,
.dyn_application #div2,
.dyn_application #div3,
.dyn_application #div4,
.dyn_application #div5,
.dyn_application #div6,
.dyn_application #div7,
.dyn_application #div8{float:left;width:100%;}
.dyn_application .button{display:inline-block;}
.dyn_application #progress_indicator{margin:40px 0;}
.dyn_application #progress_indicator ul li a{min-width: 145px;}
.dyn_application #progress_indicator ul li.current a{color:#e4002b;}

 /*header*/
.dyn_application .vacancy-label{font-size:16px;color:#a40426;float:left;}
.dyn_application .vacancy-icon{float:left; cursor:pointer;}
.dyn_application .vacancy-list{margin-bottom:7px;}
.dyn_application .vacancy-list>div{margin-left:5px;}
.dyn_application .vacancy-list label{font-weight:normal;}

/*knowledge*/
.dyn_application table, .dyn_application table th, .dyn_application table td{border:none;}
.dyn_application table td{padding:4px !important;}
.dyn_application .knowledge-table{margin-bottom:10px; text-transform: uppercase;}
.dyn_application .knowledge-table textarea{width:190px !important;}
.dyn_application .knowledge-table input[type="text"],
.dyn_application .software-table input[type="text"],
.dyn_application .language-table input[type="text"]{
	background-color: #e0e0e0;
	border:none;
	padding:5px;
}
.dyn_application .language-table input[type="text"]{
	width:115px;}
.dyn_application .language-table select{ width:125px; }
.dyn_application .title{font-weight:bold; text-transform:uppercase;}
.dyn_application label{font-weight:normal; text-transform:uppercase;}
.dyn_application label.table{ margin-right:0px; width:100%;}
.dyn_application label.large{width:240px;}
.dyn_application label.full{width:100%;}

/*function-form*/
.dyn_application .kader{position:relative; border: 1px solid #d2d2d2;padding: 0px 24px 24px 32px;margin:27px 0;}
.dyn_application .wrapper-del{position:absolute; top:7px; left:6px;}

/*recommendations-form*/
.dyn_application  .recommendations-table td{padding:4px 2px !important;}
.dyn_application  .recommendations-table input[type="text"]{
	width:130px;
}
/*finished-form*/
.dyn_application .finished{border:none; text-transform:uppercase;}




/* -----------------------------
		Website Vaccatures
   ---------------------------*/

/* jobs overview */
.dyn-app-jobs{
	font-family: 'DINWeb', sans-serif;
	overflow:auto;
}


.dyn-app-jobs .vacancy-overview-list{
	margin-bottom:25px;
}
.dyn-app-jobs .vacancy-overview-list li a{
	font-weight:normal;
}
.dyn-app-jobs .button {
	margin-bottom:20px;
	display:inline-block;
}
.vacancy-overview-list li a{
	color:#646466;
}

/* jobs detail */
.dyn-app-jobs .content-kader{
	margin-bottom:20px;
}
.dyn-app-jobs .content-kader ul li{
	font-size:13px;}

.dyn-app-jobs .contact-right-box{
	float:right;
	width:350px;
    background-color:#efefef;
	color:#646466;
	padding:10px;
}



/* -----------------------------
		Website Training
   ---------------------------*/
.dyn_training .training-cat{
	display: block;
	overflow:auto;

}
.dyn_training .training-language-select{
	margin:10px;
	font-size:14px;
}
.dyn_training .training-cat h2{
	margin:0 10px;
}
.dyn_training .title{
	color: #e4002b;
	text-transform:uppercase;
}
.dyn_training p{
	margin:0;
}
.dyn_training .calendar-item{
	background:url(../../images/tvh_webapp/webtraining/training-calendar.png) no-repeat 270px 10px;
	text-decoration:none !important;
	font-size:16px;
	float:left;
	width:310px;
	margin:10px 10px;
	padding:10px;
	height:60px;
	background-color:#efefef;
}
.dyn_training .training-item{
	font-size:16px;
	text-decoration:none !important;
	float:left;
	width:310px;
	margin:10px 10px;
	padding:10px;
	height:60px;
	background-repeat: no-repeat;
	background-color:#646466;
	background-color: rgba(100, 100, 102, 0.70);
}
.dyn_training .calendar-item span{
	color:#646466;
}
.dyn_training .training-item span{
	color:#fff;
	display: block;
}
.dyn_training .training-item:hover{
	background-color:#a60a1a;
}
.dyn_training .calendar-item:hover{
	background-color:#e0e0e0;
}

.dyn_training .training-language-select{

	}
/*
.dyn_training .training-item.forklift{
	background-image:url(../../images/tvh_webapp/webtraining/training-forklift.png);
	background-position:265px 20px;
}
.training-item.VermogenElektronica{
	background-image: url(../../images/tvh_webapp/webtraining/training-VermogenElektronica.png);
	background-position:270px 30px;
}
.dyn_training .training-item.reachtruck{
	background-image:url(../../images/tvh_webapp/webtraining/training-reachtruck.png);
	background-position:270px 20px;
}
.dyn_training .training-item.elektronica{
	background-image:url(../../images/tvh_webapp/webtraining/training-elektronica.png);
	background-position:275px 25px;
}
.dyn_training .training-item.verreiker{
	background-image:url(../../images/tvh_webapp/webtraining/training-verreiker.png);
	background-position:220px 47px;
}
.dyn_training .training-item.hoogwerker{
	background-image:url(../../images/tvh_webapp/webtraining/training-hoogwerker.png);
	background-position:300px 5px;
}
.dyn_training .training-item.hydraulica{
	background-image:url(../../images/tvh_webapp/webtraining/training-hydraulica.png);
	background-position:245px 40px;
}
.dyn_training .training-item.techcommercieel{
	background-image:url(../../images/tvh_webapp/webtraining/training-techcommercieel.png);
	background-position:275px 40px;
}
.dyn_training .training-item.ThermischeMotoren{
	background-image:url(../../images/tvh_webapp/webtraining/training-ThermischeMotoren.png);
	background-position:275px 20px;
	}
*/

/*Calendar*/
.dyn_training .training-table{display: table;max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;}
.dyn_training .training-table th{font-size: 14px;font-weight: bold;color: #e4002b;border-bottom: 2px solid #e4002b;padding: 10px 8px;text-align:left;}
.dyn_training .training-table td{border-bottom: 1px solid #DDD;padding: 4px;line-height: 20px;text-align: left;}
.dyn_training .training-table td a{color:#646466;}
.dyn_training .training-table tr.open td{background-color:#DFF0D8;}
.dyn_training .training-table tr.closed td{background-color:#F2DEDE;}

/*training detail page*/
.dyn_training .register-btn {
	padding:5px 28px;
}
.dyn_training .back-btn{
	float:left;
	margin-top:15px;
}

.dyn_training .register-btn, .dyn_training .back-btn{
	background-color:#e4002b;
}
.dyn_training .register-btn:hover, .dyn_training .back-btn:hover{
	background-color:#a60a1a;
}
/*training-detail*/
.dyn_training h3{margin-top:18px;}
.dyn_training p{padding-left:6px;}
.dyn_training label{display:inline-block; width:auto !important;}
.dyn_training p .rteDefinedColor{font-size:13px;}
.dyn_training .separator{margin:10px 0;}
.dyn_training .schedule-wrapper .schedule-div{width:24%; float:left; padding-left:1%;}
.dyn_training .schedule-wrapper .schedule-data{width:50%; float:left;}
.dyn_training .schedule-wrapper .schedule-data .schedule-data-item{width:100%; float:left; margin-bottom:7px;}
.dyn_training .schedule-wrapper .schedule-data .schedule-data-item .left-data{width:60%; float:left;}
.dyn_training .schedule-wrapper .schedule-data .schedule-data-item .right-data{width:40%; float:right;}
.dyn_training .schedule-wrapper p{padding:0px; margin:0;}
.dyn_training .practic-info{clear:both; padding-left:12px; padding-top:6px; padding-bottom:18px;}
.dyn_training .practic-info .title{font-size:13px !important; color:#e4002b;}
.dyn_training .practic-info .title+p{margin-top:0;}



/*training-form*/
.dyn_training .ui-widget-header,
.dyn_training .ui-widget-content{background:none ; border:none;}
.dyn_training .ui-tabs-nav{margin-left:5px !important;}
.dyn_training .ui-tabs .ui-state-default{background:none; border:none;font-size:12px; text-transform:uppercase;}
.dyn_training .ui-tabs .ui-state-default span{color:#646466;}
.dyn_training .ui-tabs .ui-state-default span:hover{color:#646466;}
.dyn_training .ui-tabs .ui-state-active{border:1px solid #ccc; background:#fff; font-size:12px;text-transform:uppercase;}
.dyn_training .ui-tabs .ui-state-active span{color:#e4002b; font-weight:bold;}
.dyn_training .ui-tabs .ui-state-active span:hover{color:#e4002b;}
.dyn_training .ui-tabs-panel{ border:1px solid #ccc !important;padding: 1em 1.3em !important;}
.dyn_training .checkbox{margin-top:7px; margin-right:7px;}
.dyn_training  .ui-corner-top {
	-moz-border-radius-topleft: 0px/*{cornerRadius}*/;
	-webkit-border-top-left-radius: 0px/*{cornerRadius}*/;
	-moz-border-radius-topright: 0px/*{cornerRadius}*/;
	-webkit-border-top-right-radius: 0px/*{cornerRadius}*/;
}


/* -----------------------------
		Website TVH thanks
   ---------------------------*/

/*category page*/
.category { font-family: 'Open Sans', sans-serif;display: inline; /*ie6*/ width: 213px; margin: 15px 9px 15px 9px; float: left; position: relative; border:2px solid #efefef; }
	.category:hover{border-top-color:#e4002b;}
	.category a{text-decoration:none; }
	.category .thanks-title {background-color:rgba(100, 100, 102, 0.80); display: block;font-size:12px !important; color:#FFF; text-transform: uppercase; text-align: center; font-weight: bold; text-decoration:none; line-height: 2.5em;padding: 10px 0;}
	.category a:hover .thanks-title{background-color:#e4002b; }
    .category .img { display: block;height:200px; background:  50% 0%; background-repeat: no-repeat; cursor: pointer;}
    .category a, .category a:link, .category a:visited, .category a:hover, .category a:active { color: #646466; border: none; }

  	.catBetaFluke .img {background-image: url(../../images/ecommerce/tvhthanks/cat1.jpg); }
	.catGadgets .img {background-image: url(../../images/ecommerce/tvhthanks/cat2.jpg); }
	.catPersonal .img {background-image: url(../../images/ecommerce/tvhthanks/cat3.jpg); }
	.catWorkshop .img {background-image: url(../../images/ecommerce/tvhthanks/cat4.jpg); }
	.catVoucher .img {background-image: url(../../images/ecommerce/tvhthanks/cat5.jpg); }
	.catChristmas .img {background-image: url(../../images/ecommerce/tvhthanks/cat6.jpg); }
	.allPresents .img {background-image: url(../../images/ecommerce/tvhthanks/allcat.jpg); }
	.searchPresents .img {background-image: url(../../images/ecommerce/tvhthanks/search.jpg); }
	.catOlympicGames .img {background-image: url(../../images/ecommerce/tvhthanks/olympic_games.jpg); }
	.catSummertime .img {background-image: url(../../images/ecommerce/tvhthanks/summertime.jpg); }
	.catWintertime .img {background-image: url(../../images/ecommerce/tvhthanks/wintertime.jpg); }
	.catNew .img {background-image: url(../../images/ecommerce/tvhthanks/cat_new.jpg); }
	.catSport .img {background-image: url(../../images/ecommerce/tvhthanks/cat_sport.jpg); }
	.catLowerPrice .img {background-image: url(../../images/ecommerce/tvhthanks/cat_lower_price.jpg); }

/* sub-category page */
.thanks-header-overview{
	background-color:rgba(100, 100, 102, 0.80);
	margin:20px 0 40px;
	overflow:hidden;
}

.thanks-header-overview .categoryTitle{
	float:left;
	font-family: 'DINWeb', sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	line-height:46px;
	padding-left:20px;

}
.thanks-header-overview .backtooverview{
	font-family: 'DINWeb', sans-serif;
	font-size:16px;
	font-weight:600;
	background-image:none !important;
	background-color:#e4002b !important;
	text-transform:uppercase;
	color:#fff !important;
	text-decoration:none !important;
	padding:10px;
	padding-bottom:20px;
	margin: 0 !important;

}
.thanks-header-overview .backtooverview:hover{
    background-color:#a60a1a !important;
}
.giftbox-list{
	padding-left:0 !important;
}
.giftbox-list .giftbox{
	font-family: 'DINWeb', sans-serif;
	display: inline; /*ie6*/
    width: 166px;
	height:190px;
	margin: 0px 10px 15px 10px;
	float: left;
	position: relative;
}
.giftbox-list .smallgiftbox{
	height:200px;
}

.giftbox a {
	border: none;
	text-decoration:none;
	cursor:pointer;
}
.giftbox img {
	display: block;
	margin: 0 auto;
	border:10px solid #efefef;
	border-bottom:0;
}
.giftbox img.smallimg {
	border-left:35px solid #efefef;
	border-right:35px solid #efefef;
}

.giftbox:hover img{
	border-color:#e0e0e0;}

.giftbox .titel {
	background-color:rgba(100, 100, 102, 0.80);
	display:table-cell;
	vertical-align:middle;
	width:166px;
	color: #fff;
	text-align: center;
	padding: 6px 3px 3px;
	overflow: hidden;
	height: 35px;
}
.giftbox:hover .titel{
	background-color:#e4002b; }
.giftbox .punten {
	color: #666 ;
	background:#efefef;
	text-transform: uppercase;
	display: block;
	padding:5px;
	height: 36px;
	line-height:1.4em;
}
.giftbox:hover .punten{
	background:#e0e0e0;
}
.giftbox .punten .right {
	 display: block;
	 font-size: 1.2em;
	 font-weight: bold;
	 float:none;
}
.giftbox .punten .left {
	display: block;
	float:none;
	font-size:0.9em;
}
.ribbon_coming_soon_98, .ribbon_featured_98, .ribbon_just_arrived_98, .ribbon_new_80, .ribbon_new_88, .ribbon_new_98, .ribbon_new_de_80, .ribbon_new_de_88, .ribbon_new_fr_80, .ribbon_new_fr_88, .ribbon_new_nl_80, .ribbon_new_nl_88, .ribbon_promo_80, .ribbon_promo_88, .ribbon_promo_98 {
	background-repeat: no-repeat;	left: 0;	position: absolute;	top:0;	width: 140px;
}

/*quicksearch*/
.quickSearch {
	float:left;
	color:#fff;
	padding:9px;
}
.quickSearch label{
	display:inline;
	text-transform:uppercase;
}
.quickSearch .button{
	background-color: #e4002b;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	border: none;
}
.quickSearch .button:hover{
	background-color:#a60a1a}

/*detail page*/
.thanks-product{
	margin-top:12px;
	width:926px;
}
.thanks-product .thanks-product-header{
	background-color:rgba(100, 100, 102, 0.80);
	overflow:auto;
	margin-bottom:10px;
	}
.thanks-product h2{
	margin:0 !important;
	padding:9px;
	color:#fff;
	font-size:1.3em;
	float:left;
}
.thanks-product .thanks-product-header .backtooverview{
	font-family: 'DINWeb', sans-serif;
	font-size:16px;
	font-weight:600;
	background-image:none !important;
	background-color:#e4002b !important;
	text-transform:uppercase;
	color:#fff !important;
	text-decoration:none !important;
	padding:10px;
	padding-bottom:20px;
	margin: 0 !important;
}
.thanks-product .thanks-product-header .backtooverview:hover{
    background-color:#a60a1a !important;
}
.thanks-product .thanks-content{
	border:13px solid #efefef;
}
.thanks-product .thanks-content ul li{list-style-type:none;}
.thanks-product .thanks-content .button-group{
	padding-left:2.2em;
}
.thanks-product .thanks-content .order,
#tvh-news-page .order{
	border:none;
	margin:0;
	cursor:pointer;
	padding:7px;
}
.thanks-product .thanks-content .order:hover{

}


.detailImg {border: 1px solid silver;padding: 10px;float: right;margin: 15px;position: relative;}
.thanks-product .gallery {padding: 10px;float: right;margin: 15px;position: relative; width: 35%;}
.thanks-product .ribbon_coming_soon_98,
.thanks-product .ribbon_featured_98,
.thanks-product .ribbon_just_arrived_98,
.thanks-product .ribbon_new_80,
.thanks-product .ribbon_new_88,
.thanks-product .ribbon_new_98,
.thanks-product .ribbon_new_de_80,
.thanks-product .ribbon_new_de_88,
.thanks-product .ribbon_new_fr_80,
.thanks-product .ribbon_new_fr_88,
.thanks-product .ribbon_new_nl_80,
.thanks-product .ribbon_new_nl_88,
.thanks-product .ribbon_promo_80,
.thanks-product .ribbon_promo_88,
.thanks-product .ribbon_promo_98{top:0 !important;}

.thanks-product table{background-color: white;border-collapse: collapse;border:1px solid #ddd !important;width:636px !important;}

/* Overige */
.dyn_thanks {background:url(../images/tvhthanks/header.png) no-repeat right top; }
.dyn_thanks .tvhthanks_header{ width:800px;}
.dyn_thanks>ul {padding-left:7px;}
.tvhthanks_header { line-height: 2em; }
a.backtooverview { display: block; float: right; margin-bottom: 10px; color: #646466; padding-left: 20px;border: none; height:16px; }
.specialExtraText { background-color: #FCFCC1; border-bottom: 1px solid #F1F1A2; padding: 5px; }

/* CSS BJORN */
/*
******************************** Header ******************************/
.header-thanks {
  height: 300px;
  width: 800px;
  line-height: 2em;
}

.product-thanks {
  margin-top: 12px;
  width: 926px;
}
/*
******************************** Header product ******************************/
.header-product-thanks {
  background-color: rgba(100, 100, 102, 0.80);
  overflow: auto;
  margin-bottom: 10px;
}


.header-product-thanks h2 {
  margin: 0 !important;
  padding: 9px;
  color: #fff;
  font-size: 1.3em;
  float: left;
}


.back-overview {
  font-family: 'DINWeb', sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-image: none !important;
  background-color: #e4002b !important;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px;
  padding-bottom: 20px;
  margin: 0 !important;
  display: block;
  float: right;
  cursor: pointer;
}


.points{
  width: 22%;
  float: left;
  display: block;
  height: 35px;
  background-color: #838385;
  text-align: center;
  line-height: 36px;
  color: white;
  margin-top: 20px;
  margin-left: 37px;

}

.number-points{
  width: 22%;
  float: left;
  display: block;
  margin-left: 5px;
  height: 35px;
  background-color: #e4002b;
  text-align: center;
  line-height: 36px;
  color: white;
  margin-top: 20px;
}

.content-thanks {
  border: 13px solid #efefef;
}

/**
********************************** gallery css ****************************/
.thanks-gallery {
	padding: 10px;
	float: left;
	margin: 15px;
	position: relative;
	width: 35%;
}

.thanks-gallery #detailImagePlaceHolder {
	position: relative;
	height: 315px;
}

.thanks-gallery #detailImagePlaceHolder .detailImage {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
	opacity: 1;
	max-width: 315px;
	max-height: 315px;
}

.thanks-gallery .detailImageBrowser {
	position: relative;
	top: 10px;
	height: 80px;
}

.thanks-gallery .detailImageBrowser .next,
.thanks-gallery .detailImageBrowser .previous {
	position: absolute;
	top: 0;
	outline: none;
	width: 19px;
	height: 80px;
}

.thanks-gallery .thumbsSlider{
	margin-left: 22px;
	width: 274px;
	height: 80px;
	position: absolute;
	overflow: hidden;
}

.thanks-gallery .detailImageBrowser .previous {
	left: 0;
	background: url("../images/tvh_webapp/slideshow/previous.png") 50% 50%;
}

.thanks-gallery .detailImageBrowser .next {
	right: 0;
	background: url("../images/tvh_webapp/slideshow/next.png") 50% 50%;
}

.thanks-gallery .thumbsStrip {
	width: 315px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thanks-gallery .thumbsStrip .thumb {
	float: left;
	margin: 0 5px;
	cursor: pointer;
}

#thanks-present-detail-page #imagePlaceholderDetail {
  display: block;
  position: relative;
  height: 315px;
}

#thanks-present-detail-page #imagePlaceholderDetail img {
  max-width:315px;
  max-height:315px;
}

/**
******************************** detail product css ***********************/
.product-thanks-detail {
  padding-left: 2.2em;
  display: block;
  float: right;
  width: 55%;
}


.product-thanks-detail li {
  list-style-type: none;
}

.thanks-product-button {
  padding-left: 2.2em;
  overflow: auto;
  margin: 20px 0;
}


.thanks-product-button > .order {
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 7px;
  background-color: #e4002b !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("../images/bay/icon-cart-btn.png");
  background-repeat: no-repeat;
  background-position: 5% 40%;
  padding-left: 40px !important;
}


.giftbox {
  font-family: 'DINWeb', sans-serif;
  display: inline;
  width: 166px;
  height: auto;
  margin: 0px 10px 15px 10px;
  float: left;
  position: relative;
}

.giftboxSmall {
  height: 187px;
  list-style: none;
  background: #efefef!important;
  width: 98%!important;
}

.giftboxSmall div ul li {
  list-style: none;
}


.giftboxSmall > .grid_12 > .order {
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 7px;
  background-color: #e4002b !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("../images/bay/icon-cart-btn.png");
  background-repeat: no-repeat;
  background-position: 5% 40%;
  padding-left: 40px !important;
}



/**
************************************ gallery *****************************/
.thanks-previous,
.previous {
  left: 0;
  background: url("../images/tvh_webapp/slideshow/previous.png") 50% 50%;
  position: absolute;
  top: 0;
  outline: none;
  width: 19px;
  height: 80px;
}


.thanks-next,
.next {
  position: absolute;
  top: 0;
  outline: none;
  width: 19px;
  height: 80px;
  right: 0;
  background: url("../images/tvh_webapp/slideshow/next.png") 50% 50%;
}

.thanks-detailImageBrowser,
.detailImageBrowser {
  position: relative;
  top: 10px;
  height: 80px;
}


.thanks-detailImage,
.detailImage {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 5;
  opacity: 1;
}

.thanks-detailImage,
.detailImage {
  max-width:315px;
  max-height:315px;
}

#thanks-imagePlaceholderDetail,
#detailImagePlaceHolder {
  position: relative;
  height: 315px;
}

.thanks-thumbsSlider,
.thumbsSlider {
  margin-left: 22px;
  width: 274px;
  height: 80px;
  position: absolute;
  overflow: hidden;
}


.thanks-thumbsStrip,
.thumbsStrip {
  width: 315px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.thanks-thumb,
.thumb {
  float: left;
  margin: 0 5px;
  cursor: pointer;
}


.thanks-form div {
  width:0px;
  height:0px;
  position:absolute;
  left:-100px;
  top:-100px;
  overflow:hidden;
}

.thanks-shoppingCart,.thanks-content-div{
  display: none;
}

#thanks-present-detail-page .grid_10 {
  margin-top: 5px;
}

#thanks-present-detail-page .grid_12 {
  margin-top: 10px;
}


/**
**************************** table css **********************************/
.thanks-table-sizes {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  border-bottom: 13px solid #efefef;
  margin-bottom: 20px;

}

.thanks-table-sizes table {
  width: 70%;
}



#thanks-present-detail-page .grid_10 ul li {
  list-style: none;
}



#thanks-present-detail-page .order-button {
  float: right;
  margin-bottom: 20px !important;
  clear: both;
}


#thanks-present-detail-page .points-button {
  border: none;
  width:243px;
  margin: 0;
  padding: 7px;
  background-color: #838385 !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 5% 40%;
  padding-left: 40px !important;
  float: right;
  margin-bottom: 5px !important;
}

#thanks-present-detail-page .text-before-table{
  clear: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* -----------------------------
		Website TVH-bay
   ---------------------------*/

.bay-item {padding-right: 26px;}

#tvhbay-page .node-article{
	width:704px; .
	overflow : visible;}

/* Search */
#tvhbay #search{
	background-color:#f3f3f3;
	padding:10px;
	font-size: 12px;
	color: #646466;
	overflow:auto;
	margin-bottom:15px;
}
#tvhbay asside{
	overflow:auto;
	width:100%;
	display:block;}

#tvhbay #search .search-wrapper{
	overflow: auto;
	margin-bottom: 10px;
}
#tvhbay .split{
	overflow:auto;
	width:50%;
	float:left;
}
#tvhbay .split .item{
	position:relative;
}
#tvhbay .split .item label{
	display:block;
	width: 100%;
}
#tvhbay #search asside label{
	width:auto;
	cursor:pointer;
}
#tvhbay #search input[type="submit"]{
	float:right;
	margin-left:5px;
}
#tvhbay #search select{
	width: 300px;
	padding: 7px 5px;
	margin:0;
	border:none;
	background-color: #e0e0e0;
}
#shoppingcart input[type="submit"],
#shoppingcart input[type="button"],
#tvhbay input[type="submit"],
#tvhbay input[type="button"]{
	font-size: 13px;
	font-weight: bold;
	background: #646466;
	color:#fff;
	cursor: pointer;
	border:none;
	border-radius:0;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-shadow:none;
    text-transform: uppercase;
    padding:13px 40px;
    margin:10px 0 0 0 ;
}

#tvhbay .thin-btn,
#shoppingcart .thin-btn{
	padding: 7px 15px !important;
	font-size: 12px !important;
}

#tvhbay input[type="button"]:hover,
#tvhbay input[type="submit"]:hover{
	background-color:#e4002b;
}
#tvhbay
#tvhbay #search .search-image{
	margin: 0 auto;
}
/*range slider */
#tvhbay #search .range-slider{
	width:286px;
	margin:10px 7px;
}
#tvhbay #search .range-slider-amount{
	background-color: transparent;
}
#tvhbay #search .ui-slider-range{
	 -webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	-ms-transition:none !important;
	transition: none !important;;
}

#tvhbay #results{
	width:720px;
}

/* search extra */
#tvhbay #search-extra{
	display: none;
	clear:both;
	width: 100%;
	margin:0 0 10px 0;
	overflow: auto;
}
#tvhbay #search-extra .item img{
	display: block;
	border:5px solid #e0e0e0;
	margin: 10px 0;
	width: 290px;
}

#tvhbay #toggle-search{
	color:#646466;
	text-decoration: none;
}

#tvhbay #toggle-search:hover{
	text-decoration: underline;
}

#tvhbay .icon-expand{
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height:16px;
	background: url('../images/bay/bay-sprite-icon.png') no-repeat;
	margin-right:5px;
	background-position: 0 -26px;
    -webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	-ms-transition:none !important;
	transition: none !important;;
}

#tvhbay .search-expanded{
	background-position: 0 0;
}


/* Articles */
#tvhbay #results article{
   display:block;
   float:left;
   width:317px;
   background-color:#efefef;
   margin:10px 20px 10px 3px;
   padding:10px;
   position: relative;
}
#tvhbay #results article:hover .name{
     background-color:#e4002b;
}
#tvhbay #results article:hover{
     background-color:#e0e0e0;
}

#tvhbay #results article a,
#tvhbay #results article a:link,
#tvhbay #results article a:visited,
#tvhbay #results article a:hover,
#tvhbay #results article a:active{
    text-decoration:none;
    color:#646466;
}
#tvhbay #results article .thumb {
    width:100px;
    float:left;
}
#tvhbay #results article .thumb img{
    border:none;
}
#tvhbay #results article .name{
    display: block;
    background-color:#646466;
    background-color: rgba(100, 100, 102, 0.80);
    text-align: left;
    overflow: hidden;
    min-height: 28px;
}
#tvhbay #results article .name h3{
    background-color:transparent;
    margin :0;
    font-size:12px;
    color: #fff;
    padding:4px;
	letter-spacing: 0px;
}
#tvhbay #results article .data{
    color:#646466;
    width:207px;
    padding-left:10px;
    float:left;

}
#tvhbay #results article .data .item-sub-title,
#tvhbay #results article .data .ref{
    font-size:11px;
    margin-top: 4px;
}
#tvhbay #results article .data .price{
    font-size:13px;
    font-weight:bold;
    margin-bottom: 30px;
    min-height:16px;
}
#tvhbay #results article .data .addToBasket,
.giftbox-list .addToBasket {
    position:absolute;
	cursor:pointer;
	border:none !important;
    bottom:10px;
    right:31px;
    background-image: url("../images/bay/product-cart.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color:transparent;
    font-size: 0px;
    height: 30px;
    line-height: 1;
    width: 54px;
	padding:0;
    }
#tvhbay #results article .data .addToBasket:hover,
.giftbox-list .addToBasket:hover {
    background-position: left bottom;
}
.giftbox-list .addToBasket {
	top:117px;
	right:5px;
}
#tvhbay #results article .data .checkbox{
    float:left;
    margin-top:6px;
}
#tvhbay div.print-container{
    position:relative;
}
#tvhbay .print-container .print-btn{
    position:absolute;
    right:15px;
    top:-4px;
    font-size: 12px;
	width: auto;
    height: 32px;
}
#tvhbay .print-container .print-btn:disabled,
#tvhbay .print-container .print-btn:disabled:hover{
    background-color:#e0e0e0;
}

#tvhbay #results article .info{
	position:absolute;
	bottom: 10px;
	left:120px;
}

/* tooltip */
#tvhbay-page .tooltip,
#shoppingcart-page .tooltip {
    font-size: 12px; color: #646466;
    /* display:none; */ /*--Hides by default--*/
    padding:8px;
    position:absolute;
    z-index:1000;
    background-color: #F5F5F5;
    border: 3px solid #636467;
    z-index: 99999;
}
#tvhbay-page .tooltip ul,
#shoppingcart-page .tooltip ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
#tvhbay-page article .tooltipTrigger,
section#shoppingcart .tooltipTrigger{
    background-image: url("../images/bay/product-detail.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    font-size: 0px;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
    width: 20px;
}
#tvhbay-page article .tooltipTrigger {
    position:absolute;
    bottom:10px;
    right:10px;
}
section#shoppingcart .tooltipTrigger{

}


/* Articles footer icons */
.bay_recon-icon,
.bay_new-icon,
.bay_used-icon,
.bay_deadstock_recon-icon,
.bay_deadstock_new-icon,
.bay_deadstock_used-icon{
    background: url('../images/bay/bay-sprite-icon.png') no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;

}
.bay_recon-icon,
.bay_deadstock_recon-icon{
    background-position: 0 -78px;
}
.bay_new-icon,
.bay_deadstock_new-icon{
    background-position: 0 -52px;
}
.bay_used-icon,
.bay_deadstock_used-icon{
    background-position: 0 -104px;
}
.info .bay_new, .info .bay_deadstock_new,
.info .bay_used, .info .bay_deadstock_used,
.info .bay_recon, .info .bay_deadstock_recon {
    font-size: 11px;
    font-weight:bold;
    text-transform: uppercase;
}

.info .bay_new,
.info .bay_deadstock_new{
    color:#fcbf00;
}
.info .bay_used,
.info .bay_deadstock_used{
    color:#0164a2;
}
.info .bay_recon,
.info .bay_deadstock_recon{
    color:#90c144;
}

/* Ribons*/
.ribbon-left-lowprice-en,
.ribbon-left-update-en,
.ribbon-right-sold-en,
.ribbon-right-promo-en,
.ribbon-right-withprice-en{
    display: block;
    background-repeat: no-repeat;
    right: -3px;
    position: absolute;
    top: -3px;
    width: 84px;
    height: 86px;
    top: -3px;
    z-index: 999;
}


.ribbon-right-sold-en,
.ribbon-right-promo-en,
.ribbon-right-withprice-en,
.ribbon-right-sold-small-en,
.ribbon-right-promo-small-en,
.ribbon-right-withprice-small-en {
    right: -3px;
}
.ribbon-left-lowprice-en,
.ribbon-left-lowprice-small-en,
.ribbon-left-update-en,
.ribbon-left-update-small-en{
    left: -3px;
}

.ribbon-left-lowprice-en{background-image: url("../images/bay/ribbon-left-lowprice-en.png");}
.ribbon-right-sold-en{background-image: url("../images/bay/ribbon-right-sold-en.png");}
.ribbon-right-promo-en{background-image: url("../images/bay/ribbon-right-promo-en.png");}
.ribbon-right-withprice-en{background-image: url("../images/bay/ribbon-right-withprice-en.png");}
.ribbon-left-update-en{background-image: url("../images/bay/ribbon-left-update-en.png");}


.ribbon-left-lowprice-small-en,
.ribbon-left-update-small-en,
.ribbon-right-sold-small-en,
.ribbon-right-promo-small-en,
.ribbon-right-withprice-small-en{
    display: block;
    background-repeat: no-repeat;
    right: -3px;
    position: absolute;
    top: -3px;
    width: 64px;
    height: 66px;
    top: -3px;
    z-index: 999;
}
.ribbon-left-lowprice-small-en{background-image: url("../images/bay/ribbon-left-lowprice-en-small.png");}
.ribbon-right-sold-small-en{background-image: url("../images/bay/ribbon-right-sold-en-small.png");}
.ribbon-right-promo-small-en{background-image: url("../images/bay/ribbon-right-promo-en-small.png");}
.ribbon-right-withprice-small-en{background-image: url("../images/bay/ribbon-right-withprice-en-small.png");}
.ribbon-left-update-small-en{background-image: url("../images/bay/ribbon-left-update-en-small.png");}

/*Pager*/
#tvhbay .pager-wrapper{margin:30px 0 10px;;width:100%; float:left; text-align:center;}
#tvhbay li.pager-first>span,
#tvhbay li.pager-previous>span,
#tvhbay li.pager-next>span,
#tvhbay li.pager-last>span{
	display:none;}

#tvhbay .pager-item>span{
	padding: 7px 9px;
	margin-right: 5px;
	background-color:hsl(240, 1%, 40%);
	color:#fff;
}


/* Search alphabet */
#tvhbay #search #makes-legend{
	padding:0;
	margin:0;
	list-style-type: none;
}

#tvhbay #search #makes-legend li{
	float: left;
}
#tvhbay #search #makes-legend li a,
#tvhbay #search #makes-legend li a:visited,
#tvhbay #search #makes-legend li a:link,
#tvhbay #search #makes-legend li a:active{
	color:#646466;
	padding:3px;
	margin:2px;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	cursor:pointer;
}
#tvhbay #search #makes-legend li a:hover{
	background-color:#e0e0e0;
}

#tvhbay #search #makes-legend li a.active{
	background-color:#e4002b;
	color:#fff;
}

/* Alphabet details */

#tvhbay #makes-list ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
#tvhbay #makes-list .column{
	float:left;
	padding:0;
	width: 208px;
	margin: 0 12px;
}
#tvhbay #makes-list .column h3{
	color:#e4002b;
}
#tvhbay #makes-list .column a{
	display: block;
	color:#646466;
	text-decoration: none;
	line-height: 20px;
}
#tvhbay #makes-list .column a:hover{
	color:#e4002b;
}


/* Category overview */

#tvhbay #category-overview,
#tvhbay #results-overview{
    width:726px;
    position: relative;
}
#tvhbay #category-overview .breadcrumbs{
	margin: 0px 0 35px 0;

}
#tvhbay #category-overview .description,
#tvhbay #results-overview .description{
	min-height: 20px;
	width:700px;
	margin-bottom:50px;
	line-height: 20px;
}
#tvhbay .description{
	font-size:12px;
}
#tvhbay .showMoreTrigger {
	background-color: #eee;
	clear: both;
	color: #646466;
	display: block;
	font-size: 12px;
	margin-top: 5px;
	padding: 6px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#tvhbay .ps-category{
    position: relative;
    float: left;
    width: 212px;
    border: 2px solid #efefef;
    min-height: 264px;
    margin: 0px;
    margin-right: 26px;
    margin-bottom: 20px;
}
#tvhbay .ps-category a{
    text-decoration: none;
}
#tvhbay .ps-category .ps-img{
    position: relative;
     width:212px;
    height:212px;
}
#tvhbay .ps-category .ps-img img{
     margin: auto;
     position: absolute;
     top: 0; left: 0; bottom: 0; right: 0;
}
#tvhbay .ps-category .title{

    display: block;
    width: 202px;
    min-height: 42px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #646466;
    background-color: rgba(100,100,102,0.80);
}
/* hover states */
#tvhbay .ps-category:hover{
	border-top: 2px solid #e4002b;
}

#tvhbay .ps-category:hover .title{
	background-color:#e4002b;
}

#tvhbay .ps-category:hover img{
	-webkit-transform: scale(1.02,1.02);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
/*search animation box*/
.ps-search-wrapper{
	position: absolute;
	top:-16px;
	right:26px;
}
.ct-search {
	position: relative;
	float: right;
	width: 34px;
	height: 34px;
	margin: 16px 0 0 0;
	z-index: 100000;
}
#tvhbay .ct-search {
	z-index: 20000;
}
.ct-search-input-wrap {
	position: absolute;
	right: 34px;
	top: 0px;
	height: 34px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}
.ct-search.ct-search-open .ct-search-input-wrap {
	width: 278px;
}

.ct-icon-search,
input.ct-search-submit  {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}
.ct-icon-search {
	background-color:#646466;
	background-color:rgba(100,100,102,0.80);
	background-image: url('../images/bay/search-icon-32.png');
	background-position: 50% 50%;
	color: #fff;
	z-index: 90;
}
.ct-search.ct-search-open .ct-icon-search{
	background-color: #e4002b;
	color: #fff;
	z-index: 1;
	pointer-events: none;
}
input.ct-search-submit {
	background: transparent !important;
	color: transparent;
	box-shadow: none;
	border: none;
	padding: 0 !important;
	border-radius: 0;
	outline: none;
	z-index: -1;
}
.ct-search.ct-search-open input.ct-search-submit, {
	z-index: 90;
}
input[type="text"].ct-search-input {
	border: none;
	outline: none;
	opacity: 0;
	background: #e0e0e0;
	color:#646466;
	width: 265px;
	height: 34px;
	margin: 0;
	padding: 2px 7px;
}
.ct-search.ct-search-open input[type="text"].ct-search-input {
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}


/* Open state */
.ps-search.ps-search-open {
	width: 100%;
}

.ps-search.ps-search-open .ps-icon-search{
	background: #e4002b;
	color: #fff;
	z-index: 11;
}

.ps-search.ps-search-open .ps-search-submit {
	z-index: 90;
}



/* Detail page */

#tvhbay #product .content, #tvhbay #product .gallery{
	float:right;
}
#tvhbay #product .gallery{
	width:45%;
	position:relative;
	padding-bottom: 60px;
	margin-right: 5%;
}

#tvhbay #product .content{
  width:50%;
}
#tvhbay #product .gallery .description{
	min-height: 32px;
	position: relative;
	top: 20px;

}

#tvhbay #product .content p{text-align: justify;}

#tvhbay #product .content table{
	border-collapse: separate;
	border: 1px solid #b4b4b4;
	padding: 0;
	margin: 25px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#tvhbay #product .content table td{
	color: #666;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	padding: 10px 10px 10px 10px;
}

#tvhbay #product .price{
	font-size:26px;
	color:#e4002b;
	margin-bottom:25px;
	font-weight: bold;
}


#tvhbay #product input[type="submit"]:hover,
#tvhbay #product input[type="button"]:hover{
	background-color: #424242;
}
#shoppingcart .order,
#tvhbay .order,
.thanks-product .order,
#tvh-news-page .order {
	background-color: #e4002b !important;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#shoppingcart .order:hover,
#tvhbay .order:hover,
.thanks-product .order:hover,
#tvh-news-page .order:hover {
	background-color: #a40a19 !important;
}
#tvhbay #product .order,
.thanks-product .order,
#tvh-news-page .order {
	background-image: url("../images/bay/icon-cart-btn.png");
	background-repeat: no-repeat;
	background-position: 5% 40%;
	padding-left: 40px !important;
}


#tvhbay #product .status-available,
#tvhbay #product .status-nstock,
#tvhbay #product .status-nchecked{
	font-weight: bold;
	font-size: 11px;
}

#tvhbay #product .status-available{
	color:#3D8337;
}
#tvhbay #product .status-nstock{
	color:#EB292D;
}
#tvhbay #product .status-nchecked{
	color:#999;
}

/* slider detail page */

.gallery #detailImagePlaceHolder{
	position: relative;
	height:315px;
}
.gallery #detailImagePlaceHolder .detailImage{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 5;
	opacity: 1;
}
.gallery .thumbsStrip{
	width:315px;
	margin:0;
	padding:0;
	list-style-type: none;
}
.gallery .thumbsStrip .thumb {
	float:left;
	margin: 0 5px;
	cursor: pointer;
}
.gallery .detailImageBrowser {
	position: relative;
	top:10px;
	height:80px;
}
.gallery .detailImageBrowser .next,
.gallery .detailImageBrowser .previous {
	position: absolute;
	top: 0;
	outline: none;
	width: 19px;
	height: 80px;
}
.gallery .thumbsSlider{
	margin-left: 22px;
	width: 274px;
	height: 80px;
	position: absolute;
	overflow: hidden;
}
.gallery .detailImageBrowser .previous {
	left: 0;
	background: url("../images/tvh_webapp/slideshow/previous.png") 50% 50%;
}
.gallery .detailImageBrowser .next {
	right: 0;
	background: url("../images/tvh_webapp/slideshow/next.png") 50% 50%;
}


/* Shoppingcart */

#shoppingcart table{
	width:100%;
	border: 2px solid #e6e8ea;
	border-collapse: collapse;
	border-spacing: 0;
}
#shoppingcart table td{
	border-bottom: 1px solid #e6e8ea;
	padding:10px 5px 10px;
}
#shoppingcart .head td{
	line-height: 1.3em;
	background-color: #e6e8ea;
	padding: 5px;
	vertical-align: middle;
}
#shoppingcart .button-group{
	text-align: right;
}
#shoppingcart input[type="submit"]:hover,
#shoppingcart input[type="button"]:hover{
	background-color: #424242;
}
#shoppingcart .image img{
	width: 100px;
}
#shoppingcart .item h3{
	color: #e4002b;
	margin:0;
	padding:0;
	background-color:transparent;
}
#shoppingcart .item .remove{
	color:#646466;
	text-decoration: none;
}
#shoppingcart .item .remove:hover{
	text-decoration: underline;
}
#shoppingcart .amount input[type="text"]{
    background-color:#fff !important;
	border: 1px solid #bbb;
	text-align: center;
	display: inline-block;
	margin: 4px 0;
	padding: 0 7px !important;
}
#shoppingcart .tprice{
	font-weight: bold;
}
#shoppingcart .amount input[type="button"],
#shoppingcart .amount input[type="submit"]{
	padding:3px 4px;
	font-size: 11px;
	display: inline-block;
}

#shoppingcart #oderOverview{
	background-color: #e6e8ea;
}
#shoppingcart #oderOverview .shippingInfo{
	padding:0 15px;
}
#shoppingcart #oderOverview .total{
	margin:5px 0;
	text-align: right;
	font-size:13px;
}
#shoppingcart #oderOverview .totals{
	margin: 10px 0;
	font-size:16px;
	font-weight: bold;
}
#shoppingcart #oderOverview .total span{
	display: inline-block;
    width: 80px;
}

#shoppingcart #oderOverview .message{
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	padding:10px;
	font-weight: bold;
}



/*
 * jQuery FlexSlider v2.2.0
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}



/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;height:80px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100% !important; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #e4002b; background: rgba(195,12,30,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*Recaptcha overrides */

#recaptcha_area{margin-bottom:25px;}
.recaptchatable #recaptcha_response_field{height:auto !important;}
#recaptcha_privacy a{color:#646466 ;}


#productsearch .title,
#webtraining-overview-page .title,
#webtraining-detail-page .title,
#webtraining-calendar-page .title,
#vacancy-overview-page #page-title,
#vacancy-detail-page #page-title,
#application-page #page-title,
#mailing-subscriptionsPage #page-title,
#smart-edeals-mailing #page-title,
#tvh-news-page #page-title,
#it-vacancy-overview-page #page-title {
  display:none;
}

/*TVHNews*/

#tvh-news-page .row{margin-bottom:30px; background-color: #EFEFEF;padding:10px;}
#tvh-news-page .row .column:first-child{margin-right:40px;}
#tvh-news-page .row .column:nth-child(2){width:544px;}
#tvh-news-page .row .column:nth-child(3) img{max-width:150px !important; }
#tvh-news-page .column{display: inline-block; vertical-align: top;}
#tvh-news-page .promo{color:#fff; text-align: center; font-weight:bold;padding:6px;}
#tvh-news-page .title{font-weight:bold;font-size:16px;}
#tvh-news-page .artnumber{color:#E41424; margin-bottom:16px;}
