


/* POPUP BANNER */

		#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:10003; background-color:#000000; overflow: hidden;  }
		#popup { display: none; position:absolute; width:auto; height:auto; z-index:10004; color: #000; font-family: Tahoma,sans-serif;font-size: 14px; }
		#baner_close { width: 22px; height: 25px; background: url(https://nmth.nl/wp-content/themes/yaaburnee-themes/lib/img/close.png) 0 0 repeat; text-indent: -5000px; position: absolute; right: -10px; top: -10px; }

/* ==============================================================================	
	Text colors
        Links / 404 Page smile
============================================================================== */
a, 
#page-404 h3 span {color:#B59D5D}
/* ==============================================================================	
	Background colors
        Body  / Colored butons / Date and comment in slider / Filter price range / Add to cart on single product
============================================================================== */

.button.btn-colored, 
#main-slider .caption .entry-meta,
.ui-slider .ui-slider-range,
.widget_shopping_cart_content p.buttons a,
form.cart button i,
input.checkout-button,
input.checkout-button:hover {background-color:#B59D5D}

/* ==============================================================================	
	Widget title arrow / Widget tabs arrow / Carousel arrow
============================================================================== */
.widget h3.widget-title:after,
.tabs ul.tabs-list li.ui-tabs-active:after,
.carousel-title:after {border-top-color: #B59D5D}

/* ==============================================================================	
	Widget title lines / Widget tab lines / Carousel line
============================================================================== */
.widget h3.widget-title,
.tabs ul.tabs-list li.ui-tabs-active a,
.tabs ul.tabs-list,
.carousel-title {border-color: #B59D5D}



/* ==========================================================================
   Body
   ========================================================================== */
body { 
	background-color: #DDDDDD; 
}
