@charset "UTF-8";

.CmsSiteSearch_item {
	clear:					both;
	padding-top:			10px;
	border-bottom:			1px dotted #888;
}

.CmsDataObject_searchIcon {
	width:					90px;
	height:					90px;
	float:					left;
}

.CmsDataObject_searchIcon img {
	max-width:				60px;
	max-height:				60px;
}

.CmsDataObject_searchIcon a {
	margin:					5px;
	width:					80px;
	height:					80px;
}

.CmsDataObject_searchLink {
	text-align:				right;
}

.CmsDataObject_searchTitle {
	font-weight:			bold;
}

.CmsDataObject_objectType {
	padding-top:			5px;
	color:					#888;
}

.CmsDataObject_objectDescription {
	font-style:				italic;
	padding-top:			10px;
	color:					#666;
}

#CmsSiteSearch_results {
	padding-bottom:			10px;
}