/* Main HTML Elements  */
HTML {
	overflow: -moz-scrollbars-vertical;
}
html, body, img, h1, h2, h3, h4, 
a, img, table, tr, td,
ul, ol, li,
form, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#333333;
	width: 100%;
	height:100%;
}
a {
	text-decoration:none;
}
/* removes dotted border in firefox, object for ff3 */
a:active, a:focus, object {
    outline: 0;
}

img {
	border: 0;
	font-size:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
input, select, textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
h1{
	font-size:16px;
	font-weight:normal;
	color:#791424;
	line-height: 20px;
}
h2{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
h4{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
ul{
	padding-left: 18px;
}
ol{
	padding-left: 22px;
}

/* Specific HTML Elements  */
.verticalspacer {
	line-height: 0;
	height:6px;
	clear: both;
}
.verticalspacer2 {
	line-height: 0;
	height: 12px;
	clear: both;
}
.verticalspacer3 {
	line-height: 0;
	height: 18px;
	clear: both;
}
.hr {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	line-height: 0;
	height: 0;
	width: 100%;
}
h1.red{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
h2.red{
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
}
h3.red{
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
}
.maintext {
	float:left; 
	line-height:18px;
	width: 444px;
}
.withBG {
	padding: 0 20px;
	min-height: 500px;
	background: url(../images/bg_maintext.png) no-repeat 0 0;
}
.maintext a {
	color:#BE0000;
	text-decoration:none;
	font-weight:bold;
	padding-left: 10px; 
	background-image:url(../images/ic_arrow_main.gif);
	background-repeat:no-repeat;
	padding-top:6px;
}
.maintext a.inline {
	background-image: none;
	padding-left: 0;
	color: #e94344;
	font-weight: normal;
	text-decoration: underline;
}
.maintext a.inline:hover {
	text-decoration: none;
}
.homesubbanner {
	float:left; 
	margin-right:6px; 
	padding: 105px 12px 12px 12px; 
	width:202px; 
	height: 117px;
	color:#FFFFFF;
}

.homesubbanner_wide {
	float:left; 
	margin-right:6px; 
	padding: 105px 12px 12px 12px; 
	width:430px; 
	height: 117px;
	cursor:pointer;
	color:#FFFFFF;
}
.homesubbanner3 {
	/*cursor: pointer; kharis commented out*/ 
	float: right; 
	width: 206px; 
	height: 210px; 
	margin: 0; 
	padding: 12px 12px 12px 236px;
}
.homesubbanner h2, .homesubbanner3 h2 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:6px 0;
	overflow: visible;
}
.homesubbanner a, .homesubbanner3 a, 
#thirdSelectionDiv a {
	font-size: 13px;
	color:#fff;
	text-decoration:none;
}
#container{
	width:972px;
	margin:auto;
}
#content{
	background-color:#FFFFFF;
	width:918px;
	position:relative;
	margin:auto;
	padding-left:6px;
	padding-right:6px;
}
#topnav{
	height:78px;
}
#menu{
	float:right;
	position: relative;
	padding-top:34px;
	height:34px;
}
#menu_tel {
	position: absolute;
	top: 0;
	right: 0;
	width: 126px;
	height: 27px;
	background: transparent url(../images/menu_bg_tel.gif) no-repeat scroll top right;
}
.menuitem {
	position:relative;
	float:left;
	height:100%;
	border-right: 1px solid #d7d7d7;
	cursor:pointer;
	padding-left:6px;
	color:#363636;
	width:78px;
}
.menuitem2 {
	width:94px;
}
.menuitem3 {
	width:98px;
}
.menuitemhover {
	border: 1px solid black;
}
.last { border-right: 0; }
.menuitem div {
	position:absolute;
	bottom:0;
	left:0;
	padding: 0 0 3px 5px
}
.menuitem a {
	display:block;
	color:#363636;
	text-decoration:none;
	font-weight:bold;
	padding-left: 8px;
	padding-top:15px;
}
.menuitem a:hover {
	color:#E30809;
	text-decoration:none;
}
.menuitemactive a {
	color:#E30809;
}
#banner {
	padding-bottom: 4px;
}
.content_main{
	background-color:#FFFFFF;
	width:918px;
	margin:auto;
	padding-left:6px;
	padding-right:6px;
}
.heading{
	height:22px;
	width:900px;
	padding:2px 6px 2px 12px;
}
.heading h1 {
	float: left;
}
.heading a {
	float: right;
	margin-top: 2px;
	margin-left: 6px;
}
.bannertopic {
	width:204px; 
	height: 72px; 
	padding: 6px 12px 6px 12px; 
	color:#FFFFFF; 
	margin-bottom: 2px; 
	background-image:url(../images/bg_banner_topic1.gif);
	background-repeat:no-repeat;
}
.bannertopic a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.buttons {
	float:right;
	position:relative;
	width:147px;
	padding-top:24px;
}
.triggers {
	margin-bottom: 10px;
}
#DownloadLink{
	padding-bottom: 6px;
}
#ProductContent{
	font-family: Arial,sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #424242;
}
/* KOFFIEMACHINES */
#prodselect {
	position:relative;
	background: transparent url(../images/bg_banner_producten1.gif) no-repeat scroll top left;
	width:918px;
	height:179px;
	padding-bottom: 4px;
}
#firstSelectionDiv,
#secondSelectionDiv {
	position:absolute;
	left:12px;
	top:12px;
	width:227px;
	height:137px;
	color:#FFFFFF;
	z-index:1;
}
#secondSelectionDiv {
	left:273px;
	width:352px;
}
#thirdSelectionDiv {
	position:absolute;
	left:680px;
	top:13px;
	width:227px;
	height:132px;
	color:#FFFFFF;
	z-index:1;
}
#thirdSelectionDiv h2 {
	color: #FFFFFF;
}

