@charset "utf-8";
/* 
	CSS group file
	
	www.houthandelgeven.nl - version 5
	Created by Teun van Vegchel - Copyright 2009
*/


/* Reduce CSS browser inconsistencies by setting default values */
@import url("reset.css");

@import url("text.css");
@import url("layout.css");
@import url("menu.css");
@import url("shoppingcart.css");
@import url("jquery.jcarousel.css");
@import url("sale-carousel.css");

.clear {
	clear: both;
}

.bold {
	font-weight: bold;	
}




.diy-item {
	clear: both;
	padding: 20px 0;
	overflow: auto;
}
.diy-item .image {
	float: left;
	width: 350px;
}
.diy-item .description {
	float: right;
	width: 290px;
}
.diy-item .description h3 {
	margin: 0 0 10px;
}
.diy-item .description p {
	padding: 5px 0 !important;
}
.diy-item .description span.materials {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	color: #8f5b3b;
}

div.images {
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
}
div.images img {
	vertical-align: middle;
	padding: 10px 5px;
}

.column {
	float: left;
	padding: 0;
	margin: 10px 0;
	margin-left: 2%;
}
.column-half {
	width: 49%;
}
.column-first {
	margin-left: 0;
}

.product-search.large {
	padding: 10px;
	border: dotted #bbb;
	border-width: 1px 0;
	display: block;
	margin: 20px 0;
}
.product-search.extralarge {
	padding: 10px;
	border: dotted #bbb;
	border-width: 1px 0;
	display: block;
	margin: 20px 0 0;
}
.product-search.extralarge input {
	float: left;
	width: 730px;
	height: 25px;
	padding: 0 5px;
	margin: 0 5px 0 0;
}
.product-search.large button,
.product-search.extralarge button {
	float: right;
	text-shadow: 0 1px 1px #324E32;
	font-size: inherit;
	line-height: 25px;
}
.product-search button,
.product-search input {
	display: block;
	margin: 0;
}
.product-search.large input {
	float: left;
	width: 490px;
	height: 25px;
	padding: 0 5px;
	margin: 0 5px 0 0;
}

#search-sidebar {
	border: dotted #ccc;
	border-width: 1px 0;
	margin: 15px 0;
	padding: 0 13px 13px;
}
#search-sidebar h3 {
	margin: 15px 0 5px;
}
#search-sidebar input {
	width: 173px;
	height: 18px;
	margin: 5px 0;
}
#search-sidebar button {
	display: inline-block;
	background: url(../images/shoppingcart-button-hover-large.jpg) 0 -25px no-repeat;
	height: 27px;
	line-height: 20px;
	width: 185px;
	border: 1px solid #187a44;
	color: #fff;
	float: none;
	margin: 0 1px 0 0;
	text-align: center;
	text-shadow: #29784b 1px 1px;
}
