#footer {
	clear:both;
}


/**
 *
 * 	Styles for restyle 2014
 *
 *
 */
.style2014 #main {
	width:954px;
}

.style2014.formcomponent #main {
	width:980px;
}

/** BLOCKS **/
.style2014 .blocks{}
.style2014 .blocks .leftBar {display:none}

.style2014 .blocks .content,
.style2014.zakelijk .content,
.style2014.home .content,
.style2014.tabbed #main > .content,
.style2014.wideContentSubnav .content-double {
	padding:0 0 26px 0;
	width:978px;
}

.style2014.zakelijk .content {
	padding-bottom:0;
}
.style2014 .blocks .rightBar {
	margin-left:0;
	width:300px;
}
.style2014 .leftBar {
	width:187px;
	margin-right:26px;
}
.style2014 .content,
.style2014 .content-double .fullSizeContent {
	width:415px;
	padding:0;
}
.style2014.formcomponent .content {
	width:715px;
}
.style2014 .home .content {
	width: 970px;
}
.style2014 .fullSizeContent {
	width:741px;
}
.style2014 .rightBar,
.style2014.overDelta .rightBar {
	width:300px;
	margin-left:26px;
}

.style2014 .content-double {
	float:left;
	width:628px;
}
.style2014.formcomponent .content-double {
	width:auto;
}


.style2014.overDelta .content {
	float:left;
	width:1040px;
}

.style2014 .content-double .leftBar {
	/*padding-top:47px;*/
	clear:both;
}

.style2014 .row {
	width:952px;
}
.style2014.zakelijk .row {
	width:100%;
	max-width:none;
	margin:0;
	padding:0;
}
.style2014 #sitemap {
	clear:both;
}



