#category_list {
	position: relative:
	float: left;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 18px;
	margin-right: 12px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#category_list li {
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	background: url('../img/webshop/category_closed.png') no-repeat;
	background-position: center left;
	cursor: pointer;
	padding-left: 15px;
}


#category_list .selected {
	font-weight: bold;
	color: #333333;
	background: url('../img/webshop/category_open.png') no-repeat;
	background-position: center left;
	cursor: auto;
}
#category_list .selected a {
	font-weight: bold;
	color: #333333;
}

#category_list .close {
	clear: left;
}

#product_list {
	position: relative;
	float: left;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 670px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#product_list li {
	float: left;
	height: 178px;
	width: 178px;
	border: 1px solid #d2d2d2;
	padding: 17px;
	margin: 0px 8px 7px 0px;
	background: url('../img/webshop/bg_product.png') repeat-x;
	background-position: bottom;
	text-align: left;
}

#product_list .close {
	clear: left;
}

#product_list .title {
	font-weight: normal;
	font-size: 20px;
	text-transform: lowercase;
	color: #000000;
	margin-bottom: 5px;
}

#product_list .subtitle {
	margin-top: 2px;
	width: 178px;
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

#product_list .price {
	position: absolute;
	font-weight: normal;
	font-size: 16px;
	color: #bab9b9;
	text-transform: uppercase;
	margin-top: 85px;
	z-index: 10;
}

#product_list .photo {
	position: absolute;
	margin-top: 65px;
	margin-left: 50px;
	z-index: 0;
}

#product_list .button_add {
	position: absolute;
	margin-top: 170px;
	margin-left: 52px;
	width: 73px;
	height: 18px;
	padding-top: 1px;
	background: url('../img/webshop/button_add.png') no-repeat;
	z-index: 20;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#product_list .button_add a {
	color: #ffffff;
}
#product_list .button_add a:hover {
	color: #000000;
	text-decoration: none;
}

#product_list .button_info {
	position: absolute;
	margin-top: 170px;
	margin-left: 132px;
	width: 42px;
	height: 18px;
	padding-top: 1px;
	background: url('../img/webshop/button_info.png') no-repeat;
	z-index: 20;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#product_list .button_info a {
	color: #ffffff;
}
#product_list .button_info a:hover {
	color: #000000;
	text-decoration: none;
}

#basket {
	position: relative;
	float: left;
	list-style: none;
	padding-left: 0px;
	width: 191px;
	min-height: 250px;
	_height: 250px;
	border: 1px solid #d2d2d2;
	padding: 17px;
	background: url('../img/webshop/bg_product.png') repeat-x;
	background-position: bottom;
	text-align: left;
}

#basket .title {
	font-weight: bold;
	font-size: 20px;
	text-transform: lowercase;
	color: #000000;
	margin-bottom: 20px;
}

#basket .cart_image {
	position: absolute;
	margin-left: 155px;
	width: 26px;
	height: 20px;
	background: url('../img/webshop/cart.png') no-repeat;
}

#basket .button_order {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 59px;
	height: 18px;
	padding-top: 1px;
	background: url('../img/webshop/button_order.png') no-repeat;
	z-index: 20;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#basket .button_order a {
	color: #ffffff;
}
#basket .button_order a:hover {
	color: #000000;
	text-decoration: none;
}

#basket_large {
	position: relative;
	list-style: none;
	padding-left: 0px;
	width: 866px;
	border: 1px solid #d2d2d2;
	padding: 15px;
	background: url('../img/webshop/bg_product.png') repeat-x;
	background-position: bottom;
	text-align: left;
}

#basket_large .title {
	margin-left: 50px;
	font-weight: bold;
	font-size: 20px;
	text-transform: lowercase;
	color: #000000;
	margin-bottom: 20px;
}

#basket_large .cart_image {
	position: absolute;
	left: 15px;
	width: 26px;
	height: 20px;
	background: url('../img/webshop/cart.png') no-repeat;
}

#basket_large th {
	border-bottom: 1px solid #d2d2d2;
	font-size: 1.4em;
	font-weight: bold;
}