#firstSelectionDiv h4 {
	border-bottom: 1px solid #d95959;
	padding: 0 0 10px;
}
#secondSelectionDiv h4 {
	border-bottom: 1px solid #c65656;
	padding: 0 0 10px;
}
#thirdSelectionDiv h4 {
	border-bottom: 1px solid #c65656;
	padding: 0 0 10px;
}

.curs_hand {
	cursor: pointer;
}
.curs_default{
	cursor: default;
}

#producten {
	background: url(../images/bg_producten.gif) no-repeat 0 0;
	padding: 25px 0 0;
}

.product_overlay {
	display: none;
}

/* FORM Elements  */
input.text{
	display:inline;
	width:294px;
	height:19px;
}
.right_error 
{
    padding-left:70px;
}
input.text2 
{
    height:19px;
}
textarea.text{
	width:294px;
}
input#submitButton {
	border: 0;
}
input.telareacode, 
input.telno {
	display: inline;
	width: 30px;
	height: 19px;
}
input.telno {
	width: 54px;
}
.formlabel {
	float: left;
	width: 108px;
	height: 24px;
	margin-top: 3px;
}
.formfield {
	float: right;
	width: 300px;
	height: auto;
}
.errormsg {
	color: #FF0000;
	clear: both;
	padding-left: 145px;
}

/* INGEDIENTEN.HTML */
.ingr_section {
}
.ingr_container{
	float: left;
	width: 210px;
	margin-top: 12px;
	background: url(../images/bg-productsmall.gif) no-repeat left top;
	text-align: center;
	padding:25px 18px 0 0;
	min-height: 325px;
}
.ingr_container .hr {
	clear: both;
	width: 300px;
}
.ingr_container .ingr_img {
	padding: 0 0 15px;
}
.ingr_header {
	padding-top: 10px;
	padding-left: 12px;
}
.ingr_txt {
	float:left;
	width:186px;
	min-height:220px; /*K edited from 180px*/
	/*_height: 180px;*/
	margin-bottom:12px;
	color:#979392;
}
.left_txt .ingr_txt {
	text-align: left;
	padding-left: 13px;
}
.acc_txt {
	min-height: 115px;
	_height: 115px;
	margin-bottom:12px;
}
.ingr_txt h3, .acc_txt h3 {
	padding-bottom: 3px;
}
.ingr_txt a {
	color:#BE0000;
	text-decoration:none;
	font-weight:bold;
	padding-left: 17px; 
	background-image:url(../images/ic_pdf_small.gif);
	background-repeat:no-repeat;
	padding-top:0px;
}
.ingr_txt span, .acc_txt span{
	display: block;
}
/* KOFFIEMACHINE.ASPX */
#prodinforight {
	position: relative;
	background: #fbfbfb url(../images/bg_product_detail_info_repeat.jpg) top left repeat-y;
	padding: 0 0 0 30px; 
	width:442px;
	float:left;
	/*margin-bottom: 30px; Removed by kharis to append the lower curve of the image*/
}

#topBackgroundProductInfo /* K's edition */
{
    position: relative;
    background: #fbfbfb url(../images/bg_product_detail_info_top.jpg) top left;
	height:25px;
	width:442px;
	float:left;
	margin: 15px 0 0;
}

#bottomBackgroundProductInfo /* K's edition */
{
    background: #fbfbfb url(../images/bg_product_detail_info_bottom.jpg) top left;
	height:30px;
	width:442px;
	float:left;
	margin: 0 0 0;
}

#prodinforight #actie_grootkeuken {
	margin: 0 0 0;
}
#ProductBanner {
	height:258px; 
	clear:both;
}
#imgProduct {
	margin-top:0;
	position:relative;	
}
#techspec {
	 float:left;
	 width:200px;
	 padding-left:12px;
	 margin-top: 28px;
	 line-height: 20px;
}
.RedTitle{
	font-size: 18px;
	color: #cc0000;
	/*font-weight:bold;*/
}
.BlackTitle{
	font-size: 14px;
	color: #272727;
	font-weight:bold;
}
.hlPrevNav{
	background-image: url("../images/nav_prev.jpg");  
	color: #DD0000;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-repeat : no-repeat;
	padding: 4px  10px 5px 20px;
	text-decoration:none;
}
.hlNextNav{
	background-image: url("../images/nav_next.jpg");  
	color: #DD0000;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-repeat : no-repeat;
	padding: 4px 30px 5px 10px;
	text-decoration:none;
}

