/**
Vemaco_search
**/

.searchlabel {
	font-weight: bold;
	text-align: center;
}

.searchfield {
	margin-bottom: 15px;
	text-align: center;
}

.vemaco_search select {
    width: 150px;
}

.vemaco_search input[type="submit"] {
	background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
}

.vemaco_search input[type="submit"]:hover {
	background: none repeat scroll 0 0 #ACBB0D;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    color: #FFFFFF;
}

.vemaco_search_module_detaillink {
	text-align: right;
}

.vemaco_search_module_searchbutton {
	text-align: center;
}

#price_search_from {
    width: 70px;
}
#price_search_to {
    width: 70px;
}