#basket_large .button_place_order {
	float: left;
	width: 135px;
	height: 18px;
	margin-top: 20px;
	padding-top: 1px;
	background: url('../img/webshop/button_place_order.png') no-repeat;
	z-index: 20;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#basket_large .button_place_order a {
	color: #ffffff;
}
#basket_large .button_place_order a:hover {
	color: #000000;
	text-decoration: none;
}

#basket_large .button_cancel {
	float: left;
	width: 108px;
	height: 18px;
	margin-top: 20px;
	margin-right: 10px;
	padding-top: 1px;
	background: url('../img/webshop/button_cancel.png') no-repeat;
	z-index: 20;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#basket_large .button_cancel a {
	color: #ffffff;
}
#basket_large .button_cancel a:hover {
	color: #000000;
	text-decoration: none;
}

#basket_large .button_next {
	float: left;
	width: 108px;
	height: 18px;
	margin-top: 20px;
	padding-top: 1px;
	background: url('../img/webshop/button_next.png') no-repeat;
	z-index: 20;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#basket_large .button_next a {
	color: #ffffff;
}
#basket_large .button_next a:hover {
	color: #000000;
	text-decoration: none;
}
#basket_large .error {
	color: #af0000;
}

#shoppingcart {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#shoppingcart .product_li {
	margin-bottom: 5px;
}
#shoppingcart .total_li {
	margin-top: 20px;
	margin-bottom: 20px;
}

#shoppingcart .aantal {
	float: left;
	width: 40px;
}
#shoppingcart .minus {
	float: left;
	width: 7px;
	height: 12px;
	margin-right: 2px;
	background: url('../img/webshop/minus.png') no-repeat;
	background-position: bottom center;
	cursor: pointer;
}
#shoppingcart .plus {
	float: left;
	width: 7px;
	height: 12px;
	margin-right: 2px;
	background: url('../img/webshop/plus.png') no-repeat;
	background-position: bottom center;
	cursor: pointer;
}
#shoppingcart .aantal_text {
	float: left;
	width: 12px;
	text-align: right;
}

#shoppingcart .producttitle {
	text-transform: lowercase;
	float: left;
	width: 90px;
	text-align: left;
}
#shoppingcart .euro {
	float: left;
	width: 5px;
	margin-left: 10px;
	text-align: right;
}
#shoppingcart .price {
	float: left;
	width: 45px;
	text-align: right;
}


#product_detail {
	float: left;
	width: 619px;
	padding: 17px;
	margin-right: 15px;
	border: 1px solid #d2d2d2;
	background: url('../img/webshop/bg_product.png') repeat-x;
	background-position: bottom;
}

#product_detail .close {
	clear: left;
}

#product_detail .title {
	font-weight: normal;
	font-size: 20px;
	text-transform: lowercase;
	color: #000000;
	margin-bottom: 5px;
}

#product_detail .subtitle {
	margin-top: 2px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

#product_detail .price {
	font-weight: normal;
	font-size: 16px;
	color: #bab9b9;
	text-transform: uppercase;
	margin-top: 5px;
	z-index: 10;
}

#product_detail .deliverytime {
	font-weight: bold;
	font-size: 10px;
	color: #bab9b9;
	text-transform: lowercase;
	margin-top: 5px;
	padding: 1px;
	z-index: 10;
}

#product_detail .button_back {
	float: left;
	background: url('../img/webshop/button_info.png') no-repeat;
	width: 42px;
	height: 18px;
	padding-top: 1px;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#product_detail .button_back a {
	color: #ffffff;
}
#product_detail .button_back a:hover {
	color: #000000;
	text-decoration: none;
}

#product_detail .button_add {
	float: left;
	margin-left: 10px;
	background: url('../img/webshop/button_add.png') no-repeat;
	width: 73px;
	height: 18px;
	padding-top: 1px;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#product_detail .button_add a {
	color: #ffffff;
}
#product_detail .button_add a:hover {
	color: #000000;
	text-decoration: none;
}

#product_detail .button_end {
	height: 5px;
	clear: left;
}

.larger {
	font-size: 1.2em;
}

input, select {
	border: 1px solid #d2d2d2;
	margin-bottom: 3px;
	font-size: 12px;
	padding: 2px;
}
