@charset "utf-8";
/* CSS Document */

	#dt-search-ajax-wrapper { z-index: 3; margin-top: 3px; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults { width: 100%; float: left; padding: 20px 0; border: 1px solid rgba(0, 0, 0, 0.15); z-index: 2; background: #fff; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li { list-style: none; border-bottom: 1px dashed rgba(0, 0, 0, 0.15); margin-bottom: 20px; padding: 0 20px 20px; width: 100%; float: left; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li h3 { margin-bottom: 0px; font-size: 14px; line-height: normal; width: 100%; float: left; position: relative; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li .item-details a { width: 100%; float: left; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li .item-thumb { width: 25%; float: left; margin-right: 5%; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li .item-details { width: 70%; float: right; }
	#dt-search-ajax-wrapper ul.dt-sc-searchresults li .item-details:first-child { width: 100%; }

