/*
	Copyright : www.jwsdesign.nl
	
*/


/* Base ________________________________________________________________________ Base*/


body {
	font: 13px Tahoma;
	color: #FFFFFF;
	height:100%;
	line-height:20px;
	background-color: #1E1E1E;
	margin: 0px 0px 0px 0px;
}

h1 {
	font: 24px SignikaRegular;
	margin: 0px;
	color: black;
	text-transform: uppercase;
}

h2 {
	font: 24px SignikaRegular;
	margin: 0px;
	color: black;
	text-transform: uppercase;
}

h3 {
	font: 20px SignikaRegular;
	margin: 0px;
	color: black;
	text-transform: uppercase;
}

p {
	margin: 0px 0px;
}

input[type="submit"]:hover {
	cursor:pointer;
}

#container {
	padding-top:0px;
	width:1040px;
	text-align:left;
	margin-bottom: 0;
	margin-left: -520px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -506px;
}


#header_filler {

	height: 56px;
	background:url(../images/filler_header1.png);
	background-repeat: repeat-x;
	z-index: -1;
}
	
#background_image {
	position:relative;
	height: 450px;
	z-index: -1;
	overflow: hidden;
	background-color: #FFFFFF;
	background-position: center center;	

}

#company_logo {
	width: 227px;
	height: 212px;	
	margin-left: 10px;
}


#languages {
	width: 227px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px -4px 10px;
}
	#languages a{
		color: #CCCCCC;	
		text-decoration: none;
	}
	
	#languages span {
		color: #CCCCCC;
		margin: 0px 1px;
	}
	
	#languages .lang_selected, #languages .lang_selected a{
		color: #FFFFFF;
	}

	

#menu {
	display: block;
	width: 790px;
	height: 28px;
	float: right;
	font: 20px SignikaLight;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-top: -10px;
	margin-right: 10px;
}

	#menu span {
		margin: 0px 0px 0px 35px;
	}
	
	#menu a{
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#menu a:hover{
		text-decoration: underline;
	}

#home_header {
	display: block;
	width: 980px;
	height: 174px;
	background:url(../images/filler_header2.png);	
	margin: 100px 0px 0px 10px;
	padding: 10px 20px;
	color: #000000;
	line-height: 24px;
}

#home_content {
	display: block;
	width: 1020px;	
	margin: 40px 10px 0px 10px;
	float: left;
}


#home_content_tekst {
	display: block;
	width: 460px;
	float: left;
	padding: 10px 20px;	
	color: #FFFFFF;
	line-height: 24px;
}
	#home_content_tekst h2 {
		color: #FFFFFF;
	}

#home_news {
	display: block;
	width: 460px;
	height: 290px;
	float: right;
	background:url(../images/filler_block_news.png);	
	padding: 10px 20px;	
	overflow: hidden;
}

	#home_news p{
		margin: 0px 0px 0px 0px;
		color: #000000;
		line-height: 18px;
	}
	
	#home_news span {
		display: block;
		font-size: 18px;
		color: #666666;
		margin: 10px 0px 0px 0px;
	}
	
#home_footer {
	
}


/* Content ________________________________________________________________________ Content*/

#content {
	display: block;
	width: 980px;
	min-height: 274px;
	background:url(../images/filler_content.png);	
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 100px 0px 0px 10px;
	background-color: #FCFCFC;
	padding: 20px 20px;
	color: #000000;
	line-height: 24px;
}


/* Contact ________________________________________________________________________ Contact */
#contact_form {
	width: 450px;
	float: left;	
	
}


#contact_google_maps {
	float: right;
	width: 450px;
	margin: 55px 30px 0px 0px;
}


.contact_form input{
		color: #999999;
		border: 1px solid #CCCCCC;
		width: 380px;
		height: 20px;
		padding: 4px 10px 0px 10px;
		margin: 0px 0px 5px 0px;
}

.contact_form .button{
		color: #000000;
		border: 1px solid #CCCCCC;
		width: 402px;
		height: 24px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
}

.contact_form textarea{
		color: #999999;
		border: 1px solid #CCCCCC;
		width: 380px;
		height: 80px;
		padding: 10px;
		margin: 0px 0px 10px 0px;
}

/* Webshop Content ________________________________________________________ Webshop Content*/
#legenda {
	margin-left: 20px;
	font-size: 12px;
	color: red;
	line-height: 24px;
}

#webshop_content {
	display: block;
	width: 980px;
	min-height: 174px;
	background:url(../images/filler_content.png);	
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 40px 0px 0px 10px;
	background-color: #FCFCFC;
	padding: 20px 20px;
}

#webshop_content_header {
	display: block;
	width: 590px;
	height: 140px;
	background:url(../images/filler_webshop_header.png);	
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FCFCFC;
	margin: -140px 0px 0px 420px;
	padding: 10px;
	color: #000000;
}


	#webshop_content_header h2{
		font: 18px SignikaLight;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;;
	}

	#webshop_pricelist_select {
		display: block;
		width: 320px;
		float: left;
		border-right: 1px solid #CCCCCC;
	}

	#webshop_pricelist_select select {
		width: 300px;
		height: 100px;
		border: 1px solid #CCCCCC;
	}

	#search_product_keyword {
		width: 200px;
		height: 18px;
		padding: 0px 5px
	}
	#btn_prod_search {
		width: 80px;
	}

