#ws-book {
	clear: both;
}

#workshop_search {
	display: block;
    width: 566px;
    margin: 0 0 20px 38px;
	float:left;
}

#wssearch {
	width: 530px;
}

.search-item {
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    padding: 3px 10px 3px 10px;
    border: 1px solid #fff;
    border-bottom: 1px solid #eeeeee;
    white-space: normal;
    color: #555;
	position: relative;
}
.search-item h3 {
    display: block;
    font: inherit;
    font-weight: bold;
    color: #222;
}

.search-item div.wslinks a {
	color: #DF7E00;
}

.wsdistance {
    position: absolute;
    right: 10px;
}

.wstype {
    position: absolute;
    top: 2px;
    right: 10px;
}

