.filterform div.input {
	float:left; 
	margin-right:10px; 
	background:url(/img/frontend/container/gradient_up.png) repeat-x bottom;
	border-left:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding:0 10px 10px;
	height:50px;
	margin-bottom: 10px;
}
.filterform div.input label {
	display:block;
	font-size:12px; 
	width:auto;
	float:none;
	margin-bottom:4px;  
}
.filterform div.search img {
	display:inline-block; 
	margin-right:10px; 
}

.filterform div.submit {
	display:inline; 
	padding-left:5px; 
}

.filterform div.submit input {
	font-weight:bold;
	padding-right:8px; 
	padding-left:8px; 
}

.addbutton {
	height:28px;
	line-height:28px;
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	zoom: 1;  *display: inline;  /* IE7 Hack */
	font-family: Calibri, "Lucida Grande", Sans-Serif;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
}
.addbutton:hover {
	background:url(/img/frontend/buttons/addbutton_hover.png) repeat-x; 
}

.addbutton span.voucher {
	padding-left:25px;
	background:url(/img/icons/gift.png) left center no-repeat;
}

.addbutton span.cart {
	padding-left:25px;
	padding-left:25px;
	background:url(/img/icons/cart_white.png) left center no-repeat;
}