#webshop_basket {
	display: block;
	width: 260px;
	float: right;
}
	
	#webshop_basket_userinfo {
		display: block;
		height: 80px;
		font-size: 13px;
		text-align: right;
	}
	
	
	#webshop_basket_info {
		background:url(../images/icon_basket.png);	
		background-repeat: no-repeat;
		background-position: top right;
		font-size: 12px;
		text-align: right;
		padding-right: 70px;
		font-weight: bold;
	}
	
	#webshop_basket a{
		text-decoration: none;
		color: #000000;
	}
	#webshop_basket a:hover{
		text-decoration: underline;
	}
	
	#webshop_basket #Login_username, #webshop_basket #Login_password{
		width: 160px;
		height: 22px;
		border: 1px solid #CCCCCC;
		text-align: right;
		padding: 0px 5px;
		margin: 0px 0px 5px 0px;
	}
	
	.detail_line_extra_levertijd {
	color: red;
	}
	
.products {
	color: #000000;
}
	.products tr {
	height: 30px;
	}
	.products td {
	padding: 0px 2px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #EFEFEF;
	}
	
	.products input{
	text-align: right;
	border: 1px solid #CCCCCC;
	height: 18px;
	}
	
	.products input[name="Retailprijs"] {
		width: 45px;
	}
	.products input[name="Aantal_bak"], 
	.products input[name="Aantal_laag"] {
		width: 30px;	
	}
	.products input[name="Totaal_aantal"] {
		width: 35px;	
		border: 0px;
		background: transparent;
	}
	.products input[name="Totaal_prijs"] {
		width: 70px;	
		border: 0px;
		background: transparent;
	}	
	
	.products input[name="Basket_aantal"] {
		width: 25px;	
	}	
	
	
.products_header {
	background-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
}
	.products_header td{
		height: 40px;
		vertical-align: bottom;
	}
	
	.products_header img{
	margin: 0px 0px 2px 0px;
	}
	
.column_left_border {
	border-left: 1px solid #CCCCCC;
}

.column_color1 {
	background-color: #EFEFEF;
}

.total_row td{
	background-color: #EFEFEF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#no_records_found {
	font-size: 14px;
	color: #666666;
	margin: 20px 0px 0px 0px;
	
}
/* Basket ________________________________________________________________________ Basket*/
.basket_confirm {
	color: #000000;
	line-height: 28px;
}
	.basket_confirm td{
		vertical-align: top;
	}

.basket_confirm input {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 300px;
	padding: 0px 5px;
}

.basket_confirm textarea {
	border: 1px solid #CCCCCC;
	height: 80px;
	width: 300px;
	margin: 0px 0px 10px 0px;
}

.basket_confirm input[name="Basket_lever_datum"],
.basket_confirm input[name="Basket_datum"]{
	width: 100px;
}


a.retailprijs_log_tooltip {
  position: relative;
  text-decoration: none;

}

a.retailprijs_log_tooltip span {display: none;}
a.retailprijs_log_tooltip span p {margin: 2px 0px 0px 0px;}
a.retailprijs_log_tooltip span p:hover {color: #CCCCCC;}
a.retailprijs_log_tooltip:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  min-height: 40px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: 24px;
  background: rgba(102,102,102,0.9);
  box-shadow: 0px 5px 5px rgba(153,153,153,.9);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  margin-left: -90px;

}
a.retailprijs_log_tooltip:hover span:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: rgba(102,102,102,0.9) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top: -20px;
  left:90px;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/* Buttons ________________________________________________________________________ Buttons*/

#button1 {
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 5px 10px;
	height: 15px;
	background-color: #E5E5E5;	
	border: 1px solid black;
	float: right;
	margin: 0px 0px 0px 0px;
	text-decoration: none; 
}

	#button1:hover {
	text-decoration: underline;
	}


/* Footer ________________________________________________________________________ Footer*/

#website_footer {
	display: block;
	width: 980px;
	height: 199px;
	background:url(../images/filler_block_footer.png);		
	margin: 40px 10px 0px 10px;
	float: left;
	padding: 20px 20px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
	#website_footer p {
		margin: 16px 0px;
	}

	#website_footer .block1 {
		display: block;
		width: 320px;
		float: left;
	}
	
	#website_footer .block2 {
		display: block;
		width: 320px;
		float: left;
		margin: 0px 10px 0px 10px;
	}

	#website_footer .block3 {
		display: block;
		width: 320px;
		float: left;
		color: #000000;
	}

	#website_footer input[type="text"], #website_footer input[type="password"]{
		border: 1px solid #999999;
		width: 220px;
		height: 30px;
		padding: 0px 10px;
	}
	
	#website_footer input[type="submit"] {
		border: none;
		float: right;
		height: 30px;
		color: #666666;
		text-decoration: underline;
		font-weight: bold;
		margin-right: 75px;
	}
	
	
/* Back-to-top  _____________________________________________________ Back-to-top*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #cccccc url(../images/arrow_scroll_top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  box-shadow: 2px 2px 2px #000000;
  border-radius: 6px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
	