/***** Product compare table *****/
.productcompare *,
.productcompare *:before,
.productcompare *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.productcompare {
	border: 1px solid #e5e5e6;
	border-spacing:0;
	border-radius: 15px;
	float: left; /* to prevent content spilling out of div */
	width: 713px;
	position: relative;
	margin-bottom: 100px;
}
.productcompare ul{
	float: left;
	list-style: none;
	padding: 0;
}
.productcompare ul li{
	border-top: 1px solid #e5e5e6;
	padding: 10px;
	text-align: center;
}
.productcompare .product-title{
	border-top: 0;
	color: #0082d1;
	font-family: 'MetaPro', Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	padding: 30px 0;
}
.productcompare .section-title + li{
	border-top: 0;
}
.productcompare .product-price{
	height: 140px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.productcompare .product-price a.button {
	display: block;
}
.productcompare .product-price a.button span{
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	width: 100%;
}

.productcompare .col-footer{
	background-color: #009cdb;
	color: #fff;
}


/*** description ***/
.productcompare .col-description{
	width: 225px;
}
.productcompare .col-description li{
	text-align: left;
}
.productcompare .col-description .col-footer:last-of-type{
	border-radius: 0 0 0 15px;
}
.productcompare .col-description .section-title{
	color: #f47829;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}
.productcompare .col-description .section-title span{
	float: left;
	line-height: 37px;
}
.productcompare .col-description .section-title img{
	float: left;
	margin-right: 13px;
}



/*** products ***/
.productcompare .col-product{
	width: 163px;
}
.productcompare .col-product .product-speed-o-meter .block-wrap{
	margin: 5px auto 0;
	overflow: hidden;
	width: 118px;
}
.productcompare .col-product .product-speed-o-meter .block{
	background-color: #a8b0b6;
	border-radius: 2px;
	display: block;
	float: left;
	height: 8px;
	width: 8px;
	margin-left: 2px;
}
.productcompare .col-product .product-speed-o-meter .block:first-child{
	margin-left: 0;
}
.productcompare .col-product .product-speed-o-meter .block.active{
	background-color: #e57323;
}
.productcompare .col-product .product-price{
	font-size: 20px;
}
.productcompare .col-product .product-price .sup{
	font-size: 70%;
	position: relative;
	top: -5px;
}
.productcompare .col-product .button{
	background-color: #e21776;
	border-radius: 3px;
	float: none;
	margin-top: 15px;
	padding: 10px 0;
}
.productcompare .col-product .button:hover{
	background-color: #cc0e67;
}
.productcompare .col-product .button:active{
	background-color: #ac0754;
}

/* product first */
.productcompare .col-product.first{
	border-left: 1px solid #e5e5e6;
	border-radius: 15px 0 0 0;
}

/* product second */
.productcompare .col-product.second{
	background-color: #fff;
	border-left: 1px solid #e5e5e6;
	border-right: 1px solid #e5e5e6;
	border-radius: 8px;
	position: absolute;
	right: 162px;
}

/* product highlighted */
.productcompare .col-product.highlighted{
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	margin-top: -25px;
	position: absolute;
	right: 162px;
}
.productcompare .col-product.highlighted .product-title {
	padding-top: 0;
	padding-bottom: 23px;
}
.productcompare .col-product.highlighted .product-title .product-favorite{
	background-color: #40ae49;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 7px 7px 20px;
	padding: 8px 0;
}
.productcompare .col-product.highlighted li:last-child{
	border-radius: 0 0 8px 8px;
	padding-bottom: 20px;
	position: relative;
}
.productcompare .col-product.highlighted li:last-child img{
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 14px);
}

/* product last */
.productcompare .col-product.last{
	float: right;
}
.productcompare .col-product.last .col-footer:last-of-type{
	border-radius: 0 0 15px 0;
}




/***** Product compare table 2, based on table 1 *****/
.productcompare.variant2 {
	border-radius: 0;
	width:678px;
}
.productcompare .col-product.first{
	border-radius: 0;
}
.productcompare.variant2 .col-product .product-price{
	height: auto;
	padding: 11px 0 9px;
}
.productcompare.variant2 ul li{
	min-height: 41px;
}
.productcompare.variant2 .product-title{
	font-size: 18px;
}
.productcompare.variant2 .cell-double{
	height: 59px;
}
.productcompare.variant2 .cell-double img{
	margin-top: 10px;
}
.productcompare.variant2 .cell-triple{
	height: 78px;
}
.productcompare.variant2 .cell-triple img{
	margin-top: 18px;
}

.productcompare.variant2 .col-footer.btn-link a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.productcompare.variant2 .col-description .filler{
	background: #99c8dd;
}
.productcompare.variant2 .col-description .filler.h59{
	height: 60px;
}
.productcompare.variant2 .col-description .filler.h100{
	height: 100px;
}

.productcompare.variant2 .col-description li{
	padding-right: 20px;
}
.productcompare.variant2 .col-footer {
	background: #99c8dd;
}
.productcompare.variant2 .col-footer .button{
	border-radius: 0;
	font-size: 16px;
	text-align: left;
	margin-top: 0;
	background: url("../img/sprite.png") no-repeat scroll -149px -10px #0082d1;
	padding:10px 0;
	display: block;
}
.productcompare.variant2 .col-footer .button span{
	padding: 0 0 0 30px;
	color:#FFF;
	font-weight: bold;
	display: inline-block;

}

/* new styled buttons made possible in the tables */
.productcompare.variant2 .col-footer .button.moreInfo{
	background: url("../img/sprite.png") no-repeat -149px -10px #0082d1;
}
.productcompare.variant2 .col-footer .button.moreInfo:hover{
	background-color: #074777;
}

.productcompare.variant2 .col-footer .button.becomeCustomer{
	background: url("../img/sprite.png") no-repeat -149px -10px #e57323;
}
.productcompare.variant2 .col-footer .button.becomeCustomer:hover{
	background-color: #004679;
}


.productcompare.variant2 .col-product.last .col-footer:last-of-type{
	border-radius: 0;
}
.productcompare.variant2 .col-product.highlighted .product-title .product-favorite{
	background-color: #78b635;
}


/* two-columns */
.productcompare.variant2.two-columns .product-title{
	font-size: 24px;
}
.productcompare.variant2.two-columns .col-product.first {
	width: 227px;
}
.productcompare.variant2.two-columns .col-product.last{
	width: 226px;
}
.productcompare.variant2.two-columns .col-product.last{
	border-left: 1px solid #e5e5e6;
}

/* with highlight */
.productcompare.highlight .col-description {
	width:200px;
}
.productcompare.highlight .col-description li {
	padding-right:10px;
}
.productcompare.highlight .col-product.highlighted{
	right:158px;
}
.productcompare.variant2.highlight .col-product .product-price {
	padding-bottom:8px;
}
.productcompare.variant2.highlight .col-description .filler.h100 {
	height:101px;
}