/* CSS Document */

.keyword_search_form {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.keyword_search_form .search_btn {
	margin-top: 6px;
	height: 36px;
}

.cdkws_result_item {
	border-bottom: 1px solid #eee;
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

.cdkws_result_item:hover {
	background-color: #eee;
}

.cdkws_result_item a {
	float: left;
	width: 100%;	
}

.cdkws_result_image {
	margin-right: 6px;
	max-width: 75px;
}

.cdkws_image {
	float: left;
	margin-right: 6px;
	max-width: 75px;
}

.cdkws_details {
	float: left;
}

.keyword_search_form_clear {
	clear: both;
}