/* KOMO.ASPX */
#discountImage {
	position: absolute;
	top:25px;
	left:550px;
	display:none;
}
#discountButton {
	position:absolute;
	bottom:269px;
	left:140px;
	width:97px;
	height:97px;
	z-index:2;
}
/* FOOTER */
#footer{
	height:100px;
	margin:auto;
	width:928px;
	color:#999999;
	padding: 10px 22px 0px 22px;
}
#footernav{
	float:left;
}
#copyright{
	float:right;
}
#footernav li{
	display: inline;
	list-style-type:none;
	padding-right: 10px;
	padding-left: 6px;
	background-image: url(../images/ic_arrow_footer.gif);
	background-repeat:no-repeat;
}
#footernav ul{
	margin: 0px;
	padding-left: 0px;
}
#footernav a,
#footernav a.visited{
	color:#999999;
	text-decoration:none;
}
#footernav a:hover,
#footernav a:active {
	color:#666666;
}

.radio 
{
    line-height:22px;
}
.radio label
{
    padding-left:6px;
    padding-right:12px;
}

.error2 
{
    visibility:hidden;
    display:none; 
    float:left;
    padding-left:37px;
    color:#FF0000;
}
.banner_home_inner1 {	
	background:url(../images/bg_home_nonflash_01.jpg) no-repeat;
	width: 918px;
	height:323px;
	margin-left: 27px;
	position:relative;
}

.mainbanner_fr {
	background:url(../images/bg_home_nonflash_01_fr.jpg) no-repeat;
}



.banner_home_inner1 .homebutton {
	position:absolute;
	top: 116px;
	left: 14px;
}
.banner_home_inner1 .homebutton .button {
	width: 135px;
	height: 26px;
}
.banner_home_inner1 .homebutton .button div {
	display: none;
}
.banner_home_inner2 {	
	background:url(../images/bg_home_nonflash_02.jpg) no-repeat;
	width: 918px;
	height:323px;
	margin-left: 27px;
	position:relative;
}
.banner_home_inner2 .homebutton {
	position:absolute;
	top: 177px;
	left: 479px;
}
.button,
.button div {
	height:39px;
	line-height: 39px;
	cursor:pointer;
	float:left;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	display:inline;
}
.buttonmiddle {
	background: url(../images/bt_middle.gif) 0px 0px repeat-x;
	min-width: 60px;
}
.buttonleft {
	background: url(../images/bt_left.gif) repeat-x;
	width:38px;
}
.buttonright {
	background: url(../images/bt_right.gif) repeat-x;
	width:17px;
}
.button_roll .buttonmiddle,
.button_roll .buttonleft,
.button_roll .buttonright {
	background-position: 0px -40px;
}
.fourcolumn_product {
	background:url(../images/bg_3stap_prod_amazonexl.jpg) no-repeat;
	width: 190px;
	padding: 165px 10px 0 10px;
	display:inline;
	margin-right: 20px;
	float:left;
	cursor:pointer;
}
.fourcolumn_product_minicafe {
	background:url(../images/bg_3stap_prod_minicafe.jpg) no-repeat;
}
.fourcolumn_product_minivistaquick {
	background:url(../images/bg_3stap_prod_vistaquick.jpg) no-repeat;
}
.fourcolumn_product_minihotcold {
	background:url(../images/bg_3stap_prod_minihotcold.jpg) no-repeat;
}
.fourcolumn_product_komo {
	background:url(../images/bg_3stap_prod_komo.jpg) no-repeat;
}
.maintext_threecolumn {
	width: 670px;
}
/*Orange version*/
.orange h1,
.orangebox h1,
.orangebox h2 {
	color:#9d3720;
}
.orange .maintext a {
	color:#9d3720;
	background-image:url(../images/ic_arrow_main_orange.gif);
}
.orangebox {
	float:left; 
	line-height:18px;
	width: 462px;
	padding-right: 6px;
}
.orangebox .orangebox_top {
	background:url(../images/orangebox_top.gif) no-repeat;
	height:25px;
}
.orangebox .orangebox_bottom {
	background:url(../images/orangebox_bottom.gif) no-repeat;
	height:13px;
}
.orangebox .orangebox_middle {
	background-color: #eeeeee;
	padding: 0 6px;
}
.orangebox .orangebox_bottom {
	background:url(../images/orangebox_bottom.gif) no-repeat;
	height:32px;
}

a.komobannerbutton {
    background:none repeat scroll 0 0 transparent;
    height:29px;
    left:14px;
    padding:0;
    position:relative;
    top:130px;
    width:117px;
}

.notext {
    text-indent: -9999em;
}

.nopad {
    padding: 0 0;
}

.fourcolumn_product_komo {
	background:url("../images/bg_3stap_prod_komo.jpg") no-repeat left top;
}

/* additions */
#languageSelect {
	position: absolute;
	top: 0;
	right: 0;
}
	#languageSelect a {
		color:#000;
		text-decoration:underline;
	}
	
.h4div h4 {
	border-bottom:1px solid #C65656;
	padding:0 0 10px;
}

