.no-display   { display:none; }

body{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:13px;background:url('/skin/frontend/default/printweb/images/bg.png');}
.global-site-notice{background-color:#429D11;color:#fff;padding-top:5px;padding-bottom:5px;font-size:15px;text-align:center;}
.global-site-notice p{padding:0; margin:0;}

.page.container{background-color:#fff; padding:0 25px 70px 25px;border-right:1px solid #ccc;border-left:1px solid #ccc;}
.printweb-navbar{
	background-color: #00adef;
	height:50px;
	border:1px solid #0092c9;
	margin-bottom:15px;
}
.printweb-navbar > ul
{
	list-style-type:none;
	height:100%;
	width:auto;
	margin-left:0;
}

.printweb-navbar > ul > li
{
	height:48px;	
	padding:14px 0 17px 0;
	line-height:48px;
	font-weight:600;
	display:inline;
	color:#fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	font-size:14px;
	border-right:1px solid rgba(0,0,0,0.3);
	/* border-left:1px solid rgba(255,255,255,0.3); */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.printweb-navbar > ul > li
{
	position:relative;
	left:-3px;
}
.printweb-navbar > ul > li:first-child
{
	left:0px;
}
.printweb-navbar > ul > li > span a
{		
	color:#fff;
}
.printweb-navbar > ul > li > span a:hover
{		
	color:#fff;
	text-decoration:none;
}
.printweb-navbar > ul > li:first-child{
	border-left:none;	
}
.printweb-navbar > ul > li:hover
{		
	background-color:#37c6ef;
}
.printweb-navbar > ul > li:active,
.printweb-navbar > ul > li > a:active
{		
	background-color:#0092c9;
}
.printweb-navbar > ul > li.open
{		
	background-color:#0092c9;
}
.printweb-navbar > ul > li > a,
.printweb-navbar > ul > li > span a
{
	color:#fff;
	text-decoration:none;	
	padding:14px 16px 17px 16px;
	line-height:48px;
}
.printweb-navbar .navbar-search
{
	position:relative;
	right:10px;
	top:5px;
}
.printweb-navbar .navbar-search input
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0;
	-moz-box-shadow: inset 0 0 8px #888;
	-webkit-box-shadow: inset 0 0 8px #888;
	box-shadow: inner 0 0 8px #888;
	width: auto;
}
.printweb-navbar > .navbar-search > .input-append > .add-on{
	border:0;
	border-radius:0;
	background-color:#0092c9;
	height:100%;
}
.printweb-navbar > .navbar-search > .input-append > .add-on:hover{
	background-color:#37c6ef;
}
.printweb-navbar > .navbar-search > .input-append > .add-on:active{
	background-color:#00adef;
}
.printweb-navbar > .navbar-search > .input-append {
	border:1px solid #0092c9;
}
#logo {
	margin:25px 0 25px 0;
}
.printweb-navbar > .navbar-search .search-query{
	width:150px;
}
.breadcrumbs ul {
	list-style: none inside none;
}

.breadcrumbs ul li {
	float: left;
}

.page-title {
	clear: both;
}
.customer-block h5 { margin-bottom:0;margin-top:0; }
.customer-block
{
	text-align:right;
}
#customer-service-list
{
	list-style-type:none;
	margin-bottom:2px;
}
#customer-service-list li
{
	display:inline;
	font-size:12px;margin-left:10px;
}
h2{font-size:24px;}
h3{font-size:20px;}
.btn-cta, .button-customise {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #EF6B00;
	*background-color: #EF6B00;
	background-image: -moz-linear-gradient(top, #EF6B00, #EF6B00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EF6B00), to(#EF6B00));
	background-image: -webkit-linear-gradient(top, #EF6B00, #EF6B00);
	background-image: -o-linear-gradient(top, #EF6B00, #EF6B00);
	background-image: linear-gradient(to bottom, #EF6B00, #EF6B00);
	background-repeat: repeat-x;
	border-radius: 0px;
	border-color: #EF6B00;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3872F', endColorstr='#EF6B00', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-cta:hover,
.btn-cta:active,
.btn-cta.active,
.btn-cta.disabled,
.btn-cta[disabled] {
	color: #FFFFFF;
	background-color: #EF6B00;
	*background-color: #003bb3;
}
.btn-blue {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00ADEF;
	*background-color: #00ADEF;
	background-image: -moz-linear-gradient(top, #00ADEF, #00ADEF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00ADEF), to(#00ADEF));
	background-image: -webkit-linear-gradient(top, #00ADEF, #00ADEF);
	background-image: -o-linear-gradient(top, #00ADEF, #00ADEF);
	background-image: linear-gradient(to bottom, #00ADEF, #00ADEF);
	background-repeat: repeat-x;
	border-radius: 0px;
	border-color: #00ADEF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37C6EF', endColorstr='#00ADEF', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
	color: #FFFFFF;
	background-color: #00ADEF;
	*background-color: #003bb3;
}

.btn-group {
	border-radius: 0px;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	border-radius: 0px;
}
	
.btn-group.open .btn.dropdown-toggle.btn-blue
{
	color: #FFFFFF;
	background-color: #0092c9;	
}
#shopping-cart-button{
	width:100px;
	text-align:left;
}
#shopping-cart-button i,
#account-form-drop i 
{margin-top:2px;}

#shopping-cart-button .pull-right {text-align:right;}

/* .product-cart-actions { display: none; } */

.footer-container
{
	background-color:#ddd;
	font-size:11px;
	line-height:14px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
}
.footer-container a {color:#333;}
.footer-container a:hover {color:#666;}

.printweb-navbar .dropdown-menu
{
	text-transform:none;
	height:480px;	
	text-shadow:none;
	margin-top:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.printweb-navbar .dropdown-menu > li > a:hover
{
	background:#ef6b00;
}
.printweb-navbar .popover
{
	width:600px;
	max-width:none;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.printweb-navbar .popover-content
{
	height:425px;
}

.printweb-navbar .popover
{
	color:#333;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.printweb-navbar > ul > li {
		padding-left:4px;
		padding-right:4px;
	}
	.printweb-navbar > ul > li > a,
	.printweb-navbar > ul > li > span a
	 {
		padding-left:4px;
		padding-right:4px;
	}
}
@media (min-width: 768px) and (max-width: 978px) {
	.printweb-navbar .popover
	{
		width:500px;
		max-width:none;
	}
}
@media (max-width: 768px) {
	.printweb-navbar .popover
	{
		width:300px;
		max-width:none;
	}
}

form{margin-bottom:0;}

ol.products-list
{
	list-style-type:none;
	margin-left:0;
}
ol.products-list li
{
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}

ol.products-list .btn-cart
{
	margin-top:22px;
}

#btn-cart {
	margin-bottom: 20px;
}

h2.product-name.item
{
	font-size:20px;
	margin:0;
}

.products-grid
{
	list-style-type:none;
	margin-left:0;
}

.product-div
{
	border:1px dashed #CCC;
	text-align:center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	transition:background-color 0.4s;
	
}
.products-grid .product-div:hover
{
	background-color:#f5f5f5;
}

.products-grid .product-div .actions
{
	border-top:1px dashed #ddd;
}
.products-grid .product-div .btn-cta
{	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.products-grid .product-div h2{line-height:20px;}
.products-grid .product-div a:hover{text-decoration:none;color:#ef6b00;}
.products-grid .product-div a
{
	font-size:16px;
	line-height: auto;
	color:#333;
	font-weight:300;
}
.product-div-content{height:220px;padding:0 5px 0 5px;}

.products-grid 
{
	margin-bottom:15px;
}

.toolbar .pager
{
	margin:0;
}
.toolbar label{display:inline;}
.toolbar select{width:auto;}

.toolbar
{
	background-color:#eee;
	text-align:left;
}
h1{font-weight:300;font-size:26px;}

.block .block-title,
.box .box-title{border-bottom:1px solid #00adef;}
.box .box-title a{float:right;}
.box .box-title h3{margin-bottom:0;line-height:24px;}

.block .block-content,
.box .box-content{background-color:#f5f5f5;padding:10px;}
.block .block-title strong,
.box .box-title h3{font-size:18px;font-weight:600;}
.block{margin-bottom:15px;}
.block-account ul{
	margin-left:0;
	list-style-type:none;
}

.product-shop h2
{
	font-size:18px;
	line-height:22px;
}

.grand-total big{
	font-size:20px;
	margin-bottom:5px;	
}
.price-label{
	font-size:18px;	
}
.old-price > span{
	font-size:14px !important;	
	line-height:16px;
}
.old-price > span.price{
	text-decoration:line-through;
}
span[id*='configurable-price-from-']{
	color:#000;
	text-shadow:none;
	font-size:14px;
	background:none;	
	font-weight:300;
	margin:0;
	padding:0;
}
#product-view-bottom .price-box .price{padding:4px 10px;text-shadow:0 0 5px rgba(255,255,255,0.2);}
.price-including-tax .price{font-weight:bold;}
.price-including-tax,
.price-including-tax .price{
	font-size:11px !important;	
	font-style:italic;
}
.price-excluding-tax .price, .was-old-price .price {padding:0 !important;font-size:32px !important; line-height:45px;
}
.price-including-tax .price, .was-old-price .price {padding:0 !important;text-shadow:none;}

#product-options-wrapper, #product-addtocart-button { display: none; }

.product-options-bottom{text-align:center; margin: auto; width: 50%;}

.product-options .required em {display:none;}

ul.messages{
	list-style-type:none;	
	margin-left:0;
}
.messages ul{
	list-style-type:none;	
}
.controletool-repairable{
	color:#060;
	font-weight:bold;
}
.controletool-unrepairable{
	color:#C00;
	font-weight:bold;
}
.controletool em{
	color:#666;	
}
.controletool-reparatie-overzicht h5{
	display:inline;
}
.controletool h5{
	font-weight:600;margin-top:15px; margin-bottom:7px;
}

.controletool .container{
	border-left:0 !important;
	border-right:0 !important;
}
.controletool header{
	margin-left:0 !important;	
	padding-bottom:10px;
}
.controletool header .row-fluid > .span6:last-child {
	padding:10px;
}
.controletool h1{ margin-bottom:0 !important; }
.controletool h4 em{ margin-top:0; color:#555; }
.controletool{
	background-color:#fff;
}
.controletool .container:first-child{
	padding-bottom:0 !important;	
}
.controletool-progress{
	list-style-type:none;	
	margin-bottom:30px;
	margin-left:0 !important;
	width:100%;
}
.controletool-progress li{
	border-top:10px solid #ccc;
	color:#ccc;
	vertical-align:top;
	display:inline-block;	
	width:24.5%;
	padding-top:5px;
	text-align:center;
}
.controletool-progress li.current{
	border-top:10px solid #ef6b00;
	color:#ef6b00;
}
.controletool-progress li.done{
	border-top:10px solid #00ad5d;
	color:#00ad5d;
}

.product-img-box h2,
.box-description h2
{
	font-size:14px;
	line-height:18px;
	margin-bottom:0;
}

.more-views ul {list-style-type:none; margin-left:0;}
.more-views ul li {display:inline;}
.more-views ul img {border:1px solid #eee;}

.product-options dd{margin-left:0;}
.product-view .input-box select,
.product-view .input-box input
 {width:100%;}
 
.accordion-toggle.btn-blue
{
	padding:2px 4px 2px 4px;
	border-top-left-radius:0;
	border-top-right-radius:0;	
}

#formpke em {font-size:11px;}
#submitButtonId
{
	margin-bottom:15px;	
}

label.inline{display:inline;}
/*#controletool-confirm-done{border-bottom-left-radius:0;border-bottom-right-radius:0;}
#controletool-confirm-retry{border-top-left-radius:0;border-top-right-radius:0;}*/
.controletool-spacer-large{margin-top:30px;}

.block-login
{
	text-align:left;
	padding:10px;		
}
.block-login .block-content
{
	background-color:#fff;	
}

#register-link{display:block;}

.step-title h2{
	display:inline;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:0;
}
.step-title{
	background-color:#f5f5f5;
	border:1px solid rgba(0,0,0,0.1);
	padding:0;
	padding-left:15px;
	margin-top:10px;	
}
.step-title .number{
	margin-right:10px;
	font-size:14px;
}
#checkoutSteps{
	list-style-type:none;	
	margin-left:0;
}
.step-title > a{float:right;margin-top:10px;margin-right:10px;}
li label {display:inline}

#checkoutSteps ul,
ul.form-list{list-style-type:none;margin-left:0;}

#recent-order-show-all{
	top: 20px;
	position: relative;
}

.box-content.row-fluid{padding:0;}
.address-box{padding:5px;}

#onestepcheckout-form label
{
	display:inline;
}
#onestepcheckout-form ul
{
	list-style-type:none;
	margin-left:0;
}

input[type="radio"],
input[type="checkbox"]
{
	margin-top:0;	
}
.input-box{display:inline;}

[class*="spandoek"]{
	float:none !important;
	margin-left:0 !important;
}

.categories-spandoek{
	min-height:20px !important;
	max-height:20px !important;
	height:20px !important;
}


.popover-content > ul > li {padding:2px 5px 2px 5px;border-bottom:1px dashed #ccc; font-size:14px; line-height:18px;}
.popover-content > ul > li:last-child{border-bottom:none;}
.popover-content > ul > li i{margin-top:2px;}
.popover-content > ul > li a{color:#333;}
.popover-content > ul > li:hover a{color:#fff;}

.popover-content > ul > li:hover{
	width:100%;
	background-color:#ef6b00;
	list-style-type:inherit;
	border-radius:3px;
}

.selected-category{
	width:100%;
	background-color:#ef6b00;
	list-style-type:inherit;
	border-radius:3px;
}
.popover-content > ul > .selected-category > a{color:#fff;}
.selected-category a:hover{text-decoration:none; color:#fff;}

.popover-content{
	border-right:1px dashed #ccc;
	padding-top:0;
	padding-bottom:0;
}
.popover-content ul{margin-left:0;list-style-type:none;}

.printweb-navbar .popover-content .widget-product-link-inline a {display:block;}
.form-list label{display:list-item;}
.form-list .control label{display:inline; margin-left:5px;}
.required em, p.required, label span.required {color:red; font-style:normal;}
.limiter select{width:auto;}
.limiter label{display:inline;}

.no-margin-left{margin-left:0;}


.pop{cursor:pointer;}

.controletool-reparatie-overzicht ul
{
	margin-left:0;
	list-style-type:none;
}
.controletool-reparatie-overzicht li
{
	border:1px solid #ddd;
	margin-bottom:15px;
	padding:5px;
}
.controletool-reparatie-overzicht li .btn
{
	font-size:12px;
}
.controletool-reparatie-overzicht li .btn i 
{
	margin-top:0 !important;	
}

.block-content ul.inline-element {margin-left:0;}
.block-content h5 {margin-bottom:0;}
.inline-element
{
	list-style-type: none;
	margin: 0 0 13px 0;
	padding: 0;	
}
.inline-element > li:first-child{
	min-width:30px;
	text-align:center;
}

.inline-element li{display:inline-table;padding-right:5px;}
.inline-element li:before{content:"" !important;}
.phone-number-big{ color: #00adef; font-weight: bold; font-size: 16px; line-height: 20px;}

.box-description img
{
	border:1px solid #ccc;
}
.box-description .std > p:first-child > img:first-child
{
	width:50%;
	float:none !important;
}

h1.onestepcheckout-title
{
	text-transform:none !important;
	font-size:26px !important;	
}

.cms-home .main .std .span12 img{border: 1px solid #aaa;}
.cms-home .main .std .span3 {border: 1px solid #ccc;}
.cms-home .main .std .span3 img {border-bottom: 1px solid #eee;}
.cms-home .main .std .span3 .lead {color:#333;font-size:15px;}
.cms-home .main .std .span3 .lead:hover {color:#000;text-decoration:none;}
@media (min-width: 768px) and (max-width: 1024px) {
	.cms-home .main .std .span3 .lead
	{
		font-size:13px;
	}
}
input.checkbox{margin-right:3px;}
[id*="advice-required-entry-"]{color:red;}

/* .cms-home .col-main h1{
	margin-bottom:0;
	font-size:14px;
	line-height:18px;
}
.cms-home .col-main h2{
	margin:3px 0 0 0 ;
	font-size:11px !important;
	line-height:20px;
}
.cms-home .col-main p{
	margin:0;
	font-size:11px !important;
} */
.extern-rechts ul,
.reclame-rechts ul
{
	margin-left:0;
	list-style-type:none;
}

.nobr { white-space: nowrap; }


.block.block-blog .block-title strong{
	background: none;
    padding-left: 0;
}

.block.block-blog .menu-recent{
    margin: 0;
}

.block.block-blog .menu-recent ul li a,
.block.block-blog .menu-categories ul li a{
    font-size: 13px;
}

.test{}

.clearer {
	clear: both;
}
